/*

Theme Name: iCatch Theme

Description: A custom wordpress theme for icatch.

Author: Aviv Keter

Author URI: http://createam.co/

version: 2.1

*/



@import url('fonts/fonts.css');
@font-face {
	font-family: 'almoni-tzar';
	font-weight: 400; /*(regular)*/
	font-style: normal;
	src: url('fonts/almoni-tzar-aaa-400.eot');
	src: url('fonts/almoni-tzar-aaa-400.eot?#iefix') format('embedded-opentype'), url('fonts/almoni-tzar-aaa-400.ttf') format('truetype'), url('fonts/almoni-tzar-aaa-400.woff') format('woff');
}
@font-face {
	font-family: 'trashhandregular';
	src: url('fonts/TrashHand-webfont.eot');
	src: url('fonts/TrashHand-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/TrashHand-webfont.woff') format('woff'), url('fonts/TrashHand-webfont.ttf') format('truetype'), url('fonts/TrashHand-webfont.svg#trashhandregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.mega-block-title {
	color: #7b7777 !important;
	font-family: inherit;
	font-size: 16px !important;
	text-transform: none;
	text-decoration: none;
	font-weight: inherit;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	vertical-align: top;
	display: block;
}
html {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
/*==// DEFAULT CSS */



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /*font-family: 'almoni-dl', Arial;*/
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 { /*font-weight: 400;*/
	line-height: 100%;
	margin: 0px;
	padding: 0;
	transition: 0.3s;
}
ul, li, ol {
	display: block;
	list-style: none;
}
p {
	line-height: 100%;
}
img {
	max-width: 100%;
	display: block;
	border: 0px;
}
.clr {
	clear: both;
	display: block;
}
.clearfix:after, .clearfix:before {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}
a {
	color: #444;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: #fe4f00;
	text-decoration: none;
}



::-moz-selection {
 background: #ff9c2c;
 color: #fff;
}
::selection {
	background: #ff9c2c;
	color: #fff;
}



::-webkit-selection {
 background: #ff9c2c;
 color: #fff;
}
/**/



input, select, textarea {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	padding: 0 10px;
	width: 100%;
	background: none;
	font-size: 100%;
	color: #000;
}
textarea {
	resize: none;
}
input[type=button], input[type=submit], .button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	transition: ease 0.2s;
}
select {
	box-shadow: none;
	background-color: transparent;
	background-image: none;
}



::-webkit-input-placeholder {
 color: #939393;
}



:-moz-placeholder {
 color: #939393;
 opacity: 1;
}



::-moz-placeholder {
 color: #939393;
 opacity: 1;
}



:-ms-input-placeholder {
 color: #939393;
}
/*==// SITE CSS */



body {
	background: #fff;
	font-size: 16px;
	color: #444;
	direction: rtl; /*font-weight: 400;*/
	line-height: 100%;
	font-family: 'almoni-tzar', 'robotoregular', arial;
}
.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	max-width: 1840px;
	margin: 0px auto;
	position: relative;
}
.wraps {
	max-width: 1360px;
	margin: 0px auto;
	position: relative;
}
#wpadminbar {
	display: none !important;
}
/*==// HEADER CSS */



header {
	border-bottom: 5px solid #000;
	margin: 0px auto 20px auto;
	padding-bottom: 30px;
}
/**/



#topbar {
	border-bottom: 1px dotted #000;
	padding: 15px 0;
}
.topmenu {
	color: #000;
	float: right;
	position: relative;
}
.topmenu li {
	float: left;
	margin-left: 25px;
}
.topmenu li a, .navupload ul li a {
	color: #000;
	display: block; /*font-size: 13px;*/
	font-size: 18px;
	line-height: 26px;
}
.topmenu li a:hover, .topmenu li.current-menu-item a, .navupload ul li a:hover, .navupload ul li.current-menu-item a {
	color: #fe4f00;
	text-decoration: underline;
}
.toptglmenu {
	display: none;
	color: #fff;
	font-size: 24px;
	transition: 0.3s;
}
.toptglmenu:hover {
	color: #fe4f00;
}
/**/







.searchbar {
	float: right;
	width: 250px;
	position: relative;
	margin-right: 30px;
	margin-top: 80px;
	position: relative;
	z-index: 999;
	top: 45px;
}
.searchbar input[type=text] {
	background: #303030;
	height: 26px;
	padding: 0 10px 0 40px;
	color: #fff;
	font-size: 14px;
}
.searchbar .submit {
	background: url(images/search.png) no-repeat !important;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 10px;
}
 .searchbar ::-webkit-input-placeholder {
 color: #fff;
}
 .searchbar :-moz-placeholder {
 color: #fff;
 opacity: 1;
}
 .searchbar ::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
 .searchbar :-ms-input-placeholder {
 color: #fff;
}
.navupload {
	float: left;
}
.navupload ul li {
	float: right;
	margin-right: 15px;
}
.navupload ul li a {
	padding-right: 25px;
}
.navupload ul li.uploadicon a {
	background: url(images/upload-icon.png) right 3px no-repeat;
}
.navupload ul li.blogicon a {
	background: url(images/blog-icon.png) right 3px no-repeat;
}
.navupload ul li.contacticon a {
	background: url(images/contact-icon.png) right 3px no-repeat;
}
.navupload ul li.phoneicon a {
	background: url(images/phone-icon.png) right 3px no-repeat;
}
/**/







#hdrbtm .wrap.zind { z-index:1;}
/**/







.logo {
	position: absolute;
	left: 50%;
	margin: 0 auto;
	width: 236px;
	top: -56px;
	background: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
}
.logo a {
	display: block;
	padding: 20px 0;
}
.logo img, .woocommerce .logo img, .woocommerce-page .logo img {
	max-width: 85%;
	margin: 0px auto;
}
/**/







.nav {
	position: relative !important;
	z-index: 99 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	color: #000 !important;
	font-family: 'almoni-tzar', 'robotoregular', arial !important;
	font-size: 23px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item {
	position: relative !important;
	outline: none !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
	display: block;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:hover > a {
	color: #fe4f00 !important;
	outline: none !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:before {
	position: absolute;
	content: '';
	display: block;
	border: 1px solid #ccc;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item img {
	margin: 0px auto;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
	width: auto !important;
}
.mega-menu .mega-sub-menu {
	text-align: center !important;
	border: 1px solid #000!important;
	border-top: 5px solid #000!important;
	border-bottom: 3px solid #000!important;
	right: 50%!important;
	padding: 20px 10px !important;
	transform: translateX(50%);
}
.mega-menu .mega-sub-menu li.mega-menu-item {
	display: inline-block !important;
	float: right !important;
	padding: 20px 15px 20px 15px !important;
	text-align: center !important;
	position: relative !important;
}
.mega-menu .mega-sub-menu li.mega-menu-item a, .mega-menu .mega-sub-menu li.mega-menu-item h4 {
	position: relative;
	z-index: 9;
}
.mega-menu h4 {
	display: none !important;
}
.mega-menu .showh4 h4 {
	display: block !important;
	padding: 15px 0 0 0 !important;
}
.mega-menu .showh4 a {
	display: none !important;
}
.mega-menu .showh4 img {
	display: none !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom1 ul {
	width: 220px !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom1 ul li {
	width: 100% !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom2 ul {
	width: 440px !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom2 ul li {
	width: 50% !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom3 ul {
	width: 660px !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom3 ul li {
	width: 33.33% !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom4 ul {
	width: 880px !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom4 ul li {
	width: 25% !important;
}
/**/







.cart2 {
	background: url(images/cartbg.png) no-repeat;
	float: right;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 65px;
	position: relative;
	z-index: 999;
	top: 45px;
}
/*==// footer */	







.footerdiv {
	border-top: #202020 4px solid;
	position: relative;
}
footer, .footercopy {
	color: #000;
	padding: 20px 0 0 0;
	max-width: 1140px;
	margin: 0px auto;
}
.footercopy {
	padding: 20px 15px 0 15px;
}
.footer-col {
	width: 17.5%;
	float: left;
	line-height: 26px;
	margin-bottom: 20px;
}
.footer-col.last {
	width: 45%;
}
.footer-col li {
	display: block;
	line-height: 20px;
	position: relative;
}
.footer-col h4 {
	color: #fe4f00;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
}
.footer-col a {
	color: #000;
}
.footer-col li a {
	color: #000;
	padding-right: 5px;
	display: block;
}
.footer-col li a:before {
	content: "\f0d9";
	font-size: 8px;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
}
/**/



.social {
	font-size: 26px;
	direction: ltr;
	text-align: right;
	margin-top: 50px;
}
.social a {
	color: #fe4f00;
	margin-left: 5px;
}
.social a:hover {
	color: #000;
}
.copyright {
	border-top: 1px dotted #000;
	clear: both;
	padding-bottom: 20px;
	font-size: 14px;
}
/**/







.gotop {
	position: fixed;
	bottom: 40px;
	z-index: 99;
	right: 1%;
	opacity: 0;
	width: 41px;
	height: 41px;
	color: #999;
	transition: 0.3s;
	cursor: pointer;
}
.gotop.show {
	opacity: 1;
}
.gotop:hover {
	color: #15bcb6;
}
.gotop span {
	display: block;
	text-align: center;
}
.gotop span:before {
	content: "\f139";
	font-size: 45px;
	line-height: 45px;
	font-family: FontAwesome;
}
/**/







.newsletter-wrapper {
	position: relative;
	padding: 0 53px 0 0;
	margin: 0 60px 37px 0;
}
.newsletter-wrapper .input-text {
	width: 100%;
	height: 40px;
	border: solid 1px #e5e5e5;
	background: #fff;
	box-shadow: none !important;
	padding: 10px;
	line-height: 18px;
	font-size: 11px;
	color: #777;
}
.newsletter-wrapper .actions button.button > span {
	font-size: 21px; /*font-weight:300;*/
	height: 40px;
	line-height: 38px;
}
.newsletter-wrapper .actions button.button span span {
	padding: 0;
	width: 53px;
}
span.toggle {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 5px;
	width: 20px;
	text-align: center;
	font-size: 16px;
}
span.toggle:before {
	content: "\f067";
}
span.opened:before {
	content: "\f068";
}
/*======================== home page ========================*/







/* hmslider */







.hmslider {
	position: relative;
	max-height: 530px;
	overflow: hidden;
	margin-bottom: 0px;
}
.hslide {
	overflow: hidden;
	position: relative;
	text-align: right;
}
.hslide .caption {
	position: absolute;
	width: 100%;
	right: 0px;
	padding: 30px;
	bottom: 0px;
	font-size: 15px;
	color: #fff;
}
.hslide .caption h3 {
	font-size: 30px;
	margin-bottom: 0px;
}
.hslide .caption p {
	line-height: 20px;
}
.hslide img {
	transition: all 0.3s ease 0s;
}
.hslide:hover img {
	transform: scale(1.1);
}
.hmslider .owl-theme .owl-nav .owl-prev, .hmslider .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.5);
	font-size: 37px;
	margin-top: -20px;
}
.hmslider .owl-theme .owl-nav .owl-prev:hover, .hmslider .owl-theme .owl-nav .owl-next:hover {
	background: rgba(0,0,0,0.5);
}
.hmslider .owl-prev {
	left: 30px;
}
.hmslider .owl-next {
	right: 30px;
}
.heading {
	text-align: center;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	padding: 15px 0;
	margin-bottom: 20px;
}
.heading h3 {
	font-size: 21px;
	color: #fe4f00;
}
.heading h3:after, .heading h3:before {
	display: inline-block;
	content: "\f005";
	padding: 0 5px;
	font-family: 'FontAwesome';
}
/* catslides */







.catslides {
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}
.cslide {
	text-align: center;
	float: right;
	width: 20%;
	padding: 15px;
	position: relative;
	height: 325px;
}
.cslide .iteminn {
	border: 1px solid #e3e3e3;
	padding: 5px;
	min-height: 88px;
}
.cslide .wishicon {
	top: 20px;
	left: 17px;
}
.cslide .homesale span.onsale {
	top: 20px !important;
	right: 20px !important;
}
.owl-theme .owl-controls {
	margin-top: 0px !important;
}
.cslide .ban_img {
	overflow: hidden;
	position: relative;
	height: 200px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cslide .ban_img:before { /*background: rgba(254,79,0,0.60);*/
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.3s;
	z-index: 99;
}
.cslide:hover .ban_img:before {
	opacity: 1;
}
.cslide .ban_img img {
	display: block;
	margin: 0px auto;
	height: 100%;
	width: auto;
	max-width: 100%;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.cslide .ban_img:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.cslide h2 {
	font-size: 17px;
	color: #444;
	line-height: 120%;
	padding: 10px 0 20px 0;
}
.cslide:hover h2 {
	color: #fe4f00;
}
/* whoweare */







.whoweare {
	background: url(images/bg1.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 4%;
}
.topdesc {
	padding: 0 0 5% 0;
}
.topdesc h3 {
	font-size: 50px; /*font-weight: 400;*/
	color: #fe4f00;
}
.topdesc h1 {font-size: 28px; 	color: #fe4f00; margin:0 0 15px 0;}
.topdesc p {
	line-height: 22px;
	font-size: 18px;
}
.box {
	float: left;
	width: 33.3333%;
}
.box a {
	color: #444;
}
.box h4 {
	font-size: 30px; /*font-weight: 400;*/
	padding: 10px 0;
}
.box p {
	font-size: 18px;
}
.iconimg img {
	margin: 0px auto;
	transition: 0.6s;
}
.box:hover .iconimg img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
/* hmproduct */







.hmproduct {
	padding: 80px 0;
}
/* page-title */







.page-title, .category-title {
	background: #f2f2f2;
	color: #333;
	padding: 18px 20px 15px 20px;
}
.home .page-title, .category-title {
	background: none;
	color: #333;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	text-align: center;
}
.page-title h1, .category-title h1 {
	font-size: 23px;
}
.page-title h2, .page-title h3 {
	font-size: 23px;
	font-weight: 400;
}
.subtitle {
	clear: both;
}
/**/







.products-grid {
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin-left: -15px;
	margin-right: -15px;
}
.products-grid li.item {
	float: right;
	width: 25%;
	padding: 15px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	min-height: 368px;
	position: relative;
}
.products-grid li .iteminn {
	border: 1px solid #b6b6b6;
	padding: 5px;
	position: relative;
}
.breadcrumbs .products-grid li.item {
	float: right;
}
.breadcrumbs .products-grid .product-name.subcatpo {
	padding: 15px 0 !important;
}
/*.overlay_bx{ position: absolute; left: 0; top: 0px; background: rgba(254,79,0,0.60); height: 252px; width: 100%; transition: 0.5s; visibility: hidden; opacity: 0; z-index: 2; text-align: center; }*/



.products-grid li.item:hover .overlay_bx {
	visibility: visible;
	opacity: 1;
}
.products-grid li.item-last, .products-grid li.item.last { /*border-left: 0;*/
}
.products-grid li .product-image {
	display: block;
	height: auto;
	padding: 20px 40px;
	position: relative;
	overflow: hidden;
	height: 300px;
}
.products-grid li .product-image img {
	margin: 0px auto;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}
.products-grid .price {
	font-size: 27px;
	font-weight: normal;
	color: #fe4f00;
}
.products-grid .product-name {
	font-size: 17px; /*font-weight: 400;*/
	line-height: 24px;
	padding: 7px 0;
	min-height: 55px;
}
.products-grid .product-name.subcatpo {
	font-size: 17px; /*font-weight: 400;*/
	line-height: 20px;
	padding: 20px 0 !important;
	text-align: center;
	color: #2d2d2d;
}
.products-grid .product-name a {
	color: #2d2d2d;
}
.products-grid .product-name a:hover {
	color: #2d2d2d;
}
.products-grid .actions a.button {
	background: #fe4f00 !important;
	color: #fff;
	font-size: 21px !important;
	line-height: 25px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 20px;
}
.products-grid .add-to-links {
	position: relative;
	float: none;
	padding-top: 7px;
	font-size: 14px;
}
.products-grid .add-to-links li a {
	color: #444;
}
.products-grid .add-to-links li a:hover {
	color: #fe4f00;
}
.products-grid .desc_descrition {
	font-size: 13px;
	color: #969696;
	line-height: 22px;
	padding-bottom: 10px;
}
.add-to-links {
	float: left;
}
.category-products .products-grid .product-name {
	font-size: 20px !important; /*font-weight: 400;*/
	line-height: 19px;
	padding: 18px 0 12px !important;
	min-height: 70px;
}
.wishicon {
	position: absolute;
	top: 10px;
	left: 7px;
	width: 20px;
	height: 20px;
	z-index: 99;
}
.wishicon .toolpop {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: 15px;
	margin-left: 0px;
	width: 150px;
	line-height: 16px;
}
.takfriend .toolsent {
	z-index: 10;
	display: none;
	padding: 14px 20px;
	margin-top: 2px;
	margin-left: 0px;
	width: 150px;
	line-height: 16px;
}
.wishicon:hover .toolpop, .takfriend:hover .toolsent {
	display: inline;
	position: absolute;
	border: 2px solid #FFF;
	color: #EEE;
	background: #333;
	left: 0px;
}
.related .wishicon {
	top: 0px;
}
.wishicon .yith-wcwl-add-button, .wishicon .yith-wcwl-wishlistexistsbrowse, .wishicon .yith-wcwl-wishlistaddedbrowse {
	font-size: 0px !important;
	position: absolute;
	left: 0;
}
.wishicon .yith-wcwl-add-button.show a:before, .wishicon .yith-wcwl-wishlistaddedbrowse.show a:before, .wishicon .yith-wcwl-wishlistexistsbrowse.show a:before {
	content: "\f004";
	font-size: 12px !important;
	font-family: "FontAwesome";
	color: #999;
}
.wishicon .yith-wcwl-wishlistaddedbrowse.show a:before, .wishicon .yith-wcwl-wishlistexistsbrowse.show a:before {
	color: #f00;
}
.summary .yith-wcwl-add-button.show a:before, .summary .yith-wcwl-wishlistaddedbrowse.show a:before, .summary .yith-wcwl-wishlistexistsbrowse.show a:before {
	content: "\f004";
	font-size: 12px !important;
	font-family: "FontAwesome";
	color: #999;
	padding-left:5px;
}
.summary .yith-wcwl-wishlistaddedbrowse.show a:before, .summary .yith-wcwl-wishlistexistsbrowse.show a:before, .summary .yith-wcwl-add-button a:hover:before {
	color: #fe4f00;
}
.image_contact_n .price-box {
	display: none;
}
.products-grid.prlist li.item {
	float: none;
	width: 100%;
}
.products-grid.prlist li.item .image_contact_n {
	float: right;
	width: 30%;
}
.products-grid.prlist li.item .content_short_n {
	float: right;
	margin-right: 5%;
	width: 60%;
}
.products-grid.prlist li.item {
	border-left: none;
	border-bottom: 1px solid #e3e3e3;
}
.products-grid.prlist li.item-last {
	border-bottom: none;
}
.hmproduct .products-grid {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.hmproduct .products-grid li.item {
	text-align: center;
	float: right;
	width: 20%;
	padding: 15px;
}
.hmproduct .products-grid li .iteminn {
	border: 1px solid #e3e3e3;
	padding: 5px;
	min-height: 88px;
}
.hmproduct .products-grid li .product-image {
	display: block;
	height: auto;
	padding: 15px;
	position: relative;
	overflow: hidden;
	height: 200px;
	overflow: hidden;
}
.hmproduct .products-grid li .product-image:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	position: absolute; /*background: rgba(254,79,0,0.4);*/
	opacity: 0;
	transition: 0.3s;
}
.hmproduct .products-grid li:hover .product-image:before {
	opacity: 1;
}
.hmproduct .products-grid li .product-image img {
	margin: 0px auto;
	width: auto !important;
	height: 100% !important;
	max-width: 100% !important;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.hmproduct .products-grid li .product-image:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.hmproduct .products-grid .price {
	font-size: 27px; /*font-weight: 400;*/
	color: #fe4f00;
	line-height: 100%;
}
.hmproduct .products-grid .product-name {
	font-size: 17px; /*font-weight: 400;*/
	line-height: 24px;
	padding: 20px 0;
	min-height: inherit;
}
.hmproduct .products-grid .product-name a {
	color: #444;
}
.hmproduct .products-grid .product-name a:hover {
	color: #fe4f00;
}
.hmproduct .products-grid .actions a.button {
	background: #fe4f00 !important;
	color: #fff;
	font-size: 21px !important;
	line-height: 25px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 20px; /*font-weight: 400;*/
}
.products-grid .item a.button.compare {
	background: none !important;
	color: #444;
	font-size: 14px !important;
	padding: 0px;
	line-height: inherit;
}
.hmproduct .products-grid .add-to-links {
	position: relative;
	float: none;
	padding-top: 7px;
	font-size: 14px;
}
.hmproduct .products-grid .add-to-links li a, .hmproduct .products-grid .add-to-links li a.button.compare {
	color: #444;
	background: none !important;
}
.add-to-links .yith-wcwl-add-to-wishlist span.feedback, .add-to-links .yith-wcwl-add-to-wishlist span {
	display: block;
}
.hmproduct .products-grid .add-to-links li a:hover, .hmproduct .products-grid .add-to-links li a.button.compare:hover {
	color: #fe4f00;
	background: none !important;
}
.hmproduct .products-grid .add-to-links li a:before {
	background: none !important;
	color: #fe4f00;
	display: none;
}
.hmproduct .add-to-links {
	float: left;
}
.hmproduct .products-grid .add-to-links li .yith-wcwl-wishlistexistsbrowse.show a, .hmproduct .products-grid .add-to-links li .yith-wcwl-wishlistaddedbrowse.show a, .single .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a, .single .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
	color: #0850b9;
}
.hmproduct .products-grid .add-to-links li .yith-wcwl-wishlistexistsbrowse.show a:hover, .hmproduct .products-grid .add-to-links li .yith-wcwl-wishlistaddedbrowse.show a:hover, .single .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:hover, .single .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:hover {
	color: #444;
}
/* btmcontent */







.btmcontent {
	background: url(images/bg2.jpg) no-repeat;
	background-size: cover;
	padding: 4% 0;
}
.btmcontent .topdesc {
	padding: 0 5% 2% 5%;
	color: #fff;
	text-align: center;
}
.btmcontent .topdesc h3 {
	color: #fff;
}
.btmcontent .box {
	width: 25%;
}
.box .c100 span {
	font-size: 60px;
	padding-top: 1.4em;
	line-height: 0.6em;
	transition: 0.6s;
}
.box.s1 .c100 span.smtt {
	font-size: 40px !important;
}
.box .c100 span b {
	display: block;
	font-size: 20px;
	width: 78%;
	white-space: initial;
	line-height: 22px;
	padding-top: 8px;
	margin: 0px auto;
}
.c100 {
	background: none;
	font-size: 230px;
}
.c100:after {
	background: #fff;
	transition: 0.6s;
}
.c100.green .bar, .c100.green .fill {
	border-color: #15bcb6;
}
.c100.green:hover span {
	color: #15bcb6;
}
.c100:hover span, .c100:hover:after {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
/* hmblog */







.hmblog {
	background: #f3f3f3;
	padding: 4% 0;
}
.blog-title h3 {
	font-size: 23px;
	font-weight: 400;
}
.postrow {
	margin-left: -1%;
	margin-right: -1%;
}
.postrow li {
	float: right;
	width: 31.3333%;
	margin: 1%;
}
.postrow li h4 {
	color: #fe4f00;
	font-size: 27px; /*font-weight: 400;*/
	margin-bottom: 15px;
	min-height: 55px;
	text-align: center;
}
.postrow li h4 a {
	color: #fe4f00;
}
.postwrap {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 20px;
}
.postpic img {
	width: 100%;
	transition: all 0.3s ease 0s;
}
.postpic:hover img {
	opacity: 0.9;
}
.postrow p {
	min-height: 80px;
}
.postwrap p {
	padding: 20px 0;
	line-height: 20px;
}
.postbtm {
	border-top: 1px solid #e3e3e3;
	padding: 20px 0 0 0;
	font-size: 14px;
}
.postbtm .pdate {
	float: right;
}
.postbtm .pcomment {
	float: left;
}
/* .f_banner */







.footer_banners_wrapper {
	padding-bottom: 60px;
}
.footer_banners {
	background: #fff;
	overflow: hidden;
}
.f_banner {
	float: left;
	width: 20%;
	position: relative;
}
.f_banner .ban_wrap {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 20px 20px 0px 20px;
}
.f_banner .ban_wrap p {
	font-size: 11px; /*font-weight: 300;*/
	line-height: 14px;
	color: #fff;
}
.f_banner .ban_wrap h2 {
	font-size: 26px;
	line-height: 26px; /*font-weight:300;*/
	color: #fff;
	margin: 0 0 8px 0;
}
.f_banner .ban_img {
	overflow: hidden;
	position: relative;
}
.f_banner .ban_img img {
	width: 100%;
	transition: all 0.3s ease 0s;
}
/*.f_banner:hover .ban_img img { opacity:0.9; }*/



.f_banner span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	backface-visibility: hidden;
	z-index: 1;
}
.f_banner span::before {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.07);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	transition: transform 0.6s ease 0s;
	width: 100%;
}
.f_banner:hover span::before {
	-webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
/*======================== cart page ========================*/







/* breadcrumbs */



.breadcrumbs {
	background: #f2f2f2;
	padding: 15px 20px;
	margin: 0 0 30px;
	overflow: visible;
	color:#6c6c6c;
	font-size: 25px; /*min-height:95px;*/
}
.breadcrumbs li {
	float: right;
	color: #333;
}
.breadcrumbs li a {
	text-decoration: none;
	color: #333 !important;
}
.breadcrumbs li a:hover {
}
.breadcrumbs li span {
	display: inline-block;
	margin: 0 8px 0 6px;
}
.breadcrumbs li strong {
	font-weight: normal;
}
.breadcrumbs a {
	text-decoration: none;
	color: #6c6c6c !important;
	line-height: 30px;
}
.breadcrumbs.bne {
	padding: 0px 0px 5px 20px !important;
	line-height: 25px;
	background:none;
	border:0px;
	margin:0px;
	color:#6c6c6c;
}
.menu-top-category-menu-container {display:none !important;}
.breadcrumbs ul li:after {
	display: inline-block;
	content: '|';
	padding: 0 2px 0 6px;
}
.breadcrumbs ul li:last-child:after{ display:none;}
.breadcrumbs ul li:last-child:before {
	display: none;
}
.breadcrumbs ul li.product-category {
	width: auto !important;
	min-height: inherit !important;
	padding: 0px;
}
.breadcrumbs ul li.product-category .catimgpr, .breadcrumbs ul li.product-category p {
	display: none !important;
}
.breadcrumbs .products-grid li .iteminn {
	border: 0;
	padding: 0;
	display: inline-block;
}
.breadcrumbs .products-grid {
	margin: 0px !important;
}
.breadcrumbs .products-grid .product-name.subcatpo {
	color: #333 !important;
	font-size: 17px;
	padding: 0px;
	line-height: inherit;
	min-height: inherit;
}
.col-xs-12 .main .menu-top-category-menu-container {
	padding: 13px 0 0;
}
/*.col-xs-12 .main .menu-top-category-menu-container ul.menu{}



.col-xs-12 .main .menu-top-category-menu-container ul.menu li{ padding:0 5px 5px 5px; position:relative; }



.col-xs-12 .main .menu-top-category-menu-container ul.menu li:first-child{ padding:0 5px 0 0; }



.col-xs-12 .main .menu-top-category-menu-container ul.menu li.current-menu-item a{border-bottom: 1px solid #fff; padding-bottom:8px; color:#fff;}



.col-xs-12 .main .menu-top-category-menu-container ul.menu ul{display:none;position:absolute; top:10px; right:0; background:#000; padding:0; z-index:999;}



.col-xs-12 .main .menu-top-category-menu-container ul.menu ul li{float:none;width:200px; display:block; }



.col-xs-12 .main .menu-top-category-menu-container ul.menu ul a{line-height:120%; padding:10px 15px}



.col-xs-12 .main .menu-top-category-menu-container ul.menu ul ul{top:0;left:100%}



.col-xs-12 .main .menu-top-category-menu-container ul.menu li:hover > ul{display:block}*/







#menu-top-category-menu {
}
#menu-top-category-menu li {
	position: relative;
	margin-right: 15px;
}
#menu-top-category-menu > li > a {
}
#menu-top-category-menu li ul {
	display: none;
	background: #555;
	position: absolute;
	z-index: 9999;
	top: 40px;
	width: 200px;
	right: 0;
}
#menu-top-category-menu li ul li ul {
	right: 100%;
	top: 0;
}
#menu-top-category-menu li:hover > ul {
	display: block;
}
#menu-top-category-menu li ul li {
	padding: 0px 5px;
	margin: 0px;
}
#menu-top-category-menu li ul > li > a {
	color: #fff;
}
.col-xs-12 .main .menu-top-category-menu-container ul li a {
	line-height: 0;
	display: block;
}
.col-xs-12 .main .menu-top-category-menu-container ul li ul li a {
	line-height: 30px;
	display: block;
	text-align: right;
}
.col-xs-12 .main .menu-top-category-menu-container ul li ul li {
	background: #555;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	padding: 5px;
	float: none;
}
.col-xs-12 .main .menu-top-category-menu-container ul li ul li:hover {
	background: #666;
}
.col-xs-12 .main .menu-top-category-menu-container ul li ul li:hover ul {
	background: #555;
	color: #fff;
	opacity: 1;
	visibility: visible;
	display: block !important;
}
/* content */



.content {
	padding: 40px 0;
}
/* cartpage */







.cartpage {
}
/*-------Category Page------------------*/







.category_banner {
	padding: 0 0;
	background: none;
	border: 0;
	font-size: 17px;
}
.category_banner .cat_img {
	float: right;
	text-align: left;
}
.category_banner .cat_img img {
	display: inline-block;
	text-align: left;
}
.category_banner h2, .category_banner h1 {
	font-size: 39px;
	margin: 0 0 10px 0;
	color: #fe4f00;
}
.pager .shortingnumber {
	float: left;
	width: auto;
	font-size: 13px;
	color: #969696;
}
.pager .shortingnumber span, .limiter label {
	position: relative;
	top: 3px;
	font-size: 13px;
	color: #969696;
	font-weight: normal;
}
.pager .shortingnumber .woocommerce-ordering {
	float: left !important;
	margin-right: 10px;
}
.pager .shortingnumber .woocommerce-ordering select, .limiter .woocommerce-ordering select {
	moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	font-size: 13px;
	color: #969696;
	height: 24px;
}
.pager .woocommerce-result-count {
	float: right !important;
	font-size: 13px;
	color: #969696;
	padding-top: 5px;
}
.sorter .shortingnumber {
	display: none;
}
.limiter {
	float: right !important;
	background: url(images/arrow-shorting.png) no-repeat left 6px;
	padding-left: 18px;
}
.limiter .woocommerce-ordering {
	float: left !important;
	margin-right: 10px !important;
}
#widget-collapscat-2-top li.expandable a {
	padding: 0px 5px 0px 0px !important;
	display: inline-block !important;
	width: 95% !important;
}
#widget-collapscat-2-top li a {
	padding: 0px 15px 0px 0px !important;
	display: inline-block !important;
	width: 95% !important;
}
#widget-collapscat-2-top li.expandable ul li a {
	padding: 0px 40px 0px 0px !important;
}
#widget-collapscat-2-top li span.collapsing.categories {

	display: inline-block;
	width: 10px !important;
	height: 10px !important;
}
#widget-collapscat-2-top li.expandable ul li.expandable {
	padding: 0px 27px 0px 0px !important;
}
#widget-collapscat-2-top li.expandable ul li.expandable a {
	padding: 0px 5px 0px 0px !important;
}
#widget-collapscat-2-top li.expandable ul li.expandable li.item a {
	padding: 0px 40px 0px 0px !important;
}
#widget-collapscat-2-top li ul li.expandable .expand .sym {
	right: 30px;
}
#widget-collapscat-2-top li.self a, #widget-collapscat-2-top li.parent a, #widget-collapscat-2-top li ul li.parent a, #widget-collapscat-2-top li ul li.parent ul li.parent a, #widget-collapscat-2-top li.parent ul li.parent a, #widget-collapscat-2-top li.parent ul li.parent ul li.parent a {
	font-weight: bold !important;
}
#widget-collapscat-2-top li.self ul li a, #widget-collapscat-2-top li.parent ul li a, #widget-collapscat-2-top li.parent ul li.parent ul li a, #widget-collapscat-2-top li ul li.parent ul li a {
	font-weight: normal !important;
}
#widget-collapscat-2-top li .expand .sym {
	font-size: 0px !important; /* border-left: 1px solid #fe570b; border-bottom: 1px solid #fe570b; transform: rotate(45deg);*/
	width: 6px !important;
	height: 12px !important;
	background: url(images/arrow-cat.png) no-repeat right top;
}
#widget-collapscat-2-top li .collapse .sym {/*border-right: 1px solid #fe570b; border-bottom: 1px solid #fe570b; transform: rotate(45deg);*/
	font-size: 0px !important;
	width: 12px !important;
	height: 9px !important;
	background: url(images/arrow-cat-active.png) no-repeat right 3px;
}
.categorymenu .widget_collapscat ul li a {
	color: #333 !important;
	font-size: 18px;
	font-weight: normal !important;
	position: relative;
	line-height: 16px;
}
.categorymenu .widget_collapscat ul li a:before {
	position: absolute;
	content: ' ';
	width: 6px !important;
	height: 12px !important;
	background: url(images/arrow-cat.png) no-repeat right 1px;
	right: 0px;
}
.categorymenu .widget_collapscat ul li.expandable a:before {
	display: none;
}
.categorymenu .widget_collapscat ul li.expandable li.item a:before {
	position: absolute !important;
	content: ' ';
	width: 6px !important;
	height: 12px !important;
	background: url(images/arrow-cat.png) no-repeat right 1px;
	right: 27px;
	display: block;
}
.categorymenu ul li a:hover, .categorymenu ul li span.collapse, .categorymenu ul li.expandable.self.parent a {
}
.categorymenu ul li img {
	margin: 0px 0px -7px 0px;
	padding: 0px 0px 0px 5px;
}
.categorymenu .woocommerce .widget_shopping_cart .cart_list li a.remove, .categorymenu .woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: inherit !important;
}
.subul {
	display: none;
}
.categorymenu ul li {
	padding: 4px 0px !important;
	border: none !important;
}
.categorymenu ul li ul {
	border: none !important;
}
#widget-collapscat-2-top li ul li a {
	background: none;
	padding: 0 45px 0 0 !important;
}
.categorymenu ul li ul li a:hover, .categorymenu ul li ul li.item.parent a {
	background: none;
}
.categorymenu ul li ul li:last-child {
	border-bottom: none;
}
.yith-wcwl-add-to-wishlist {
	margin-top: 0px !important;
}
.block li.item {
	border: none !important;
}
.sidebar .block .block-content {
	margin-bottom: 20px;
}
.widget_shopping_cart_content .buttons a.button.wc-forward {
	background: #15bcb6 !important;
	color: #fff;
	font-size: 20px !important;
	line-height: 32px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 20px; /*font-weight: 400;*/
}
span.qudi {
	display: none;
}
yop-poll-container {
	padding: 0px !important;
}
.yop-poll-container input {
	width: auto;
}
.yop-poll-container li {
	color: #969696;
}
.yop-poll-container .poolbut {
	float: right !important;
	padding-top: 10px;
}
.yop-poll-container .poolbut button {
	background: #15bcb6;
	color: #FFF; /*font-weight:700;*/
	font-size: 14px;
	border: none;
	padding: 7px 20px !important;
	display: inline-block !important;
}
div.yop-poll-container * {
	margin: 0px !important;
}
.laproductlist.countp3 {
	border-bottom: none;
}
.laproductlist {
	border-bottom: 1px solid #e3e3e3;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 20px 0px;
}
.laproductlist .proright {
	float: right;
	width: 150px;
	color: #333;
	font-size: 14px;
	padding-top: 15px;
}
.laproductlist .proright h3 {
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: normal;
}
.laproductlist .proright span {
	color: #000;
	font-size: 13px; /*font-weight:700;*/
}
.laproductlist .proright .btnaddtocart {
	background: none !important;
	color: #333 !important;
	border: none;
	font-size: 13px !important;
	padding: 0px; /*font-weight:700;*/
}
.block .laproductlist .proright .actions {
	padding: 10px 0px 0px 0px;
}
.laproductlist .proleft {
	float: left;
	width: 100px;
}
.laproductlist .proleft img {
	height: auto;
}
.price .amount {
	color: #fe4f00;
	font-family: 'trashhandregular', arial;
}
.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}
.single .product-view h2 { /*background:#303030; border:none; color:#3A3A3A;*/
	font-weight: normal;
	color: #fe4f00 !important;
	font-size: 19px;
}
.single .product-view .products > h2 {
	border-bottom: 1px dotted #000;
	color: #000 !important;
	border-top: 1px dotted #000;
	text-align: right;
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 22px;
}
.single .product-view h2.product-name {
	background: none;
	color: #444;
}
.single .product-view h2 span.toggle {
	display: none;
}
.single .product-name {
	margin-bottom: 18px;
}
.single .product-name h1 {
	color: #000;
	font-size: 22px;
	padding-top: 20px;
}
.price-box .price span {
	color: #fe4f00 !important;
	font-size: 27px;
}
.mname {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 0 0;
}
.price-box allpricel .price-box .price span {
	font-size: 27px;
}
.product-view .product-shop .price-box .price {
	color: #000 !important;
}
/*.single-product .tell-a-frnd { display: none; }*/



.homesale span.onsale {
	position: absolute;
}
.woocommerce span.onsale, .homesale span.onsale {
	min-height: 20px !important;
	min-width: auto !important;
	padding: 2px 7px 0px 7px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	top: -10px !important;
	left: 0 !important;
	background: #fe4f00 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	font-size: 12px !important;
}
.woocommerce .nsalen span.onsale, .homesale span.onsale {
	z-index: 99;
	right: 5px !important;
	left: auto !important;
	top: 3px !important;
	color: #FFF;
}
.woocommerce .image_contact_n span.onsale {
	z-index: 99;
	right: 5px !important;
	left: auto !important;
	top: 5px !important;
}
.price ins {
	text-decoration: none !important;
}
.single .product-view .product-shop .availability {
	font-size: 13px;
	color: #444444;
	margin-bottom: 12px;
	display: none;
}
.single .product-view .product-shop .availability-only {
	color: #969696;
	font-size: 13px;
	display: none;
}
.single .product-view .product-shop .price-box .price {
	font-size: 27px;
	color: #15bcb6;
}
.single .short-description p {
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	line-height: 20px;
}
.single .add-to-cart .qty-block {
	float: right;
}
.single .add-to-box .btn-cart.button {
	float: right;
	margin-right: 10px;
}
.single .add-to-box:after {
	padding: 0px;
}
.add-to-cart.addtoquote {
	text-align: left;
}
.add-to-cart.addtoquote a.popbtnaddtoquote {
	color: #FFF;
	display: inline-block;
}
.add-to-cart.addtoquote a.popbtnaddtoquote span {
	line-height: 36px;
	height: auto;
	font-size: 14px;
	display: inline-block;
}
.add-to-cart.addtoquote a.popbtnaddtoquote:hover span span {
	background: none;
}
.single .add-to-box button.button span span {
	background: #fe4f00;
	font-size: 20px; /*font-weight:700;*/
	color: #FFF;
	padding: 0px 13px 0px;
}
.single .product-view .add-to-cart .qty-block {
	margin: 0px !important;
}
.add-to-cart.addtoquote a.popbtnaddtoquote span span {
	background: none;
	font-size: 27px; /*font-weight:700;*/
	color: #fe4f00;
	font-family: 'trashhandregular' !important;
	padding: 6px 13px 8px;
}
.single .box-collateral-content p {
	font-size: 14px;
	font-weight: normal;
	color: #696969;
	line-height: 20px;
}
.single .yith-wcwl-add-to-wishlist {
	margin-bottom: 10px;
	margin-top: 10px !important;
}
.single .add-to-links .yith-wcwl-add-to-wishlist a {
	background: none;
	padding-right: 0px;
}
.single .product-view .add-to-links {
	border: none;
}
.single .button.compare {
	background: url(images/compare.png) no-repeat top right;
	padding: 0px 32px 0px 0px;
	color: #696969;
	font-size: 13px;
	line-height: 20px;
	display: block;
	font-weight: normal;
}
.single .button.compare:hover {
	background: url(images/compare.png) no-repeat top right;
}
.single .product-view .button.alt {
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
	padding: 3px 10px;
	display: inline-block; /*font-weight:700;*/
	background: #fe4f00;
}
.single .product-view .button.alt:hover {
	background: #15bcb6;
}
.related.products ul.products-grid {
	margin-bottom: 0px;
	margin: 0 -15px;
}
.woocommerce-checkout .woocommerce h3 {
	width: 100%;
}
.woocommerce-checkout .woocommerce table.shop_table td, .woocommerce-checkout .woocommerce table.shop_table th {
	text-align: right !important;
}
.payment_method_paypal {/*max-width:250px;*/
	text-align: right !important;
}
.payment_method_paypal input {
	max-width: 20px;
	margin-right: 0 !important;
}
.place-order input[type="submit"] {
	width: 170px;
	background: #fe4f00 !important;
}
.woocommerce-shipping-fields h3 label.checkbox {
	display: inline;
	width: auto !important;
	margin-top: 0;
}
.woocommerce-shipping-fields h3 .input-checkbox {
	display: inline;
	width: auto;
	margin-top: 0px;
}
/*---------- Blog Page ----------------*/







.blog-list li {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.postTitle {
	margin-bottom: 25px;
}
.postTitle h2, .postTitle h1 {
	font-size: 34px; /*font-weight: 400;*/
	line-height: 30px;
	text-transform: uppercase;
	color: #fe4f00;
}
.postTitle h2 a, .postTitle h1 a {
	color: #fe4f00;
}
.postDetails {
	color: #969696;
	font-size: 15px;
	padding: 0 0 20px;
}
.postDetails span {
	margin-right: 12px;
}
.postContent {
	overflow: hidden;
}
.postContent p {
	line-height: 20px;
}
.blog-list .blog_sm_img {
	float: right;
	margin: 0 0 20px 20px;
	width: 40%;
}
.blog_sm_img img {
	max-width: 100%;
	transition: all 0.5s ease 0s;
	border: 1px solid #DDDDDD;
	padding: 3px;
}
/*------------ Blog Detail -----------------*/







.blog_big_img {
	float: right;
	margin: 0 20px 20px 0;
	text-align: center;
	width: 43%;
}
.postTitleTop {
	margin-top: 60px;
}
.es_textbox {
	float: right;
	width: 50%;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 0px !important;
}
.es_textbox .es_textbox_class {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 27px;
	color: #000;
}
 .es_textbox ::-webkit-input-placeholder, .fieldfooter input::-webkit-input-placeholder {
 color: #555;
}
 .es_textbox :-moz-placeholder, .fieldfooter input:-moz-placeholder {
 color: #555;
 opacity: 1;
}
 .es_textbox ::-moz-placeholder, .fieldfooter input::-moz-placeholder {
 color: #555;
 opacity: 1;
}
 .es_textbox :-ms-input-placeholde, .fieldfooter inputr:-ms-input-placeholde {
 color: #555;
}
.es_button {
	float: right;
	width: 20%;
	font-size: 18px;
	padding: 0px !important;
	text-align: center;
}
.es_button .es_textbox_button {
	width: 100%;
	height: 30px;
	color: #FFF;
	background: #fe4f00;
	display: block;
	cursor: pointer;
}
.std {
	padding-top: 20px;
}
.std h2, .std h3 {
	margin-bottom: 10px;
	line-height: 130%;
}
.content_short_n {
	text-align: center;
	padding: 0 0 20px 0;
}
.image_contact_n {
	padding: 0px;
	height: 196px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}
.image_contact_n img {
	height: 100% !important;
	width: auto !important;
	margin: 0 auto;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.image_contact_n:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.iteminn .image_contact_n {
	margin: 20px 0 15px;
}
.woocommerce .image_contact_n span.onsale {
	display: none;
}
.related.products .image_contact_n {
	padding: 0px;
}
.realted_bottomprice, .related.products .allpricel {
	display: none;
}
.related.products .realted_bottomprice {
	display: block;
	padding: 0px 0 15px 0;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
	float: left !important;
}
.woocommerce-account .addresses .title h3 {
	float: right !important;
}
.contact_right {
	float: right;
	width: 50%;
}
.contact_left {
	float: left;
	width: 48%;
}
.contact_addresss {
	float: right;
	width: 49%;
	font-size: 16px;
}
.txten {
}
.contact_form {
	float: left;
	width: 49%;
}
.contact_form input.txtboxh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin-bottom: 10px;
}
.contact_form textarea.txtarh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD !important;
	height: 100px !important;
	margin-bottom: 10px !important;
}
.contact_form input.txtbuth {
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #fe4f00;
	display: block;
	font-size: 23px;
	cursor: pointer;
	border: none;
}
.contact_form input.txtbuth:hover {
	background: #000;
}
.pollradio .wpcf7-list-item {
	margin: 0px;
	line-height: 30px;
}
.pollradio .wpcf7-list-item input {
	display: inline-block;
	width: 7%;
	margin: 0px 0px 0px 3px;
}
.pollradio .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	width: 86%;
	color: #969696;
	font-size: 14px;
}
.pollbut {
	width: 75px;
	margin-top: 10px;
}
.pollbut input {
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	color: #FFF;
	background: #15bcb6;
}
.login-form .woocommerce form.login { /*width:50% !important; margin:20px auto 0px auto !important;*/
}
.woocommerce form.login .lost_password, form.login {
	display: inherit;
	direction: rtl;
	text-align: right;
}
form.login label {
	text-align: right;
}
form.login input, form.login select, form.login textarea {
	width: auto;
}
.woocommerce form.login .form-row label.inline {
	display: inherit;
}
.woocommerce form.login .form-row input.button, .woocommerce form.register .form-row input.button {
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	color: #FFF;
	background: #fe4f00;
	border-radius: none;
	width: auto;
	border-radius: 0px;
	transition: 0.3s;
}
.woocommerce form.login .form-row input.button:hover, .woocommerce form.register .form-row input.button:hover {
	background: #333 !important;
	color: #FFF
}
/*.login-form .woocommerce h2{ display:none;}*/







.woocommerce-checkout .breadcrumbs, .woocommerce-account .breadcrumbs, .woocommerce-wishlist .breadcrumbs, .page-template-page-upload .breadcrumbs, .woocommerce-cart .breadcrumbs {
	/*display: none;*/
}
.blog .toolbar {
	display: none;
}
.container_n {
	background: #000;
}
.news_leftcontent {
	float: left;
	width: 285px;
	padding: 50px 40px;
}
.news_leftcontent h3 {
	font-size: 24px;
	color: #FFF;
	padding: 30px 0px 0px 0px;
}
.news_rightcontent {
	float: right;
	width: 415px;
	padding: 45px;
	background: #FFF;
}
#newsletter_signup {
	width: 100%;
}
.news_rightcontent #newsletter_signup .header h3 {
	font-size: 22px;
	color: #fe4f00 !important;
}
.news_rightcontent #newsletter_signup .header .subheading {
	font-size: 16px !important;
	line-height: 18px;
}
.news_rightcontent #newsletter_signup .textfield:focus {
	box-shadow: none !important;
}
#TellAFriend_BoxContainer {
	top: 10% !important;
}
.takfriend {
	float: left;
	width: 50%;
}
.prodyfomrpop {
	float: right;
	width: 35%;
	text-align: right;
}
.prodyfomrpop a {
	background: url(images/mailtofrield.png) no-repeat right 4px;
	padding-right: 20px;
	color: #fe4f00;
	line-height: 30px;
}
.single .summary.product-shop * .prodyfomrpop a {
	font-family: 'trashhandregular' !important;
	font-size: 18px;
}
.single .summary.product-shop * .takfriend a i {
	font-size: 13px;
	background: #fe4f00;
	color: #FFF;
	font-family: "FontAwesome" !important;
	padding: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 7px;
	position:relative;
	top:-2px;
}
.single .summary.product-shop * .takfriend a {
	line-height: 30px;
}
.single .summary.product-shop * .takfriend a, .single .summary.product-shop .yith-wcwl-add-to-wishlist a, .single .summary.product-shop .yith-wcwl-add-to-wishlist span {/*font-family:'trashhandregular' !important;*/
	font-size: 18px;
}
.single .summary.product-shop .tell-a-frnd * a {
	font-family: 'almoni-tzar', 'robotoregular', arial !important;
}
.takfriend a {
	padding-right: 0px;
	color: #fe4f00;
}
.takfriend a:hover {
	color: #000;
}
.single .summary.product-shop * .takfriend a:hover i, .content_short_n .takfriend a:hover i {
	background: #000;
}
.content_short_n .takfriend {
	position: absolute;
	top: 7px;
	left: 25px;
	width: 20px;
	height: 20px;
	z-index: 99;
}
.content_short_n .takfriend a i {
	font-size: 10px;
	background: #fe4f00;
	color: #FFF;
	font-family: "FontAwesome" !important;
	padding: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 7px;
}
/**/





.popup_gallery {
	display: none; /*position: fixed; */
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9999;
}
.popup_gallery .popcontent{ max-width: inherit; width:45%; text-align:center;}
.popup_gallery .popcontent img{ display:inline-block; margin-bottom:15px;}
.popup_gallery .popcontent .popupbuttompart{padding:20px 0px 15px;}
.popup_gallery .popcontent h3{ font-size:24px; text-align:right; float:right; /*font-family:'trashhandregular' !important;*/ color:#101010; }
.popup_gallery .popcontent a.mailtopgallery{ float:left; color:#4a4949; padding-right:30px; background-size:contain !important; font-size:24px; background:url(images/email.png) no-repeat right center; position:relative; top:5px;}
.overlaygall {
	background: rgba(0,0,0,0.7);

	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.popup {
	display: none; /*position: fixed; */
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9999;
}
.popcontent {
	z-index: 9;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 390px;
	background: #fff;
	padding: 15px 15px 0px 15px;
	z-index: 9999;
}
/*.vframe { width: 100%; border: 0px; height: 400px; }*/



.b-close {
	background: url(images/close.jpg) no-repeat center center #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: -24px;
	cursor: pointer;
}
.b-close:hover {
	opacity: 0.8;
}
.overlay1 {
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.popcontent input.txtboxh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin-bottom: 10px;
	font-size: 14px;
}
.popcontent textarea.txtarh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD !important;
	height: 100px !important;
	margin-bottom: 10px !important;
}
.popcontent input.txtbuth {
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #15bcb6;
	display: block;
	font-size: 23px;
	cursor: pointer;
	border: none;
	transition: 0.3s;
}
.popcontent input.txtbuth:hover {
	background: #333;
}
.popcontent h5 {
	text-align: center;
	font-size: 22px;
	color: #fe4f00;
	padding: 10px 0px
}
.popcontent .popfie {
	padding-bottom: 4px;
	font-size: 14px;
}
.popcontent div.wpcf7-mail-sent-ok, .popcontentfri div.wpcf7-mail-sent-ok {
	font-size: 16px;
	color: #398f14;
	text-align: center;
}
/**/







.popupfri {
	display: none; /*position: fixed; */
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9999;
}
.popcontentfri {
	z-index: 9;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 390px;
	background: #fff;
	padding: 15px 15px 0px 15px;
	z-index: 9999;
}
/*.vframe { width: 100%; border: 0px; height: 400px; }*/



.b-close {
	background: url(images/close.jpg) no-repeat center center #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: -24px;
	cursor: pointer;
}
.b-close:hover {
	opacity: 0.8;
}
.overlay2 {
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.popcontentfri input.txtboxh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin-bottom: 10px;
	font-size: 14px;
}
.popcontentfri textarea.txtarh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD !important;
	height: 100px !important;
	margin-bottom: 10px !important;
	padding: 10px;
}
.popcontentfri input.txtbuth {
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #15bcb6;
	display: block;
	font-size: 23px;
	cursor: pointer;
	border: none;
	transition: 0.3s;
}
.popcontentfri input.txtbuth:hover {
	background: #333;
}
.popcontentfri h5 {
	text-align: center;
	font-size: 22px;
	color: #fe4f00;
	padding: 10px 0px
}
.popcontentfri .popfie {
	padding-bottom: 4px;
	font-size: 14px;
}
/**/







.popupquote {
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9999;
}
.popcontent_addquote {
	z-index: 9;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 390px;
	background: #fff;
	padding: 15px 15px 0px 15px;
	z-index: 9999;
}
.b-close {
	background: url(images/close.jpg) no-repeat center center #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: -24px;
	cursor: pointer;
}
.b-close:hover {
	opacity: 0.8;
}
.overlay3 {
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.popcontent_addquote input.txtboxh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin-bottom: 10px;
	font-size: 14px;
}
.popcontent_addquote textarea.txtarh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD !important;
	height: 100px !important;
	margin-bottom: 10px !important;
}
.popcontent_addquote input.txtbuth {
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #15bcb6;
	display: block;
	font-size: 23px;
	cursor: pointer;
	border: none;
	transition: 0.3s;
}
.popcontent_addquote input.txtbuth:hover {
	background: #333;
}
.popcontent_addquote h5 {
	text-align: center;
	font-size: 22px;
	color: #fe4f00;
	padding: 10px 0px
}
.popcontent_addquote .popfie {
	padding-bottom: 4px;
	font-size: 14px;
}
.popcontent_addquote div.wpcf7-mail-sent-ok, .popcontent_addquote div.wpcf7-mail-sent-ok {
	font-size: 16px;
	color: #398f14;
	text-align: center;
}
.catwrap {
	max-width: 100%;
	margin: 30px auto 0px auto;
	/*border: 1px solid #000;*/
}
/* hmslider */







.catslider {
	position: relative;
	overflow: hidden;
	max-height: 530px;
}
.catslider .item {
	overflow: hidden;
	position: relative;
	text-align: right;
	height: 525px;
}
/*.catslider .item img { transition: all 0.3s ease 0s; }



.catslider .item:hover img { transform: scale(1.1); }*/



.catslider.owl-theme .owl-nav .owl-prev, .catslider.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.5);
	font-size: 37px;
	margin-top: -20px;
	display: none !important;
}
.catslider.owl-theme .owl-nav .owl-prev:hover, .catslider.owl-theme .owl-nav .owl-next:hover {
	background: rgba(255,255,255,0.5);
}
.catslider .owl-prev {
	left: 30px;
}
.catslider .owl-next {
	right: 30px;
}
.catslider img {
	width: auto !important;
	margin: 0 auto;
	height: 100% !important;
	/*border:1px solid #000;*/
}
.catdescription_long {
	margin: 30px 0px;
}
.catdescription_long h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.catdescription_long p {
	font-size: 16px;
	line-height: 23px;
}
.woocommerce .cart-collaterals {
	margin: 25px 0px;
}
.checkouttotal {
	float: right;
	width: 34%;
	background: #3a3a3a;
	color: #FFF;
}
.checkouttotal .amount {
	color: #FFF;
}
.checkouttotal td {
	padding: 7px 11px !important;
	line-height: 17px;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
}
.checkouttotal td.a-left {
	text-align: left;
	font-size: 18px;
}
.checkouttotal tr {
	border-bottom: 1px solid #666;
}
.checkouttotal .wc-proceed-to-checkout ul li {
	text-align: center;
}
.woocommerce-cart .woocommerce .checkouttotal button.button:hover span span {
	background: #666 !important;
}
.checkouttotal .shipping th {
	padding: 0px 11px !important;
	line-height: 17px;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
}
.checkoutcoupan {
	float: left;
	width: 64% !important;
}
.checkoutcoupan .discount {
	margin: 0px 0px 20px 0px;
}
.checkoutcoupan.col2-set h2 {
	border-bottom: 2px solid #3A3A3A;
	font-size: 17px;
	line-height: 24px;
	color: #3a3a3a;
	text-transform: uppercase;
	padding: 0 0 8px;
	margin: 0 0 15px;
}
.checkoutcoupan.col2-set .discount-form label {
	margin-bottom: 16px;
	display: block;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: normal;
}
.checkoutcoupan.col2-set .coupon .input-box input {
	width: 100% !important;
	height: 34px;
}
.checkoutcoupan.col2-set .coupon .buttons-set input.button, .checkoutcoupan.col2-set .shippingcheck .shipping-calculator-form .button, .return-to-shop .button.wc-backward, .woocommerce-message .button.wc-forward, .checkout_coupon .form-row .button, .login .form-row .button {
	background: #fe4f00 !important;
	font-size: 14px; /*font-weight:700;*/
	padding: 6px 14px !important;
	transition: 0.3s;
	border-radius: 0px !important;
	color: #FFF !important;
	font-weight: normal;
	position: relative;
	z-index: 2;
}
.checkoutcoupan.col2-set .coupon .buttons-set input.button:hover, .checkoutcoupan.col2-set .shippingcheck .shipping-calculator-form .button:hover, .return-to-shop .button.wc-backward:hover, .woocommerce-message .button.wc-forward:hover, .checkout_coupon .form-row /*.button:hover, .login .form-row .button:hover{ background:#333 !important; color:#FFF !important;}*/
 .single .add-to-box button.button span span, .widget_shopping_cart_content .buttons a.button.wc-forward, .pollbut span, .hmproduct .products-grid .actions a.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce-cart .woocommerce button.button span span, .products-grid .actions a.button {
	position: relative;
	z-index: 2;
}
.checkoutcoupan.col2-set .coupon .buttons-set input.button:hover:before, .checkoutcoupan.col2-set .shippingcheck .shipping-calculator-form .button:before, .return-to-shop .button.wc-backward:hover:before, .woocommerce-message .button.wc-forward:hover:before, .checkout_coupon .form-row .button:hover:before, .login .form-row .button:hover:before, .single .add-to-box button.button:hover span span:before, .widget_shopping_cart_content .buttons a.button.wc-forward:hover:before, .pollbut span:hover:before, .single-product .product-view #addTagForm button.button:hover span span:before, .hmproduct .products-grid .actions a.button:hover:before, .woocommerce .wishlist_table td.product-add-to-cart a:hover:before, .woocommerce-cart .woocommerce button.button:hover span span:before, .products-grid .actions a.button:hover:before {
	opacity: 1;
	height: 102%;
}
.checkoutcoupan.col2-set .coupon .buttons-set input.button:before, .checkoutcoupan.col2-set .shippingcheck .shipping-calculator-form .button:before, .return-to-shop .button.wc-backward:before, .woocommerce-message .button.wc-forward:before, .checkout_coupon .form-row .button:before, .login .form-row .button:before, .single .add-to-box button.button span span:before, .widget_shopping_cart_content .buttons a.button.wc-forward:before, .pollbut span:before, .single-product .product-view #addTagForm button.button span span:before, .hmproduct .products-grid .actions a.button:before, .woocommerce .wishlist_table td.product-add-to-cart a:before, .woocommerce-cart .woocommerce button.button span span:before, .products-grid .actions a.button:before {
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: -1;
	background: none repeat scroll 0 0 #333 !important;
	color: #FFF !important;
	height: 0;
	left: 50%;
	opacity: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
}
.pollbut span:hover input {
	background: none !important;
}
.pollbut span {
	width: 75px;
	height: 32px;
	display: block;
	cursor: pointer;
}
.pollbut span img {
	display: none !important;
}
#shipping_method input {
	display: inline-block !important;
	width: 15%;
}
#shipping_method label {
	display: inline-block !important;
	width: 78%;
	padding-right: 5%;
}
.shippingcheck .shipping-calculator-form select {
	height: 34px;
	border: 1px solid #ececec !important;
}
.recentviewpr ul.product_list_widget li {
	border-bottom: 1px solid #ececec;
	padding: 10px 0px 4px 0px !important;
}
.recentviewpr ul.product_list_widget li img {
	width: 75px !important;
	margin-left: 10px !important;
}
.recentviewpr ul.product_list_widget li .product-title {
	font-size: 14px;
	line-height: 20px;
}
.recentviewpr ul.product_list_widget li .amount {
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	width: 100%;
	display: block;
	margin-bottom: 20px !important;
}
.woocommerce .woocommerce-info {
	border-top-color: #fe4f00 !important;
}
.woocommerce .woocommerce-info::before {
	color: #fe4f00 !important;
}
.woocommerce-info a {
	color: #fe4f00;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	text-align: right !important;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	font-size: 13px;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
	font-size: 16px;
	color: #000;
	text-align: right;
}
.woocommerce table.shop_table.wishlist_table td {
	text-align: right;
}
.btnaddtocart {
	background: #fe4f00 !important;
	font-size: 14px !important;
	padding: 6px 25px !important;
	transition: 0.3s;
	border-radius: 0px !important;
	color: #FFF;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.btnaddtocart:hover {
	background: #333 !important;
	color: #FFF !important;
}
.woocommerce table.wishlist_table .product-add-to-cart {
	background: #FFF !important;
}
.woocommerce table.wishlist_table thead th {
	font-weight: bold;
	font-size: 16px;
}
.woocommerce table.wishlist_table a.remove {
	color: #444 !important;
	background: none !important;
	height: auto !important;
	width: auto !important;
}
.woocommerce table.wishlist_table a.remove:hover {
	color: #fe4f00 !important;
	background: none !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 60px !important;
}
.woocommerce .woocommerce-message {
	line-height: 24px;
	vertical-align: middle;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	margin-left: 20px;
}
.sharebutwish {
	float: right;
	width: 30%;
}
.request_quote {
	width: 200px;
	float: left;
	margin: 30px 0px 10px 0px;
}
.yith-wcwl-share {
	width: 100%;
}
.request_quote {
	margin: 30px 0px 10px 0px;
}
.request_quote a {
	background: #fe4f00;
	font-size: 14px; /*font-weight:700;*/
	padding: 0px 14px;
	transition: 0.3s;
	border-radius: 0px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	z-index: 2;
	display: block;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
}
.request_quote a:hover {
	background: none;
}
.request_quote a:hover:before {
	opacity: 1;
	height: 102%;
	color: #FFF;
}
.request_quote a:before {
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: -1;
	background: none repeat scroll 0 0 #333;
	color: #FFF;
	height: 0;
	left: 50%;
	opacity: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
}
.popupre {
	display: none; /*position: fixed; */
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9999;
}
.popcontentre {
	z-index: 9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 390px;
	background: #fff;
	padding: 15px;
	z-index: 9999;
}
/*.vframe { width: 100%; border: 0px; height: 400px; }*/



.b-closere {
	background: url(images/close.jpg) no-repeat center center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: -24px;
	cursor: pointer;
}
.b-closere:hover {
	opacity: 0.8;
}
.overlayre {
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.popcontentre input.txtboxh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin-bottom: 10px;
}
.popcontenret textarea.txtarh {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD !important;
	height: 100px !important;
	margin-bottom: 10px !important;
}
.popcontentre input.txtbuth {
	width: 100%;
	height: 40px;
	color: #FFF;
	background: #15bcb6;
	display: block;
	font-size: 23px;
	cursor: pointer;
	border: none;
}
.popcontentre h5 {
	text-align: center;
	font-size: 22px;
	color: #fe4f00;
	padding: 10px 0px
}
.woocommerce form.login, .woocommerce form.register {
	margin: 0px !important;
	border: none !important;
	padding: 0px !important;
	width: 78%;
}
.menu-topmenu-container {
	float: right;
}
.loginbartop {
	float: right;
}
.loginbartop ul li a {
	display: inline-block;
}
#cboxContent #login_data, #cboxContent #signup_data {
	padding: 20px;
}
#cboxContent #login_data .woocommerce form.login, #cboxContent #login_data .woocommerce form.register, #cboxContent #signup_data .woocommerce form.login, #cboxContent #signup_data .woocommerce form.register {
	width: 100%;
}
#cboxContent #login_data h2, #cboxContent #signup_data h2 {
	margin: 0px 0px 10px 0px !important;
	font-size: 20px;
}
.plrp_logreg #cboxClose {
	top: 15px !important;
	right: 15px !important;
}
#cboxContent #login_data .woocommerce form.login .lost_password, #cboxContent #login_data form.login {
	margin: 10px 0 25px;
}
#cboxContent #login_data .lost_password a {
	text-decoration: underline;
}
#cboxContent #login_data .lost_password a:hover {
	text-decoration: none;
}
#cboxContent #login_data .woocommerce input.button, #cboxContent #signup_data .woocommerce input.button, .woocommerce form.lost_reset_password input.button {
	width: 100%;
	border-radius: 0px;
	color: #FFF;
	border: none;
	background: #fe4f00;
	height: 34px;
	transition: 0.3s;
	font-size: 16px;
}
#cboxContent #login_data .woocommerce input.button:hover, #cboxContent #signup_data .woocommerce input.button:hover, .woocommerce form.lost_reset_password input.button:hover {
	background: #333;
}
.registlink {
	padding: 10px 0px;
	text-align: center;
}
.registlink a {
	text-decoration: underline;
}
.registlink a:hover {
	text-decoration: none;
}
.toptglmenu i.fa {
	cursor: pointer;
	color: #000;
}
.woocommerce form.lost_reset_password {
	width: 100%;
	margin: 0px auto;
	display: block;
}
.woocommerce form.lost_reset_password .form-row.form-row-first {
	width: 40%;
	text-align: right;
	float: none;
}
.woocommerce form.lost_reset_password .form-row-first input {
	height: 34px;
}
.woocommerce form.lost_reset_password .form-row {
	float: left;
	clear: both;
}
.woocommerce form.lost_reset_password input.button {
	width: 100%;
	border-radius: 0px;
	color: #FFF;
	border: none;
	background: #fe4f00;
	height: 34px;
	transition: 0.3s;
	font-size: 16px;
}
.woocommerce form.lost_reset_password input.button:hover {
	background: #333;
}
.blogradmore {
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
}
.bloglinkbottom {
	text-align: center;
	margin-top: 15px;
}
.blog-list a.aw-blog-read-more, .blogradmore a.aw-blog-read-more {
	background: #fe4f00;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 25px;
	transition: 0.3s;
	display: inline-block;
}
.bloglinkbottom a {
	background: #fe4f00;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 25px;
	transition: 0.3s;
	display: inline-block;
}
.blog-list a.aw-blog-read-more:hover, .blogradmore a.aw-blog-read-more:hover, .bloglinkbottom a:hover {
	background: #333;
}
.plrp_logreg #cboxContent {
	height: auto !important;
}
.woocommerce-checkout .woocommerce .woocommerce-error, .woocommerce-checkout .woocommerce .woocommerce-info, .woocommerce-checkout .woocommerce .woocommerce-message {
	background: #fe4f00 !important;
	color: #FFF !important;
	font-size: 14px !important;
}
.woocommerce-checkout .woocommerce-info a {
	color: #FFF !important;
	font-weight: bold;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
	width: 36% !important;
	border: none !important;
	padding: 0px;
}
.woocommerce-checkout .woocommerce form.login .form-row-first, .woocommerce-checkout .woocommerce form.login .form-row-last, .woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first, .woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
	float: none !important;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first, .woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
	width: 100% !important;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last {
	text-align: right;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last input.button {
	width: auto;
	height: 34px;
	transition: 0.3s;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last input.button:hover, .woocommerce-checkout .woocommerce #respond input#submit:hover, .woocommerce-checkout .woocommerce a.button:hover, .woocommerce-checkout .woocommerce button.button:hover, .woocommerce-checkout .woocommerce input.button:hover {
	background: #333 !important;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce-checkout .woocommerce form .form-row textarea, .woocommerce-checkout .woocommerce form .select2-container .select2-choice {
	height: 34px;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-shipping-fields h3 {
	background: #fe4f00 !important;
	color: #FFF !important;
	font-size: 14px !important;
	padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-checkout .woocommerce #respond input#submit, .woocommerce-checkout .woocommerce a.button, .woocommerce-checkout .woocommerce button.button, .woocommerce-checkout .woocommerce input.button {
	border-radius: 0px !important;
	width: auto;
	height: 34px;
	transition: 0.3s;
}
.woocommerce-checkout .woocommerce form .form-row .input-checkbox {
	width: auto;
}
#TellAFriend_BoxLabel {
	font-weight: normal !important;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img a.festi-cart-img img {
	height: auto !important;
}
div#festi-cart-pop-up-content span.festi-cart-closed.b-close {
	display: none !important;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart, body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout {
	font-size: 16px !important;
	padding: 10px 15px !important;
}
#js_signup input {
	height: 34px;
}
.woocommerce .cart-table .a-right button {
	margin-left: 15px;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	display: none;
}
span.wpcf7-form-control-wrap .wpcf7-not-valid {
	border: 1px solid #F00;
}
.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	padding: 0px !important;
}
.woocommerce form .form-row .input-checkbox {
	margin-right: 0px !important;
	margin-left: 8px !important;
}
#TellAFriend_BoxLabel .TellAFriend_TextBox.error_fielde, #TellAFriend_BoxLabel .TellAFriend_TextArea.error_fielde {
	border: 1px solid #F00 !important;
}
.woocommerce-invalid-required-field input {
	border: 1px solid #F00!important;
}
.woocommerce-checkout .woocommerce-error {
	display: none;
}
.wishlistlink a {
	font-weight: bold;
}
.regpage .header_login {
	display: none;
}
.woocommerce .registered-users form.login {
	margin-top: 25px !important;
}
.woocommerce .regitxt {
	margin-top: 25px !important;
}
.woocommerce .regitxt p, p.logintxt {
	line-height: 20px;
	color: #222;
}
.regbutn {
	padding-top: 10px;
}
.regbutn a {
	background: #fe4f00;
	font-size: 14px; /*font-weight:700;*/
	padding: 0px 14px;
	transition: 0.3s;
	border-radius: 0px;
	color: #FFF;
	font-weight: bold;/* position:relative; z-index:2;*/
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
.regbutn a:hover {
	background: #333;
}
/*.regbutn a:hover:before{opacity:1; height:102%; color:#FFF;}



.regbutn a:before{content: ""; position: absolute; transition: all 0.3s ease 0s; z-index: -1; background: none repeat scroll 0 0 #333; color:#FFF ; height: 0; left: 50%; opacity: 0; top: 50%; transform: translateX(-50%) translateY(-50%); width: 101%;}*/







.thankyoumessage {
	font-size: 14px;
	color: #297E29;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.woocommerce .woocommerce-message {
	display: none;
}
#yith-wcwl-popup-message {
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	color: #15bcb6;
}
.woocommerce .order_details li {
	font-size: 13px !important;
	margin-right: 0px !important;
	margin-left: 2em !important;
	float: right !important;
	border-right: none !important;
	border-left: 1px dashed #d3ced2 !important;
	padding-right: 0px !important;
	padding-left: 2em !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
	text-align: right !important;
}
.woocommerce-checkout #payment ul.payment_methods li input.input-radio {
	display: inline-block;
	width: 15px;
	margin: 0px 0px 0px 10px;
}
.woocommerce-checkout #payment div.payment_box:before {
	right: 0px !important;
	left: inherit !important;
	margin: -1em 2em 0 2em !important;
}
.single .addtoquote .yith-wcwl-add-to-wishlist {
	margin: 0px !important;
}
.single .addtoquote .yith-wcwl-add-to-wishlist a {
	background: url(images/addquote.jpg) no-repeat;
	width: 87px;
	height: 50px;
	transition: 0.3s;
	text-indent: -99999px;
	border-radius: 0px;
	font-size: 0px;
}
.single .addtoquote .yith-wcwl-add-to-wishlist a:hover {
	background: url(images/addquote-hover.jpg) no-repeat;
}
.single .addtoquote .yith-wcwl-add-to-wishlist img {
	display: none !important;
}
.woocommerce-account .woocommerce .my_account_orders {
	font-size: 13px !important;
	text-align: right !important;
}
.woocommerce-account .woocommerce .my_account_orders td {
	text-align: right !important;
}
.woocommerce-account .woocommerce table.my_account_orders .order-actions .button {
	display: block !important;
	font-size: 16px !important;
	font-weight: 300;
	height: 32px !important;
	color: #FFF !important;
	background: #fe4f00 !important;
	border-radius: none !important;
	width: auto;
	border-radius: 0px;
	transition: 0.3s;
	text-align: center !important;
}
.woocommerce-account .woocommerce table.my_account_orders .order-actions .button:hover {
	background: #333 !important;
	color: #FFF
}
.address header.title {
	background: #fe4f00;
	border: none;
}
.address header.title {
	padding: 10px;
}
.address header.title a, .address header.title h3 {
	color: #FFF;
}
.addresses .address address {
	line-height: 24px;
}
ul.galleryp {
	margin: 0px;
	padding: 0px;
}
ul.galleryp li {
	float: right;
	margin: 8px;
	position: relative;
}
ul.galleryp li p {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0px;
	background: rgba(0,0,0,0.5);
	transition: 0.3s;
}
ul.galleryp li:hover p {
	background: rgba(0,0,0,0);
}
ul.galleryp li img {
	border: 1px solid #DDDDDD;
}
.page-template-page-gallery #fancybox-close {
	right: -25px !important;
	top: 0px !important;
}
.logedinn span {
	font-size: 14px;
	padding-right: 5px;
}
.logedinn a {
	margin-left: 20px !important;
}
.logedinn span strong {
	margin-right: 20px;
}
.wc-cart-shipping-notice {
	display: none;
}
.archive .std, .page-template-page-gallery .std {
	padding-top: 0px;
}
.add-to-box_nop .addtoquote a.popbtnaddtoquote_nop {
	color: #FFF;
	display: inline-block;
	width: 100%;
}
.add-to-box_nop .addtoquote a.popbtnaddtoquote_nop span {
	line-height: 36px;
	height: auto;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.add-to-box_nop .addtoquote a.popbtnaddtoquote_nop:hover span span {
	background: none;
}
.add-to-box_nop .addtoquote a.popbtnaddtoquote_nop span span {
	background: #15bcb6;
	font-size: 21px; /*font-weight:700;*/
	color: #FFF;
	line-height: 25px;
	padding: 6px 14px;
	font-weight: bold;
}
.headcon {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 18px;
	color: #000;
}
.category-products ul li .catimgpr {
	height: 250px !important;
	position: relative;
	overflow: hidden;
}
.category-products ul li .catimgpr img {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.category-products ul li .catimgpr:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.category-products ul li .catimgpr:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: ''; /*background: rgba(254, 79, 0, 0.5);*/
	opacity: 0;
	transition: 0.5s;
	z-index: 99;
}
.category-products ul li:hover .catimgpr:before {
	opacity: 1;
}
.category-products ul.products-grid li h2 {
	font-size: 19px !important;
	padding: 0 0 0 !important;
}
.category-products ul.products-grid li.item {
	min-height: 100%;
}
.category-products ul li p {
	display: none;
}
.woocommerce table.wishlist_table {
	position: static !important;
	margin: 0;
}
.wishlist-title {
	display: block !important;
	padding: 20px 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible !important;
}
.includes_tax {
	display: block;
}
.form_nnw .widget_text {
	display: none;
}
/* tabbed */



.tabbed {
	border-top: 1px solid #dbdbdb;
	margin-bottom: 30px;
}
.tabbed .ttl {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	line-height: 40px;
	font-size: 17px;
	cursor: pointer;
	font-weight: normal;
}
.tabbed .ttl:before {
	content: "\f067";
	font-family: fontawesome;
	font-weight: 400;
	position: absolute;
	left: 0;
	font-size: 12px;
}
.tabbed .active .ttl:before {
	content: "\f068";
}
.tabcont {
	display: none;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
}
.single .summary.product-shop *, h1, h2, h3, h4, h5, h6, .product-name a {
	font-family: 'almoni-tzar', 'robotoregular', arial !important;
	font-weight: normal !important;
}
.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target {
	font-family: 'almoni-tzar', 'robotoregular', arial !important;
}
.single .summary.product-shop .price *, .price .amount {
	font-family: 'trashhandregular', arial !important;
	font-weight: bold !important;
}
.ubermenu .ubermenu-submenu-type-stack {
	padding: 0 10px !important;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto {
	margin: 0 0 20px 0 !important;
	border: 1px solid #ccc !important;
	padding: 10px !important;
}
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding: 0 !important;
}
span.ubermenu-target-description.ubermenu-target-text {
	display: none !important;
}
.ubermenu-submenu-type-stack li:hover .imgho:before, li.catmenus li:hover .imgho:before {
	opacity: 0;
}
.imgho {
	background: #fff;
	padding: 20px 10px;
	position: relative;
}
.imgho:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(254, 79, 0, 0.5);
	opacity: 0;
	transition: 0.5s;
	z-index: 99;
}
.imgho img {
	margin: 0 auto !important;
	display: block !important;
}
.fieldfooter {
	float: right;
	max-width: 190px;
}
.fieldfooterbut {
	float: right;
	margin-right: 10px;
}
.fieldfooter input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 30px;
	color: #000;
	border: 1px solid #ccc;
}
.fieldfooterbut input {
	width: 100%;
	height: 30px;
	color: #FFF;
	background: #fe4f00;
	display: block;
	cursor: pointer;
	font-size: 16px;
}
.fieldfooterbut input:hover {
	background: #000000 !important;
}
.pr_hm {
	color: #fe4f00 !important;
	font-size: 27px;
	font-family: 'trashhandregular' !important;
	text-decoration: none !important;
	margin-bottom: 20px;
}
.price-box-no {
	color: #fe4f00 !important;
	font-size: 27px;
	font-family: 'trashhandregular' !important;
	text-decoration: none !important;
	margin-bottom: 0px;
}
.pr_hm .amount {
	font-family: 'trashhandregular', arial !important;
	font-weight: bold;
}
ins {
	text-decoration: none !important;
}
/*======================== Recent view ========================*/







.recnt {
	position: fixed;
	right: 0;
	top: 25%;
	width: 230px;
	z-index: 99;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.recnt.show {
	opacity: 1;
}
.recnt h3 {
	background: #fe4f00;
	color: #000;
	text-align: center;
	font-size: 22px;
	padding: 18px 0 15px 0;
}
.recnt ul.product_list_widget {
	margin-left: -1%;
	margin-right: -1%;
}
.recnt ul.product_list_widget li {
	text-align: center;
	margin: 15px 1%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	min-height: 300px;
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 5px;
	background: #fff;
}
.recnt ul.product_list_widget li a {
	display: block;
	height: auto;
	padding: 15px;
	position: relative;
	overflow: hidden;
	height: 260px;
	overflow: hidden;
}
.recnt ul.product_list_widget li a img {
	margin: 0px auto;
	width: auto !important;
	height: 75% !important;
	max-width: 100% !important;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
	display: block;
}
.recent_box a span.product-title {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0 0;
	min-height: inherit;
	display: block;
}
.recent_box {
	text-align: center;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	min-height: 300px;
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 5px;
	background: #fff;
}
.recent_box a {
	display: block;
	height: auto;
	padding: 15px;
	position: relative;
	overflow: hidden;
	overflow: hidden;
}
.recent_box img {
	margin: 0px auto;
	width: auto !important;
	height: 75% !important;
	max-width: 100% !important;
	-moz-transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	transition: all 0.2s !important;
	display: block;
}
.recent_box del span.amount, .recent_box ins span.amount {
	color: #fe4f00 !important;
	font-size: 27px;
	font-family: 'trashhandregular' !important;
	text-decoration: none !important;
	margin-bottom: 20px;
	font-weight: bold;
	display: inline-block;
}
.product_list_widget .owl-controls .owl-nav .owl-prev {
	background: url(images/slider_left_arow.png) no-repeat !important;
	width: 19px !important;
	height: 23px !important;
	left: 0 !important;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute !important;
	font-size: 0 !important;
	transition: 0.3s;
}
.product_list_widget .owl-controls .owl-nav .owl-next {
	background: url(images/slider_right_arow.png) no-repeat !important;
	width: 19px !important;
	height: 29px !important;
	right: 0 !important;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute !important;
	font-size: 0 !important;
	transition: 0.3s;
}
.product_list_widget .owl-controls {
	position: absolute;
	top: 43%;
	margin: 0px !important;
	width: 100%;
}
.product_list_widget .owl-controls .owl-nav .owl-prev:hover {
	background: url(images/slider_left_hover.png) no-repeat !important;
}
.product_list_widget .owl-controls .owl-nav .owl-next:hover {
	background: url(images/slider_right_hover.png) no-repeat !important;
}
.noprice a {
	font-family: 'trashhandregular' !important;
	color: #fe4f00 !important;
}
.single .summary.product-shop * .noprice .popbtnaddtoquote {
	font-family: 'trashhandregular' !important;
	font-size: 24px;
	color: #fe4f00 !important;
	line-height: 100%;
}
.add-to-cart.addtoquote a.popbtnaddtoquote span span {/*font-family: 'trashhandregular' !important;*/
	color: #000;
	font-family: 'almoni-tzar', 'robotoregular', arial !important;
}
.price-box-no .noprice a {
	font-family: 'trashhandregular' !important;
	color: #fe4f00 !important;
}
.tglmenu {
	display: none;
}
.youtubevid {
	padding: 0 0 20px 0;
}
.pdfup {
	padding: 0 0 20px 0;
}
.pdfup h3 {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pdfup a {
	display: block;
	width: 60px;
}
.navigation {
	text-align: center;
	direction: rtl;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
}
a.nextpostslink {
	font-family: Arial, Helvetica, sans-serif;
}
span.pages {
	padding: 3px 5px !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	vertical-align: top;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #fe4f00 !important;
	background: #fe4f00 !important;
	color: #FFF !important;
}
.uploadcontent {
	margin-bottom: 30px;
}
.rclose {
	cursor: pointer;
	background: url(images/close.jpg) no-repeat center center #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: -24px;
}
.show.hiderecent {
	display: none !important;
}
.paymentarea {
	margin: 0px auto;
	width: 50%;
}
.woocommerce form .paymentarea .form-row {
	float: none;
	width: 100% !important;
}
.woocommerce form .paymentarea .form-row label {
	width: 40%;
	float: right;
}
.woocommerce form .paymentarea .form-row input.input-text, .woocommerce form .paymentarea .form-row input, .woocommerce form .paymentarea .form-row .bilpayop {
	width: 55% !important;
	float: left;
	background: #FFF;
	height: 34px;
	border: 1px solid #bbb3b9 !important;
	font-size: 16px !important;
}
.woocommerce form .paymentarea .form-row .expdatefil {
	width: 55% !important;
	float: left;
}
.woocommerce form .paymentarea .form-row.expdatfn {
	padding: 3px !important;
}
.woocommerce form .paymentarea .form-row .expdatefil .bilmonth {
	width: 40% !important;
	float: right;
	background: #FFF;
	height: 34px;
	border: 1px solid #bbb3b9 !important;
	font-size: 16px !important;
}
.woocommerce form .paymentarea .form-row .expdatefil .bilyrs {
	width: 50% !important;
	float: left;
	background: #FFF;
	height: 34px;
	border: 1px solid #bbb3b9 !important;
	font-size: 16px !important;
}
.wcppro-security-code-hint-section {
	width: 110px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before {
	display: block !important;
	margin: 0px auto !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	height: auto !important;
}
.crp_related {
	display: none !important;
}
.form-row #reg_email_header {
	line-height: 34px !important;
	padding: 0 8px !important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	font-size: 14px !important;
}
.term-description p {
	font-size: 16px;
}
.std.newpagesearch {
	padding-top: 0px !important;
}
.sepgae {
	margin: 20px 0px;
}
.custom-servis-ul li {
	width: 33.33%;
	border-bottom: 0px !important;
	padding: 0px 8px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: right;
}
.custom-servis-ul li .iteminn {
	padding: 0px;
	border: 1px solid #ececec;
	padding:5px;
}
.custom-servis-ul li .iteminn .product-name {
	font-size: 17px !important;
	color: #2d2d2d;
	margin-bottom: 0px;
	line-height: 20px;
	min-height: 45px;
}
.custom-servis-ul li .searchmore {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.custom-servis-ul li .searchmore a.aw-blog-read-more {
	background: #fe4f00;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 25px;
	transition: 0.3s;
	display: inline-block;
}
.custom-servis-ul li .searchmore a.aw-blog-read-more:hover {
	background: #333;
}
.captiongallery {
	display: none;
}
.post-password-form input {
	width: 200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	height: 40px;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
.post-password-form input[type=submit] {
	background: #fe4f00 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 23px;
	height: 40px;
	width: 200px;
	margin-top: 0px;
}
.contact_form input.txtbuth:hover {
	background: #000;
}

.tax-product_cat .breadcrumbs{ /*display:none !important;*/}
.tax-product_cat  .category_banner{ padding:0px !important;}
.tax-product_cat .category-description{background: #f2f2f2; padding: 15px 20px !important; margin: 0 0 30px; overflow: visible; color: #333; font-size: 25px; border:1px solid #DDDDDD;}
.tax-product_cat  .term-description, .tax-product_cat  .term-description p{ padding:0px !important; margin:0px !important; font-size:18px; line-height:22px;}

.newphonediv {position:absolute; left:0px; top:25px; width:353px; z-index:999;}
.nphimg {float:left; width:142px;}
.nphno {float:right; padding:48px 0 0 0; text-align:center; width:210px;}
.nphno span {display:block; color:#363636; font-size:32px; font-weight:bold; margin-bottom:22px; line-height:32px; font-family: 'almoni-tzar', 'robotoregular', arial !important;}
.nphno span img{margin:0 auto;}
.nphno a { color:#ff4800; font-size:62px; font-family: 'trashhandregular',arial !important;}
.lnewphonediv {left:inherit; right:90px; background:#fff; top:6px;} 
.lnewphonediv .nphimg {float:right;}
.lnewphonediv .nphno {float:left;}
.lnewphonediv .nphno span { color:#363636;}

/*======================== responsive ========================*/

@media only screen and (min-width:1600px) {
.cslide .ban_wrap h2, .hslide .caption h3 {
	font-size: 32px;
	line-height: 1.25em;
}
.related.products h2 {
	font-size: 16px;
}
}
 @media only screen and (max-width:1600px) {
.ubermenu-nav li.ubermenu-item-level-0 {
	margin-left: 5px/*5%*/;
}
.cart2, .searchbar {
	top: 0px;
}
.lnewphonediv {left:inherit; right:50px;}
}
@media only screen and (max-width:1474px) {
.newphonediv {top:0px;}	
}
@media only screen and (max-width:1450px) {
.newphonediv {width:290px;}
.nphimg {width:120px;}
.nphno {width:160px; padding:37px 0 0 0;}
.nphno a {font-size:47px;}
.nphno span {font-size:28px; line-height:28px;}	
.lnewphonediv {top:20px;}	
}
 @media only screen and (max-width:1400px) {
/**/



.wrap, .wraps {
	max-width: 1280px;
	padding-left: 0px;
	padding-right: 0px;
}
/**/



.nav {
	margin-right: 5%;
}
.newphonediv { left:-45px;}
.lnewphonediv {left:inherit;}
.ubermenu-nav li.ubermenu-item-level-0 {/* margin-left:3%;*/
}
.ubermenu-nav li a {
	font-size: 20px;
}
}
@media only screen and (max-width:1399px) {
.newphonediv {left:-9px;}
.lnewphonediv {left:inherit;}
.nphno span {margin-bottom:19px;}	
}
 @media only screen and (max-width:1300px) {
/**/



.wrap, .wraps {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}
/**/



.nav {
	margin-right: 2%;
}
.nav li a {
	padding: 0 10px;
}
/**/



.cslide { /*padding: 0px;*/
	width: 25%;
}
.cslide .fa-angle-left {
	left: 20px;
	font-size: 32px;
}
.cslide .ban_wrap h2 {
	font-size: 30px;
}
.cslide .ban_wrap p {
	padding: 0 0 0 30px;
}
/**/



.products-grid .product-name {
	height: 95px;
}
.products-grid li .product-image {
	height: 200px;
}
.products-grid .actions a.button {
	font-size: 18px !important;
	line-height: 40px;
	padding: 0 15px;
}
.ubermenu-nav li.ubermenu-item-level-0 {/* margin-left:10px;*/
}
.topmenu {
	width: auto;
}
/**/



#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu.mega-menu-item {
	position: static !important;
}
.mega-menu .mega-menu-item-has-children.mega-colom1 ul, .mega-menu .mega-menu-item-has-children.mega-colom2 ul, .mega-menu .mega-menu-item-has-children.mega-colom3 ul, .mega-menu .mega-menu-item-has-children.mega-colom4 ul {
	transform: none;
	right: 0 !important;
	width: auto !important;
}
.hmproduct .products-grid li.item {
	width: 25%;
}
.newphonediv {left:-60px;}
.lnewphonediv {left:inherit;}
}
@media only screen and (max-width:1290px) {
.newphonediv {left:0px; width:262px;}
.lnewphonediv {left:inherit;}
.nphno {width:140px;}
.nphno span {font-size:24px; line-height:24px; margin-bottom:15px;}
.nphno a {font-size:40px;}	
}
 @media only screen and (max-width:1200px) {
.products-grid li.item {
	min-height: 340px;
}

}
 @media only screen and (max-width:1100px) {
/**/
.newphonediv {left:-35px;}
.lnewphonediv {left:inherit;}


.wrap, .wraps {
	max-width: 1000px;
}
.navupload {
	width: 368px;
}
.navupload ul li, .topmenu li {
	margin-left: 8px;
}
.nav {
	margin: 0;
	clear: both;
	float: none;
	position: relative;
	z-index: 99;
	padding: 0 0 0px 0;
	width: 100%;
}
.block .block-title {
	line-height: 20px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 18px !important;
}
.lnewphonediv {right:10px;}
}
@media only screen and (max-width:1080px) {
.newphonediv {left:0px;}	
.lnewphonediv {left:inherit;}
}
 @media only screen and (max-width:1010px) {
/**/

.newphonediv {left:-50px;}
.lnewphonediv {left:inherit;}

.wrap, .wraps {
	max-width: 830px;
}
/**/



/*.nav .menu { background: #202020; position: absolute; top: 50px; right: 0px; width: 100%; display: none; }



.nav li { float: none; border-top: 1px solid #303030; z-index: 1; }



.nav li a { line-height: 50px; padding: 0 20px; }



.tglmenu { display: block; line-height: 50px; height: 50px; cursor: pointer; padding: 0 20px; }



.tglmenu:before { content: "\f055"; font-size: 25px; line-height: 50px; float: left; font-family: FontAwesome; }



.tglmenu.active:before { content: "\f056"; font-family: FontAwesome; }*/







.entry-summary {
	display: none;
}
/**/



header .searchbar, header .cart2, header .headcon {
	display: none;
}
.logo {
	padding: 20px 0;
	position: static;
	margin: 0px auto;
	width: 200px;
	float: none;
	transform: none;
	-webkit-transform: none;
}
.navupload {
	width: auto;
	float: right;
}
.navupload ul li {
	margin-left: 5px;
	margin-right: 0;
}
.topmenu {
	float: left;
}
.toptglmenu {
	display: block;
	border-right: 1px solid #303030;
	border-left: 1px solid #303030;
	padding: 0 20px;
}
.topmenu .topnavbar {
	position: absolute;
	width: 300px;
	left: 0px;
	top: 41px;
	background: #202020;
	z-index: 999;
	padding: 15px 20px;
	display: none;
	text-align: left;
}
.topmenu li {
	float: none;
	margin-left: 0;
	display: block;
	color: #fff;
}
.topmenu li a {
	line-height: 26px;
	text-align: right;
	color: #fff;
}
/**/



.cslide {
	width: 50%;
	height: inherit;
}
.cslide .ban_wrap h2 {
	font-size: 22px;
}
.cslide .ban_wrap p {
	padding: 0 0 0 30px;
	display: none;
}
/**/



.products-grid .product-name {
	height: 80px;
}
.products-grid li .product-image {
	height: 320px;
}
.products-grid li.item {
	width: 50%;
	min-height: 340px;
}
.products-grid li.item.last {
	border-left: 1px solid #e3e3e3;
}
.products-grid li.item:nth-child(2) {
	border-right: 0;
}
/**/



.btmcontent .box {
	width: 50%;
	margin-bottom: 40px;
}
/**/



.f_banner {
	width: 50%;
}
/**/



.footer-col {
	width: 50% !important;
	margin-bottom: 40px;
}
.copyright {
	padding-top: 0px;
}
.contact_right {
	width: 100%;
}
.contact_left {
	width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 47% !important;
}
.category_banner .cat_img {
	float: none;
	text-align: center;
	width: 100%;
}
.category_banner.side_r .cat_holder {
	float: none;
	width: 100%;
}
.hmproduct .products-grid li .product-image {
	height: 200px;
}
/**/



.product-view .product-img-box .product-image {
	width: 100%;
}
.container-slider li {
	display: inline-block;
	margin: 0 0 5px 5px;
}
.custom-servis-ul li {
	width: 50%;
}
}
 @media only screen and (max-width:980px) {
.hmproduct .products-grid li.item {
	width: 50%;
}
.hmproduct .products-grid li .product-image {
	height: 300px;
}
.hmproduct .products-grid li .product-image img {
	height: 100% !important;
	width: auto;
}
.lnewphonediv {right:0px;}


}
@media only screen and (max-width:930px) {
.newphonediv {left:-23px;}	
.lnewphonediv {left:inherit;}
}
@media only screen and (max-width:880px) {
.newphonediv {left:0px;}	
.lnewphonediv {left:inherit;}
}
 @media only screen and (max-width:820px) {
/**/



.wrap, .wraps {
	max-width: 700px;
}
/**/



.postrow li {
	width: 100%;
	margin: 0 0 30px 0;
}
/**/



.whoweare .box {
	width: 100%;
	margin-bottom: 20px;
}
/**/



.hmproduct {
	padding: 20px 0;
}
.nav {
	width: 100%;
}
/**/



.loginbartop, .menu-topmenu-container {
	float: none;
}
.loginbartop ul li a {
	display: block;
}
.woocommerce-page table.cart .product-thumbnail {
	display: block !important;
}
.catslider {
	max-height: inherit;
}
.catslider .item {
	height: inherit;
}
.catslider img {
	height: inherit !important;
}
.newphonediv {left:-50px;}
.lnewphonediv {left:inherit;}
}
 @media only screen and (max-width:800px) {
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before {
	display: none !important;
	margin: 0px auto !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	text-align: right !important;
}
.nphimg {display:none;}
.nphno {padding:6px 0 0 0; width:100%;}
.nphno span {display:none;}
.newphonediv {width:140px; left:0; right:0; margin:0 auto; top:-18px; background:#fff;}
#topbar{padding:15px 0 30px;}
#landinheader {padding:30px 0 0 0;}
.lnewphonediv {top:29px; background: url(images/landinghbg.jpg) repeat-x center; width:100%;}
.lnewphonediv .nphno {width:140px; background:#fff; float:none; margin:0 auto; padding:0px;}
.lhtop {background:none;}
}
 @media only screen and (max-width:768px) {
/**/



.wrap, .wraps {
	max-width: 600px;
}
.news_leftcontent {
	float: none;
	width: 100%;
}
.news_rightcontent {
	float: none;
	width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .discount {
	width: 100% !important;
	margin-right: 0px !important;
}
.category_banner .cat_holder h2 {
	font-size: 38px;
	line-height: 45px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
	width: 78% !important;
}
.col-xs-12 .main .menu-top-category-menu-container {
	display: none;
}
.recnt {
	display: none;
}
/**/



.mega-menu .mega-menu-item-has-children.mega-colom3 ul li, .mega-menu .mega-menu-item-has-children.mega-colom4 ul li {
	width: 50% !important;
}
}
 @media only screen and (max-width:640px) {
.contact_form, .contact_addresss {
	float: none;
	width: 100%;
}
.login-form .woocommerce form.login {
	width: 100% !important;
}
.woocommerce-cart .woocommerce .totals, .checkoutcoupan {
	width: 100% !important;
}
.woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.cart .product-stock-status {
	display: none !important;
}
#fancybox-wrap, #fancybox-overlay {
	display: none !important;
}
.nphno a {font-size:30px;}
}
 @media only screen and (max-width:620px) {
/**/



.wrap, .wraps {
	max-width: 480px;
}
/**/



.products-grid li.item {
	border-right: 0px;
	width: 100%;
	min-height: inherit;
}
.products-grid li .product-image {
	height: auto;
	margin-bottom: 20px;
}
.products-grid .product-name {
	height: auto;
}
/**/



.c100 {
	font-size: 140px;
}
.box .c100 span {
	font-size: 40px;
	padding-top: 1.1em;
}
.box.s1 .c100 span.smtt {
	font-size: 20px !important;
}
.box .c100 span b {
	font-size: 20px;
}
/**/



.f_banner {
	width: 100%;
}
/**/



.footer-col {
	width: 100% !important;
}
.cslide {
	width: 100%;
}
}
 @media only screen and (max-width:500px) {
/**/



.toptglmenu {
	padding: 0 10px;
}
.hslide .caption {
	/*background: rgba(0,0,0,0.65);*/

	height: 100%;
	padding: 60px 30px 0px 30px;
}
.hslide .caption h3 {
	font-size: 18px; /*font-weight: 700; */
}
.hslide .caption p {
	line-height: 17px;
	font-size: 14px;
}
.category_banner .cat_holder h2 {
	font-size: 32px;
	line-height: 40px;
}
.product-view .product-shop, .product-view .product-img-box {
	width: 100%;
}
.hmproduct .products-grid li.item {
	width: 100%;
}
.hmproduct .products-grid li .product-image {
	height: auto;
}
.custom-servis-ul li {
	width: 100%;
}
.box .c100 span b {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
}
 @media only screen and (max-width:400px) {
.news_rightcontent {
	padding: 0px 15px 0px 20px;
}
.news_leftcontent {
	padding: 50px 20px;
}
.sharebutwish {
	width: 100%;
	float: none;
}
.request_quote {
	float: none;
}
.topmenu li a, .navupload ul li a {
	font-size: 14px;
}
}
/***********/

.std > div {
	padding: 0 0 20px 0;
}
.std .page-title {
	display: none;
}
.std ul {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 0;
}
.std li {
	padding: 4px 0 4px 20px;
	width: 33.33%;
	float: right;
	font-size: 14px;
}
.std h2, .std h3 {
	font-size: 24px;
}
.std li a {
	color: #333;
}
.main {font-size: 20px;}
.page-template-page-about .main, .page-template-default .main {font-size:16px;}
.main h1, .main h2 {font-size:24px; line-height:34px; margin-bottom:10px;}
.main h1.htitle {color: #fe4f00; margin-bottom:17px;} 
.rtl #acp-toggle-toolbar {right: 25px !important; top: 50px;}
.rtl #acp-toolbar {right:  auto !important;}


@media only screen and (max-width:1100px){
.std li{ width:50%;}	
}
@media only screen and (max-width:620px){
.std li{ width:100%;}		
}
@media only screen and (max-width:400px) {
.nphno {width:100%;}
}

/*body.rtl.page.page-id-6.page-template-default.woocommerce-checkout.woocommerce-page .row .col-main{font-family:Arial, Helvetica, sans-serif;}
body.rtl.page.page-id-6.page-template-default.woocommerce-checkout.woocommerce-page .row .col-main h1, h2, h3, p{font-family:Arial, Helvetica, sans-serif !important;}*/
body.rtl.page.page-id-6.page-template-default.woocommerce-checkout.woocommerce-page .row .col-main input#place_order{font-family:'almoni-tzar', 'robotoregular', arial !important;}

.footerdiv p{font-family:'almoni-dl', Arial !important;}

.blog .woocommerce.widget_shopping_cart .cart_list li{font-family:Arial, Helvetica, sans-serif !important; font-size:15px;}
.blog .woocommerce.widget_shopping_cart .total{font-family:Arial, Helvetica, sans-serif !important; font-size:15px; padding-top:5px;}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{margin-bottom:5px;}

/*----------Gallery-----------------------*/
.home header{ margin:0px auto 6px auto;}
.homegallery{ background:#dbdbdb; padding:20px 0px 27px 0px; margin-bottom:10px; border:2px solid #e6e6e6; position:relative; z-index:9;}
.gallery_wrap{ max-width:1310px; margin:0px auto;}
.gallery_wrap{ opacity:0;}
.homegallery .grid-item{ width:20%; padding:5px; overflow:hidden;}
.homegallery .grid-item a{ border:4px solid #FFF; display:block; box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); width:100%; padding:41.95%; background-size:cover !important; }
.homegallery .grid-item a.longimg {padding: 87.3% 42%;}
.homegallery .grid-item a img{ width:100%; display:none;}
.gallerybigimg{ padding:37%; width:100%; background-size: cover !important;}

.popup_gallery{ display:block; opacity:0; height:0px !important; visibility:hidden;}
.popup_gallery.activeg{ display:block; opacity:1; height:100% !important; visibility:visible;}
.popup_gallery .popcontent{ border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; padding:20px;}
.popup_gallery .popcontent,.home .popup_gallery{ z-index:0 !important;}
.popup_gallery.activeg .popcontent,.popup_gallery.activeg{ z-index:9999 !important;}
.popup_gallery .owl-theme .owl-controls .owl-nav{position:absolute; bottom:42px; margin:0px auto; left:0px; right:0px; text-align:center; transform:translateY(-65%); width:100px;}
.popup_gallery .owl-theme .owl-controls .owl-nav span{ display:none;}
.popup_gallery .owl-theme .owl-controls .owl-nav .owl-prev{ background:url(images/arrow-left.png) no-repeat center center !important; width:26px; height:26px; left:0px; position:absolute;}
.popup_gallery .owl-theme .owl-controls .owl-nav .owl-next{ background:url(images/arrow-right.png) no-repeat center center !important; width:26px; height:26px; right:0px; position:absolute;}
.popup_gallery .owl-theme .owl-controls .owl-dots{ display:none !important;}

.home div.pp_woocommerce .pp_description,  .page-template-page-gallery div.pp_woocommerce .pp_description, .tax-product div.pp_woocommerce .pp_description{ font-size:26px !important;}

.gallerypage{ background:#dbdbdb; padding:15px 0px 20px;  border:2px solid #e6e6e6;}
.gallerypage .grid-item{ width:33.33%; padding:7px; }
.gallerypage .grid-item a{ border:4px solid #FFF; display:block; box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);  width:100%; padding:41.95%; background-size:cover !important;}
.gallerypage .grid-item a.longimg {padding: 86.6% 42%;}
.gallerypage .grid-item a img{ width:100%;}
.popcontent_gal{ width:850px; padding:15px; background:#FFF;}
.page-template-page-gallery .fancybox-overlay{background: rgba(0,0,0,0.7);}
.page-template-page-gallery .fancybox-close{background:#FFF  url(images/close.jpg) no-repeat center center !important;	width: 24px;height: 24px;	position: absolute;	top: 15px;	right: -9px;	cursor: pointer;}
.page-template-page-gallery .fancybox-close:hover {opacity: 0.8;}
.page-template-page-gallery .fancybox-nav{ height:inherit !important; top:46% !important; transform:translateY(-50%) !important; -webkit-transform:translateY(-50%) !important; -moz-transform:translateY(-50%) !important;}

.popcontent_gal .popupbuttompart{padding:20px 0px 0px;}
.popcontent_gal h3{ font-size:24px; text-align:right; float:right; font-family:'trashhandregular' !important; }
.popcontent_gal a.mailtopgallery{ float:left; color:#4a4949; padding-right:30px; background-size:contain !important; font-size:24px; background:url(images/email.png) no-repeat right center;}


.commongallery .grid-item{ width:20%; padding:5px; overflow:hidden;}
.commongallery .grid-item a{ border:4px solid #FFF; display:block; box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); width:100%; padding:41.95%; background-size:cover !important;}
.commongallery .grid-item a.longimg {padding: 88% 42%;}
.commongallery .grid-item a img{ width:100%;  display:none;}

.maingallerypage{ border-bottom:3px solid #fe4f00; margin-bottom:7px;}
.maingallerypage .page-title{background: #f2f2f2; padding: 20px;  margin: 0 0 30px; overflow: visible;  color: #fe4f00;  font-size: 25px; border:1px solid #DDDDDD;}

.tax-product_cat.woocommerce .woocommerce-info{ display:none !important;}

.landing_gallery{ padding:30px 0px 27px 0px; background:#dbdbdb; margin-top:10px; border:2px solid #e6e6e6;}
.landing_wrap_g{ max-width:1310px; margin:0px auto;}
.landing_gallery .grid-item{ width:20%; padding:7px; overflow:hidden;}
.landing_gallery .grid-item a{ border:4px solid #FFF; display:block; box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2); width:100%; padding:41.95%; background-size:cover !important;}
.landing_gallery .grid-item a.longimg {padding: 86.9% 42%;}
.landing_gallery .grid-item a img{ width:100%;}

.popupgalle {
	display: none; /*position: fixed; */
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9999;
}

.overlaygal {
	background: #000;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.catwrap.commongallery { position: relative; padding:15px 0px; background: #dbdbdb;}
.catwrap.commongallery:before {background: #dbdbdb; width: 100%; content: ''; position: absolute; right: -100%;  height: 100%; top:0px; border-top:2px solid #e6e6e6; border-bottom:2px solid #e6e6e6;}
.catwrap.commongallery:after {background: #dbdbdb; width: 100%; content: ''; position: absolute; left: -100%;  height: 100%; top:0px; border-top:2px solid #e6e6e6; border-bottom:2px solid #e6e6e6;}
.boder_top {position: absolute;top: 0px;border-top:2px solid #e6e6e6;  content: ''; width: 100%;}
.boder_bottom {position: absolute;bottom: 0px;border-top:2px solid #e6e6e6; border-bottom:2px solid #e6e6e6; content: ''; width: 100%;}

@media only screen and (max-width:900px){
.popcontent_gal{ width:720px;}	
.popup_gallery .owl-theme .owl-controls .owl-nav{position:absolute; top:40%; bottom: inherit; transform:translateY(-65%); width:100%;}
}

@media only screen and (max-width:800px){
.homegallery .grid-item{ width:33.33%;}
.landing_gallery .grid-item{ width:33.33%;}
.popup_gallery .popcontent{ width:65%;}
}

@media only screen and (max-width:750px){
.popcontent_gal{ width:500px;}	
}



@media only screen and (max-width:639px){
.homegallery .grid-item{ width:50%;}
.gallerypage .grid-item, .gallerypage .grid-item{ width:50%;}
.landing_gallery .grid-item{ width:50%;}
.popup_gallery .popcontent{ width:85%;}
.popup_gallery .popcontent h3{ float:none; text-align:center; padding-bottom:15px;}
.popup_gallery .popcontent a.mailtopgallery{ background-size:25px !important; float:none; text-align:center;}
}

@media only screen and (max-width:550px){
.popcontent_gal{ width:400px;}	
}

@media only screen and (max-width:430px){
.popcontent_gal{ width:270px;}	
}

