/*
Theme Name: Smiles
Theme URI: http://peaceman.co.il
Description: Developed by <a href="http://peaceman.co.il/">PeaceMan</a>.
Version: 1.2
Author: <a href="http://peaceman.co.il/">PeaceMan</a>
Author URI: http://peaceman.co.il/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: Alef, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* General
-------------------------------------------------------------- */
@font-face {
 font-family: 'Alef';
 src: url('fonts/Alef-Bold.eot');
 src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Alef-Bold.woff') format('woff'), url('fonts/Alef-Bold.ttf') format('truetype'), url('fonts/Alef-Bold.svg#alefbold') format('svg');
 font-weight: bold;
 font-style: normal;
}
 @font-face {
 font-family: 'Alef';
 src: url('fonts/Alef-Regular.eot');
 src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Alef-Regular.woff') format('woff'), url('fonts/Alef-Regular.ttf') format('truetype'), url('fonts/Alef-Regular.svg#alefregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	background: #cdcdcd;
}
body, input, textarea, select {
	font-family: Alef, Arial, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: inherit;
}
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	display: block;
}
.clear {
	clear: both;
}
.w-header {
	position: fixed;
	width: 100%;
	z-index: 100;
}
.site-width {
	width: 902px;
	margin: 0 auto;
}

/*Index
--------------------------------------------------------------------------------*/
.header-background {
	background: rgba(0, 0, 0, 0.3);
}
#header .logo {
	float: right;
	margin: 8px 3px 0px 5px;
}
#header .login {
	float: right;
	width: 378px;
	color: #646e7d;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	background: #fefdfc;
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #e3e4e8;
}
#header .login .hello {
	margin-left: 5px;
	font-weight: bold;
}
#header .login a {
	color: inherit;
	text-decoration: none;
}
#header .login a:hover {
	text-decoration: underline;
}
#header .login a.logout {
	color: red;
}
#header .controls > ul > li:first-child > a {
	border-radius: 0 5px 5px 0;
}
#header .controls {
	float: right;
	width: 725px;
	margin-top: 6px;
	color: #646e7d;
	font-size: 20px;
	line-height: 60px;
	position: relative;
	box-shadow: 0px 0px 7px rgba(117,51,141,0.22);
}
#header .controls > ul > li {
	float: right;
	border-left: 1px solid #d7d7d7;
}
#header .controls a {
	float: right;
	color: inherit;
	text-align: center;
	text-decoration: none;
	border-bottom: 3px solid #e3e4e8;
	background: white;
	-webkit-transition: color 0.3s, background 0.3s, border 0.3s;
	transition: color 0.3s, background 0.3s, border 0.3s;
}
#header .menu > li > a {
	width: 97px;
}
#header .menu > li a:hover,
#header .menu > li.current-menu-item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li.current-post-ancestor > a {
	color: white;
	background: #c456ed;
	border-bottom: 3px solid #73328b;
}
#header .menu li:hover .sub-menu {
	display: block;
}
#header .sub-menu:before {
	content: "";
	position: absolute;
	top: -24px;
	height: 25px;
	background: url('images/sub_menu.png') 0 16px no-repeat;
	width: 158px;
}
#header .sub-menu {
	display: none;
	position: absolute;
	top: 63px;
	border-radius: 10px;
	margin-top: 15px;
	background: white;
	right: 3px;
	border: 3px solid #e6e9ed;
	border-top: none;
	border-left: none;
	box-shadow: 0px 0px 7px rgba(117,51,141,0.22);
}
#header .search {
	border-right: 1px solid #d7d7d7;
}
#header .search input[type="text"]:focus {
	outline: none;
	box-shadow: 1px 1px 0px 1px #efd1fa inset, -1px -1px 0px 1px #efd1fa inset;
}
#header .search input[type="text"]:focus ~ ul {
 display: block;
}
#header .sub-menu img {
	position: absolute;
	top: -8px;
}
#header .sub-menu li {
	border-top: 1px solid #d7d7d7;
	height: 50px;
}
#header .sub-menu li:first-child {
	border: none;
}
#header .sub-menu a {
	width: 146px;
	color: #959596;
	font-size: 15px;
	border-top: 1px solid #e3e4e8;
	display: block;
	line-height: 50px;
	border: none;
	text-align: right;
	padding-right: 12px;
	background-color: transparent;
}
#header .sub-menu li a:hover,
#header .sub-menu li.current-menu-item a,
#header .sub-menu li.current-menu-ancestor a,
#header .sub-menu li.current-post-ancestor a {
	color: #ac2a83;
	background: transparent;
	border: none;
}
#header .facebook:hover {
	background-color: #3860b3;
	border-bottom: 3px solid #25385f;
}
#header .facebook:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 37px;
	margin: 0 25px;
	background: url(images/facebook.png) no-repeat 0px 6px;
}
#header .facebook:hover:after {
	background-position: -10px 6px;
}
#header .search {
	float: right;
	padding: 0 20px;
	position: relative;
	border-bottom: 3px solid #e3e4e8;
	background: white;
}
#header .search input[type="text"] {
	position: relative;
	top: -2px;
	margin: 0;
	padding: 10px 10px 10px 40px;
	width: 182px;
	height: 20px;
	background: #f0f2f5;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2) inset;
}
#header .search input[type="submit"] {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	background: url(images/search.png) no-repeat 10px 13px;
}
#header .search input[type="submit"]:hover {
	background-position: 10px -87px;
}
#header .sub-menu-search {
	display: none;
	position: absolute;
	top: 63px;
	right: 3px;
	margin-top: 15px;
	background: white;
	border-radius: 10px;
	border: 3px solid #e6e9ed;
	border-top: none;
	border-left: none;
	box-shadow: 0px 0px 7px rgba(117,51,141,0.22);
}
#header .sub-menu-search a {
	width: 244px;
	color: #959596;
	font-size: 15px;
	border-top: 1px solid #e3e4e8;
	display: block;
	line-height: 50px;
	border: none;
	text-align: right;
	padding-right: 12px;
	background-color: transparent;
}
#header .sub-menu-search a:hover {
	color: #ac2a83;
}
#header .sub-menu-search li {
	border-top: 1px solid #d7d7d7;
	height: 50px;
}
#header .sub-menu-search li:first-child {
	border: none;
}
#header .sub-menu-search img {
	position: absolute;
	top: -8px;
	right: 0;
}
#header #mini-cart {
	display: none;
	position: absolute;
	top: 63px;
	left: 0px;
	z-index: 12;
	width: 444px;
	background: white;
}
#header #mini-cart .items {
	background: #eae9ea;
	max-height: 280px;
	overflow: auto;
	direction: ltr;
}
#header #mini-cart .item {
	width: 414px;
	height: 70px;
	float: left;
	direction: rtl;
	text-align: right;
}
#header #mini-cart input[type="text"] {
	width: 30px;
	height: 26px;
	font-size: 20px;
	text-align: center;
	margin-right: 6px;
	border: 1px solid #834998;
	float: right;
	margin-top: 17px;
	direction: ltr;
}
#header #mini-cart .name {
	width: 250px;
	float: right;
	padding: 12px 0;
	margin-right: 11px;
}
#header #mini-cart .title {
	font-size: 20px;
	line-height: 20px;
}
#header #mini-cart .subtitle {
	line-height: 15px;
	font-size: 15px;
}
#header #mini-cart a.remove {
	width: 10px;
	float: right;
	height: 11px;
	width: 11px;
	background: url(images/remove.png) transparent;
	margin-top: 30px;
	border: none;
	cursor: pointer;
}
#header #mini-cart .total {
	float: left;
	line-height: 70px;
	width: 98px;
	text-align: center;
	background: #d1d0d1 url(images/ajax-gray.gif) no-repeat -100%;
}
#header #mini-cart .total:before {
	content: "₪";
}
#cart.ajax .item-tf ul li.cell4.total-price,
#cart .item.ajax ul li.price.total,
#header #mini-cart .item.ajax .total {
	color: transparent;
	background-position: center	;
}
#header #mini-cart .footer {
	height: 40px;
	background: #bd55e5;
	line-height: 40px;
	color: white;
}
#header #mini-cart .footer.empty {
	text-align: center;
}
#header #mini-cart .footer.full {
	display: none;
}
#header a.cart-toggle.full + #mini-cart .footer.empty {
	display: none;
}
#header a.cart-toggle.full + #mini-cart .footer.full {
	display: block;
}
#header a.cart-toggle.open {
	border-color: #434a54;
	background-color: #434a54;
}
#header a.cart-toggle.full.open {
	border-color: #73328b;
	background-color: #73328b;
}

#header #mini-cart .footer > a {
	display: block;
	float: none;
	padding-left: 35px;
	text-align: left;
	border: none;
	background: transparent;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
#header #mini-cart .footer > a:hover {
	background: #73328b;
}
#header a.cart-toggle {
	width: 98px;
	height: 60px;
	background: url(images/cart.png) center #646e7d no-repeat;
	border-radius: 5px 0px 0px 5px;
	border-left: none;
	position: relative;
	cursor: pointer;
}
#header a.cart-toggle:hover {
	border-bottom: 3px solid #434a54;
}
#header a.cart-toggle.full {
	background-color: #c456ed;
	border-bottom: 3px solid #73328b;
}
#header .login, #header .controls, #header .search input[type="text"] {
}
#wrapper .site-width {
	width: 902px;
}
#wrapper {
	width: 902px;
	margin: 0 auto;
	background: url(images/category_bg.jpg);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(37, 36, 34, 0.2);
	-moz-box-shadow:    0px 0px 4px 2px rgba(37, 36, 34, 0.2);
	box-shadow:         0px 0px 4px 2px rgba(37, 36, 34, 0.2);
}
#wrapper.home {
	background: #f8f1eb;
}
#wrapper .div-space {
	height: 116px;
}
#home-slider {
	position: relative;
	height: 392px;
}
#home-slider .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 902px;
	display: none;
	height: 392px;
}
#home-slider .slide:first-child {
	display: block;
}
#home-slider .content {
	z-index: 2;
	position: absolute;
	bottom: 0px;
	background-repeat: no-repeat;
	color: #434a54;
	height: 145px;
}
#home-slider .content h2 {
	font-size: 25px;
	padding: 20px 40px 0px;
	font-weight: bold;
}
ul.sub-menu-search:before {
	content: "";
	position: absolute;
	top: -8px;
	height: 15px;
	background: url('images/sub_menu.png') 0 0px no-repeat;
	width: 158px;
}
#home-slider .content p {
	font-size: 20px;
	padding: 13px 40px;
	height: 50px;
	width: 380px;
	line-height: 24px;
}
#container .arrow {
	background-image: url(images/arrow_slider.png);
	position: absolute;
	top: 114px;
	width: 19px;
	height: 35px;
	cursor: pointer;
}
#container .prev {
	right: 22px;
	background-position: 19px 0;
}
#container .next {
	left: 18px;
}
#container .footer {
	width: 902px;
	height: 148px;
	background: url(images/footer_bg.png);
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #434a54;
}
#container .footer input[type="text"] {
	margin: 7px 31px 0px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid rgb(128, 128, 128);
	border: 1px solid rgba(128, 128, 128, 0.51);
	text-indent: 6px;
	font-size: 15px;
	width: 205px;
}
#container .footer input[type="password"] {
	margin: 10px 31px 0px 8px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid rgb(128, 128, 128);
	border: 1px solid rgba(128, 128, 128, 0.51);
	text-indent: 6px;
	font-size: 15px;
	width: 205px;
}
#container .footer input[type="submit"] {
	background: url(images/submit.png) center no-repeat;
	border: none;
	width: 28px;
	height: 28px;
	margin: 16px 0px 0px;
	border-radius: 5px;
	cursor: pointer;
}
#container .footer a {
	color: #4E1F1F;
	font-size: 15px;
	margin: 9px 32px 0px 0px;
	float: right;
}
#container form {
	width: 348px;
	position: absolute;
	float: left;
	left: 0;
	top: 2px;
}
#container form .title {
	display: inline-block;
	width: 59px;
	padding: 10px 30px 0px 0px;
	font-size: 25px;
}
#container label {
	color: #4E1F1F;
	font-size: 15px;
	margin: 9px 23px 0px 0px;
	float: right;
	line-height: 8px;
	vertical-align: middle;
}
#container input[type="checkbox"] {
	display: inline-block;
	height: 16px;
	width: 20px;
	margin: 0px 3px 0px 10px;
	line-height: 20px;
	vertical-align: inherit;
}
#home-slider > .footer > form > a.register {
	color: white;
	font-size: 19px;
	width: 71px;
	text-decoration: none;
	line-height: 34px;
	margin: 5px 18px 0px 136px;
	border-radius: 5px;
	background: #c456ed;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
}
.footer .content {
	left: 0px;
	width: 348px;
	background: #f6eae3;
}
.footer .content h2 {
}
.footer .content h3 {
	font-size: 25px;
	font-weight: normal;
	padding-right: 40px;
}
#home-slider a.update-details {
	width: 111px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #c456ed;
	color: white;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	text-decoration: none;
	float: left;
	margin-left: 22px;
	margin-top: 22px;
}
#home-ribbon {
	background: url(images/ribbon.png) no-repeat;
	height: 31px;
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
}
#home-ribbon .center {
	background: url(images/ribbon.png) no-repeat;
	height: 102px;
	width: 118px;
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -59px;
	background-position: 0 -31px;
}
#home-products {
	background: #f8f1eb;
	text-align: center;
}
#home-products h2 {
	font-size: 45px;
	padding-top: 51px;
}
#home-products p {
	font-size: 25px;
	margin-top: 9px;
	color: #434a54;
}
#home-products .col .items {
	border: 1px solid #616770;
	float: right;
}
#home-products .col {
	width: 422px;
	margin: 30px 15px 0px 14px;
	float: right;
	margin-bottom: 70px;
}
#home-products .col > h2 {
	background: rgb(67, 74, 84);
	border-radius: 5px 5px 0 0;
	font-size: 25px;
	padding: 0px;
	line-height: 43px;
	height: 43px;
	border-bottom: 3px solid #646e7d;
	color: white;
}
#home-products .col > h2 > a {
	color: white;
	text-decoration: none;
}
#home-products .products .item {
	float: right;
	width:140px;
	height:140px;
	position:relative;
}
#home-products .products .over {
	position:relative;
	height: 140px;
	width: 140px;
}
#home-products .products .over img {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:1;
	width:140px;
	height: 140px;
	box-shadow: 0 0 0px #000;
	-webkit-transition: top 0.3s, left 0.3s, width 0.3s, height 0.3s, box-shadow 0.3s, z-index 0s linear 0.3s;
	transition: top 0.3s, left 0.3s, width 0.3s, height 0.3s, box-shadow 0.3s, z-index 0s linear 0.3s;
}
#home-products .products .over:hover img {
	left: -10px;
	top: -10px;
	width: 160px;
	height: 160px;
	z-index: 2;
	box-shadow: 0 0 5px #000;
	-webkit-transition: top 0.3s, left 0.3s, width 0.3s, height 0.3s, box-shadow 0.3s;
	transition: top 0.3s, left 0.3s, width 0.3s, height 0.3s, box-shadow 0.3s;
}
#home-products .over h3 {
	z-index: 1;
	line-height: 46px;
	position: absolute;
	width: 140px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	color: transparent;
	background: transparent;
	-webkit-transition: bottom 0.3s, left 0.3s, width 0.3s, color 0.3s, background 0.3s, z-index 0s linear 0.3s;
	transition: bottom 0.3s, left 0.3s, width 0.3s, color 0.3s, background 0.3s, z-index 0s linear 0.3s;
}
#home-products .over:hover h3 {
	width: 160px;
	bottom: -10px;
	left: -10px;
	color: white;
	background: black;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
	-webkit-transition: bottom 0.3s, left 0.3s, width 0.3s, color 0.3s, background 0.3s;
	transition: bottom 0.3s, left 0.3s, width 0.3s, color 0.3s, background 0.3s;
}
#home-products .over a {
	font-size: 23px;
	line-height: 43px;
	text-decoration: none;
	color: inherit;
	display: block;
}
#footer {
	background-image: url('images/footer_border.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #434A54;
	padding-top: 36px;
	height: 119px;
	position: relative;
	clear: both;
}
#footer .call-center {
	background: url('images/footer_headphone.png') no-repeat;
	width: 390px;
	background-position: right 0px;
	height: 101px;
	padding-right: 100px;
	display: inline-block;
}
#footer .call-center img {
	float: right;
	margin-left: 21px;
}
#footer .call-center .title {
	font-size: 35px;
	line-height: 35px;
	color: white;
	display: inline-block;
	margin-bottom: 12px;
}
#footer .call-center .phone {
	color: #fff891;
	font-size: 45px;
	line-height: 45px;
}
#footer .widgets {
	height: 100px;
	float: left;
}
#footer .widget {
	float: left;
	width: 125px;
}
#footer .widget a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 5px;
}
#footer .widget a:hover {
	background: #3c424b;
}
#footer .credit {
	margin-top: -35px;
	left: 50%;
	position: absolute;
	height: 53px;
	margin-left: -56px;
}
#footer .credit img {
	display: block;
}
/*Category
--------------------------------------------------------------------------------*/
#container .main-menu {
	width: 378px;
	margin: 5px auto 19px;
	height: 63px;
	border-radius: 5px;
	box-shadow: 0px 0px 7px rgba(117,51,141,0.22);
}
#container .main-menu li {
	width: 189px;
	height: 82px;
	line-height: 60px;
	text-align: center;
	font-size: 25px;
	float: right;
}
#container .main-menu.with-submenu li.active {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCODVDMTY3MEJFRkExMUUzODc3Mjk2Q0FFMjE5NkQzQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCODVDMTY3MUJFRkExMUUzODc3Mjk2Q0FFMjE5NkQzQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI4NUMxNjZFQkVGQTExRTM4NzcyOTZDQUUyMTk2RDNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI4NUMxNjZGQkVGQTExRTM4NzcyOTZDQUUyMTk2RDNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OjkAcQAAAFVJREFUeNpidPYKYSAA6oG4AYobCSlmItIwBihdT4mByIYxEGsoEwmGEWUoE4mGETSUiQzD8BrKRKZhOA1lAeL/DJSBBmSHMDFQGYwaOGrgsDQQIMAAKI4Q+lV9RKIAAAAASUVORK5CYII=) no-repeat center 75px;
}
#container .main-menu a {
	color: #646e7d;
	text-decoration: none;
	display: block;
	border-right: 1px solid #e3e4e8;
	border-bottom: 3px solid #e3e4e8;
	background: white;
	-webkit-transition: color 0.3s, background 0.3s, border 0.3s;
	transition: color 0.3s, background 0.3s, border 0.3s;
}
#container .main-menu li:first-child a {
	border-right: none;
	border-radius: 0 5px 5px 0;
}
#container .main-menu li.last a {
	border-radius: 5px 0 0 5px;
}
#container .main-menu a:hover,
#container .main-menu li.active a {
	background: #c456ed;
	color: white;
	border-bottom: 3px solid #73328b;
}
#container .menu {
	width: 592px;
	margin: 0px auto;
	background: #808da0;
	border-radius: 5px;
	margin-bottom: 28px;
}
#container .menu li {
	float: right;
}
#container .menu li.clear {
	float: none;
}
#container .menu .top-right a {
	border-top-right-radius: 5px;
}
#container .menu .top-left a {
	border-top-left-radius: 5px;
}
#container .menu .bottom-right a {
	border-bottom-right-radius: 5px;
}
#container .menu .bottom-left a {
	border-bottom-left-radius: 5px;
}
#container .menu a,
#container .menu span.button {
	color: white;
	width: 147px;
	display: block;
	line-height: 43px;
	text-indent: 20px;
	text-decoration: none;
	font-size: 20px;
	height: 43px;
	background: #434a54;
	margin: 0px 0px 1px 1px;
}
#container .menu a:hover,
#container .menu li.active a {
	background: #808da0;
}
#container .menu li.queried-object .button,
#container .menu li.queried-parent .button {
	display: table;
	font-weight: bold;
	font-size: 25px;
	background: #808da0;
	border-radius: 0 5px 5px 0;
}
#container .menu li.queried-parent .button {
	background: url(images/category_menu_arrow.png) no-repeat bottom;
	padding-bottom: 44px;
}
#container .menu li.queried-parent .link {
	color: white;
	font-weight: bold;
	font-size: 25px;
}
#container .menu li.queried-object .caption ,
#container .menu li.queried-parent .caption {
	line-height: 22px;
	text-indent: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#container .menu li.queried-parent .caption {
	height: 43px;
}
#container .menu li.queried-object .caption,
#container .menu.rows-3 li.queried-parent .caption {
	height: 87px;
}
#container .menu.rows-3 li.queried-object .caption,
#container .menu.rows-4 li.queried-parent .caption {
	height: 131px;
}
#container .menu.rows-4 li.queried-object .caption,
#container .menu.rows-5 li.queried-parent .caption {
	height: 175px;
}
#content {
	color: #434a54;
	background: #f8f1eb;
}
#content .breadcrumbs {
	font-size: 18px;
	padding: 31px 53px;
}
#content .breadcrumbs a {
	color: inherit;
	text-decoration: none;
}
#content .breadcrumbs a:hover {
	text-decoration: underline;
}
#content .breadcrumbs h1 {
	display: inline;
	font-size: inherit;
	font-weight: bold;
}
#content .product-item,
#content .product-item img {
	border-radius: 5px;
}
#content .product-item .description h2 {
	clear: none;
	float: right;
	width: 185px;
	font-size: 25px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content .category-items .price {
	color: #ac2a83;
	float: left;
	font-size: 25px;
	font-weight: bold;
	display: block;
}
#content .category-items p {
	color: #434a54;
	font-size: 20px;
}
#content .product-item {
	width: 272px;
	float: right;
	background: #e3ded9;
	margin: 0 22px 20px 0;/* border: 2px solid; */
}
#content .product-item .description {
	background: #eaeaea;
	padding: 15px 10px;
	border-top: 1px solid #e3ded9;
}
#content .product-item .cart {
	height: 41px;
	border-radius: 0 0 5px 5px;
	color: white;
	cursor: pointer;
	position: relative;
	background: #808da0 url(images/cart2.png) 240px 9px no-repeat;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
#content .product-item .cart:hover {
	background-color: #c456ed;
	background-position: 230px 9px;
}
#content .product-item .cart .button {
	font-size: 20px;
	float: right;
	line-height: 40px;
	padding-right: 50px;
	height: 40px;
}
#content .product-item .cart .quantity {
	float: left;
	margin-left: 10px;
}
#content .product-item .cart span {
	font-size: 20px;
	color: white;
	float: right;
	display: block;
	margin-top: 10px;
}
#left-area .cart .ajax,
#content .product-item .cart .ajax {
	visibility: hidden;
	position: absolute;
	width: 16px;
	height: 16px;
	left: -18px;
	bottom: 12px;
	background: url(images/ajax.gif) no-repeat;
}
#left-area .cart.ajax .ajax,
#content .product-item .cart.ajax .ajax {
	visibility: visible;
}
#content .product-item input[ type="text"] {
	float: right;
	width: 30px;
	height: 23px;
	text-align: center;
	margin: 7px 0 0 5px;
	padding-bottom: 3px;
	background: transparent;
	border: 1px solid white;
	color: white;
	font-size: 20px;
	direction: ltr;
}
#content .categogy-nav .button {
	background: #808da0;
	width: 70px;
	height: 40px;
	text-align: center;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	margin: 0px;
}
#content .categogy-nav .button:hover {
	background: #3c424b;
}
#content .w-categogy-nav {
	padding-bottom: 32px;
}
#content .categogy-nav a {
	display: inline-block;
	text-decoration: none;
	color: #434a54;
	padding: 0px 8px;
}
#content .categogy-nav a.active-page {
	color: #c456ed;
	font-weight: bold;
}
#content .categogy-nav {
	margin-bottom: 41px;
	height: 40px;
	line-height: 40px;
	margin: 0 100px;
	text-align: center;
}
/*Product
--------------------------------------------------------------------------------*/

#content.product {
	min-height: 627px;
	margin-bottom: 34px;
}
#right-area {
	float: right;
	width: 410px;
	min-height: 400px;
	padding: 0 53px 0 20px;
}
#right-area .product-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 17px;
	color: #ac2a83;
}
#right-area .product-price {
	font-size: 25px;
	font-weight: bold;
	line-height: 45px;
}
#content .category-items .price:before, #right-area .product-price:before, #image-details .price:before {
	content: "₪";
	font-size: 16px;
}
#right-area .line {
	width: 377px;
}
#product-content {
	padding: 14px 0px 0px 25px;
	font-size: 18px;
	line-height: 21px;
}
#product-content p {
	margin-top: 22px;
}
#product-content p:first-child {
	margin-top: 0px;
}
.pink-content {
	color: #ac2a83;
}
#general-info {
	margin-top: 16px;
}
#general-info .line {
	width: 278px;
}
#general-info p {
	margin-top: 5px;
	font-size: 18px;
	line-height: 21px;
}
#general-info b {
	color: #ac2a83;
}
#right-area .facebook-share {
	margin: 19px 0 0 0;
}
#left-area {
	float: left;
	width: 355px;
	margin-left: 55px;
	border: 1px solid #e3ded9;
	border-radius: 7px;
}
#product-slider {
	height: 355px;
}
#product-slider .slides {
	width: 355px;
	height: 355px;
	position: relative;
}
#product-slider .slides .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#product-slider .slides .slide:first-child {
	display: block;
}
#product-slider .slides .slide img {
	width: 355px;
	height: 355px;
	border-radius: 7px;
}
#product-slider .controls {
	position: relative;
	z-index: 10;
}
#product-slider .controls .arrow {
	background-image: url(images/arrow_slider.png);
	position: absolute;
	top: -195px;
	width: 19px;
	height: 35px;
	cursor: pointer;
}
#product-slider .controls .arrow.prev {
	right: 6px;
	background-position: 19px 0;
}
#product-slider .controls .arrow.next {
	left: 4px;
}
#product-slider .controls .enlarge {
	position: absolute;
	top: -36px;
	left: 119px;
	height: 35px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 35px;
	background: url(images/zoom.png) no-repeat 0px 6px;
	cursor: pointer;
}
#image-details {
	padding: 9px 19px 8px 0;
	border-top: 1px solid #e3ded9;
	background: #eaeaea;
}
#image-details .title {
	float: right;
	font-size: 26px;
	font-weight: bold;
}
#image-details .price {
	float: left;
	margin-left: 51px;
	font-size: 24px;
	font-weight: bold;
}
#image-details .details {
	clear: both;
	font-size: 20px;
	line-height: 27px;
}
#left-area .cart {
	height: 41px;
	padding: 0 57px 0 34px;
	line-height: 36px;
	border-radius: 0px 0px 7px 7px;
	color: white;
	background: #919191 url(images/cart2.png) 319px 9px no-repeat;
	cursor: pointer;
	position: relative;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
#left-area .cart .add {
	float: right;
	font-size: 20px;
	line-height: 38px
}
#left-area .cart:hover {
	background-color: #c456ed;
	background-position: 309px 9px;
}
#left-area .cart .quantity {
	float: left;
	font-size: 20px;
}
#left-area .cart .quantity .amount {
	width: 30px;
	height: 23px;
	text-align: center;
	margin: 7px 0 0 5px;
	padding-bottom: 3px;
	background: transparent;
	border: 1px solid white;
	color: white;
	font-size: 20px;
	direction: ltr;
}

/*Contact
--------------------------------------------------------------------------------*/

#wrapper.contact {
	background: url(images/category_bg.jpg);
}

#content.contact {
	margin-top: 37px;
	margin-bottom: 46px;
	padding-bottom: 280px;
	background-image: url(images/contact_gifts.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.page-title {
	width: 308px;
	padding: 30px 0 6px 0;
	text-align: left;
	border-bottom: 1px solid #ac2a83;
	color: #ac2a83;
}
.page-title h1 {
	font-size: 24px;
	font-weight: bold;
}
.contact-details {
	margin-top: 21px;
	padding: 0 94px 0 0;
	font-size: 20px;
	line-height: 30px;
}
.contact-details a, .contact-details a:hover, .contact-details a:visited, .contact-details a:active {
	text-decoration: none;
}
.contact-details img {
	display: inline;
	padding-right: 2px;
}
.contact-phone {
	position: relative;
}
.contact-phone .text {
	position: absolute;
	top: 206px;
	left: 79px;
	padding: 0 50px 30px 0;
	font-size: 18px;
	background: url(images/contact_headphones.png) no-repeat 212px 3px;
}
.contact-phone .number {
	position: absolute;
	top: 221px;
	left: 88px;
	font-size: 31px;
	font-weight: bold;
}
.contact-form {
	position: relative;
}
.contact-fields {
	width: 485px;
	height: 383px;
	margin-top: 18px;
	padding: 0 81px 0 0;
	font-size: 20px;
	line-height: 30px;
}
.contact-field {
	margin-bottom: 18px;
	padding-left: 4px;
}
.contact-field .required {
	float: right;
	color: red;
}
.contact-field label {
	float: right;
	width: 141px;
}
.contact-field input[type="text"] {
	width: 259px;
	height: 30px;
	margin: 0 5px;
	padding: 0 8px 0 14px;
	font-size: 18px;
	line-height: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 0px 1px #d7d7d7 inset, -1px -1px 0px 1px #d7d7d7 inset;
	background: white;
}
.contact-field textarea:focus, .contact-field input[type="text"]:focus {
	outline: none;
	box-shadow: 1px 1px 0px 1px #8cc152 inset, -1px -1px 0px 1px #8cc152 inset;
}
.contact-field label.not-required {
	margin-right: 12px;
}
.contact-field textarea {
	float: right;
	width: 270px;
	height: 131px;
	margin: 0 5px;
	padding: 4px 8px 0 3px;
	font-size: 16px;
	line-height: 19px;
	resize: none;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 0px 1px #d7d7d7 inset, -1px -1px 0px 1px #d7d7d7 inset;
	background: white;
}
.contact-form input[type="submit"] {
	position: absolute;
	bottom: 6px;
	left: 384px;
	width: 98px;
	height: 40px;
	color: white;
	font-size: 20px;
	border: none;
	border-radius: 5px;
	background: #c456ed;
}
.contact-form input[type="submit"]:hover {
	background: #a147c3;
}
.contact-form .ajax {
	visibility: hidden;
	position: absolute;
	left: 485px;
	bottom: 18px;
	width: 16px;
	height: 16px;
	background: url(images/ajax.gif) no-repeat;
}
.contact-form .ajax.show {
	visibility: visible;
}
.contact-form .send-status {
	position: absolute;
	bottom: 3px;
	left: 490px;
	font-size: 25px;
	font-weight: bold;
}
/* cart */

body.page-template-page-cart-php #wrapper,
body.page-template-page-register-php #wrapper,
body.page-template-page-register-success-php #wrapper,
body.page-template-page-profile-php #wrapper {
	background-image: url(images/cart_bg.jpg);
}


#content.cart {
	min-height: 716px;
	margin-top: 37px;
	margin-bottom: 46px;
	padding-bottom: 60px;
}

.go-buttons {
	margin: 59px auto 0;
	width:320px;
}
a.go-button {
	display:block;
	text-decoration:none;
	text-align:center;
	width: 148px;
	height: 40px;
	color: white;
	font-size: 20px;
	line-height:40px;
	border: none;
	border-radius: 5px;
	background: #c456ed;
	float:right;
		cursor:pointer;
}
a.go-button:hover {
	background: #a147c3;
}

#cart .register-field {
	text-align: center;
	margin: 20px 50px 0;
}

#cart .register-field label {
	padding: 5px 10px 5px 20px;
}

#cart .register-field label.error {
	box-shadow: 1px 1px 0px 1px #ed5565 inset, -1px -1px 0px 1px #ed5565 inset;
}

.register-field.terms a {
	font-size: inherit;
	margin: 0;
}

#cart .register-field + .go-buttons {
	margin-top: 20px;
}

#cart .item {
	margin:0 0 6px 0;
}
#cart .item-th {
	margin:14px 0 7px 0;
}
#cart .item ul, #cart .item-th ul {
	width:838px;
	margin:0 25px 0 39px;
	padding:0;
}
#cart .item-th ul li {
	display:table-cell;
	vertical-align: middle;
	font-size:20px;
	text-align:center;
	border-top:1px solid #f8f1eb;
	border-right:1px solid #f8f1eb;
	border-bottom:1px solid #f8f1eb;
}
#cart .item ul li {
	margin:0;
	background:#eaeaea;
	border-top:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	display:table-cell;
	vertical-align: middle;
	font-size:20px;
	height:100px;
}
#cart .item ul li:first-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#cart .item ul li:last-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-left:1px solid #d7d7d7;
}
#cart .item ul li.cell1 {
	width:163px;
	background-position:center;
	overflow:hidden;
}
#cart .item ul li.cell2 {
	width:210px;
}
#cart .item ul li.cell3 {
	width:94px;
}
#cart .item ul li.cell4 {
	width:94px;
}
#cart .item ul li.cell5 {
	width:94px;
}
#cart .item ul li.cell6 {
	width:90px;
}
#cart .item ul li.cell7 {
	width:84px;
	text-align: center;
}
#cart .item ul li.cell2 p {
	margin:15px;
	font-size:25px;
	font-weight:bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:180px;
}
#cart .item ul li.cell2 p span {
	font-size:20px;
	font-weight:normal;
}
#cart .item ul li.cell3 {
	line-height:26px;
	text-align: center;
}
#cart .item ul li.cell3 input[type="text"] {
	border:1px solid #834b98;
	width:30px;
	height:23px;
	text-align:center;
	margin-left:5px;
	font-weight:bold;
	font-size:20px;
	color:#434a54;
	background:#eaeaea;
	padding-bottom:3px;
	direction: ltr;
}
#cart .item ul li.price {
	color:#ac2a83;
	font-weight:bold;
	font-size:24px;
	text-align: center;
}
 #cart .item ul li.price:before {
	content:'₪';
	font-size:16px;
}
#cart .item ul li.cell7 a.remove {
	display:block;
	margin:0 auto;
	width:11px;
	height:11px;
	background:url(images/remove.png) no-repeat;
}
#cart .item ul li.cell6 a {
	width:90px;
	height:100px;
	display:block;
	text-align:center;
	text-decoration:none;
}
#cart .item ul li.cell6 a.add {
	line-height:100px;
	height:97px;
	background:#c456ed;
	color:#fff;
	border-bottom:3px solid #a147c3;
}
#cart .item ul li.cell6 a.add:hover {
	background:#a147c3;
}
#cart .item ul li.cell6 a.change {
	display: table-cell;
	vertical-align:middle;
	background:#fff;
	color:#434a54;
	text-align:center;
	height:97px;
	border-bottom:3px solid #e3e4e8;
}
#cart .item ul li.cell6 a.change:hover {
	border-bottom:3px solid #fff;
}
#cart .item ul li.cell6 {
	/*background:#fff;*/
	color:#434a54;
	text-align:center;
}
#cart .item-th ul li.cell1 {
	width:163px;
}
#cart .item-th ul li.cell2 {
	width:210px;
}
#cart .item-th ul li.cell3 {
	width:94px;
}
#cart .item-th ul li.cell4 {
	width:94px;
}
#cart .item-th ul li.cell5 {
	width:94px;
}
#cart .item-th ul li.cell6 {
	width:90px;
}
#cart .item-th ul li.cell7 {
	width:84px;
}
#cart .item-tf {
	margin:0 0 10px 0;
}
#cart .item-tf ul {
	width:838px;
	margin:0 25px 0 39px;
	padding:0;
}
#cart .item-tf ul li {
	display:table-cell;
	vertical-align: middle;
	font-size:20px;
	text-align:center;
	border-top:1px solid #f8f1eb;
	border-right:1px solid #f8f1eb;
	border-bottom:1px solid #f8f1eb;
}
#cart .item-tf.details ul li {
	vertical-align: top;
	line-height: 30px;
}
#cart .item-tf ul li.cell1 {
	width:163px;
}
#cart .item-tf ul li.cell2 {
	width:210px;
	text-align:left;
}
#cart .item-tf ul li.cell2 select {
	background:#fff;
	border:2px solid #d7d7d7;
	border-radius:6px;
	width:55px;
	height:33px;
	font-size:15px;
	color:#434a54;
	padding:0 5px 0 0;
	margin-right:20px;
}
#cart .item-tf ul li.cell3 {
	width:158px;
	text-align:left;
	padding-left:30px;
}
#cart .item-tf ul li.cell4 {
	width:184px;
}
#cart .item-tf ul li.cell4 select {
	background:#fff;
	border:2px solid #d7d7d7;
	border-radius:6px;
	width:188px;
	height:33px;
	font-size:15px;
	color:#434a54;
	padding:0 4px;
}
#cart .item-tf ul li.cell4 select option:first-child {
	display: none;
}

#cart .item-tf ul li.cell4 .delivery-remark {
	font-size: 14px;
	line-height: 16px;
}

#cart .item-tf ul li.cell4.total-price {
	color:#ac2a83;
	font-weight:bold;
	width:113px;
	height:39px;
	border:1px solid #d7d7d7;
	border-radius:6px;
	line-height:39px;
	font-size:24px;
}
#cart .item-tf ul li.cell4.total-price:before {
	content: "₪";
	font-size:16px;
}
#cart .item-tf ul li.cell4.total-price,
#cart .item ul li.price.total {
	background: #eaeaea url(images/ajax-gray.gif) no-repeat -100%;
}

#content.cart .no-items {
	margin: 20px 100px;
	font-size: 24px;
}

#cart .login-form {
	width: 300px;
	margin: 50px auto 0;
	padding: 10px 10px 30px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	background: #eaeaea;
}

#cart .login-form input[type="text"] {
	margin: 7px 31px 0px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid rgb(128, 128, 128);
	border: 1px solid rgba(128, 128, 128, 0.51);
	text-indent: 6px;
	font-size: 15px;
	width: 205px;
}
#cart .login-form input[type="password"] {
	margin: 10px 31px 0px 8px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid rgb(128, 128, 128);
	border: 1px solid rgba(128, 128, 128, 0.51);
	text-indent: 6px;
	font-size: 15px;
	width: 205px;
}
#cart .login-form input[type="submit"] {
	background: url(images/submit.png) center no-repeat;
	border: none;
	width: 28px;
	height: 28px;
	margin: 16px 0px 0px;
	border-radius: 5px;
	cursor: pointer;
}
#cart .login-form a {
	color: #4E1F1F;
	font-size: 15px;
	margin: 9px 32px 0px 0px;
	float: right;
}
#cart .login-form .title {
	display: inline-block;
	width: 59px;
	padding: 10px 30px 0px 0px;
	font-size: 25px;
}
#cart .login-form label {
	color: #4E1F1F;
	font-size: 15px;
	margin: 9px 23px 0px 0px;
	float: right;
	line-height: 8px;
	vertical-align: middle;
}
#cart .login-form input[type="checkbox"] {
	display: inline-block;
	height: 16px;
	width: 20px;
	margin: 0px 3px 0px 10px;
	line-height: 20px;
	vertical-align: inherit;
}

#cart .login-form a.register {
	color: white;
	font-size: 19px;
	width: 71px;
	text-decoration: none;
	line-height: 34px;
	margin: 5px 18px 0px 88px;
	border-radius: 5px;
	background: #c456ed;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
}


/*register finished*/

#content.register-finished {
	min-height: 380px;
	margin-top: 37px;
	margin-bottom: 46px;
}

div.success-v {
	background:url(images/success.png) no-repeat;
	width:73px;
	height:68px;
	margin:36px auto 0;
}
p.success {
	margin:28px 0 0 0;
	text-align:center;
	font-size:24px;
}
/*text page*/

#content.text-page {
	min-height: 380px;
	margin-top: 37px;
	margin-bottom: 46px;
	color: #434a54;
}

.entry-content {
	width:750px;
	margin:34px 73px 0 0;
	clear:both;
	padding-bottom:60px;
}
.entry-content .aligncenter {
	margin: 0 auto 35px;
}

.entry-content img.alignleft {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.85);
	-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.85);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.85);
}
.entry-content .alignleft {
	float: left;
	margin: 0 46px 35px 0;
}
.entry-content p {
	font-size:18px;
	line-height:26px;
	margin: 0 0 26px 0;
}
.entry-content a {
	color:#2e3192;
}
.entry-content ul, .entry-content ol {
	font-size:18px;
	line-height:26px;
	margin: 0 0 26px 0;
}
.entry-content ul li {
	background:url(images/text-ul-bullet.png) no-repeat;
	padding: 0 18px 0 0;
	background-position: right top;
}

.entry-content ol li {
	list-style:decimal;
	margin-right:28px;

	
}


.entry-content h2 {
	font-size:26px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.entry-content h3 {
	font-size:18px;
	font-weight: bold;
border-bottom:1px solid #959595;
padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

/*payment finished */

p.hr { border-bottom: 3px solid #959595;}

.confirm-table { background:url(images/confirm-table-bg.png) no-repeat center bottom;}

.confirm-table tr td { text-align:right; text-align:top; padding:10px 0; line-height:20px;}
.confirm-table tr.small td { padding:2px 0;}
.confirm-table tr.bottom-line { border-bottom:1px solid #959595;}


.confirm-phone {
	width:260px;
	height:64px;
	background: url(images/contact_headphones.png) no-repeat top right;
	margin:0 auto;

}
.confirm-phone .text {
	padding: 0 50px 0 0;
	font-size: 18px;
	line-height:10px;
	text-align:center;
}
.confirm-phone .number {
	padding: 3px 50px 0 0;
	font-size: 33px;
	font-weight: bold;
	text-align:center;
}


.confirm-print { padding-bottom:50px;}

.confirm-print a.go-button1 {
	margin:0 auto;
	display:block;
	text-decoration:none;
	text-align:center;
	width: 100px;
	height: 40px;
	color: white;
	font-size: 20px;
	line-height:40px;
	border: none;
	border-radius: 5px;
	background: #c456ed;
		cursor:pointer;

}
.confirm-print a.go-button1:hover {
	background: #a147c3;
}

/*payment post page*/



.do-buy input.go-button1 {
	margin:0 auto;
	display:block;
	text-decoration:none;
	text-align:center;
	width: 120px;
	height: 40px;
	color: white;
	font-size: 20px;
	line-height:40px;
	border: none;
	border-radius: 5px;
	background: #c456ed;
	cursor:pointer;
}
.do-buy input.go-button1:hover {
	background: #a147c3;
}

.pay-menu {
	text-align:center; 
}


.pay-menu ul { display: inline-block; height:60px; padding:0;
-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.35);
border-radius: 6px;
}


.pay-menu ul > li {
	background: #FFF;
	display:block;
	float:right;
	width:191px;
	height:60px;
	margin:0;
	padding:0;
	
	}

.pay-menu ul > li > a {
	display:block;
	text-align:center;
line-height:54px;
	width:191px;
	height:57px;
	font-size:24px;
	border-bottom: 3px solid #e3e4e8;
	text-decoration:none;
	color:#646e7d;
}
.pay-menu ul > li a:hover,  .pay-menu ul > li.sel a{
	color: white;
	background: #c456ed;
	border-bottom: 3px solid #73328b;
}


.pay-menu ul  li:first-child, .pay-menu ul  li:first-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pay-menu ul li:last-child, .pay-menu ul li:last-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
}

.pay-menu p {
	font-size:24px;
	margin:50px 0 15px 0;
}

.pay-page #content {
	min-height: 800px;
	margin-top: 37px;
	margin-bottom: 46px;
	padding-top:30px;
}

.tabs .tab {
	display: none;
}

.tabs .tab:first-child {
	display: block;
}

.ssl-logo {
	width: 141px;
	height: 176px;
	float: left;
	margin: 10px 20px;
	background: url(images/ssl.png) no-repeat;
}


/*register page*/

#content.register {
	min-height: 1000px;
	margin-top: 37px;
	margin-bottom: 46px;
}

.register-fields {
	width: 820px;
	margin-top: 18px;
	padding: 0 81px 0 0;
	font-size: 20px;
	line-height: 30px;
}
.register-field {
	margin-bottom: 18px;
	padding-left: 4px;
}
.register-field .required {
	float: right;
	color: red;
	width:10px;
}
.register-field.not-required label {
	margin-right: 10px;
}

.register-field .not-required {
	float: right;

		width:10px;
}

.register-field label {
	float: right;
	width: 204px;
}
.register-field label:after {
	content: ":";
}
.register-field input[type="text"],
.register-field input[type="password"] {
	width: 283px;
	height: 30px;
	margin: 0 5px;
	padding: 0 8px 0 14px;
	font-size: 18px;
	line-height: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 0px 1px #d7d7d7 inset, -1px -1px 0px 1px #d7d7d7 inset;
	background: white;
		
}

.register-field input[type="text"].short,
.register-field input[type="password"].short {
	width: 183px;

}


.register-field select {
	width: 205px;
	height: 30px;
	margin: 0 5px;
	padding: 0 8px 0 14px;
	font-size: 18px;
	line-height: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 0px 1px #d7d7d7 inset, -1px -1px 0px 1px #d7d7d7 inset;
	background: white;
}

.register-field textarea:focus,
.register-field select:focus,
.register-field input[type="text"]:focus,
.register-field input[type="password"]:focus,
.register-field textarea.error:focus,
.register-field select.error:focus,
.register-field input.error[type="text"]:focus {
	outline: none;
	box-shadow: 1px 1px 0px 1px #8cc152 inset, -1px -1px 0px 1px #8cc152 inset;
	background-color: #fff;
}

.register-field a {
	margin: 0 10px;
	font-size: 16px;
}

select:-moz-focusing {
    color: transparent;
    text-shadow: 0 0 0 #434A54;
}

textarea.error,
select.error,
input[type="text"].error,
input[type="password"].error {
	outline: none;
	box-shadow: 1px 1px 0px 1px #ed5565 inset, -1px -1px 0px 1px #ed5565 inset;

}

#left-area .cart .quantity .amount.error,
#header #mini-cart input[type="text"].error,
#content .product-item input[ type="text"].error {
	box-shadow: none;
	border-color: red;
}


.register-field textarea {
	float: right;
	width: 293px;
	height: 131px;
	margin: 0 5px;
	padding: 4px 8px 0 3px;
	font-size: 16px;
	line-height: 19px;
	resize: none;
	border: none;
	border-radius: 5px;
	box-shadow: 1px 1px 0px 1px #d7d7d7 inset, -1px -1px 0px 1px #d7d7d7 inset;
	background: white;

}

.register-form input[type="submit"] {
	margin-top:30px;
	margin-right:410px;
	margin-bottom:50px;
	left: 384px;
	width: 98px;
	height: 40px;
	color: white;
	font-size: 20px;
	border: none;
	border-radius: 5px;
	background: #c456ed;
	cursor: pointer;
}
.register-form input[type="submit"]:hover {
	background: #a147c3;
}
.register-form .send-status {
	position: absolute;
	bottom: 3px;
	left: 490px;
	font-size: 25px;
	font-weight: bold;
}

.form-ttl { font-weight:bold; margin:10px 0 20px 0;}

.register-field label.checkbox {
	width:auto;
	float:none;
}
.register-field label.checkbox:after {
	content: "";
}

.register-field input[type="checkbox"] {
	margin: 0 8px;
}
.checkbox-sprite {
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(images/checkbox-sprite.png) no-repeat -19px 0;
	vertical-align: middle;
	margin: 0 8px;
	cursor: pointer;
}
.checkbox-sprite.checked {
	background-position: 0 0;
}

.special-frame {
	display: none;
	border:1px solid #d7d7d7;
	background:#eaeaea;
	border-radius:6px;
	padding:8px;
	width:530px;
}
.special-frame.error {
	width:700px;
}

.special-frame label {
	margin-right: 10px;
}
.special-frame .required + label {
	margin-right: 0;
}

.register-field label.label-frame {
	float: none;
	width:auto;
	margin-right: -20px;
	padding:8px;
}

.register-field label.label-frame:after {
	content: "";
}

.register-field label.label-frame + .label-frame {
	margin-right: 10px;
}

.register-field label.label-frame.extra {
	border: 1px solid transparent;
	border-bottom:0;
}

.register-field label.label-frame.extra.checked {
	border-color: #d7d7d7;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background:#eaeaea;
}

.radio-sprite {
	background:url(images/radio-sprite.png) no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	clear:both;
	margin:4px 0 5px 7px;
	cursor:pointer;
	vertical-align: middle;
}
.radio-sprite.checked {
	background:url(images/radio-sprite.png) no-repeat -18px 0;
}

.register-field input[type="radio"] {
	margin: 6px 0 5px 7px;
}
.register-field input[type="radio"].error + .radio-sprite {
	background-position: 0 -18px;
}

.register-field.with-extra {
	margin-bottom: 5px;
}

.error-text{ font-size:16px; color:#f00; padding-right:10px; display:inline-block; line-height:14px; max-width: 180px; vertical-align: middle !important; }
.register-field input[name="email"].error,
.register-field input[name="password"].error,
.register-field input[name="repeat-password"].error { background:#fff url(images/error-x.png) no-repeat 284px 9px; }
.register-field input[name="email"].valid,
.register-field input[name="password"].valid,
.register-field input[name="repeat-password"].valid { background:#fff url(images/v-success.png) no-repeat 284px 9px;outline: none;
	box-shadow: 1px 1px 0px 1px #8cc152 inset, -1px -1px 0px 1px #8cc152 inset; }


/* =Canvas
-------------------------------------------------------------- */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.inner-width {
	width: 720px;
	margin: 0 auto;
}
.ptable {
	display: table;
}
.ptr {
	display: table-row;
}
.ptd {
	display: table-cell;
	vertical-align: middle;
}
.ptd img {
	display: inline-block;
	vertical-align: middle;
}

#content.text-page.canvas {
	margin-top: 0;
	font-size: 20px;
	color: #434a54;
	background: none;
}
#content.canvas .page-title {
	padding-top: 23px;
}
#content.paying .page-title {
	padding-top: 0;
}
#content.canvas .intro {
	margin: 12px 0;
	line-height: 24px;
}
#content.canvas .order-steps {
	margin-top: 52px;
	padding-bottom: 40px;
}
#content.canvas .order-steps .step {
	margin-bottom: 14px;
	background: url(images/white25.png);
	background: rgba(255, 255, 255, .25);
	-webkit-box-shadow: 0 0 6px rgba(117, 51, 41, .22);
	-moz-box-shadow: 0 0 6px rgba(117, 51, 41, .22);
	box-shadow: 0 0 6px rgba(117, 51, 41, .22);
}
#content.canvas .order-steps .step .step-title .step-number {
	float: right;
	width: 115px;
	height: 63px;
	line-height: 63px;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #808da0;
}
#content.canvas .order-steps .step .step-title {
	cursor: pointer;
}
#content.canvas .order-steps .step.current .step-title .step-number {
	background: #1f3045;
}
#content.canvas .order-steps .step .step-title h2 {
	clear: none;
	margin-right: 140px;
	font: bold 25px/63px Alef, sans-serif;
}

#content.canvas .order-steps .step .step-content {
	display: none;
}
#content.canvas .order-steps .step:first-child .step-content {
	display: block;
}
#content.canvas .order-steps .step .form {
	padding-bottom: 14px;
	text-align: center;
}
#content.canvas .order-steps .step.first .form  {
	margin-top: 12px;
}
#content.canvas .order-steps .step.first .form label.regular {
	float: right;
	width: 152px;
	height: 146px;
	text-align: center;
	cursor: pointer;
}
#content.canvas .order-steps .step.first .form label.selected,
#content.canvas .order-steps .step.second .form .wrapping-selection label.selected .img-wrapper{
	background: #808da0;
}
#content.canvas .order-steps .step.first .form label:hover,
#content.canvas .order-steps .step.second .form .wrapping-selection label .img-wrapper:hover {
	background: #c7cdd5;
}
#content.canvas .order-steps .step.first .form label.selected:hover,
#content.canvas .order-steps .step.second .form .wrapping-selection label.selected .img-wrapper:hover {
	background: #808da0;
}
#content.canvas .order-steps .step.first .form label.selected,
#content.canvas .order-steps .step.first .form label.selected:hover {
	color: white;
}
#content.canvas .order-steps .step .form input[type="radio"] {
	display: none;
}
#content.canvas .order-steps .step.first .form input[type="radio"] + .ptr {
	height: 90px;
}
#content.canvas .order-steps .step.first .form label .size-text {
	height: 52px;
	font-size: 20px;
	vertical-align: middle;
}
#content.canvas .order-steps .step.first .form label .ptr {
	width: 100%;
}

#content.canvas .order-steps .step.first .form .custom-size {
	clear: both;
	float: right;
	margin: 18px 12px 29px 0;
}
#content.canvas .order-steps .step.first .form .custom-size label {
	padding: 20px;
}
#content.canvas .order-steps .step.first .form .error {
	display: none;
	float: right;
	margin-top: 26px;
	margin-right: 6px;
	font-size: 17px;
	font-weight: bold;
	color: #f00;
}

#content.canvas .order-steps .step.first .form .custom-size input[type="text"] {
	width: 55px;
	height: 17px;
	padding: 6px;
	margin-right: 6px;
	font-size: 17px;
	color: #959596;
	border: 2px solid #e3e4e8;
	border-radius: 4px;
}
#content.canvas .order-steps .step .continue {
	display: inline-block;
	min-width: 86px;
	height: 40px;
	padding: 0 26px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #c456ed;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
#content.canvas .order-steps .step.first .continue {
	margin-left: 50px;
}

#content.canvas .order-steps .step .continue:hover {
	background: #a147c3;
}

/* second step */
#content.canvas .order-steps .step.second .form {
	padding-left: 52px;
}
#content.canvas .order-steps .step.second .form .wrapping-selection {
	width: 304px;
	margin: 12px auto 18px;
	border-bottom: 1px solid #ac2a83;
}
#content.canvas .order-steps .step.second .form .wrapping-selection label {
	float: right;
	cursor: pointer;
}
#content.canvas .order-steps .step.second .form .wrapping-selection label .img-wrapper {
	float: right;
	width: 133px;
	height: 118px;
	padding: 33px 9px 0;
}

#content.canvas .order-steps .step.second .form .wrapping-selection label .wrapping-text {
	clear: both;
	display: block;
	padding: 6px 0 13px;
	font-size: 20px;
}
#content.canvas .order-steps .step.second .form .file-upload {
	text-align: center;
}
#content.canvas .order-steps .step.second .form .file-upload input[type="file"] {
	display: none;
}
#content.canvas .order-steps .step.second .form .file-upload .pseudo-upload {
	display: inline-block;
	width: 184px;
	height: 60px;
	margin: 0 auto 22px;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
	color: #646e7d;
	background: #fff;
	border-radius: 4px;
	border-bottom: 3px solid #e3e4e8;
	cursor: pointer;
}
#content.canvas .order-steps .step.second .form .file-upload .pseudo-upload:hover {
	color: #fff;
	background: #c456ed;
	border-color: #73328b;
}
.progress {
	position: relative;
	width: 507px;
	margin: 22px 54px;
	padding: 7px 18px 7px 6px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	text-align: right;
}
.progress.uploading {
	padding: 13px 9px 13px 15px;
}
.progress .percentage {
	float: left;
	line-height: 28px;
}
.progress .bar {
	position: relative;
	width: 452px;
	height: 23px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
}
.progress .bar span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #c456ed;
	right: 100%;
}
.progress img {
	position: absolute;
	top: 50%;
	right: 27px;
	margin-top: -33px;
	border: 2px solid #cecece;
}
.progress input[type="text"] {
	width: 283px;
	height: 20px;
	margin-right: 119px;
	padding: 10px 14px;
	font-size: 17px;
	background: #f0f2f5;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.progress .close {
	float: left;
	width: 11px;
	height: 11px;
	padding: 14px 18px;
	background: url(images/x.png) no-repeat center;
	border-right: 1px solid #d7d7d7;
	cursor: pointer;
}

/* third step */
#content.canvas .order-steps .step.third .step-content .summary {
	text-align: right;
	margin: 35px 44px;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-preview {
	float: right;
	width: 161px;
	text-align: center;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-preview img {
	border: 2px solid #ccc;
	border-bottom: none;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-preview .amount {
	padding: 4px;
	color: white;
	background: #919191;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-preview .amount input[type="text"] {
	width: 26px;
	color: inherit;
	font-size: 20px;
	text-align: center;
	background: transparent;
	border: 1px solid white;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-details {
	margin-right: 183px;
	line-height: 24px;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-details .price {
	display: inline-block;
	min-width: 50px;
	min-height: 34px;
	margin-top: 2px;
	font-size: 25px;
	font-weight: bold;
	color: #ac2a83;
	background: url(images/ajax.gif) no-repeat 0 -100px;
}
#content.canvas .order-steps .step.third .step-content .summary.ajax .pic-details .price {
	color: transparent;
	background-position: right;
}
#content.canvas .order-steps .step.third .step-content .summary .pic-details .price:before {
	content: "₪";
	font-size: 15px;
}
#content.canvas .order-steps .step.third .step-content .summary .buttons {
	clear: both;
	float: right;
	margin: 28px 138px 18px 0;
}
#content.canvas .order-steps .step.third .step-content .summary .buttons .continue:first-child {
	margin-left: 12px;
}

body.page-template-page-canvas-php #wrapper {
	background-image: url(images/canvas_bg.jpg);
	position: relative;
}

body.page-template-page-canvas-php #wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/canvas_color.png) no-repeat -5px 55px;	
}

#content.text-page.canvas {
	position: relative;
	z-index: 1;
}


/* Upload
-------------------------------------------------*/

#upload {
	display: none;
}

#upload .screen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/gray50.png);
	background: rgba(67,74,84,0.5);
	z-index: 400;
}

#upload .content {
	position: absolute;
	top: 71px;
	left: 50%;
	width: 836px;
	height: 667px;
	margin-left: -419px;
	background: #f8f1eb;
	border: 1px solid #d7d7d7;
	border-radius: 1px;
	z-index: 500;
}

#upload .title {
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	background: #646e7d;
	position: relative;
}

#upload .title .close {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 48px;
	background: white url(images/upload_close.png) no-repeat 15px 15px;
	cursor: pointer;
}

#upload .title .close:hover {
	background-color: #c456ed;
	background-position: 15px -85px;
}

#upload .menu {
	position: relative;
}

#upload .menu .preview {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 166px;
	padding: 0 13px;
	color: #434a54;
	font-size: 20px;
	background: white;
}

#upload .menu .preview img {
	width: auto;
	height: 58px;
	margin: -45px auto 0;
	border: 2px solid #ccc;
	border-radius: 1px;
}

#upload .menu .preview .product-title {
	margin: 4px 00;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#upload .menu .preview .quantity {
	margin: 8px 0;
}

#upload .menu .preview .quantity input {
	width: 28px;
	height: 28px;
	margin: 0 4px;
	color: #434a54;
	font-size: 20px;
	text-align: center;
	border: 1px solid #864d9a;
	background: white;
}

#upload .menu .preview .image-count span {
	font-weight: bold;
}

#upload .menu ul {
	padding: 28px 0 24px;
	text-align: center;
}

#upload .menu ul li {
	display: inline;
}

#upload .menu ul li form {
	display: inline;
}

#upload .menu ul li form input {
	display: none;
}

#upload .menu ul li a {
	display: inline-block;
	width: 184px;
	margin: 0 16px;
	color: #646e7d;
	font-size: 25px;
	line-height: 60px;
	text-decoration: none;
	background: white;
	border-bottom: 3px solid #e3e4e8;
	border-radius: 5px;
	box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#upload .menu ul li a:hover,
#upload.archive .menu ul li.archive a {
	color: white;
	background: #c456ed;
	border-bottom-color: #73328b;
}

#upload .tab.notice {
	height: 450px;
	padding: 40px 36px 29px 120px;
	color: #434a54;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}

#upload .tab.notice .subtitle {
	font-size: 25px;
	margin-bottom: 20px;
}

#upload .tab.notice li {
	padding-right: 17px;
}

#upload .tab.notice li:before {
	content: "*";
	float: right;
	margin-top: 2px;
	margin-right: -17px;
}

#upload .tab.notice label {
	position: absolute;
	right: 30px;
	bottom: 28px;
}

#upload .tab.notice label input {
	margin: 3px 12px;
	vertical-align: middle;
}

#upload .tab .frame {
	padding-top: 1px;
	background: #e6e0da;
}

#upload.ajaxing .tab .frame {
	background-image: url(images/ajax.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#upload.ajaxing .tab.images .frame > * {
	visibility: hidden;
}

#upload .tab .top-border {
	width: 546px;
	margin: 0 auto;
	border-top: 1px solid #959595;
}

#upload .tab .progress {
	width: 589px;
	margin: 6px 111px;
}

#upload .tab.images .progress.text {
	display: none;
}

#upload .tab.archive .progress {
	width: 459px;
}

#upload .tab.archive .progress label.add {
	float: left;
	height: 31px;
	border-right: 1px solid rgb(215, 215, 215);
	padding: 10px 5px 0px;
	cursor: pointer;
}

#upload .tab.archive .progress span.child-name {
	color: #434A54;
	font-size: 17px;
	line-height: 41px;
	margin-right: 110px;
}

#upload.allow-dedication .tab.images .progress.text {
	display: block;
}

#upload .tab .progress-titles {
	width: 611px;
	margin: 30px auto 10px;
	color: #434A54;
	font-size: 20px;
}

#upload .tab .progress-titles span {
	display: table-cell;
	text-align: center;
}

#upload .tab .progress-titles span.thumb {
	width: 138px;
}

#upload .tab .progress-titles span.child-name {
	width: 307px;
}

#upload .tab .progress-titles span.child-gender {
	visibility: hidden;
	width: 113px;
}

#upload .tab .progress-titles span.remove {
	width: 53px;
}

#upload.allow-gender .tab.images .progress-titles span.child-name {
	width: 275px;
}

#upload.allow-gender .tab.images .progress-titles span.child-gender {
	visibility: visible;
	width: 128px;
	padding-right: 20px;
}

#upload .tab.archive .progress-titles span.child-name {
	width: 303px;
	text-align: right;
}

#upload .tab.archive .progress-titles span.add .add-all {
	color: inherit;
	text-decoration: none;
}

#upload .tab .progress-container {
	height: 370px;
	overflow: auto;
}

#upload.allow-dedication .tab.images .progress-container {
	height: 303px;
}

#upload .tab .progress-container .progress {
	margin-bottom: 25px;
}

#upload .tab .controls .save {
	display: block;
	width: 100px;
	height: 44px;
	margin: 15px auto;
	color: #FFF;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	background: none repeat scroll 0% 0% #C456ED;
	border-radius: 5px;
}

#upload .progress label {
	display: inline-block;
	color: #434a54;
	font-size: 20px;
}

#upload .tab.images .progress.text label {
	width: 195px;
	line-height: 35px;
}

#upload .tab.images .progress.text input[type="text"] {
	width: 364px;
	margin-right: 0;
}

#upload .tab.images .progress label.radio-label {
	display: none;
	vertical-align: middle;
	margin-right: 30px;
}

#upload .tab.images .progress label.radio-label .radio-sprite {
	display: block;
	margin: 0;
}

#upload .tab.images .progress .separator {
	display: none;
	vertical-align: top;
	height: 39px;
	margin-right: 15px;
	border-right: 1px solid #D7D7D7;
}

#upload.allow-gender .tab.images .progress.product input[type="text"] {
	width: 250px;
}

#upload.allow-gender .tab.images .progress .separator,
#upload.allow-gender .tab.images .progress label.radio-label {
	display: inline-block;
}

#upload .upload-phone .text {
	position: absolute;
	left: 15px;
	bottom: 12px;
	padding: 0 50px 30px 0;
	color: #646e7d;
	font-size: 18px;
	background: url(images/contact_headphones.png) no-repeat 212px 3px;
}

#upload .upload-phone .number {
	position: absolute;
	left: 21px;
	bottom: 14px;
	color: #434a54;
	font-size: 31px;
	font-weight: bold;
}

#upload.notice {
	background-image: url(images/upload_arrow.png);
	background-repeat: no-repeat;
	background-position: 649px 88px;
}

#upload.notice .menu .preview {
	display: none;
}

#upload.notice .tab.images,
#upload.notice .tab.archive {
	display: none;
}

#upload.images .tab.notice,
#upload.images .tab.archive {
	display: none;
}

#upload.archive .tab.notice,
#upload.archive .tab.images {
	display: none;
}

/* =Print Version
-------------------------------------------------------------- */

@media print {
	.w-header, #wrapper .div-space, #footer, .confirm-print { display: none; }
}

