@media screen and (max-width: 860px) {
	html[dir="rtl"] header {right:0;}
	html[dir="rtl"] header .header-top .navbar-header{border-left:0 none;}
	html[dir="rtl"] header .header-top .cell{float:right;}
	html[dir="rtl"] header .header-top .main-logo-cell{
		width: 100px;
        padding: 25px 0;
        float: left;
	}
	html[dir="rtl"] header .header-top .navbar-header{
		float:right;
	}
	html[dir="rtl"] header .header-top .lang-switcher-cell{
		float:left;
	}
	html[dir="rtl"] header .header-top .meta{
		padding:0;
	}
	html[dir="rtl"] header .header-top .search{
		margin:20px 0 0 0;
	}
	html[dir="rtl"] header .header-top .lang-switcher .select{
		float:right;
	}
	html[dir="rtl"] header .header-top .lang-switcher select{
		width:68px;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu{
		left:auto;
		right:-105%;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu.open{
		left:auto;
		right:0;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li{
		float:right;
		text-align:right;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li a{
		padding:19px 20px 19px 45px;
		text-align:right;
		float:right;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li.root a span,
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li.root span.menu-item span{
		float:right;
		text-align:right;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li.parent > a:before{
		right:auto;
		left:20px;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li .submenu{
		float:right;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li .submenu li a{
		padding:19px 30px 19px 45px;
	}
	html[dir="rtl"] header .header-wrap .mobile-nav-menu > ul.links li .submenu .submenu li a{
		padding:19px 40px 19px 45px;
	}
}
@media screen and (max-width: 769px) {
	.node-type-product .product-information{
		width: 100%;
	}
	.node-type-product .product-information table {
		display: none;
	}
	.node-type-product .product-information table.mobile-table {
		display: table;
		position:relative;
		width:100%;
	}
	.node-type-product .pio-dyntbl-tbl{display: none;}

	#product-mobile-wrapper{
	    border: 1px solid green;
	}
	#product-mobile-wrapper .spec_title{
		background: #d1eddc;
		padding: 8px 10px;
		font-size: 1.4em;
		color: #30713f;
		border-bottom: 1px solid green;
	}
	#product-mobile-wrapper .row-wrap{
		font-size: 1.2em;
	}
	#product-mobile-wrapper .row-wrap .top-row{
		cursor: pointer;
	    padding: 10px;
	    border-bottom: 1px solid green;
	    
	}
	#product-mobile-wrapper .row-wrap .top-row .property_title:after{
		content: "";
	    float: right;
	    padding: 10px 6px;
	    background: url(../assets/images/prod_arrow.png) no-repeat right center;
	   -webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#product-mobile-wrapper .row-wrap .top-row .property_title.open:after{
	   -webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#product-mobile-wrapper .row-wrap .body-wrapper{
		display: none;
	}
	#product-mobile-wrapper .row-wrap .body-wrapper .prop_wrap{
		background: #ededed;
		border-bottom: 1px solid #aeaeae;
	}
	#product-mobile-wrapper .row-wrap .body-wrapper .prop_wrap div{
		display: inline-block;
		padding: 10px 10px;
	}
    
	.banner-section .tabs-categories{padding-top: 0}

	.news-events-section .item .item-head .data{ height: 75px;}

	.front .topics .item .body-box .more{bottom: 7px;}

	.node-type-crop-content .item-contents table thead th {
		padding: 1px 0px;
		border: 1px solid #259050;
	}
	.node-type-crop-content .item-contents table thead tr th *{
		font-size: 18px !important;
	}
	.node-type-crop-content .item-contents table tbody td{
		padding: 10px 6px;
		font-size: 18px;
	}
	.node-type-crop-content .item-contents table tbody td p{
		font-size: 18px;
	}
	.node-type-crop-content .item-contents .pio-dyntbl table th,
	.node-type-crop-content .item-contents .pio-dyntbl table th p{
		font-size: 18px !important;
	}
	.products-section .single .desc table td{padding: 10px 6px;}

	/* HEBROW FIXES*/
	

.node-type-front-page .view-news-events .view-content{display: block; width: 100%;}
.node-type-front-page .view-news-events .view-content .more{display: none;}
.node-type-front-page .view-news-events .view-footer{display: block; width: 100%;}
.node-type-front-page .view-news-events .view-footer .more{display: block;}

}
@media screen and (max-width: 500px) {
	.node-type-product .product-information table.mobile-table {
		display: table;
		position:relative;
		width:100%;
	}
	.node-type-product .product-information table.mobile-table  tbody td {
		display:inline-block;
		text-align:center;
		width:100%;
		height:auto;
	}
	.node-type-product .product-information table.mobile-table tbody td:first-child{
		display:inline-block;
		text-align:center;
		width:100%;
		background:#d1eddc;
		height:auto;
	}
}
@media screen and (max-width: 480px) {
	html[dir="rtl"] header .header-top .main-logo-cell {
		padding: 14px 0 0 0;
		width: 70px;
	}
	html[dir="rtl"] header .header-top .search {
        margin: 14px 0 0 0;
    }
	html[dir="rtl"] header .navbar-toggle {
		margin: 11px 10px 0 0!important;
	}
	html[dir="rtl"] header .header-top .navbar-header {
  
   }
   html[dir="rtl"] header .header-top .lang-switcher-cell {
    
  }
  html[dir="rtl"] header .header-top .lang-switcher {
    height: 51px;
    padding: 0 11px 0 0;
  }
  html[dir="rtl"] header .header-top .lang-switcher select {
    width: 62px;
    padding: 0 0 0 23px;
    font-size: 25px;
    margin-top: 12px;
  }
  html[dir="rtl"] .best-sellers-section .owl-carousel .owl-nav .owl-prev {
    right: -12%;
  }
  html[dir="rtl"] .best-sellers-section .owl-carousel .owl-nav .owl-next {
    left: -12%;
  }
}