body {
	font-weight: 400;
	/*color: #666;*/
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color:#ffffff;
	font-family:"__Heebo_5";
}

body:after {
  content: url('/images/button-2-layer-6.png') url('/images/button-2-layer-7.png') url('/images/checkout/1.png') url('/images/checkout/2.png') url('/images/checkout/3.png') url('/images/checkout/4.png') url('images/payment/creditguard.png') url('images/payment/paypal.png');
  display: none; 
}


h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
   font-family: FontAwesome;
   color: #1E91CF;
   content: "\f059";
   margin-left: 4px;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	float:right;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 271px; /* change */
}
/* footer */
footer {
	/*margin-top: 30px; change */
	padding-top: 15px;
	padding-bottom:30px;
	background-color: #7f7f7f;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #445056;
	padding: 8px 12px;
}

.list-group .heading {
	background-color:#13c1d9;
	color:#fff;
	font-weight:bold;
}

.list-group a:hover {
	color: #445056;
	background: #d5d5d5;
	border: 1px solid #DDDDDD;
	/*text-shadow: 0 1px 0 #FFF;*/
}

.list-group a.active, .list-group a.active:hover {
	color: #445056;
	background: #d5d5d5;
	border: 1px solid #DDDDDD;
	font-weight:bold;
	/*text-shadow: 0 1px 0 #FFF;*/
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

img.active
{
    border: 1px solid green;
}

.ty-product-block-title {
    color: #474651;
    font-family: "Arial";
    font-size: 24px;
    margin: 10px 0 40px;
    text-align: center;
    text-transform: capitalize;
}

.ty-price-num {
    font-size: 20px;
    font-weight: normal;
	color: #ff0000;
}

.ty-price-num2 {
    font-size: 30px;
    font-weight: normal;
	color: #ff0000;
}

.ty-price {
    text-align:center;
}

.ty-price-heading {
	font-size:16px;
	padding-bottom:10px;
}

#button_cart {
	background: #133a80 none repeat;
    border: 1px solid #133a80;
    border-radius: 5px;
    color: #fff !important;
	padding: 5px 20px;
    font-size: 20px;
	margin-bottom: 5px;
	margin-top:5px;
	text-transform:capitalize;
}

/* new code */

#u811
{
	border-style: solid;
	border-width: 6px;
	border-color: #FFFFFF;
	margin-top: 28px;

}

@font-face
{
	font-family: '__Open Sans_5';
	src: url('../fonts/opensans-semibold-webfont.eot');
	src: local('☺'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face
{
	font-family: '__Open Sans Hebrew_5';
	src: url('../fonts/opensanshebrew-extrabold-webfont.eot');
	src: local('☺'), url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff'), url('../fonts/opensanshebrew-extrabold-webfont.svg') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face
{
	font-family: '__Open Sans Hebrew_5';
	src: url('../fonts/opensanshebrew-light-webfont.eot');
	src: local('☺'), url('../fonts/opensanshebrew-light-webfont.woff') format('woff'), url('../fonts/opensanshebrew-light-webfont.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face
{
	font-family: '__Open Sans Hebrew_5';
	src: url('../fonts/opensanshebrew-regular-webfont.eot');
	src: local('☺'), url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), url('../fonts/opensanshebrew-regular-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: '__Open Sans Hebrew_5';
	src: url('../fonts/opensanshebrew-bold-webfont.eot');
	src: local('☺'), url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), url('../fonts/opensanshebrew-bold-webfont.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family:'__Heebo_5';
	src:url('../fonts/heebo-light.eot');
	src:local('☺'), url('../fonts/heebo-light.woff') format('woff'), url('../fonts/heebo-light.svg') format('svg');
	font-weight:300;
	font-style:normal;
}

@font-face
{
	font-family:'__Heebo_5';
	src:url('../fonts/heebo-regular.eot');
	src:local('☺'), url('../fonts/heebo-regular.woff') format('woff'), url('../fonts/heebo-regular.svg') format('svg');
	font-weight:400;
	font-style:normal;
}

@font-face
{
	font-family:'__Heebo_5';
	src:url('../fonts/heebo-bold.eot');
	src:local('☺'), url('../fonts/heebo-bold.woff') format('woff'), url('../fonts/heebo-bold.svg') format('svg');
	font-weight:700;
	font-style:normal;
}

@font-face
{
	font-family:'__Open Sans_5';
	src:url('../fonts/opensans-semibold-webfont.eot');
	src:local('☺'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.svg') format('svg');
	font-weight:600;
	font-style:normal;
}

@font-face
{
	font-family:'__Heebo_5';
	src:url('../fonts/heebo-black.eot');
	src:local('☺'), url('../fonts/heebo-black.woff') format('woff'), url('../fonts/heebo-black.svg') format('svg');
	font-weight:900;
	font-style:normal;
}

@font-face
{
	font-family:'__Open Sans Hebrew_5';
	src:url('../fonts/opensanshebrew-regular-webfont.eot');
	src:local('☺'), url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), url('../fonts/opensanshebrew-regular-webfont.svg') format('svg');
	font-weight:400;
	font-style:normal;
}

/* unused */
#u2591
{
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-bottom:15px;
	width:100%;
	
	
	color: #7F7F7F;
	text-align: right;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	font-size:14px;
}
/* unused */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.nopadding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}


#u2545-1
{
	height: 1px;
	margin-bottom: 34px;
	background-color:#e6e6e6;
	margin-right:15px;
}

#footer-images {
	padding-top:45px;
}









/* home page tabs */

.test:link, .test:visited  {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


.test:hover , .test:active  {
    background-color: red;
}

#test {
	text-align:center;
	
}

/* */

.nav > li > a {
	/*margin-right:-40px !important;*/
}

/* nav tabs - home page */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color:#73bc44;	
	border-width:0;
	cursor:hand;
	color:#FFFFFF;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color:#FFFFFF;	
}

.nav > li > a {
	background-color:#7f7f7f;	
	padding: 7px 10px;
}

.nav-tabs > li > a {
	border-radius:0;
	margin-right:0;
	border:0;
}

.nav-tabs > li > a:hover {
	color:#000000;
}



.nav-tabs {
	margin-bottom:0;
}

/* nav tabs - home page */

/*
#u8577:link 
{
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	border-style: solid;
	border-width: 3px;
	border-color: #73BC44;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #73BC44;
	font-size: 48px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 800;
	margin-top: 28px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width:420px;	

}

#u8577:visited
{
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#73BC44;

}


#u8577:hover
{
	border-color: #FFFFFF;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#FFFFFF;

}
*/

/*
#u8568-4
{
	z-index: 172;
	width: 286px;
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-image: url("../images/blank.gif");
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-bottom: -3px;
	position: relative;
	margin-right: -10000px;
	border-width: 0px 0px 5px;
}

#u8566-4
{
	z-index: 168;
	width: 286px;
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-image: url("../images/blank.gif");
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-bottom: -3px;
	position: relative;
	margin-right: -10000px;
	left: 295px;
	border-width: 0px 0px 5px;
}

#u8563-4
{
	z-index: 164;
	width: 286px;
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-image: url("../images/blank.gif");
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-bottom: -3px;
	position: relative;
	margin-right: -10000px;
	left: 590px;
	border-width: 0px 0px 5px;
}

#u8568-4:hover,#u8566-4:hover,#u8563-4:hover
{
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	width: 286px;
	margin: 0px -10000px -3px 0px;
}

#u8616-4:hover p,#u8568-4:hover p,#u8566-4:hover p,#u8563-4:hover p
{
	color: #73BC44;
	visibility: inherit;
}
*/

/*
#u4613
{
	z-index: 25;
	width: 275px;
	background-color: transparent;
	margin-left: 315px;
	top: -369px;
	margin-bottom: -206px;
	position: relative;
}

#u4611
{
	z-index: 26;
	display: block;
}
*/


/*
#u4613 {
	min-height: 60px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 28px;
	background: transparent url("../../../../../images/test.png") no-repeat center center;
	display:block;
	background-size:contain;
	
}
*/

/*
#u4613
{
	background-color: transparent;
    margin-bottom: 43px;
    margin-left: 315px;
    margin-top: -315px;
    position: absolute;
    width: 24%;
    z-index: 25;
}

#u4612
{
	
	
}
*/

/* amazon page */























#u3634 {
	margin-left:auto; 
	margin-right:auto; 
	display:block;	
} 

#u3635 {
	color:#ff0000;	
}













/* new service page */































/* slider rtl issue fixed */

#wowslider_engine {
	left:0 !important;
}

/* hide breadcrumb in pages */
.breadcrumb {
	/*display:none;*/
}

.breadcrumb {
	/*background-color:#ebebeb;*/
	background-color:#ffffff;
	border:none !important;
}

.breadcrumb > li::after {
	width:0px !important;
	height:0px !important;
}

.breadcrumb > li {
	padding: 0 5px !important;
}






/* payment gateway credit guard */

#cpayment_box1 {
	float:left;
}

#cpayment_box2 {
	float:left;
	font-family: '__Heebo_5';
	font-size:13px;
	padding-left:20px;
	direction: rtl;
}

#cpayment_box2 p {
	margin:0;	
}

.u2560 {
	float:right;	
}



/*
#u8616-4:link
{
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	border-width: 0px 0px 5px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width:223px;
}

#u8616-4:visited
{
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	border-width: 0px 0px 5px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width:223px;
}

#u8616-4:hover
{
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 41px;
	max-width: 223px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	color:#73BC44;
}
*/



.u8592
{
	-webkit-transition-duration: 0s;
	-webkit-transition-delay: 0s;
	transition-duration: 0s;
	transition-delay: 0s;
	border-width: 0px;
	border-color: transparent;
	/*background-color: #29B2CF;*/
	/*border-radius: 0px 0px 10px 0px ;*/
	/*padding-bottom: 7px;*/
	width:50%;
	float:left;
	min-height:35px;
}

.u8592-special
{
	-webkit-transition-duration: 0s;
	-webkit-transition-delay: 0s;
	transition-duration: 0s;
	transition-delay: 0s;
	border-width: 0px;
	border-color: transparent;
	/*background-color: #29B2CF;*/
	/*border-radius: 0px 0px 10px 0px ;*/
	/*padding-bottom: 7px;*/
	/*width:50%;*/
	float:left;
	min-height:35px;
	padding-left:10px;
}



.u8591
{
	font-family: "__Heebo_5";
	font-weight: 900;
	line-height: 15px;
}

.u8591-special
{
	font-family: "__Heebo_5";
	font-weight: 900;
	line-height: 22px;
}

.tab-button {
	background-color:#e83f46 !important;
	border:none !important;	
	border-radius:10px;
	padding-left:20px;
	padding-right:20px;
}

.tab-button-special {
	background-color:#e83f46 !important;
	border:none !important;	
	border-radius:10px;
}









.owl-carousel {
	display:block;
	
}

#exTab1 .tab-content {
  background-color: #ffffff;
  padding : 5px 15px;
  border:1px solid #000000;
  margin-bottom:20px;
}

#exTab2 h3 {
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 15px 15px 0 0;
  padding:15px 28px;
  font-size:19px;
  font-family: '__Heebo_5';
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}



.pill-link {
	padding-left: 30px !important;
	padding-right:31px !important;
}

#exTab1 {
	float:right;
	padding-top:40px;
}

.nav-pills > li > a {
	background-color:transparent !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color:#000000 !important;
	color:#ffffff !important;
}

a.pill:link {
	color:#000000 !important;
}

a.pill:visited {
	color:#000000 !important;
}

a.pill:hover {
	color:#ffffff !important;
}

a.pill:focus {
	color:#ffffff !important;
}

a.pill:active {
	color:#ffffff !important;
}

.nav-pills > li.active > a:visited {
	color:#000000;
}

#exTab1 ul {
	padding:0;
	margin:0;
}

.logo-tab{
	float:right;
	padding-left:12px; 
	padding-right:12px; 
	padding-bottom:30px;	
}

.logo-tabs > li > a {
	margin-right:0 !important;	
}

a:focus {
	outline:none !important;
	outline-offset:0 !important;
}


/* new code 16/08/15 */




/* ------------------ common -------------------------- */

.padding-top-common {
	padding-top: 20px;
}

.btn-primary {
    background-color:#29b2cf !important;
	background-image:none;
	background-repeat:none;
	border-color: #e6e6e6;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    width: 137px;
	
    color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    min-height: 34px;
    text-align: center;
	padding:0;
}
.btn-primary:hover {
    min-height: 0;
    opacity: 0.7;
    width: 137px;
	border-color: #e6e6e6;
}


a.address_link:link{
	color:#707070 !important;
}

a.address_link:visited{
	color:#707070 !important;
} 

a.address_link:hover{
	color:#707070 !important;
} 

a.address_link:active{
	color:#707070 !important;
} 

/* ----------------- amazon page ---------------------- */

/* common new service --------------------------------- */
.u3631 p {
	margin:0;
}

.u3631 {
	padding-top:10px;
}

.u2418-8
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 500;
	padding-bottom:10px;
	padding-right:13px;
}

.u2418-8 p {
	margin:0 0 0px;
}

.u2421-11
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 500;
	padding-bottom:10px;
}

.u2421-11 p {
	margin:0 0 0px;
}

#u2421-7,#u2420,#u3635-3,#u9338-7,#u9339
{
	font-family: '__Heebo_5';
	font-weight: 800;
}

.u2420-5
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 500;
	padding-bottom:10px;
}

.u2420-5 {
	margin:0 0 0px;
}

.u2419-6
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 500;
	padding-bottom:10px;
	padding-left:50px;
}

.u2419-6 {
	margin:0 0 0px;
}

.u9551-3 {
	margin-left:auto; 
	margin-right:auto; 
	display:table;
}

.u18109-4 {
	/*font-size:29px;*/
	font-weight:700 !important;
	line-height:35px;
	direction: rtl;
	/*padding-top:20px;*/
	font-family: '__Heebo_5';
}

.pu18109-4 {
	margin-left:auto;
	margin-right:auto;
	display:table;
}

.u1418
{
	height: 1px;
	background-color: #FFFFFF;
}

.u14189
{
	height: 1px;
	background-color: #000000;
}

.u1663-8 {
	
}

.u1663-8 p {
	margin:0;
}

.u1663-4 {
	font-family: "__Heebo_5";
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
	text-align:center;
}

.u1663-6 {
	color: #63b335;
    font-family: "__Heebo_5";
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
	text-align:center;
	padding-bottom:20px;
}


.u5911 {
	padding-top:20px;	
}

.u5912 {
	padding-top:25px;
	padding-bottom:10px;	
}

.pu2451-4 {
	margin-left:auto; 
	margin-right:auto; 
	display:table; 
	text-align:center;
	margin-top:36px;
}

.u2451-4
{
	min-height: 50px;
	background-color: transparent;
	line-height: 32px;
	text-align: center;
	color: #000000;
	font-size: 27px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	float:right;
}

.u3642 {
	float:left;
	padding-top:6px;
	padding-right:10px;
}

.u36422 {
	float:left;
	padding-top:2px;
	padding-right:10px;
}


.u3634 {
	margin-left:auto; 
	margin-right:auto; 
	display:block
}


#searchpro {
    color: rgb(0, 0, 0) !important;
    font-size: 14px !important;
    height: 38px !important;
   /*padding: 0 20px 0 100px !important; */
   /*position: relative !important; */
    text-align: right !important;
    width:50%;
	
	
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-top: 14px;
	
	font-family:"__Heebo_5";
	font-weight:900;
	direction: rtl;
	
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#amazon-button {
    background-color: transparent;
    background-image: url("../../../../../images/pasted%20svg%20169_poster_.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 39px;
    width: 169px;
    cursor:pointer;
    border-radius:5px 0 0 10px;
   /* float:left; */
   margin-left:auto;
   margin-right:auto;
   display:block;
}

.u3635-6 {
	padding-top:20px;	
}

.u5908-4
{
	min-height: 58px;
	background-color: #494949;
	background-color: rgba(0,0,0,0.71);
	border-radius: 10px 10px 0px 0px ;
	line-height: 56px;
	text-align: center;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	-pie-background: rgba(0,0,0,0.71);
	margin-top:50px;
}

#u8560
{
	border-style: solid;
	border-color: #999999;
	background-color: #E6E6E6;
	border-radius: 0px 0px 10px 10px ;
	padding: 30px 110px 0px;
	border-width: 0px 1px 1px;
}



.u9551-4 {
	text-align: center;
	letter-spacing: 1px;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	padding-top:15px;
}

.u85341 {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-image: url("../../../../../images/blank.gif");
	border-color: #999999;
	background-color: transparent;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	width:380px;
}

.nav-tabs {
	padding:0;
}

.u14188
{
	height: 1px;
	background-color: #FFFFFF;
	margin-top:35px;
}

.amazon-product-box {
	background-color:#fff;
	border:1px solid #c8c8c8;
	margin-top:25px;
	padding-top:40px;
}

ul #result {
	padding:0;
}

.u18270-44 {
	border-color: #c8c8c8;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: right;
    width: 83%;
	padding:5px !important;
	border:none;
}

.u18270-444 {
	border-color: #c8c8c8;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: right;
    width: 83%;
	padding-top:5px !important;
	padding-bottom:5px !important;
	padding-right:5px !important;
	border:none;
}

.u18270-448 {
	border-color: #c8c8c8;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: right;
    width: 76%;
	padding:5px !important;
	border:none;
}

.u18267-44 {
	color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: left;
    width: 17%;
	padding:5px;
}

.u18267-444 {
	color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: left;
    width: 17%;
	padding:5px;
}

.u182644 {
	background-color: #ffffff;
    border-color: #c8c8c8;
    /*border-radius: 14px;*/
    border-style: solid;
    border-width: 1px;
    margin-top: 4px;
    padding: 8px;
	width:336px;
	border:none;
	padding:0;
}

.u99833 {
	background-color: #29b2cf;
    /*border-radius: 5px;*/
	border-radius:0;
    border-width: 0;
    padding-bottom: 8px;
    transition-delay: 0s;
    transition-duration: 0s;
	
    color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    min-height: 53px;
    text-align: center;
	width:336px;
}

.u9995-4 {
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
	width:336px;
}

.image-center {
	margin-left:auto; 
	margin-right:auto; 
	display:table;	
}


/* -------------- new service page ----------------- */

.u2366 {
	padding-top:20px;	
} 

#u2386-7,#u2380,#u2374-3,#u3518-3,#u8809-5,#u8806
{
	font-family: '__Heebo_5';
	font-weight: 800;
}

.u1363 {
	height: 1px;
	background-color: #FFFFFF;
	margin-bottom:20px;
}

.u9554-9
{
	min-height: 210px;
	border-style: solid;
	border-width: 3px;
	border-color: #73BC44;
	background-color: transparent;
	border-radius: 10px;
	padding-top: 22px;
	margin-right:10px;
}

.u9554-8
{
	text-align: center;
	letter-spacing: 1px;
	color: #000000;
	direction: rtl;
	margin-left: 22px;
	margin-right: 22px;
}

.u9554-4
{
	font-size: 46px;
	line-height: 40px;
	padding-bottom: 24px;
	font-family: '__Heebo_5';
	font-weight: 900;
}

.u9554-7
{
	font-size: 23px;
	line-height: 25px;
	padding-bottom: 24px;
	font-family: '__Heebo_5';
	font-weight: 500;
}

.u9554-6
{
	font-family: '__Heebo_5';
	font-weight: 700;
}

.u9612 {
	height: 1px;
	background-color: #FFFFFF;
}

.u9609-4 {
	
	background-color: transparent;
	text-align: center;
	letter-spacing: 1px;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	padding-top:15px;
}

.u3592 {
	padding-bottom:20px;	
}

.u5001-4
{
	min-height: 58px;
	background-color: #494949;
	background-color: rgba(0,0,0,0.71);
	border-radius: 10px 10px 0px 0px ;
	line-height: 58px;
	text-align: center;
	letter-spacing: 1px;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-top: 37px;
	position: relative;
	-pie-background: rgba(0,0,0,0.71);
}

.u853411 {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-image: url("../../../../../images/blank.gif");
	border-color: #999999;
	background-color: transparent;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	width:390px;
}




.u18106-4 {
	padding-bottom:30px;
}

.new_product {
    cursor:pointer;
    cursor:hand;
}

/* --------------home page ------------------------- */

#home-page {
	background-color:#ffffff;
	min-height:136px;
	padding-top:10px;
}

#header-new {
	background-color:#ffffff !important;
	/*padding-top:20px; */
	/*visibility:hidden; */
	/*display:-moz-popup;*/
	display:none;
}

#logo-header {
	padding-top:25px;	
}

#u812_img {
	margin-left:auto;
	margin-right:auto;
	display:block;
	
	border-color:#ffffff;
	border-style:solid;
	border-width:6px;
	
}

/* ------------------------ header2 --------------------- */
.u4655 {
	padding-bottom:10px;
}

.float-left {
	float:left;	
}

.float-right {
	float:right;	
}

.u3750 {
	padding-top:48px;
	padding-bottom:10px;
	float:right
	padding-left:10px;
	padding-right:10px;
}

.u3698-4
{
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	/*font-weight: 900;*/
	display:inline;
}

.u3739 {
	display:inline;	
	padding-right:5px;
}

.u3747 {
	padding-top:48px;
	padding-bottom:10px;
	float:right;
	padding-left:10px;
	padding-right:10px;
}

.u3725-4 {
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	/*font-weight: 900;*/
	display:inline;
}

.u3728 {
	display:inline;	
	padding-right:5px;
}

.u18171 {
	padding-top:18px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:35px;
}

.u11567
{
	background-color: transparent;
	text-align: right;
	font-size: 12px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 900;
	display:inline;
	float:left;
}

.u11570-4
{
	font-family: '__Heebo_5';
	font-weight: 900;
}

.u11570-4 a:link {
	color:#000000;
}

.u11570-4 a:visited {
	color:#000000;
}

.u11570-4 a:hover {
	color:#e52638;
}

.u11570-4 a:active {
	color:#e52638;
}


#cart-total {
	color: #db6e6d;
    font-size: 14px;
    position: absolute;
    margin-right: 14px;
    margin-top: 11px;	
	font-family: "__Heebo_5";
	/*font-weight: 700;*/
}

.u18156 {
	display:inline;	
	padding-left:14px;
	padding-top:0px;
	float:left;
}

/* --------------contact us------------------------- */
.u4685 {
	padding-bottom:10px;
}

.u4688-5
{
	background-color: transparent;
	text-align: right;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	float:left;
	padding-top:45px;
}

.u4688-2
{
	font-family: '__Heebo_5';
	/*font-weight: 700;*/
}

.u4686 {
	display:inline;	
	padding-left:5px;
	padding-top:50px;
	float:left;
}

.u4686-2 {
	display:inline;	
	padding-left:18px;
	padding-top:38px;
	float:left;
}

.u4688-5-2
{
	background-color: transparent;
	text-align: right;
	font-size: 20px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	float:left;
	padding-top:46px;
}

.u4688-5-26
{
	background-color: transparent;
	text-align: right;
	font-size: 15px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	float:left;
	padding-top:44px;
	padding-left:20px;
}

/* ------------------logo--------------------- */

.u6010 {
	opacity: 0.95;
    transition: opacity .95s ease-in-out;
    -moz-transition: opacity .95s ease-in-out;
    -webkit-transition: opacity .95s ease-in-out;
}

.u6010:hover
{
	opacity: 0.46;
    transition: opacity .46s ease-in-out;
    -moz-transition: opacity .46s ease-in-out;
    -webkit-transition: opacity .46s ease-in-out;
}

/* -----------------login---------------------- */

.u4681 {
	padding-top:40px;
	padding-bottom:10px;
	float:right;
	padding-left:10px;
	padding-right:10px;
}

.u4682 {
	display:inline;	
	padding-right:15px;
	/*padding-left:10px;*/
	
}

.u4684-4
{
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
}

.u4684-4 a:link
{
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	color:#707070;
}

.u4684-4 a:visited
{
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	color:#707070;
}

.u4684-4 a:hover
{
	background-color: transparent;
	text-align: left;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	color:#707070;
}

/* -------------header new -------------------------- */
/* --------------contact us------------------------- */

.u6023-6
{
	background-color: transparent;
	text-align: right;
	font-size: 14px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 400;
	display:inline;
	float:left;
	padding-top:42px;
}

.u6024 {
	display:inline;	
	padding-left:5px;
	padding-top:46px;
	float:left;
}

/* --------------login----------------------------------- */

.u6119 {
	padding-top:30px;
	padding-bottom:10px;
	float:right;
	padding-left:10px;
	padding-right:10px;
}

/* --------------header complete----------------------------------- */

/* ----------------------- home ------------------------------- */

.u4952-4
{
	min-height: 58px;
	background-color: #494949;
	background-color: rgba(0,0,0,0.71);
	border-radius: 10px 10px 0px 0px ;
	line-height: 58px;
	text-align: center;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 700;
	-pie-background: rgba(0,0,0,0.71);
	margin-top:-96px;
	margin-bottom:0;
}

/* ----------------------- tabs ------------------------------- */

.u8534 {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	background-image: url("../../../../../images/blank.gif");
	border-color: #999999;
	background-color: transparent;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	width:285px;
}

/* ----------------------- tabs ------------------------------- */

.u8572-5,.u8574,.u8558-7,.u8557
{
	font-family: "__Heebo_5";
	font-weight: 800;
}

/* ----------------------- tab1 ------------------------------- */

.u8551 p {
	margin:0;
}

.u8551
{
	border-style: solid;
	border-color: #999999;
	background-color: #E6E6E6;
	border-radius: 0px 0px 10px 10px ;
	padding: 30px 110px 34px;
	border-width: 0px 1px 1px;
}

.u8552-6
{
	min-height: 57px;
	background-color: transparent;
	text-align: center;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	font-size:15px;

}

.u8553 {
	padding-top:10px;
    padding-bottom:10px;	
}

.u8554
{
	height:100px;
}

.u8556-4
{
	min-height: 32px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-left:20px;
	padding-right:40px;

}

.u8557-7
{
	
	min-height: 48px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;

}

.u8558-11
{	
	min-height: 48px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-left:29px;

}

.u8559-8
{
	min-height: 48px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-left:29px;
}


.u8560-4:link 
{
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	border-style: solid;
	border-width: 3px;
	border-color: #73BC44;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #73BC44;
	font-size: 48px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
	margin-top: 28px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width:420px;	

}

.u8560-4:visited
{
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#73BC44;

}


.u8560-4:hover
{
	border-color: #FFFFFF;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#FFFFFF;

}

/* ----------------------- tab2 ------------------------------- */

.u8569 p {
	margin:0;
}

.u8569
{

	border-style: solid;
	border-color: #999999;
	background-color: #E6E6E6;
	border-radius: 0px 0px 10px 10px ;
	padding: 30px 110px 34px;
	border-width: 0px 1px 1px;
}

.u8578-6
{
	min-height: 57px;
	background-color: transparent;
	text-align: center;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	font-size:15px;

}

.u8575 {
	padding-top:10px;
    padding-bottom:10px;	
}

.u8576
{
	height:100px;
}

.u8571-6
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-bottom:10px;
	padding-right:40px;
}

.u8574-6
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-bottom:10px;
	padding-left:29px;
}

.u8572-9
{
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-bottom:10px;
	padding-left:29px;
}

.u8573-8
{
	
	min-height: 26px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-bottom:10px;
	padding-left:29px;
}


.u8577 a:link
{
	
	min-height: 60px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 28px;
	background: transparent url("../../../../../images/button-2-layer-7.png") no-repeat center center;
	display:block;
	background-size:contain;
}


.u8577 a:hover
{
	min-height: 60px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 28px;
	background: transparent url("../../../../../images/button-2-layer-6.png") no-repeat center center;
	display:block;
	background-size:contain;
}

/* ----------------------- tab3 ------------------------------- */

.u8561 p {
	margin:0;
}

.u8561
{

	border-style: solid;
	border-color: #999999;
	background-color: #E6E6E6;
	border-radius: 0px 0px 10px 10px ;
	padding: 30px 50px 34px;
	border-width: 0px 1px 1px;
}

.u8562-4
{
	min-height: 34px;
	background-color: transparent;
	line-height: 26px;
	text-align: center;
	font-size: 22px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
}

.u8567-4
{
	min-height: 20px;
	background-color: transparent;
	line-height: 19px;
	text-align: center;
	font-size: 16px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

.u9559 {
	padding-top:10px;
    padding-bottom:10px;	
}

.u9557
{
	height:115px;
}

.u9569-4
{
	min-height: 48px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-left:35px;

}

.u9568-4
{
	min-height: 48px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-left:20px;
}

.u9571-4
{
	min-height: 48px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

.u9570-4
{
	min-height: 32px;
	background-color: transparent;
	line-height: 16px;
	text-align: center;
	font-size: 13px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-left:25px;
	padding-right:34px;
}

#pu8568-4 {
	/*padding-top:5%;
	padding-bottom:1%;*/
}

.pu8568-5 {
	padding-bottom:5%;
	
}

.u8568-4:link 
{
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	border-style: solid;
	border-width: 3px;
	border-color: #73BC44;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #73BC44;
	font-size: 19px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
	margin-top: 28px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width:420px;	

}

.u8568-4:visited
{
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#73BC44;

}


.u8568-4:hover
{
	border-color: #FFFFFF;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#FFFFFF;

}

/* ---------------------- home page products tab ------------------  */

.u8550 p {
	margin:0;
}

.u8550
{

	border-style: solid;
	border-color: #999999;
	background-color: #E6E6E6;
	border-radius: 0px 0px 10px 10px ;
	padding: 30px 35px 34px;
	border-width: 0px 1px 1px;
}

.special-box {
	padding-left:25px; 
	padding-right:25px;
}

.special-image {
	height:250px;
}

.product-thumb .image {
	/*height:177px;*/
	height:250px;
}

.u8585 {
	/*border-radius: 10px 10px 10px 10px;*/	
	background-color:#fff;
}

.u8586 {
	background-color: #ffffff;
	min-height:55px !important;
	display:block;
}

.u8587-6
{
	min-height: 36px;
	background-color: transparent;
	line-height: 13px;
	color: #626262;
	text-align: center;
	font-size: 14px;
	font-family: "__Heebo_5";
	font-weight: 900;
	padding-top:10px;
	direction:rtl;
}

.u8587-7 {
	padding-bottom:10px;
	font-weight:bold;
	font-size:19px;
}

.u8593
{
	border-width: 0px;
	border-color: transparent;
	/*background-color: #E52638;*/
	/*border-radius: 0px 0px 0px 10px ;*/
	/*padding-bottom: 5px;*/
	width:50%;
	float:right;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	min-height:35px;
}

.u8593-special
{
	border-width: 0px;
	border-color: transparent;
	/*background-color: #E52638;*/
	/*border-radius: 0px 0px 0px 10px ;*/
	/*padding-bottom: 5px;*/
	/*width:50%;*/
	float:right;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	min-height:35px;
	padding-right:10px;
}

.u8591-6
{
	/*min-height: 15px;*/
	background-color: transparent;
	/*line-height: 32px;*/
	line-height:17px;
	text-align: center;
	color: #626262;
	font-size: 12px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
	position: relative;
	/*margin-top: 2px;*/
	font-size:18px;
}

.u8591-6-special
{
	/*min-height: 15px;*/
	background-color: transparent;
	/*line-height: 32px;*/
	text-align: center;
	color: #626262;
	font-size: 16px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
	position: relative;
	/*margin-top: 2px;*/
}

.u8591-3
{
	font-size: 15px;
	line-height: 14px;
	font-family: "__Heebo_5";
	/*font-weight: 300;*/
}

.u8591-3-special
{
	font-size: 14px;
	line-height: 14px;
	font-family: "__Heebo_5";
	/*font-weight: 300;*/
}

#pu8593 {
	padding:10px 2px 10px;
}

.u8594-4
{
	/*min-height: 15px;*/
	background-color: transparent;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 300;
	border-top:1px solid #fff;
}

.u8594-4-special
{
	/*min-height: 15px;*/
	background-color: transparent;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 300;
	border-top:1px solid #fff;
}

.product-thumb .caption {
	padding: 0 10px;
}

.u8616-4:link 
{
	/*min-height: 59px;*/
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	border-style: solid;
	border-width: 3px;
	border-color: #73BC44;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 42px;
	text-align: center;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width:312px;	

}

.u8616-4:visited
{
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	/*min-height: 59px;*/
	color:#73BC44;

}


.u8616-4:hover
{
	border-color: #FFFFFF;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	/*min-height: 59px;*/
	color:#FFFFFF;

}

.u14237-4 {
    color: #626262;
    direction: ltr;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    margin-top: 1px;
    min-height: 15px;
    text-align: center;
	padding-top:4px;
}


.u14237-5 {
	border-top: 1px solid #626262;
	margin-top:10px;
}

/* ------------------banner image ----------------------------- */


#u811_img {
	margin-left:auto;
	margin-right:auto;
	/*display:table;*/
        display:block;
	
	/*border-color:#ffffff;
	border-style:solid;
	border-width:6px;*/
	margin-top:28px;
	
}

#u811_img .logo-tab {
	padding-left:0px !important;
	padding-right:0px !important;
	padding-bottom:0px !important;
}

/* ----------------------text and image ------------------------------------- */

.u9624 {
	clear:both;
}

#u2855-3 {
    color: #73bc44;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
	margin-top:15px;
	margin-bottom:15px;
}

#u2855-3 a:link {
	color: #73bc44;
	outline:none;
	text-decoration:none;
	opacity:1.00;
	
}

#u2855-3 a:hover {
	color: #73bc44;
	outline:none;
	text-decoration:none;
	opacity:0.67;
}

#u2855-3 a:active {
	color: #73bc44;
	outline:none;
	text-decoration:none;
	opacity:1.00;	
}

#u2890
{
	margin-top: 31px;
	margin-bottom:31px;
}

/* ----------------------------- footer ---------------------------------------- */

#u2533-6,#u2527-8,#u2521-10,#u2517-10
{
	background-color: transparent;
	line-height: 29px;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

#u2533-6 a:link, #u2533-6 a:visited
{
	background-color: transparent;
	line-height: 29px;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

#u2527-8 a:link, #u2527-8 a:visited
{
	background-color: transparent;
	line-height: 29px;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

#u2521-10 a:link, #u2521-10 a:visited
{
	background-color: transparent;
	line-height: 29px;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

#u2517-10 a:link, #u2517-10 a:visited
{
	background-color: transparent;
	line-height: 29px;
	text-align: right;
	color: #FFFFFF;
	font-size: 17px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
}

#u2514-4,#u2524-4,#u2530-4,#u2536-4,#u2542-4
{
	background-color: transparent;
	line-height: 24px;
	text-align: right;
	color: #E6E6E6;
	font-size: 20px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 700;
}

#u2545
{
	height: 1px;
	margin-bottom: 34px;
	background-color:#e6e6e6;
}

#u2612-4
{
	background-color: transparent;
	line-height: 31px;
	text-align: left;
	letter-spacing: 3px;
	color: #FFFFFF;
	font-size: 26px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 900;
	float:left;
}

#u2609
{
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6;
	background-color: #29B2CF;
	border-radius: 5px;
	
	width: 137px;
}

#u2603-4 {
	background-color: transparent;
	color: #FFFFFF;
	text-align: right;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	font-size:14px;
	padding-bottom:20px;
}

#lt_newsletter_email {
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6;
	background-color: #FFFFFF;
	border-radius:5px;
	margin-bottom:15px;
	width:100%;
	
	
	color: #7F7F7F;
	text-align: right;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	font-size:14px;
	
}

#u2517-10 ul { padding-right: 15px; }

#u2521-10 ul { padding-right: 15px; }

#u2527-8 ul { padding-right: 15px; }

#u2533-6 ul { padding-right: 15px; }

#u2545 ul { padding-right: 15px; }

footer a:hover {
	color:#44b8e9 !important;
	text-decoration :underline;
}

/* ---------------------- footer icons ---------------------- */

#u2618 {
	padding-top:7px;	
}

#u9625 {
	float:right;	
	padding-top:17px;
	padding-right:12px;
}

a#link1
{
    width:64px;
    height:18px;
    display:block;
}

a#link1:link
{
  background-image: url('../../../../../images/herz-logo.png');
}

a#link1:hover
{
  background-image: url('../../../../../images/herz-logo-hover.png');
}

#u9626 {
	float:left;	
	padding-left:12px;
}

a#link2
{
    width:132px;
    height:36px;
    display:block;
}

a#link2:link
{
  background-image: url('../../../../../images/fdesign-logo.png');
}

a#link2:hover
{
  background-image: url('../../../../../images/fdesign-logo-hover.png');
}

#u9624 {
	clear:both;	
}

#u2570 {
	padding-top:12px;	
	width:100%;
}

#u2588-5
{
	background-color: transparent;
	line-height: 26px;
	text-align: right;
	font-size: 22px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 400;
	padding-top:15px;
	padding-bottom:15px;
	color:#000000;
}

#u2588-2 {
	font-family: "__Heebo_5";
    font-weight: 700;
	color:#000000;
}

#u3606 {
	float:right;
	margin-left:5px;	
}

#u2560
{
	float:right;
}

/* ------------------------------ cart --------------------------------- */

.u10933-4 {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 18px;
    min-height: 42px;
    text-align: center;
}

.u10930 {
	background-color: #ffffff;
    border-color: #c8c8c8;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
	border:none !important;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.u11095 {
	background-color: #c8c8c8;
    border-color: #c8c8c8;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    margin-top: 45px;
	margin-bottom: 10px;
	border:none !important;
}

.u10970-4 {
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-weight: 900;
    margin-top: 5px;
    min-height: 27px;
    text-align: center;
	border:none !important;
	float:right;
}

.u11028-4 {
	vertical-align:middle !important;
	
	background-color: transparent;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 13px;
    font-weight: 400;
    /*line-height: 60px !important;*/
    min-height: 45px;
	/*border:none !important;*/
	float:right;
	/*padding:20px;*/
	display: inline-block;
}

.u11028-42 {
	vertical-align:middle !important;
	
	background-color: transparent;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 18px;
    font-weight: 400;
    /*line-height: 60px !important;*/
    min-height: 45px;
	/*border:none !important;*/
	float:right;
	/*padding:20px;*/
	display: inline-block;
	padding-top:25px;
	padding-bottom:25px;
}



.u11043 {
	vertical-align:middle !important;
	
	font-family: "__Heebo_5";
    font-size: 24px;
    font-weight: 700;
    /*line-height: 60px !important;*/
	/*border:none !important;*/
}

.u10007 {
	float:right; 
	padding-top:25px; 
	padding-bottom:25px; 
	border-right:1px solid #000000;
}

.u11016 {
	background-color: #7f7f7f;
    height: 60px;
    width: 1px;
	float:right;
	margin-right:-8px;
}

.u10939_img {
	border:none !important;
}

.u18277-20 {
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 27px;
    min-height: 147px;
    text-align: right;
	padding-right:20px;
	list-style-type: none; 
	margin:0; 
	padding:0;
}

.u11277
{
    background-color: #e52638;
    background-image: url("../images/blank.gif?crc=4208392903");
    border-color: transparent;
    border-radius: 5px;
    border-width: 0;
    padding-bottom: 8px;
    transition-delay: 0s;
    transition-duration: 0s;
    width: 373px;
}

.u11277:hover {
    min-height: 0;
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 373px;
}

.u11278-4 {
    background-color: transparent;
    color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 48px;
    font-weight: 700;
    left: 10px;
    line-height: 58px;
    margin-top: 10px;
    min-height: 63px;
    text-align: center;
    width: 353px;
}

.u11261 {
	background-color: #ffffff;
    border-color: #c8c8c8;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 6px;
    width: 372px;
	padding:14px;
	float:left;
}

.u11264-4 {
	background-color: transparent;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 18px;
    min-height: 45px;
    text-align: right;
    width: 174px;
	padding-right:10px;		
}

.u11273 {
    color: #e52638;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 32px;
    text-align: left;
    font-weight: 900;
    line-height: 38px;
	padding-right:10px;	
}

.u11273-2 {
	font-family: "__Heebo_5";
    font-size: 22px;
    font-weight: 900;
    line-height: 26px;
	color: #e52638;
    direction: rtl;
	text-align: left;
	padding-right:10px;
}

.u18327 {
	background-color: #7f7f7f;
    border-color: #c8c8c8;
    border-radius: 10px 0 0 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    height: 63px;
    width: 150px;
	
	color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 25px !important;
    font-weight: 400;
    line-height: 30px;
    min-height: 45px;
    text-align: center;
	border:none;
}

.u18333 {
	background-color: #ffffff;
    border-color: #c8c8c8;
    border-radius: 0 10px 10px 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    width: 220px;

    color: #c8c8c8;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 25px !important;
    font-weight: 400;
    line-height: 30px;
    min-height: 63px;
    text-align: right;
	padding:5px;
	border-left:none;
}

.u18264 {
	background-color: #ffffff;
    border-color: #c8c8c8;
    border-radius: 14px;
    border-style: solid;
    border-width: 1px;
    margin-top: 4px;
    padding: 8px;
    width: 373px;
}

.u18265-4 {
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    min-height: 30px;
    text-align: center;
}

.u18276-2 {
	font-family: "__Heebo_5";
    font-weight: 900;
	color: #e52638;
    direction: rtl;
	line-height: 16px;
    text-align: left;
	font-size: 13px;
	
}

.u18276-5 {
	font-family: "__Heebo_5";
	color: #e52638;
    direction: rtl;
	line-height: 16px;
    text-align: left;
	font-size: 13px;	
}

.u18276-55 {
	font-family: "__Heebo_5";
	color: #e52638 !important;
    direction: rtl;
	line-height: 12px;
    text-align: left;
	font-size: 9px !important;	
}


.padding-cart {
	padding-bottom:25px;
}

.u18315
{
    background-color: #ffffff;
    border-color: #c8c8c8;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 2px;
	padding:14px;
	float:left;
	margin-top:10px;
	width:373px;
}

.u18321-4
{ 
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 5px;
    /*min-height: 45px;*/
    text-align: right;
    /*width: 224px;*/
	/*width:72%;*/
}

.u18318 {
	font-family: "__Heebo_5";
    font-weight: 700;
	/*padding-right:20px;*/
	/*padding-left:20px;*/
	
	color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 32px;
    line-height: 38px;
    text-align: center;
	/*width:28%*/
}

.u18267-4
{
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: left;
    width: 19%;
	padding:5px;
}

.u18270-4
{
    border-color: #c8c8c8;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    /*margin-top: 3px;*/
    min-height: 24px;
    text-align: right;
    width: 81%;
	padding:5px !important;
	border:none;
}

.cost-table {
	float:right; 
	/*border-bottom:1px solid #c8c8c8;*/
}

.cost-table-coupon {
	float:right; 
	border-bottom:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
}

.cost-table-coupon-bottom {
	float:right; 
	border-bottom:1px solid #c8c8c8;
}

.breadcrumb-cart {
	padding-top:5px;
}

.breadcrumb-idgu {
	padding-top:5px;
}

.bc-home {
	color:#000;
}

/* --------------- checkout page --------------- */

.heading-bg-color {
	background-color:#73bd44 !important;
}

.heading-test {
	height:10px;
}

.panel-heading-payment-address {
	background-color:#bcbec0;
	padding:2px 4px;
	border-radius:20px;
}

.panel-heading-checkout-option {
	background-color:#bcbec0;
	padding:2px 4px;
	border-radius:20px;
	/*border-radius:15px;
	margin-top:-15px;*/
}

.panel-heading-leave-comment {
	background-color:#bcbec0;
	padding:2px 4px;
	border-radius:20px;
}


.panel-heading-payment-method {
	background-color:#bcbec0;
	padding:2px 4px;
	border-radius:20px;
}

.panel-heading-checkout-confirm {
	background-color:#bcbec0;
	padding:2px 4px;
	border-radius:20px;
	display:none;
}

.panel-heading-shipping-address {
	display:none;
}

.panel-title {
	padding-top:10px;
	padding-bottom:7px;
	font-size:24px;
	color:#fff;
}

.progress-image {
	padding-top:20px;
	padding-bottom:40px;
}

.opt1 {
	float:right;
	padding-left:20px;
}

.opt2 {
	float:right;
	padding-left:20px;
}

.opt3 {
	float:right;
	padding-left:20px;
}

.opt4 {
	float:right;
	padding-left:20px;
}

.payment-image {
	
}

.payment-type {
	
}



/*
.checkout1 {
	background-image:url('/image/catalog/checkout/1.jpg');
	height:20px;
	width:"100%"
}
*/
/*
.circle {
    background: #000000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	float:right;
}
*/

.circle {
	background-image:url('/image/catalog/checkout/opt-b-1.png');
	height:32px;
	width:32px;
	background-repeat:no-repeat;
	width:"100%"
}

.start_img {
     background: url('/image/catalog/checkout/opt-b-1.png'); 
     border: dotted 2px black;
     width:200px;
     height:20px;
     display:inline-block;
	 float:right;
	 background-repeat:no-repeat;
    }


 .panel-heading-checkout-option {
        background-color:#73bd44;		
    }     
 .panel-heading-checkout-option.on {
		background-color:#bcbec0;
    }
.bgBlue{
  background-color:blue !important;
}



.panel-heading-payment-address {
	border-radius:20px;
}

.checkout-panel .panel {
	border-radius:20px;
}

a.checkout_product_link:link
{
	color:#30bdf2;
	font-size:14px;
}

a.checkout_product_link:visited
{
	color:#30bdf2;
	font-size:14px;
}

a.checkout_product_link:hover
{
	color:#30bdf2;
	font-size:14px;
}

a.checkout_product_link:focus
{
	color:#30bdf2;
	font-size:14px;
}

.checkout-link {
	color:#30bdf2;
}

.checkout-bottom-border {
	border-bottom:1px solid #000000;
	
}

.checkout-cart-heading {
	font-size:26px;
	text-align:center;
	font-weight:500;
	padding-bottom:10px;
}

.checkout-text-box {
	padding-top:5px;
	padding-bottom:5px;
}

.checkout-image-box {
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}

.padding-top-checkout {
	padding-top:35px;
}

.padding-bottom-checkout {
	padding-top:40px;
}

.checkout-table {
	margin-bottom:0 !important;
}

.checkout-table-bottom td {
	border-bottom:1px solid #000 !important;
	border-top:none !important;
	padding:8px;
}

.checkout-table-top {
	margin-top:10px;
}

.checkout-table td{
	border-top:1px solid #000 !important;
	border-bottom:1px solid #000 !important;
}

.order-total-text {
	font-size:15px;
	font-weight:600;
	padding-bottom:5px !important;
	padding-top:10px !important;
}

.items-text {
	font-size:25px;
	font-weight:400;
}

.sub-order-total {
	font-size:25px;
	font-weight:600;
	color:#828487;
}

.sub-order-total-currency {
	color: #828487;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 18px;
    line-height: 26px;
    padding-right: 5px;
    text-align: left;
}

.total-text {
	font-size:25px;
	font-weight:400;
}

.total {
	font-size:25px;
	font-weight:600;
	color:#ed3f48;
}

.total-currency {
	color: #ed3f48;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 18px;
    line-height: 26px;
    padding-right: 5px;
    text-align: left;
}

.checkout_coupon_text {
    background-color: #ffffff;
    border-color: #c8c8c8 #c8c8c8 #c8c8c8 -moz-use-text-color;
    border-radius: 0 10px 10px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #c8c8c8;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 15px !important;
    font-weight: 400;
    line-height: 25px;
    padding: 5px;
    text-align: right;
	/*width:150px;*/
}

.checkout_coupon_button {
    background-color: #2cbfd8;
    border: medium none;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 15px !important;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    width: 110px;
}	

.checkout-table-nobroder-top td {
	border:none !important;
	margin-bottom:5px !important;
	padding:8px;
}

.new-table-class {
	margin-bottom:5px !important;
	max-width: 100%;
    width: 100%;
}

.checkout-payment-middle {
	margin-left:auto; 
	margin-right:auto; 
	display:table
}

.checkout-payment-image {
	float:left; 
	padding:10px;
}

.checkout-payment-button {
	width:160px !important;
	letter-spacing:0px;
}

.checkout-comment-text {
	font-size:18px;
}

.checkout-leave-comment-middle {
	margin-left:auto; 
	margin-right:auto; 
	display:table
}

.checkout-leave-comment-button {
	width:160px !important;
	letter-spacing:0px;
}

.checkout-create-account-button {
	letter-spacing:0px;
}

.checkout-login-account-button {
	letter-spacing:0px;
}

.checkout-paypal-button {
	letter-spacing:0px;
	width:195px; 
}

.checkout-paypal-button:hover {
	letter-spacing:0px;
	width:195px; 
}

.checkout-remember-me-text {
	 color: #2cbfd8;

}

/*
 input[type=checkbox]{
    outline: 1px solid #2cbfd8;
}
*/	

.checkout-returning-customer-text {
	text-align:center;
}

.checkout-padding-bottom {
	padding-top:50px;
}

.payment_address_label {
	padding-right:20px;
}

.payment_address_radio {
	margin-right:-18px !important;
}

/* ---------------- account page ---------------- */

.account-button {
	width:200px !important;
}

.eu-text {
    line-height: 1.5em;
}

.address-image {
    float: right;
    padding-left: 20px;
}

.text-container {
    margin: auto;
    padding-top: 120px;
    width: 536px;
    word-spacing: 2px;
}

.popup-address {
	direction: ltr;
	margin: auto;
    width: 315px;
}

.popup-address p {
    border-bottom: 1px solid #a2a2a2;
}

.upload_invoice_heading_red {
	font-size: 23px;
	color:#e52638;
	font-weight:bold;
}

.upload_invoice_font_size {
	font-size: 14px !important;
}

.upload_invoice_text_align {
	text-align:left !important;
}

.account_upload_invoice_menu {
	color:#e52638 !important;
}


/* --------------- category page --------------- */

.u8587-6 a:link, .u8587-6 a:visited {
	color:#626262;
}

.u8587-6 a:hover {
	color:#626262;
}

.category-padding-top {
	padding-top:40px;
}

.category-padding-bottom {
	padding-bottom:40px;
}

.text-center {
	text-align:center;
	margin-top:0;
}

.price_filter {
    color: #57b6d3;
	text-decoration:underline;
}

.price_filter_active {
	color: #626262;
	text-decoration:none;
}

.category_special_price {
	font-size:14px;
	text-decoration: line-through;
	display:block;
}

/* ------------------ product page ----------------- */

.u9953-4 {
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    min-height: 62px;
    text-align: center;
	padding-bottom:15px;
	margin:0;
}

.u18219-5 {
	color: #000000;
    font-family: "__Heebo_5";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.u18213 {
	background-color: #000000;
    height: 1px;
}

.u18219-2 {
	color: #73bc44;
    font-family: "__Heebo_5";
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
	padding-top:20px;
	padding-bottom:20px;
}

.u10352 {
    border-color: #7f7f7f;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    height: 162px;
    margin-top: 28px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-timing-function: ease;
    width: 179px;
	
}

.u9983 {
	background-color: #29b2cf;
    /*border-radius: 5px;*/
	border-radius: 0;
    border-width: 0;
    padding-bottom: 8px;
    transition-delay: 0s;
    transition-duration: 0s;
    width: 336px;
	
    color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    min-height: 53px;
    text-align: center;

}

.u9983:hover {
    min-height: 0;
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 336px;
}

.background-white {
	background-color:#fff;
	border:1px solid #c8c8c8;
}

.u9922 {
	border:none !important;
}

.u18216-4 {
    border-width: 0;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 19px;
    min-height: 19px;
    text-align: center;
    width: 336px;
	padding-bottom:5px;
}

.u9956 {
	background-color: #e52638;
    border-color: #c8c8c8;
    /*border-radius: 14px;*/
    border-style: solid;
    border-width: 1px;
    width: 336px;
	padding:10px;
}

.u18195 {
	font-size: 21px;
    line-height: 29px;
	color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";

    font-weight: 700;
    text-align: center;
}

.u18195-2 {
	font-size: 38px;
    line-height: 46px;
	
	color: #ffffff;
    direction: rtl;
    font-family: "__Heebo_5";
    font-weight: 700;
    line-height: 38px;
    text-align: center;
	
	padding-right:10px;
}

.u18195-3 {
	font-family: "__Heebo_5";
    font-size: 23px;
    font-weight: 300;
    line-height: 28px;
	
	color: #ffffff;
    direction: rtl;
	text-align: center;
	padding-right:10px;
}

.u18192-6 {
	color: #c8c8c8;
    direction: rtl;
    font-family: "__Heebo_5";
    text-align: center;
	padding:5px;
	

}

.u18192 {
	color: #c8c8c8;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 32px;
	font-weight: 700;
    font-size: 24px;
    line-height: 29px;
	text-align: center;
}

.u18192-2 {
	font-size: 38px;
    line-height: 46px;
	font-weight: 700;
	padding-right:10px;
	
	background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding-right: 10px;
    transform-origin: left top 0;
}

.u18192-3 {
	font-family: "__Heebo_5";
    font-size: 23px;
    font-weight: 300;
    line-height: 28px;
	padding-right:10px;
}


#u18198 {
    background-color: #ffffff;
    height: 1px;
    left: -114px;
    position: relative;
    transform: matrix(0.9744, -0.225, 0.225, 0.9744, 2, 17);
    width: 151px;
	top:12px;
}	

.u18195-4 {
	padding:5px;
}

.u10355 {
	border:1px solid #7f7f7f !important;
}

.additional-image-size {
	max-width:175px;
	float: left;
    margin-left: 20px;
}

.product_options {
	width:330px;
}

.product-padding-top {
	/*padding-top:50px;*/
}

.product-padding-bottom {
	padding-top:50px;
}

.original_price{
	color: #e52638;
    width: 100%;
    text-align: center;
    font-size: 28px;
    text-decoration: line-through;
    padding-bottom: 10px;
}

/* ------------------------------ categories -------------------------------- */

.allcategoryimage h4 {
    text-align: center;
}

.boxac.subcat {
    border-bottom: 0;
    padding-bottom: 0;
        margin-bottom: 2em;
}

.boxac-product.boxac-subcat {
    margin-top: 0 !important;
}
.boxac-product {
    width: 100%;
    margin: 0;
    padding: 0;
}

 .boxac-product ul{
    list-style: none;
}
#content .boxac .boxac-content .boxac-product ul li.cat-height {
    border: 0px;
}
.boxac-product li {
    margin-bottom: 2.5em;
}
.boxac-product li.down {
    margin: 0.2em;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.boxac-product  li a:visited {
    color: #fff;
    text-decoration: none;
} 
.boxac-product  li a {
    color: #fff;
     width: 95%;
    text-decoration: none;
}    
.boxac li .padding, .boxac li {
    position: relative;
}

.boxac li .padding, .boxac li {
    position: relative;
}
.boxac-product .padding {
    border: 1px solid #d9d6d4;
    text-align: center;
}

.boxac-product .image2 a, .subcat .image a{
    display: block;
    margin: 0.5em;
    overflow: hidden;
}
.subcat .image {
    border-bottom: 1px solid #d9d6d4;
}
.boxac-product.boxac-subcat .name.subcatname {
    padding: 10px 5px;
    margin-bottom: 1em;
    overflow: hidden;
}
.name.subcatname {
    height: 3em;
}

.boxac-product .name a {
    display: inline;
}
.name a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2em;
    color: #343434;
}

.shoes_info {
	clear:both;
	background:#71c031;
	color:#fff;
	display:inline-block;
	padding:5px;
	margin:5px;
	float:right;
	font-size:15px;
	font-weight:bold;
	font-family:__Open Sans Hebrew_5;
	direction:rtl;
	
}

@media (min-width: 768px) {
.allcategoryimage a:hover >img{
  /*  transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);*/
}
.col-smallcat-4 {
 /*   width: 33.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;*/
}
.col-smallcat-4c {
/*    width: 18.33333333333333%;
    float: left;
    position: relative;
    min-height: 1px; */
}
}

.categories-padding-top {
	padding-top:40px;
}

.categories-padding-bottom {
	padding-bottom:40px;
}

/* ------------------------------ blog page --------------------------------- */

.blog-page-top {
	padding-top:40px;
}

.blog-page-bottom {
	padding-top:40px;
}

.blog-page {
	background-color:#fff; 
	padding:10px;
}

/* ------------------------------ information pages ------------------------- */


.u4952-44
{
	min-height: 58px;
	background-color: #494949;
	background-color: rgba(0,0,0,0.71);
	border-radius: 10px 10px 0px 0px ;
	line-height: 58px;
	text-align: center;
	color: #73BC44;
	font-size: 38px;
	direction: rtl;
	font-family: "__Heebo_5";
	font-weight: 700;
	-pie-background: rgba(0,0,0,0.71);
}

.information-padding-bottom {
	padding-bottom:40px;
}

.u3753-4 {
    background-color: transparent;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 45px;
    font-weight: 700;
    line-height: 125px;
    text-align: center;
	/*padding-top:50px;*/
	/*padding-bottom:50px;*/
	margin:0;
}

.information-information {
	/*background-color:#ffffff;*/
}

.information-description {
	background-color:#ffffff;
	padding:10px;
}

.qanda { 
	margin-right: 255px;
	margin-top:10px;
	margin-bottom:10px;
	border-right:1px solid #29b2cf;
	border-top:none !important;
	font-size:15px;
	font-weight:500;
	line-height:21px;
}

.qanda-contact { 
	margin-right: 255px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:none !important;
	font-size:15px;
	font-weight:500;
	line-height:21px;
}

.qanda:hover, .qanda:active {
	background-color:#ffffff !important;
}

.u10602-4 {
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 20px;
    font-weight: 700;
}

.u10602-4 a:focus {
	text-decoration: none;
}

.u10602-44 {
	font-size:15px;
}

.qanda-border {
	border-bottom: 1px solid #ffffff;
}

.u10409-4 {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000000;
    direction: rtl;
    font-family: "__Heebo_5";
    font-size: 45px;
    font-weight: 700;
    line-height: 125px;
    min-height: 42px;
    text-align: center;
}

.well {
	background-color:#ffffff;
}
/*
#u8568-4:link 
{
	max-width: 286px;
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-bottom: -3px;
	border-width: 0px 0px 5px;
	display:block;
}

#u8568-4:visited
{
	border-color: #7F7F7F;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#FFFFFF;

}


#u8568-4:hover
{
	color:#73BC44;
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
}

#u8566-4:link 
{
	max-width: 286px;
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-bottom: -3px;
	border-width: 0px 0px 5px;
	display:block;
}

#u8566-4:visited
{
	border-color: #7F7F7F;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#FFFFFF;

}


#u8566-4:hover
{
	color:#73BC44;
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
}

#u8563-4:link 
{
	max-width: 286px;
	min-height: 59px;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: ease;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #73BC44;
	border-radius: 10px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	direction: rtl;
	font-family: '__Heebo_5';
	font-weight: 700;
	margin-bottom: -3px;
	border-width: 0px 0px 5px;
	display:block;
}

#u8563-4:visited
{
	border-color: #7F7F7F;
	background-color: #73BC44;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
	color:#FFFFFF;

}


#u8563-4:hover
{
	color:#73BC44;
	border-color: #73BC44;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 59px;
}
*/

/* --------------mobile layout --------------------------- */
.filter_bar{
	margin-bottom:20px;
	float: right;
}



/*---------- new home design */


.idgu-logo {
    /* Style for "Layer 2 co" */
    width: 139px;
    height: 75px;
    
    /*margin-top: 22px;*/
    margin-left: 5px;
   
}

.buy_us_eu_box {
    /* Style for "Rectangle" */
    /*width: 260px;*/
    height: 57px;
    border-radius: 3px;
    /*background-color: #15b8d7;*/
    background-color: #ffffff;
    
    /*margin-top: 22px;*/
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #15b8d7;
    
} 

.buy_us_eu_box:hover {
    background-color: #15b8d7;
} 

.buy_us_eu_box:hover .buy_us_eu_box_text {
    color:#ffffff;
} 

.buy_us_eu_box_text {
    /* Style for "קונים עבור" */
    width: 235px;
    height: 16px;
    color:#15b8d7;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "קונים עבור" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    margin:auto;
    display: block;
    padding-top: 18px;
}

.eu_us_address {
    /*width: 260px;*/
    height: 57px;
    border-radius: 3px;
    border: 2px solid #15b8d7;
    background-color: #ffffff;
    
    /*margin-top: 22px;*/
    margin-right: 5px;
    margin-left: 5px;
    color:#15b8d7;
}

.eu_us_address:hover {
    background-color: #15b8d7;
} 

.eu_us_address:hover .eu_us_address_text {
    color:#ffffff;
} 

.eu_us_address_text {
    /* Style for "קבלו כתובת" */
    width: 235px;
    height: 16px;
    color:#15b8d7;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "קבלו כתובת" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    margin:auto;
    display: block;
    padding-top: 18px;
}

.search-box {
    /* Style for "Rectangle" */
    /*width: 404px;*/
    width:355px;
    height: 57px;
    border-radius: 3px;
    border: 2px solid #cccccc;
    /*background-color: #15b8d7;*/
    
    /*margin-top: 22px;*/
    margin-right: 5px;
}

.search-icon {
    /* Style for "" */
    width: 23px;
    height: 23px;
    color: #15b8d7;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: 0.44px;
    line-height: normal;
}

.home-shopping-cart-box {
    /*padding-top: 23px;*/
    padding-right: 10px;
    padding-left:5px;
}

.home-shopping-cart-icon {
    /* Style for "" */
    width: 26px;
    height: 29px;
    color: #15b8d7;
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: 0.56px;
    line-height: normal;
    
    display:block;
    margin:auto;
    margin-bottom: 10px;
}

.home-shopping-cart-text {
    /* Style for "עגלת קניות" */
    width: 72px;
    height: 15px;
    color: #55555d;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35.18px;
    text-align: center;
    /* Text style for "עגלת קניות" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
} 

.home-login-box {
    /*padding-top: 23px;*/
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.home-login-icon {
    /* Style for "" */
    width: 26px;
    height: 29px;
    color: #15b8d7;
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: 0.56px;
    line-height: normal;
    
    display:block;
    margin:auto;
    margin-bottom: 10px;
    
}

.home-login-text {
    /* Style for "התחברות" */
    width: 64px;
    height: 9px;
    color: #55555d;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35.18px;
    text-align: center;
    /* Text style for "התחברות" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.cart_login_line {
    /* Style for "Rectangle" */
    width: 1px;
    /*height: 67px;*/
    height:55px;
    background-color: #cccccc;
    
    display:inline-block;
    /*margin-top: 15px;*/
}



.menu_bar {
    /* Style for "Rectangle" */
    /*width: 1949px;*/
    height: 64px;
    background-color: #444444;
    margin-top:15px;
}

.home_blue_strip {
    /* Style for "Rectangle" */
    /*width: 2067px;*/
    /*height: 166px;*/
    /*background-color: #15b8d7;*/
}

.home_blue_strip_left {
    /* Style for "Vector Sma" */
    width: 249px;
    height: 166px;
    float:left;
}

.home_blue_strip_right {
    /* Style for "Vector Sma" */
    width: 480px;
    height: 131px;
    float:right;
    margin-top: 35px;
}

.home_blue_strip_heading {
    /* Style for "החנות של I" */
    /*width: 204px;*/
    /*height: 22px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    text-transform: uppercase;
    /* Text style for "החנות של I" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    
    display:block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:10px;
    padding-top:10px;
    
    
}

.home_blue_strip_icon1 {
    
    /* Style for "" */
    /*width: 65px;
    height: 66px;*/
    
    vertical-align:middle;
    padding-left:10px;
}

.home_blue_strip_text1 {
   
    /* Style for "מוצרים מבו" */
    /*width: 129px;
    height: 35px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "מוצרים מבו" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:120px;
    text-align:right;
}

.home_blue_strip_icon2 {

    vertical-align:middle;
    padding-left:10px;
}

.home_blue_strip_text2 {
   
    /* Style for "משלוח עד ה" */
    /*width: 122px;
    height: 14px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "משלוח עד ה" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:115px;
    text-align:center;
}

.home_blue_strip_icon3 {

    vertical-align:middle;
    padding-left:10px;
}

.home_blue_strip_text3 {
    /* Style for "שרות ואחרי" */
    /*width: 170px;
    height: 13px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "שרות ואחרי" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:170px;
    text-align:center;
}

.home_blue_strip_icon4 {

    vertical-align:middle;
    padding-left:10px;
}

.home_blue_strip_text4 {
    /* Style for "חוסכים פער" */
    /*width: 188px;
    height: 32px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "חוסכים פער" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:170px;
    text-align:right;
}

.home_blue_strip_icons_texts {
    padding-top:55px;
}


.home_blue_strip_inner {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
}

.home_blue_strip {
    background-image: url("../images/home_blue_strip_left1.png"), url("../images/home_blue_strip_right1.png");
    background-repeat: no-repeat;
    background-position: left top, right top;

    height: 131px;
    position: relative;
    display: block;
    background-color: #15b8d7;
    /*margin-top:20px;*/
}



.home_gray_strip1 {
    /* Style for "Rectangle" */
    height: 128px;
    background-color: #eeeeee;
}

.home_gray_strip1_inner {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
    padding-top:30px;
}

.home_gray_strip1_text1 {
   
    /* Style for "קונים בשבי" */
    /*width: 111px;
    height: 37px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /*text-align: left;*/
    /* Text style for "קונים בשבי" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:10%;
    text-align:right;
    padding-right:5px;
}

.home_gray_strip1_icon1 {
    
    /* Style for "" */
    /*width: 65px;
    height: 66px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 67px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    padding-left:10px;
}


.home_gray_strip1_text2 {
    /* Style for "מחיר סופי" */
    /*width: 162px;
    height: 33px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /*text-align: left;*/
    /* Text style for "מחיר סופי" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    
    
    vertical-align:middle;
    display:inline-block;
    width:12%;
    text-align:right;
    padding-right:5px;
}

.home_gray_strip1_icon2 {

    /* Style for "" */
    /*width: 51px;
    height: 68px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 67px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;

    vertical-align:middle;
    padding-left:10px;

}

.home_gray_strip1_text3 {
    
    /* Style for "משלוח מארה" */
    /*width: 196px;
    height: 37px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /*text-align: left;*/
    /* Text style for "משלוח מארה" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:14%;
    text-align:right;
    padding-right:5px;


}

.home_gray_strip1_icon3 {
    /* Style for "" */
    /*width: 70px;
    height: 63px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 62px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    
    
    vertical-align:middle;
    padding-left:10px;
}

.home_gray_strip1_text4 {
    /* Style for "אפשרות לקנ" */
    /*width: 179px;
    height: 56px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /*text-align: left;*/
    /* Text style for "אפשרות לקנ" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:14%;
    text-align:right;
    padding-right:5px;
}


.home_gray_strip1_icon4 {
    /* Style for "" */
    /*width: 74px;
    height: 57px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 65px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
      
    vertical-align:middle;
    padding-left:10px;
}

.home_gray_strip1_text5 {

    /* Style for "אפשרות לקנ" */
    /*width: 179px;
    height: 37px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    /*text-align: left;*/
    /* Text style for "אפשרות לקנ" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;

    
    vertical-align:middle;
    display:inline-block;
    width:14%;
    text-align:right;
    padding-right:5px; 
}

.home_gray_strip1_icon5 {

    /* Style for "" */
    /*width: 76px;
    height: 61px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 60px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;

    vertical-align:middle;
    padding-left:10px;
}



.home_green_strip_left {
    height: 214px;
    float:left;
}

.home_green_strip_right {
    height: 214px;
    float:right;
}

.home_gray_strip2 {
    /* Style for "Rectangle" */
    height: 128px;
    background-color: #eeeeee;
}

.home_gray_strip2_inner {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
    padding-top:30px;
}

.home_gray_strip2_text1 {
   
    /* Style for "אפשרות לקנ" */
    /*width: 179px;
    height: 37px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "אפשרות לקנ" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:14%;
    text-align:right;
    padding-right:15px;
}

.home_gray_strip2_icon1 {
    
    /* Style for "" */
    /*width: 76px;
    height: 61px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 60px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    padding-left:10px;
}

.home_gray_strip2_text2 {
    /* Style for "שירות לקוח" */
    /*width: 105px;
    height: 35px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "שירות לקוח" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
        
    vertical-align:middle;
    display:inline-block;
    width:9%;
    text-align:right;
    padding-right:15px;
}

.home_gray_strip2_icon2 {

    /* Style for "" */
    /*width: 60px;
    height: 61px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 60px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;

}

.home_gray_strip2_text3 {
    
    /* Style for "משלוח מארה" */
    /*width: 196px;
    height: 37px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "משלוח מארה" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:16%;
    text-align:right;
    padding-right:15px;


}


.home_gray_strip2_icon3 {
    /* Style for "" */
    /*width: 70px;
    height: 63px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 62px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    
    
    vertical-align:middle;
    padding-left:10px;
}

.home_gray_strip2_text4 {
    /* Style for "סיוע באישו" */
    /*width: 128px;
    height: 12px;*/
    color: #444444;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "סיוע באישו" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:13%;
    text-align:right;
    padding-right:15px;
}

.home_gray_strip2_icon4 {
    /* Style for "" */
    /*width: 62px;
    height: 55px;*/
    color: #444444;
    font-family: "Font Awesome 5 Pro";
    font-size: 62px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
      
    vertical-align:middle;
    padding-left:10px;
}

footer {
    background-color: #f5f5f5;
    padding-bottom: 0px;
}

.footer_heading_text {
    color: #4c4c4c !important;
}

.footer_text a:link, .footer_text a:visited {
    color: #4c4c4c !important;
}

.footer_bottom_strip {
    /* Style for "Rectangle" */
    height: 82px;
    background-color: #15b8d7;
    margin-top:25px;
}

.footer_bottom_strip_text {
    /* Style for "כל הזכויות" */
    width: 321px;
    height: 18px;
    color: #ffffff;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "כל הזכויות" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-top:35px;
}

.home_red_strip {
    background-image: url("../images/home_red_strip_left1.png"), url("../images/home_red_strip_right1.png");
    background-repeat: no-repeat;
    background-position: left top, right top;

    height: 214px;
    position: relative;
    display: block;
    background-color: #ee4b53;
    margin-top:20px;
}


.home_red_strip_heading {
    /* Style for "קונים עבור" */
    width: 438px;
    height: 32px;
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 31px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "קונים עבור" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    margin-top:10px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:50px;
    padding-top:15px;
}

.home_red_strip_icon1 {
    
    /* Style for "" */
    /*width: 65px;
    height: 66px;*/
    
    vertical-align:middle;
    padding-left:10px;
}

.home_red_strip_text1 {
   
    /* Style for "בוחרים מוצ" */
    /*width: 125px;
    height: 47px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "בוחרים מוצ" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:10%;
    text-align:center;
}

.home_red_strip_icon2 {

    vertical-align:middle;
    padding-left:10px;
}

.home_red_strip_text2 {
   
    /* Style for "מדביקים את" */
    /*width: 219px;
    height: 52px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "מדביקים את" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:15%;
    text-align:center;
}

.home_red_strip_icon3 {

    vertical-align:middle;
    padding-left:10px;
}

.home_red_strip_text3 {
    /* Style for "שולחים את" */
    /*width: 186px;
    height: 52px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "שולחים את" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:13%;
    text-align:center;
}

.home_red_strip_icon4 {

    vertical-align:middle;
    padding-left:10px;
}

.home_red_strip_text4 {
    /* Style for "לאחר ביצוע" */
    /*width: 220px;
    height: 69px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "לאחר ביצוע" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:14%;
    text-align:center;
}

.home_red_strip_button_border {
    /* Style for "Rectangle" */
    width: 117px;
    height: 57px;
    border: 2px solid #edeff0;
    background-color: #ee4b53;
    
    text-align: center;
    padding:10px;
}

.home_red_strip_button_text {
    /* Style for "קנה עכשיו" */
    width: 75px;
    height: 14px;
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "קנה עכשיו" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
}

.home_red_strip_inner {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
}

.home_green_strip {
    
    background-image: url("../images/home_green_strip_left_2.png"), url("../images/home_green_strip_right_2.png");
    background-repeat: no-repeat;
    background-position: left top, right top;
    
    height: 214px;
    background-color: #7bc14e;
    position: relative;
    display: block;
}

.home_green_strip_inner {
    margin-left:auto; 
    margin-right:auto;
    text-align:center;
}

.home_green_strip_icon1 {
    
    /* Style for "Vector Sma" */
    /*width: 16px;
    height: 58px;
    background-color: #fefefe;*/
    
    vertical-align:middle;
    padding-left:10px;
}

.home_green_strip_text1 {
   
    /* Style for "נרשמים באת" */
    /*width: 236px;
    height: 52px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "נרשמים באת" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:14%;
    text-align:right;
}

.home_green_strip_icon2 {
    
    /* Style for "Vector Sma" */
   /*width: 36px;
   height: 55px;
   background-color: #fefefe;*/
    
    vertical-align:middle;
    padding-left:10px;
}

.home_green_strip_text2 {
   
    /* Style for "נכנסים לכל" */
    /*width: 278px;
    height: 54px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for ", נכנסים ל" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:20%;
    text-align:right;
}

.home_green_strip_icon3 {
    
    /* Style for "Vector Sma" */
    /*width: 32px;
    height: 54px;
    background-color: #fefefe;*/
    
    vertical-align:middle;
    padding-left:10px;
}

.home_green_strip_text3 {
   
    /* Style for "החבילה נשל" */
    /*width: 281px;
    height: 53px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "החבילה נשל" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:21%;
    text-align:right;
}

.home_green_strip_icon4 {
    
    /* Style for "Vector Sma" */
    /*width: 39px;
    height: 52px;
    background-color: #fefefe;*/
    
    vertical-align:middle;
    padding-left:10px;
}

.home_green_strip_text4 {
   
    /* Style for "החבילה מוע" */
    /*width: 170px;
    height: 52px;*/
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    /* Text style for "החבילה מוע" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    vertical-align:middle;
    display:inline-block;
    width:12%;
    text-align:right;
}

.home_green_strip_heading1 {
    /* Style for "קבלו כתובת" */
    width: 424px;
    height: 32px;
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 31px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    text-align: center;
    /* Text style for "קבלו כתובת" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    margin-top:10px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:15px;
}

.home_green_strip_heading2 {
    /* Style for "מקבלים כתו" */
    width: 651px;
    height: 20px;
    color: #ffffff;
    font-family: "Varela Round";
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* Text style for "מקבלים כתו" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    margin-top:10px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:30px;
}

#menu {
    background-color: #444444;
    background-image: none;
    border-color: #444444;
}

#menu .nav > li > a {
    padding-top:6px;
    padding-bottom:6px;
    padding-left:8px;
    padding-right:8px;
}

#menu .dropdown:hover .dropdown-menu {
    min-height: 185px;
    padding-bottom:15px; 
}

.dropdown-menu {
    text-align: right;
}

#menu .dropdown-inner a {
    padding:8px 3px;
    font-size: 14px;
    min-width: 178px;
}

.dropdown-menu li > a:hover {
    background-image: none;
    background-color: #ffffff;
    color: #15b8d7 !important;
}

#home-page {
    padding-top:30px;
}

.navbar {
    border:none;
}

.navbar-nav {
    font-size: 17px;
    float: right;
}

.footer_logos {
    /* Style for "Vector Sma" */
    width: 183px;
}

.footer_logos_block {
    /* Style for "Vector Sma" */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#lt_newsletter_email {
    
    float:right;
    
    /* Style for "Rectangle" */
    width: 66%;
    height: 55px;
    border: 2px solid #cccccc;
    border-radius: 0;
    
    
}

#footer_button {
    float:left;
    /* Style for "Rectangle" */
    width: 94px;
    height: 55px;
    background-color: #15b8d7;
    border: 1px solid #15b8d7;
}

#u2545 {
    height:0;
}

#u2545-1 {
   height:0; 
}

.footer_block {
    padding-top:25px;
}

.main_menu_header {
    /* Style for "מוצרי חשמל" */
    /*width: 195px;
    height: 19px;*/
    color: #15b8d7;
    font-family: "Varela Round";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    /*text-align: center;*/
    /* Text style for "מוצרי חשמל" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    
    float: right;
    /*padding-right: 40px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

#search .input-lg {
    height:53px;
    border:0;
    border-radius: 0;
}

#search .btn-lg {
    margin-left:0;
    box-shadow :none;
    background-image: none;
    background-color: #ffffff;
    border-radius: 0;
    border:none;
    padding: 10px 18px;
    
}

#search .input-group-btn .btn .fa {
   color: #15b8d7; 
}

#cart-total {
    color:#15b8d7;
    margin-right:29px;
    margin-top: 10px;
}

#menu .dropdown-inner a {
    /*padding-left: 20px;*/
}

.sub_menu_header {
    color: #15b8d7;
    font-family: "Varela Round";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.02px;
    /*text-align: center;*/
    /* Text style for "מוצרי חשמל" */
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #cac9c9;
}

.nav {
    padding-right: 0;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}

.navbar-nav > li {
    float:none;
}

.nav > li {
    display:inline-block;
}

.navbar-collapse {
    padding-right:0px;
    padding-left:0px;
}

.slideshow_banner {
   margin-top:5px; 
   margin-bottom: 5px;
}

.category_more {
 font-weight: bold;
 text-decoration: underline;
 text-decoration-color: #333333;
}

.category_more:hover {
  text-decoration-color: #15b8d7;
}