@media only screen and (max-width: 600px) {
.hide-on-mobile-only {
display: none !important;
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.hide-on-tablet-only {
display: none !important;
}
}
@media only screen and (max-width: 992px) {
.hide-on-mobile-and-tablet {
display: none !important;
}
}

@media only screen and (min-width: 601px) {
.hide-on-tablet-and-desktop {
display: none !important;
}
}
@media only screen and (min-width: 993px) {
.hide-on-desktop-only {
display: none !important;
}
}

.one-half-column-left {
width:48%;
float:left;
}

.one-half-column-right {
width:48%;
float:right;
}

.hidden {
    display: none;
}

.harris-pricebreaks tr td {
    padding: 5px 10px;
}

.harris-pricebreaks thead {
    font-weight: bold;
}

.harris-label-inline {
    display: initial;
  	color: inherit;
    margin-top: initial;
    margin-bottom: initial; 
}


.grid-cell {
  display: grid;
  padding: 3px;
  height: 100%;
  width: 100%;
}

.grid-wrapper-2column {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: white;  
}



/* dsostre */

mark {
	background-color: yellow;
	color: black;
}

mark_blue {
	background-color: #B0E0E6;
	color: black;
}

.reorder-button {
	font-size: 10px;
	padding: 10px 24px;
}

.right {
	width: 50%;
	float: right;
}

.left {
	float: none;
	width: auto;
	overflow: hidden;
}

.cart-marketing-message-clear {
	width: 100%;
	border: solid;
	background: #00000000;
	padding: 20px;
	border-width: medium;
	font-size: 18px;
	text-align: center;
}

.cart-marketing-message-yellow {
	width: 100%;
	border: solid;
	background: #ffffcc;
	padding: 20px;
	border-width: medium;
	font-size: 18px;
	text-align: center;
}

.cart-marketing-message-blue {
	width: 100%;
	border: solid;
	background: #33ddff;
	padding: 20px;
	border-width: medium;
	font-size: 18px;
	text-align: center;
}

.cart-marketing-message-green {
	width: 100%;
	border: solid;
	background: #D9FBFC;
	padding: 20px;
	border-width: medium;
	font-size: 14px;
	text-align: center;
}

.cart-marketing-message-gray {
	width: 100%;
	border: solid;
    border-width:thin;
	background: #EEEEEE;
	padding: 2px;
	font-size: 14px;
	text-align: center;
}

.local_growers {
	width: 20%;
	float: right;
	@include breakpoint(s) {
		width: 100%;
	}
	.empty {
		border: 1px solid $border-color;
		margin: 0;
		padding: 30px;
		border-radius: 2px;
	}
}

.box {
	width: 100%;
	padding: 20px;
	border: solid;
	border-width: medium;
}

.yellow {
	background: #ffffcc;
}

.flex-rectangle {
	width: 100%;
	background: #ffffcc;
}

.flex-rectangle:before {
	content: "";
	display: block;
}

.customer-content-communication {
	padding: 20px;
	font-size: 18px;
}



.cart-marketing-message-yellow {
	width: 100%;
	border: solid;
	background: #ffffcc;
	padding: 20px;
	border-width: medium;
	font-size: 18px;
	text-align: center;
}

.cart-marketing-message-blue {
	width: 100%;
	border: solid;
	background: #33ddff;
	padding: 20px;
	border-width: medium;
	font-size: 18px;
	text-align: center;
}

.cart-marketing-message-green {
	width: 100%;
	border: solid;
	background: #D9FBFC;
	padding: 20px;
	border-width: medium;
	font-size: 14px;
	text-align: center;
}

.cart-marketing-message-gray {
	width: 100%;
	border: solid;
	background: #FFFFFF;
	padding: 0px;
	border-width: thin;
	font-size: 16px;
	text-align: center;
}


/* dsostre - end */

.navigation-wrapper .branding a {
  padding: 0 !important;
}
.branding.new a {
  margin-left: -40px;
}
.branding.new img {
  max-height: 45px !important;
  max-width:none;
}
.template-product .add-to-cart {
  margin: 26px 0 0;
}
.quantity-remove {
  padding:20px 20px 20px 0 !important;
  text-align: center;
  width:14%;
  position:relative; 
}
.cart-item .remove {
  color:#444;
  display: inline-block;
  float: none;
  font-size: 15px;
  left: 0;
  position: relative;
  top: 0;
  vertical-align: middle;
  font-family: Lato,sans-serif;
  padding-left:20px;
}
.cart-checkout.button {
  padding: 15px 36px;
  background-color:#893333;
}
.cart-checkout.button:hover{
 background-color:#893333;
}

.template-product .upper-footer{
margin:10px 0 0;
}
.shipping-section {
    float: right;
    margin: 14px 0;
    padding: 0;
    width: 100%;
}
.ship-now {
  color: #444;
  color:#666;
  float: right;
  font-weight: bold;
  margin: 0;
  width: 100%;
   font-size: 14px;
}
.shipping-calender {
  float: right;
  font-size: 14px;
  margin: 0;
  width: 100%;
  color:#666;
  font-weight: bold;
  padding:5px 0 0;
}
.add-to-cart input{
font-size:16px;
background-color:#893333;
color:#fff;
}
.add-to-cart input:hover{
background-color:#893333;
}
.total-line .payment-due__currency{
display:none;
}
.template-cart .section-title{
padding-left:30px;
}
.product-main-image > span {
    float: right;
    margin: 10px 0 20px;
}
.pro_icon {
  float: right;
  padding-right: 23px;
}
.total-line__name{
color:red;
}
.total-line__name{
color:red;
}
.mobile-link {
    display: none;
}
.product-message1 {
  background-color: #cfc;
  display:none;
  margin: 0 0 30px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  position:fixed;
  top:1px;
  z-index:999999999;
}

@media screen and (max-width:1000px) {
.branding.new{
  display:none;
}

}
@media screen and (max-width:481px) {
.quantity-remove {
  padding:0 35px 13px !important
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.cart-update.button.secondary {
  margin: 0 0 23px;
}
}

@media screen and (max-width:1020px) {
.mobile-link {
  display: block;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}
.mobile-link  .search-form{
  position:relative;
  margin:0 auto;  
}
  header{
    position: fixed !important;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
  }
  .branding.new{
  display:none;
  }
}

.navigation.full-width a{
font-size:13px;
}

.masonry-features-wrapper > ul {
  margin: 0;
}
.featured {
  float: left;
}
.featured-section {
  float: left;
  width: 100%;
}
.featured-icon-section {
  float: left;
  width: 100%;
  text-align: center;
}
.masonry-features-wrapper li {
  display: inline-block;
  float: none;
  padding: 24px 20px 13px 0;
  vertical-align: middle;
  width: 24.1%;
}
.featured {
  float: left;
  width: 29%;
}
.fearued-text {
  float: right;
  padding: 18px 0 0;
  text-align: left;
  width: 67%;
}
.fearued-text h6 {
  color: #457a34;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.fearued-text p {
  margin: 0;
  color:#171717;
}
.pro_meta h3{
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius:0;
  padding:0 !important;
 
}
.pro_meta div{
border:none;
height:auto !important;
}
.pro_meta h3 span:first-child {
position: relative !important;
float: right;
display:none;
}
.pro_meta h3 span::after {
 background-image: url(down-arrow.png);
    content: '';
    padding: 11px 0 0 17px;
    background-repeat: no-repeat;
    line-height: 10px;
    background-size: 13px;
    margin: 11px 0 0 7px;
    display: inline-block;
}
.pro_meta h3 span:hover ::after {
background-image:url('down-arrow.png');
}
.pro_meta h3 span{
  text-transform:uppercase;
  text-transform: uppercase;
  font-size: 13px;
  color: #5c5c5c;
}

.collection-long {
    display: none;
}

.collection-short
{
    display: block;
}
.col_showless{
display:none;
}
.col_showmore{
display:block;
}
.schedShip label{
font-size:12px;
}
.navigation-wrapper{
position:relative;
}

.menu-left{
float: left;
width: 20%;
padding:10px 0 30px;
  
}
.menu-left li{
  width: 100% !important;
}

.menu-center
{
float:left;
width:63%;
padding:10px 0 30px;
}
.menulefttitle{
  color: #65090a !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
  display: block;
  padding: 0 0 12px !important;
  font-size: 20px !important;
  border-bottom: 1px solid #ccc !important;
  margin-left: 10px;
  width: 90%;
  margin-bottom: 10px;
}
.menu-left li{
padding:1px 0 !important;
}
.menu-right{
 background-color: #f2f2f2;
    bottom: 0;
    display: block;
    float: left;
    height: 100%;
    padding: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 17%;
}
.menu-right a{
  font-weight: bold !important;
  text-transform: capitalize !important;
  padding: 10px 0 !important;
}

.menu-bottom{
border-top:1px solid #ccc;
padding-top:10px;
float:left;
width:100%;
} 
.menu-bottom li a {
    color: #333 !important;
    font-size: 20px;
    font-weight: bold !important;
    padding: 0 18px 0 8px !important;
}
.menu-bottom li{
 background-image: url("arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 6%;
    padding: 0 9px 0 0;
    width: auto !important;
}
.menu-right img:first-child{
max-width:70%;
}
.vairant-id{
  /*display: inline-block;  */
  display: block;
  float: none;
  vertical-align: bottom;
  padding-left:12px;
  color:#5c5c5c;
}
.template-product .add-to-cart {
  margin: 36px 0 0;
  display: inline-block;
}
.sale_img{
  position: absolute;
  bottom: -7px;
  right:71px;
  width: 20%;
}
.product-main-image{position:relative;}
.pro_meta div p, 
.pro_meta div,
.pro_meta div p a
{
  margin: 12px 0;
  font-size:15px;
  color:#5c5c5c;
}
.mini-cart-item-wrapper{
padding:0 0 12px;
}

.header-tools{
color: #1d203a;
font-family: Lato,sans-serif;
}
.menu-flower{
display:none;
}
.menu-center-flower{
float:left;
width:79%;
padding:26px 0 0;
  li{
   width:35%;
  }
}
.menu-right-organic
{
display:none;
}
.menu-cetner-organic{
width:100%;
padding-bottom: 0;
}
.menu-left-organic{
display:none;
}
.menu-bottom-organic{
display:none;
}
.menu-left li a{
color:#893333 !important;
}
@media screen and (max-width:1200px){
.menu-center{
width:63%;
}
.menu-center-flower{
width:79%;
}
.navigation.full-width .has-dropdown > ul{
width:88%;
}
}
.collection-header #section{
display:none;
}
.col_showmore , .col_showless {
  cursor: pointer;
  font-size: 17px;
  color: #0E123B;
  font-weight: bold;
  margin: 10px 0;
 
}
.newsletter-sec {
  background-color: #e0cbca;
  border-top: 1px solid #ddd;
  margin:12px 0 23px;
  padding: 16px 0;
  text-align: center;
  float:left;
  width:100%;
}
.mailing-list .section-title {
  letter-spacing: 0;
  text-transform: none;
  margin:0;
  font-size:19px;
}
.mailing-list p{
  letter-spacing: 0;
  text-transform: none;
  margin: 3px 0 7px;
  font-size: 15px;
  font-weight: 600;
  color: #5c5c5c;
  font-family: Lato,sans-serif;
}
.mailing-list .submit{
  background-color: #8b3331 !important;
  border-radius: 0;
  padding: 0 23px 1px !important;
  font-size: 14px;
  width: 100%;
}

option:disabled{
color:#b4b4b4 !important;
}
.checkout-botton{
background-color:#893333;
}
.mini-cart-offer{
  color: #893333;
  font-size: 16px;
  display: inline-block;
  padding: 0px 29px 10px;
}
.cart-con{
    color: #893333;
    font-size: 17px;
    display: inline-block;
    padding: 0 7px;
    vertical-align: bottom;
    font-weight: bold;
}
.navigation.full-width .menu-center ul {
    float: left;
    width: 33.333%;
}
.newsletter-contact{
display:none;
}
.quantity{
width:12%;
}
.menu-right-inner a:last-child{
padding:0 !important;
}

@media screen and (max-width:1020px){
.menu-left {
    width: 100%;
}
.menulefttitle{
width:99%;
}
.menu-center {
width: 100%;
float:left;
}
.menu-center > ul {
  left: 0 !important;
  position: relative !important;
  padding: 0 !important;
  width: 100%;
}
.menu-right {
  float: left;
  position: relative;
  width: 100%;
}
.menu-bottom {
  float: left;
  padding: 20px 0;
  width: 100%;
}
.menu-bottom li{
 padding: 0 10px;
 width: 74% !important;
  margin:0;
}
.menu-bottom li a{
margin-bottom:10px;
}
.branding {
    border-bottom: 1px solid #ddd;
    padding: 9px 23px 0 !important;
}

}
@media screen and (max-width:481px){
.masonry-features-wrapper li {
  padding: 13px 12px;
  width: 95%;
}
.branding.home-logo img {
  max-width: 66%;
}
}

@media screen and (max-width:768px){
.cart-item {
    display: inline-block;
    float: none;
    transition: opacity 0.3s ease-in 0s, height 0.3s ease-in 0s;
    vertical-align: middle;
  width:100%;
}
.price {
  float: right;
  padding: 7px 0 !important;
  width: 32% !important;
}
.quantity {
  float: left;
  padding: 0 !important;
  text-align: center;
  width: 32% !important;
}
.remove_head {
  display: inline-block;
  padding: 0 !important;
  text-align: center;
  width: 36%;
}
.total.last {
  box-sizing: border-box;
  float: right;
  padding: 18px 52px 30px;
  text-align: right;
  width: 100%;
}
.cart-item .product-item-details {
  padding: 0 9px 0 10px;
  width: 70%;
}
.cart-title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 15px;
}
}


@media screen and (max-width:641px){
.total.last {
  box-sizing: border-box;
  float: right;
  padding: 18px 22px 30px;
  text-align: right;
  width: 100%;
}
.cart-item .price::before, .cart-item .quantity::before, .cart-item .total::before {
  color: #65090a;
  display: inline-block;
  margin-right: 7px;
  text-align: right;
}
.price {
  float: right;
  padding: 5px 0 !important;
  width: 35% !important;
}
.cart-item .quantity input {
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 31px;
}
.quantity {
  float: left;
  font-size: 13px;
  padding: 0 !important;
  text-align: center;
  width: 43% !important;
}
.remove_head {
  display: inline-block;
  padding: 0 !important;
  text-align: center;
  width: 20%;
}
.cart-item .remove {
  font-size: 14px;
  padding-left: 0;
}
.cart-item .remove{
padding-left:0;
}
.total.last {
  box-sizing: border-box;
  float: right;
padding:8px 4px 19px
  text-align: right;
  width: 100%;
}
}

@media screen and (max-width:1150px){
.branding.new {
  left: 68px;
  position: absolute;
}
.navigation.full-width ul {
  box-sizing: border-box;
/*   width: 74%; */
}
.navigation.full-width .has-dropdown > a::after, .navigation.full-width .has-mega-nav > a::after {
  right: 6px;
}
.navigation.full-width .has-dropdown > a, .navigation.full-width .has-mega-nav > a {
  padding: 5px 15px;
}
}


@media screen and (max-width:1120px){
.head_top_left {
  float: right;
  padding: 0 0 0 108px;
}
}
@media screen and (max-width:768px){
.head_top_left {
  float: left;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
}





.contect-info li{
color:#65090a;
}
.contect-info li a{
color:#65090a;
}
.field-wrap.name > div,
.field-wrap.email > div,
.field-wrap.message > div
{
    float: left;
    margin: 0 15px 0 0;
    width: 47%;
}
.field-wrap.name,
.field-wrap .email,
.field-wrap.message
{
    float: left;
    width: 100%;
}

.news_con{
  font-family: Lato,sans-serif;
  font-weight:normal;
  font-size:14px;
  color:#a1a1a1;
}
input[type="submit"]{
background-color:#b03d4a;
}
.tem_content {
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
}
.tem_content h2{
  margin:10px 0;
}
.tem_text{
  margin:7px 0;
  float:left;
  text-align: justify;
}
.tem_section {
  float: left;
  margin: 10px 0;

}
.tem_section {
  float: left;
  margin:22px 0 15px;
}
.tem_se_right {
  display: inline-block;
  float: none;
  text-align: justify;
  vertical-align: top;
  width: 47%;
}
.tem_se_left {
 display: inline-block;
    float: none;
    margin-right: 25px;
    text-align: justify;
    vertical-align: middle;
    width: 48%;
}
.tem_sec1-left{
  display: inline-block;
  float: none;
  width:30%;
  text-align:justify;
  margin-right:0px;
}
.tem_sec1-right
{ 
 display: inline-block;
    float: none;
    padding: 15px 0 0;
    text-align: justify;
    vertical-align: top;
    width: 66%;
}
.tem_img_sec {
  float: left;
  margin: 17px 0;
  width: 100%;
  text-align:center;
}
.tem_img {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width:30%;
}
.tem_link{
font-size:14px;
color:#333;
}
.tem_link:hover{
color:#333;
}
.tem_img:nth-child(2) {
  margin: 0 12px;
}
.term_text {
  font-size: 15px;
  margin: 23px 0 12px;
}
/*.head_top_left {
    display: none;
}*/
@media screen and (max-width:1000px){ 
  .template-customers-login .customer-wrapper {
    padding: 0 40px;
  }

}
@media screen and (max-width:767px){
  p.head_t_img {
    display: none;
  }
  span.mHide {
    display: none;
  }
  .header-tools .aligned-left {
    float: none;
  }
 .login_left, .login_right{width:100%;}


}
@media screen and (max-width:479px){
.login_left > div {
    min-width: auto !important;
}
}

@media screen and (max-width:767px) {
	p.head_t_img {
		display: none;
	}
	span.mHide {
		display: none;
	}
	.top-logo {
		display: none;
	}
	.header-tools .aligned-left {
		float: none;
	}
	.login_left,
	.login_right {
		width: 100%;
	}
}

@media screen and (max-width:479px) {
	.login_left>div {
		min-width: auto !important;
	}
	.top-logo {}
}

.cart-image {
	width: 100%;
}

.qty_discount {
 backgroung-color:005c99; 
}