@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*/
	html[dir="rtl"] header {right:0;}
	html[dir="rtl"] header .header-top .navbar-header{border-left:0 none;}
	html[dir="rtl"] header .header-top .main-logo-cell{padding: 18px 0 0 0;
    width: 90px;}
	html[dir="rtl"] header .navbar-toggle{ margin: 24px 0 0 !important; }
	html[dir="rtl"] header .header-top .lang-switcher-cell{min-width:160px;}
	html[dir="rtl"] header .header-top .lang-switcher{ padding:0 14px!important;}
	html[dir="rtl"] header .header-top .lang-switcher .select:after{left: unset;border-right: 0 none;right: 90%;}
	html[dir="rtl"] header .header-top .lang-switcher select{ padding: 0 0 0; width: 45px;}
	html[dir="rtl"] header .header-top .search{ margin:10px 0 0 0;width: 100%;}
	html[dir="rtl"] header .header-top .meta{ padding: 0px 9px 0px 0px; border-left: 1px solid #bdbdbc; margin-top: 12px;}
	html[dir="rtl"] .topics .item:first-child{float: none; padding: unset;}

.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: 0;
		width: 100%;
	}
	html[dir="rtl"] header .navbar-toggle {
		margin: 11px 10px 0 0!important;
	}
	html[dir="rtl"] header .header-top .navbar-header {
  
     padding: 0 11px 0 0;
   }
   html[dir="rtl"] header .header-top .lang-switcher-cell {
    min-width: 130px;
  }
  html[dir="rtl"] header .header-top .lang-switcher {
    padding: 0 0px!important;
  }
  html[dir="rtl"] header .header-top .lang-switcher select {
    padding: 0 0 0;
    width: 40px;
	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%;
  }
}