/*Custom Styles Home LIVE*/
body {
	background: transparent;
	background-color: transparent;
	background-image: none;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.cart-icon {
    font-size: 20px;
    line-height: 20px;
    margin: 0px;
    color: gray;
    padding: 10px 10px;
    border-radius: 50%;
    /* z-index: 3 !important; */
    position: relative;
}

.cart-icon:hover{
    background: lightgray;
}

.content-expand{
    height: 100vh;
}

.active-cart-icon {
    color: #ff7f00;
    position: relative;
}


.cart-quantity{
    color: white;
    background-color: gray;
    font-size: 10px;
    padding: 0px 7px;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    left: 65%;
    top: -2px;
}

.active-cart-quantity{
    background-color: dodgerblue;
}

#cart-dropdown {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: absolute;
    background-color: #white;
    border-radius: 5px;
    z-index: 29;
}

.top-cart-inner.your-cart {
    flex: 0 1 auto;
    color: #fff;
    position: sticky;
    top: 0;
    background-color: white;
}

.total-cart-pro, .top-cart-inner.cart-empty {
    height: calc(100vh/2);
    overflow: hidden;
    background-color: white;
    overflow-y: auto;
}

.top-cart-inner.check-out {
    position: STICKY;
    background-color: white;
}

.show-cart{
    visibility: visible !important;
    opacity: 1 !important;
			}
.navbar {
	background-image: none;
}

.nav-tabs{
    margin: 0px 0px 25px 0px !important;
}

.logo-img{
    width: 285px;
    height: auto;
    margin-top: -10px;
}

.chck-product-img{
    background: transparent;
    background-color: transparent;
    height: 200px;
    margin: 10px;
    object-fit: fill;

}

.navbar-inverse {
	min-height: 30px;
	max-height: 30px;
	margin-bottom: 0px;
	z-index: 1049;
	transition: top 0.3s;
    background-color: #4884C2;
    border-color: #4884C2;
}

.blue-navbar p {
    color: #fff !important;
    font-size: calc(12px + (16 - 13) * ((100vw - 300px) / (2600 - 300))) !important;
    font-weight: 500;
    line-height: 1.8;
}

.navbar-inverse > p {
    color: white;
}

.font-Montserrat {
    font-family: "Montserrat", sans-serif !important;
    font-size: 35px !important;
}
/**New search bar **/
input#srch-term {
    margin: 0px !important;
    color: #337ab7 !important;
}

.search-nav .input-group-btn .btn {
    height: 40px;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px;
}

.search-navbar button.btn.btn-default {
    height: 40px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;'
    width: 23pc;
}
/**********************************/

/***********checkout****************/

.cart-items {
    
    flex-flow: column;
    background-color: whitesmoke;
    border: 1px solid #2e5b8b;
}

.top-cart-inner.your-cart {
    flex: 0 1 auto;
    color: white;
}

.top-cart-inner {
    flex: 1 1 auto;
}
.top-cart-inner {
    padding: 18px 30px;
    text-align: center;
    max-height: fit-content !important;
    overflow-y: auto;
    z-index: 350;
}

.top-cart-inner.check-out {
    flex: 0 1 40px;
    background-color: white;
}



/***********************************/


.account-item a {
    color: #4884c2 !important;
}
.account-item {
    font-weight: BOLD;
}

.navbar-inverse .navbar-nav {
	float: right;
}

.nav .navbar-nav {
	float: right !important;
}


.navbar-inverse ul.navbar-nav .dropdown a.dropdown-toggle {
	height: 30px;
}
.dropdown.open .dropdown-toggle:hover + .dropdown-menu{
    opacity: 1;
    left: -186px;
}
.navbar-inverse ul.navbar-nav .dropdown a.dropdown-toggle .caret {
	display: none;
}

.navbar-inverse li {
	float: right;
}

.navbar-inverse nav-left {
	float: left !important;
}

.navbar-inverse li::before {
	background: #ddd none repeat scroll 0 0;
	content: "";
	height: 15px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 1px;
	z-index: 9;
}
#EmailSignUpModal .close{
    font-size: 26px;
}

#membershipModal .close {
    font-size: 45px;
    position: absolute;
    z-index: 1;
    top: 0vh;
    right: 0vh;
    border-radius: 100%;
    padding: 6px 15px;
    opacity: .9;
    color: lightgrey;
}

#membershipModal .close:hover{
    opacity: 1;
    color: grey;
}

.product-info-readmore {
    background-color: #ff7f00;
    padding: 14px 10px;
    opacity: 0.85;
    }
    
.product-title-readmore{
    color: #fff;
    font-family: "Montserrat !important",sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}

i.zmdi.zmdi-zoom-in.zmdi-hc-lg, i.zmdi.zmdi-shopping-cart-plus.zmdi-hc-lg, ul.action-button i.zmdi.zmdi-shopping-cart.zmdi-hc-lg {
    font-size: 2em;
}

.nav>li>a:hover {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.navbar-inverse li:last-child::before {
 	display: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #ff7f00;
    }
    
.navbar-inverse li a {    
	color: #cccccc;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    width: 35px;
}

.navbar-inverse li a .glyphicon {
    font-size: 14px;
    line-height: 10px;
    color: #CCCCCC;
}

.navbar-inverse li a:hover .glyphicon {
    padding-right: 5px;
}

.navbar-inverse li a:hover, .navbar-inverse li a:focus {
	color: #fff !important;
	font-size: 13px;
	line-height: 19px;
	width: auto;
}

.navbar-default { 	
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
	top: 30px;
}

.navbar-default .container {
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    padding: 0px 25px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}


.navbar-default .navbar-nav li:hover > a {
	color: #ff7f00;
}

.navbar-default li>a:focus, .navbar-default li>a:hover {
	background-image: none !important;
	background-color: #FFF !important;
	color: #ff7f00 !important;
	box-shadow: none !important;
	text-decoration: none;
	outline: 0;
}

.navbar-default .navbar-nav li a, .dropdown-menu li a {
	text-decoration: none;
	position: relative;
}
.navbar-default .navbar-nav li a:after, .dropdown-menu li a:after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	background: #ff7f00;
	transition: 0.5s;
}
.navbar-default .navbar-nav li>a:hover:after {
	color: #ff7f00;
 	width: 100%;
}

.navbar-default .navbar-right div {
	display: inline-block;
	padding-top: 10px;	
}

.total-cart-in {
	padding: 0;
}

.navbar-brand {
	font-weight: bold;
}

.navddrow {
	
}

.navddrow-2 {
	    width: 23pc;
}

.navddrow-3 {
	width: 480px;
}

.navddrow-4 {
	width: 640px;
}

.navddcol {
	
}

.navddcol > li {
	list-style: none;
	font-size: 14px;
	text-align: left;
}

.navddcol > li > a {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.navddcol > li > a:hover {
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.dropdown .dropdown-toggle:hover + .dropdown-menu {
	padding: 20px;
    max-height: 1000px;
    opacity: 0;
}

.dropdown .dropdown-menu:hover {
	padding: 20px;
    max-height: 600px;
    opacity: 1;
    left: -186px;
}

.dropdown-menu li a {
	color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding: 3px 0;
    text-transform: capitalize;
}

.dropdown .caret {
	display: none;
}

.allbodies {
	margin: 0px 0px 0px 0px;
    flex: 1;
    ' contain:layout;
}

.mainerrors > .alert {
	margin: 20px 0 0 0;
}


.maintitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.nivo-caption{
	opacity: 1;
}

.slider2-title-2, .slider2-title-4, .banner-title-2, ul.banner-featured-list li, .banner-button a{
	color: #434343;
}

ul.banner-featured-list li{
	font-size: 16px;
	font-weight: bolder;
}

.banner-title-2, ul.banner-featured-list li, .banner-button a{
	color: #FFF;
}

.banner-info{
	/*background-color: rgba(255,255,255,0.5) !important;*/
	/*background-color: rgba(0,0,0,0.4) !important;*/
	top: 0 !important;
	left: 0;
	padding-top: 10%;
	/*padding-left: 10%;*/
	width: 100%;
	height: 100%;
}

.about-description p{
	font-size: 16px;
}
.extendedbody {
	margin: 0px 0px 0px 0px;
}
footer {

}

.footercrown {
}

.footer {
}

.footercontainer {
	
}

.footer a {
	color: black;
}

.footerright {
	text-align: right;
}

.alert {
	text-shadow: none;
    box-shadow: none;
	background-image: none;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.treeview li.active a, .reviews-tab li.active a {
	color: #ff7f00;
	/*border-bottom: 1px solid;*/
	text-decoration: none;
}

.widget {
	margin-bottom: 20px;
}

.reviews-tab {
	margin-bottom: 20px;
	text-align: center;
}

.label {
	font-size: 90%;
}

.btn-default {
	background: #ff7f00 none repeat scroll 0 0;
    border: medium none;
    color: #eee;
    font-size: 13px;
    height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	position: relative;
    text-shadow: none;
    border-radius: 5px;
}

.btn-default::before {
	background: #434343 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 0;
	z-index: 9999;
}

.btn-default:hover::before {
	width: 100%;
}

.progress {
	background-image: none;
}

.progress-bar {
	background-color: #ff7f00;
	background-image: none;
}

#EmailSignUpModal button[disabled],
#EmailSignUpModal a[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ff7f00 !important;
    font-size: 15px;
}

#EmailSignUpModal .btn-default {
    background: #ff7f00 none repeat scroll 0 0;
    border: medium;
    color: #eee;
    font-size: 14px;
    height: 50px;
    padding: 6px 20px;
    margin: 2px 2px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    position: relative;
}

#EmailSignUpModal a[disabled] {
    pointer-events: none;
}

img {
  background: transparent;
  background-color: transparent;
}
.border-danger {
    border-color: #a94442 !important;
}

.form-control {
	background: #fff none repeat scroll 0 0 !important;
    border: 1px solid transparent !important;
    box-shadow: 0 0 4px rgba(0,0,0,.1) !important;
    color: #999 !important;
    font-size: 13px !important;
    height: 40px;
    margin-bottom: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
}

.has-error .form-control {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

  .announcement{
        color: #fff;
        font-size: 8pt;
        line-height: 4;
    }
    
@media (max-width: 991px){

	.navbar-inverse .navbar-nav {
		float: inherit !important;
		text-align: center;
		margin: inherit;
	}
	
	.navbar-inverse li {
	    display: inline-block;
   	 	float: none;
	}
	
	.navbar-inverse a {
		display: inline-block !important;
	}
	
    .dropdown-menu{
        width: 23pc;
    }
	' .navbar-default {
	' 	' position: static;
	' }
	
	.navbar-default .navbar-right div {
		display: block;
	}
	
	.navddrow-2, .navddrow-3, .navddrow-4 {
		
	}
	
	.navddcol > li > a {
		color: #777;
	}
	
	.navddcol > li > a:hover {
		background: none;
		color: #333;
	}

	.navbar-inverse li::before {
		display: none;
	}
	
	.reviews-tab li {
		width: 35%;
		margin-right: 0;
		text-align: center;
	}
	
    .announcement{
        color: #fff;
        font-size: 8pt;
        line-height: 4;
    }
    .dropdown .dropdown-menu:hover {
        padding: 20px;
        max-height: 600px;
        opacity: 0;
        left: -186px;
    }
}

@media (max-width: 767px) {
	
	.title-container{
		width:85% !important;

	}
	
	.navbar-default {
		height: 95px;
	}

	.slider2-title-2 {
		font-size: 15px !important;
	}

	.postal-input{
		width : 85% !important;

	}
    
    .navbar-header {
        margin: 1pc;
    }
    
    .navbar-default .navbar-nav{
        padding-top: 30px;
        height: 100vh;
        z-index: 27;
    }
    
    ul.nav.navbar-nav > li {
        margin-bottom: .2pc;
    }
    
    .navbar-fixed-top .navbar-collapse{
        max-height: 100vh;
        width: 100vw;
        float: left;
    }
    
    .announcement{
        color: #fff;
        font-size: 7pt;
        line-height: 1;
        display: block;
        padding: 6px;
    }
    
    #cart-dropdown{            
        height: calc(100vh/2);
        max-height: 100vh;
    }
}

@media (max-width: 479px) {

	.navbar-default {
		height: 90px;
	}
	
	.title-container{
				width:85% !important;

			}

			.slider2-title-2 {
				font-size: 15px !important;
			}

			.postal-input{
				width : 85% !important;

			}
    .announcement{
        color: #fff;
        font-size: 7pt;
        line-height: 1;
        display: block;
        padding: 6px;
    }
}

@media print {
	a[href]:after {
		content: none !important;
	}

}

/** Css for home **/

    .about-description p, .farmer-desc-list{
		font-family: montserrat,sans-serif;
        font-size: 16px;
		color: #666;				
    }
	
	.about-description > p, .about-description ul li{
		font-family:  montserrat,sans-serif;
		font-size:  18px
		
	}


    .about-description b, .about-description strong, .title-color{
        color: #ff7f00;
    }
    .sub-title-color{
        color: #4982C5;
    }
    .title-container{
        background-color: rgba(220,220,220,0.6);
        padding: 1% 2%;
    }
    
	.collapse.in ul.nav.navbar-nav {
            width: 90vw;
        }      
/*******************************************/
/*	Navigation Search  please do not touch */
/******************************************/
    
     .custom-mobile-search{
        top: 77px;
        padding: 15px 0px 0px 0px;
        background-color: white;
        z-index: 1;
    }
    
    @media only screen and (min-width: 320px)  {
    
        .logo-img {
            width: 186px;
            margin-top: 0px;
            }
        }
            #cart-dropdown {
        height: calc(140vh/2);
        max-height: calc(106vh/1.5);
    }
             
    }
    @media only screen and (min-width: 375px)  {
        .logo-img {
            width : 215px;
            margin-top: 0px;
        }
        .navbar-nav {
         float: left !important;
      }
      
  
        
    }
    @media only screen and (min-width: 420px)  {
        .logo-img {
            width: 270px;
            margin: -6px auto;
            }
            #cart-dropdown {
                height: calc(140vh/2);
                max-height: calc(93vh/1.5);
            }
        
        }
    @media (min-width:600px)  {
        .logo-img {
            width: 285px;
            margin-top: -10px;
            }
            
        .navbar-nav {
            float: right;
            margin: 1px 20px;
            }           
        }
    @media (min-width:801px)  {
        
        }
    @media (min-width:1025px) {
         .navbar-nav {
            float: right;
            margin: 0;
        }
            
    }
    @media (min-width:1281px) {
        }
    
    
    /*cart*/
    

    .custom-mobile-cart a, .custom-mobile-cart{
        padding: 0;
    }

   
    .custom-mobile-search .btn.btn-default {
        height: 40px;
    }
    .custom-mobile-search input#srch-term, .custom-mobile-search .btn.btn-default{
        border-radius: 0px;
        height: 50px;
        z-index: 100;
    }
    
    
    @media screen and (min-width: 320px)  {
    
        .custom-mobile-search {
                right: 90px;
                z-index: 100;
            }
        .custom-mobile-cart {
                padding: 0;
                position: absolute;
                right: 65px;
            }
            
            .tns-controls{
                opacity: 0;
            }
    
        }
    @media screen and (min-width:600px)  {
            .custom-mobile-cart {
                padding: 0;
                position: absolute;
                right: 5pc;
            }
        }
    @media screen and (min-width:767px)  {
        .tns-controls{
            opacity: 1;
        }
        
        .custom-mobile-cart {
            right: 7pc;
        }
        
        .navbar-collapse.navbar-LogoMobileCartfright-collapse.collapse.in {
            margin: 4pc auto;
        }
        
        .custom-mobile-search{
        }
        
    }
    
    @media screen and (min-width:1024px) {
            .navbar-collapse.navbar-LogoMobileCartfright-collapse.collapse.in{
                margin: 0;
            }
            
        }
    @media screen and (min-width:1281px) {
        }
        
    /*Navigation restructure*/        
    @media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {

        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .blue-navbar {
        margin-top: 0px;
        }
    .collapse.in{
        display:block !important;
    }
}


@media (max-width: 540px) {
    .navbar-inverse {
        display: none;
    }
    
    .container-fluid.global-bg-color-bg{
        background-color: #4884c2;
    }
}

@media (max-width: 991px) {
    .blue-navbar p {
        font-size: 10px !important;
        margin-top: -25px;
        line-height: 1;
        font-weight: 500;
    }
}

    #link-to-previous {
        color: #FF9700;
        border-bottom: 1px solid #FF9700;
        font-size: 16px;
    }



            .no-image-box {
            width: 100%;
            font-size: 30px;
            margin: auto;
            background-color: #ddd;
            text-align: center;
        }

        .no-image-box p{
            line-height: 90%;
        }

        ' /* Marketplace */
        .product-img .no-image-box{            
            height: 260px;
            padding: 50px 0;
        }

        .product-img .no-image-box .no-image{            
            padding: 50px 0;
        }

        ' /* Product details */
        #currentProduct .no-image-box{       
            padding: 40% 0;
        }

        ' /* Product suggestions */
        .panel .no-image-box{
            height: 95px;
            padding: 30px 0;
        }

        ' /* Cart */
        .cart-img .no-image-box{
            width: 100px;
            height: 75px;
        }
        
        ' /* Checkout */
        .chck-product-img .no-image-box{
            width: 200px;
            height: 200px;
        }

        @media (max-width: 767px){
            .cart-img .no-image-box{
                width: 100%;
            }
        }