/*
Theme Name: RSVP Schwan
Theme URI: http://rsvpteam.co.il
Author: RSVP TEAM - Tom Rusko
Author URI: http://rsvpteam.co.il
Description: RSVP Team's Schwan Theme 
Version: 1.0
License: my code - private!!!, open source code - by their license

Text Domain: schwan
*/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 /* shake animation */
 .doshake {
       animation: shake 0.5s;
  animation-iteration-count: 3;
   animation-duration: 1s;
 }
 @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
 /* shake animation */

/* Document
   ========================================================================== */

html {
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/*
    Alef alef CSS
 */

body,input,select,button{font-family: 'Dosis','almoni-dl',sans-serif;}


.outwrap{
	padding:20px;
}
.inwrap {
	background-color: white;
}

/* general */
a {color:inherit; text-decoration: none; cursor: pointer;}
ul{margin:0; padding:0; list-style: none;}
li{margin:0; padding:0; list-style: none;}
html {color:#333; font-weight: 400;}
.swid {width:1240px; margin: auto;}
body {min-width:1280px;}

@media (max-width: 1280px) {
	.frameElement {display: none;}
	/*.outwrap{padding:0;}*/
}
@media (max-width: 1240px) {
	/*.outwrap{padding:0;}*/
	/*.sitehdr.spc_bck{background-color: white;}*/
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Header */
.sitehdr {position: relative;}
.sitehdr .top{
	display: flex;
	justify-content: space-between;
}
.sitehdr .top .cartIcon{cursor: pointer;width: 340px;}
.sitehdr .top .cartIcon img{}
.sitehdr .top .cartIcon .itemsNo{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Dosis',sans-serif;
}
.sitehdr .top h1{
	padding: 0;
	width: 200px;
	align-self: center;
	margin: 0;
}
.sitehdr .top .left{text-align: left;align-self: center;width: 340px;}
.sitehdr .top .left a{
    margin-right: 16px;
}
.sitehdr .top .left a img{}
.sitehdr .mainnav{
    border-bottom: 1px solid #d1d1d1;
    margin-top: 20px;
    font-size: 18px;
}
body.hasFrame .sitehdr .mainnav{
	border-bottom: 1px solid transparent;
}
.sitehdr .mainnav ul{
	position: relative;
	display: flex;
	justify-content: center;
}
.sitehdr .mainnav li.navTopItem{
    padding-bottom: 5px;
    display: block;
    margin: 0 15px;
}
.sitehdr .mainnav li .subNavWrap{
    z-index: 550;
    color: white;
    width: 100%;
    top: 34px;
    right: 0;
    position: absolute;
    background-color: black;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 100ms ease-out,opacity 100ms ease-out;
    transition: max-height 100ms ease-out,opacity 100ms ease-out;
    display: flex;
    justify-content: center;
}
.sitehdr .mainnav li:hover .subNavWrap{
	max-height: 220px;
	opacity: 1;
}
.sitehdr .mainnav li{

}
.sitehdr .mainnav li .subNavWrap .subNavWrapItem{
	width: 50%;
	text-align: left;
	margin: 20px 0;
}
.sitehdr .mainnav li .subNavWrap .subNavWrapItem.noImg {
    border-left: 2px solid white;
    margin-left: 50%;
}
.sitehdr .mainnav li .subNavWrap  .subNavImage{
	position: relative;
	width:50%;
	margin:20px 0;
	/* border-right:1px solid white; */
}
.sitehdr .mainnav li .subNavWrap .subNavWrapItem a.subNavItem{
	border-bottom: none;
	display: block;
	margin-left:20px;
	font-size: 16px;
}
.sitehdr .mainnav li .subNavWrap .subNavWrapItem a.subNavItem:hover{
	text-decoration: underline;
}
.sitehdr .mainnav li.navTopItem a,.sitehdr .mainnav li.navTopItem span{
	border-bottom: 1px solid transparent;
	display: block;
	padding-bottom: 8px;
}
.sitehdr .mainnav li.navTopItem:hover a {
	border-bottom:1px solid #333;
}

.sitehdr .mainnav .subNavWrap .subNavItem{}
.sitehdr .mainnav .subNavImg{
	top: 50%;
	position: absolute;
	padding-right: 20px;
	border-right: 1px solid white;
	margin-right: 0px;
	margin-top: -70px;
}

/* fron page HP */
.hp_slider {position: relative}
.hp_slider .hp_slider_nav{cursor: pointer;margin-top: -35px;position: absolute;top: 50%; z-index: 100;}
.hp_slider .hp_slider_nav_next{
    left: 45px;
}
.hp_slider .hp_slider_nav_prev{
    right: 45px;
}
.hp_slider .hp_slider_lead_btn{
	z-index: 100;
	margin-right: -118px;
	right:50%;
	top: 80%;
	position: absolute;
	color: white;
	padding:20px 70px;
	border:1px solid white;
	font-size: 20px;
	cursor: pointer;
}
.hp_slider .hp_slider_lead_btn.dark{
	color:#333;
	border:1px solid #333;
}
.hp_slider .hp_slider_lead_btn:hover {
	color:#333;
	background-color:white;
}
.hp_slider .film_cutter{
    max-height: 60vh;
    width: 100%;
    overflow: hidden;
	cursor: pointer;
}
.hp_slider .film_cutter .film{
	opacity:0;
    position: relative;
	right: 0;
	-webkit-transition: right 200ms ease-out,opacity 100ms ease-out;
	transition: right 200ms ease-out,opacity 100ms ease-out;
}
.hp_slider .film_cutter .film li{
    position: relative;
    display: inline-block;
}
.hp_slider .film_cutter .film li img, .hp_slider .film_cutter .film li video{
    width: 100%;
}
.hp_slider .film_cutter .film li .text {
	font-weight:400;
	text-align: center;
	color:white;
	font-size: 28px;
	margin-top:-19px;
	position:absolute;
	z-index: 1;
	top:50%;
	width:100%;
}
.hp_slider .film_cutter .film li .text.dark {color:#333;}

.headimg_wrpapper{top:0; right:0; width:100%; }
.spacer {    height: 100vh;    position: relative;    z-index: -1;}
.headimg_wrpapper{    background: #fff;    height: 100vh;    right: 0;    position: fixed;    top: 0;    width: 100%;    z-index: -1;

	-webkit-transition: background 1.5s .25s;
	transition: background 1.5s .25s;
}
.headimg_wrpapper.loaded{
}
.headimg_outer{width:100%;  height: 100vh;
	padding:85px 25px 25px 25px;}
.headimg_abs,.headimg_absout{height:100%;}
.headimg_absout{
	opacity:0;
	-webkit-transition: transform 1s,opacity 4s;
	transition: transform 1s,opacity 4s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.loaded  .headimg_absout{
	opacity:1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);

}
.headimg_outer,.headimg_outer *{
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.headimg_outer img{width:100%;}

.hp_feat_col {/* overflow: hidden; */position:relative;width: 1240px;/* height: 410px; */margin-bottom:30px;}
.hp_feat_col .arrow{position:absolute; top:176px; left:20px;}
.hp_feat_col .bckimg{/* position:absolute; */top:0;right:0;}
.hp_feat_col .text_hold{text-align: center;position:absolute;height: 410px;width: 300px;background-color:rgba(255,255,255,0.8);top:0;left:130px;padding: 37px 50px 0 50px;box-sizing:border-box;height: 100%;}
.hp_feat_col .text_hold h5{font-size:17px;font-weight: 300;padding-bottom:0px;margin-bottom:0px;margin-top:0;direction: ltr;}
.hp_feat_col .text_hold h4{font-size:36px; font-weight: 300; border-bottom:#333 1px solid; padding-bottom:20px; margin-bottom:50px; margin-top:30px; direction: ltr;}
.hp_feat_col .text_hold a{display: block; border:#333 solid 1px; padding:15px 0; font-weight: 700; font-size:16px;}
.hp_feat_col .text_hold a:hover{background-color:#333; color: white;}

.hp_new_arrivals.related.products {margin-top:40px}
.hp_new_arrivals.related.products h2{font-size: 28px;}
.hp_new_arrivals.related.products .products{display:flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.hp_new_arrivals.related.products ul.products li {margin-bottom: 30px;}

.hp_new_arrivals.related.products.prodscnt5{}

.hp_new_arrivals.related.products.prodscnt6 ul.products{
	justify-content: space-around;
}

.hp_new_arrivals.related.products ul.products li:nth-child(2){
	margin:0px 50px 30px 50px;
}
.hp_new_arrivals.related.products ul.products li:nth-child(4){
	margin-left:25px;
}
.hp_new_arrivals.related.products ul.products li:nth-child(5){
	margin-right:25px;
}

.hp_new_arrivals.related.products.prodscnt6 ul.products li{
	margin:0px 0px 60px 0px;
}
ul.products li:hover a .name{
	text-decoration: underline;
}

.hp_new_arrivals.related.products ul.products li .imgwrap {
	position: relative;
}
/*.hp_new_arrivals.related.products ul.products*/ li:hover .directAddToBasket {
	opacity:1;
}
/*.hp_new_arrivals.related.products ul.products*/ li .directAddToBasket {
	position: absolute;
	width:100%;
	padding:13px 90px;
	box-sizing: border-box;
	font-size:19px;
	background-color: rgba(0,0,0,0.5);
	bottom:0;
	color: white;
	display: flex;
	justify-content: space-around;
	opacity:0;
	z-index:500;
}
/*.hp_new_arrivals.related.products ul.products*/ li .directAddToBasket .quickBasketLink {
	display: none;
	padding:3px 10px;
}
/*.hp_new_arrivals.related.products ul.products*/ li .directAddToBasket .directAddToBasketBuyText {
	display: block;
	padding:3px 10px;
}
												  .imgswrap {position: relative;}
/*.hp_new_arrivals.related.products ul.products*/ li .directAddToBasket.multOpts:hover .directAddToBasketBuyText{display:none;}
/*.hp_new_arrivals.related.products ul.products*/ li .directAddToBasket:hover .quickBasketLink{display:block;}
/*.hp_new_arrivals.related.products ul.products*/ li .directAddToBasket:hover .quickBasketLink:hover{
	background-color:rgba(256,256,256,0.7);
}

/*  minicart */
.minicart {
	position: absolute;
	top: 116px;
	right:0;
	background-color: white;
	padding:0 0;
	z-index: 300;
	/* border: 1px solid #e2e2e2; */
	max-height:0;
	overflow: hidden;
	-webkit-transition: max-height 100ms ease-out,opacity 100ms ease-out,padding 100ms ease-out;
	transition:  max-height 100ms ease-out,opacity 100ms ease-out,padding 100ms ease-out;
}

.stamis2{}

.minicart.open {border: 1px solid #e2e2e2;max-height: 800px;padding:10px 0;}
.minicart ul.product_list_widget  {overflow: auto; height:320px;}
.minicart .cart_list li{ padding: 10px 10px; border-bottom: 1px solid #e2e2e2}
.minicart .cart_list li a {display:block; float:right;}
.minicart .cart_list li .left {display:block;float:left;padding-right: 5px;min-width: 173px;}
.minicart .cart_list li .left span {display: block;}
.minicart .cart_list li .left span.name {margin-top:20px;}
.minicart .cart_list li .left span.amount {margin-top:5px;}
.minicart .cart_list li .left span.price span {display: inline-block;}
.minicart .cart_list li .left span.price span.woocommerce-Price-currencySymbol {
	/*float:left;*/
}
.minicart .cart_list li .left span.price {margin-top:20px;}
.minicart .cart_list li .left a.remove {
    position: relative;
    font-size: 0.9em;
    float: left;
    top: -17px;
}
.minicart .cart_list li .left a.remove img{
    width: 8px;
}



.minicart .button {min-width:278px; border:1px solid #333; display: block;background-color:#333; color:white; padding:15px 0; box-sizing: border-box; font-weight: 700; text-align:center; font-size:14px; margin:10px;}
.minicart .button:hover {background-color:white; color:#333;}

	/* category and tag pages */
.cattop_wrap.hasImg {width: 100%;position: relative;max-height: 85vh;overflow: hidden;}
.cattop_wrap.hasImg img {opacity: 0;width: 100%;position: relative;}
.cattop_wrap h1{width: 100%;text-align: center;font-size: 30px;font-weight: 300;}
.cattop_wrap.hasImg.dark h1{color:black;}

.cattop_wrap.hasImg h1{position: absolute;width: 100%;text-align: center;color: white;bottom: 24px;left:0;
text-decoration: underline;
}

.catarch ul.products {display: flex; flex-wrap: wrap;     margin-right: 68px;  width: 1104px; }
.catarch ul.products li:nth-child(3n-1) {margin: 0 40px 0 41px;}
.catarch ul.products li{width:341px; margin-bottom:50px; position: relative;}

.catarch.tag{width:1240px; overflow: hidden;}

.swid.swidrel {position: relative;}
.sml_cat_h1 {font-size: 16px;position: absolute;top: 7px;left:0;font-weight: 400;}

.catarch ul.products li .secimg {position: absolute; top:0; right:0; opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	z-index: 250;
	transition: opacity 200ms ease-out;
}
.catarch ul.products li:hover .secimg {opacity: 1;}

.catarch ul.products li .preview_tag.soldout,
 ul.products li .preview_tag.soldout.newbadge,
.af_product .currentImg .preview_tag.soldout
{
	z-index: 500;
	position: absolute;
	color: white;
	background-color: black;
	padding: 12px 24px;
	left: 0px;
	top: 51px;
}


.catarch ul.products li img{width:100%;}
.catarch ul.products li .name{display: block;text-align: center;font-size: 18px;margin: 15px 0 2px 0;}
.catarch ul.products li .price{display: block;  text-align: center;  font-size: 18px;}
.catarch ul.products li .price ins {text-decoration: none;}
.catarch ul.products li .price del {position: relative; color:#aaa; color:#000; text-decoration: none;}
.catarch ul.products li .price del:after{
    position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #aaa;
 
  -webkit-transform:rotate(-28deg);
  -moz-transform:rotate(-28deg);
  -ms-transform:rotate(-28deg);
  -o-transform:rotate(-28deg);
  transform:rotate(-28deg);
}
.catarch.tag h3.ttl1{ width:600px; display:block; text-align: center; font-weight:400; font-size:22px; margin:10px auto 10px auto;}
.catarch.tag .dyn_cont.ttl1{ width:600px; text-align: center;  margin:10px auto 10px auto;}
.catarch.tag ul.products li.big{width:680px; margin-bottom:50px;}
.catarch.tag ul.products li.big .dyn_cont{width:65%; margin:20px auto 0 auto; text-align: center; line-height:26px;}
.catarch.tag .tag_top{
    margin-top: 50px;
}
.catarch.tag .tag_top .tag_top_left{
    margin-left: 68px;
    float: left;
    width: 341px;
}
.catarch.tag .tag_top .tag_top_left ul{
    display: block;
}
.catarch.tag .tag_top .tag_top_left ul li{
    margin: 0 0 20px 0;
}
.catarch.tag .tag_top .big{width:680px;float:right;margin-right: 68px;}
.catarch.tag .tag_top .big .dyn_cont {margin: 32px auto 0 auto;width:65%;text-align: center;}
.catarch.tag .tag_rest {
    margin-right: 68px;
    width: 1104px;
}

/* footer */
.footer p {
	margin:0 0 10px 0;

}

.footer .lower {margin-top: 20px;
	border-top: 1px solid #333;}
.footer .lower .ccards{float:right;}
.footer .lower .ccards span{}
.footer .lower .ccards img{position: relative;
	top: 14px;
	left: -10px;}
.footer .lower .credit{float:left; margin-top: 20px;}
.footer .lower .credit img{margin-right: 10px;}

.footer {
    margin-bottom: 40px;
    font-size: 15px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.footer .inner {display: flex;}
.footer .col1{margin-left: 32px;width: 150px;}
.footer .col1 img {/* z-index: 600; */width:150px;height: 150px;/* position: relative; *//* right: -61px; */}
.footer .col2{margin-left: -18px;width: 472px;}
.footer .col2 img {margin-left:8px}
.footer .col2 .form{margin-bottom: 20px;margin-top: 12px;/* left: 0; *//* top: 0; */position: relative;background-color: white;width: 300px;border: 1px solid black;}
.footer .col2 .form input{font-size: 16px;border: none;box-sizing: content-box;padding: 8px;width: 206px; outline:none;}
.footer .col2 .form button{font-weight: 700;cursor: pointer;top: 0;width: 88px;-webkit-appearance: none;outline: none;border: 0;box-shadow: none;background-color: #333;color: white;padding: 8px;margin: 0;position: absolute;height: 100%;left: 0;}
.footer .col2 .social {
    font-size: 20px;
}
.footer .col2 .social .fa{
    margin-left: 10px;
}
.footer .col3{padding-top: 4px;width: 191px;margin-left:20px;}
.footer .col4{padding-top: 4px;width: 120px;margin-left:20px;}
.footer .col5{width: 190px;}
.footer .col6 {
    width: 90px;
    float: left;
}
.footer .col6 img{
    width: 108px;
}
.footer hr {
	border: none;
	outline: none;
	border-bottom:1px solid #333;
	width:80%;
	margin:8px 0 8px 0;
}

/** shop pages */
.page.shop {width:758px; margin-top:80px;}
.page.shop section.shops {
	width:466px;
	display: flex;
	float:right;
}
.page.shop section .shop{
	width:213px;
	padding-left:20px;
}
.page.shop section .shop.other {opacity:0.6; cursor: pointer;}

.page.shop .shop .shop_title {font-size:17px; text-decoration: underline; font-weight:400; margin:0 0 10px 0;}
.page.shop .shop.other .shop_title {text-decoration: none;}
.page.shop .shop .dyn_cont { font-size:17px; line-height:20px;}
.page.shop .shop .dyn_cont p{margin:0 0 10px 0; font-size:17px; line-height:20px;}

.page.shop .map {
	width: 245px;
	float:left;
	position: relative;
}
.page.shop .map img {width: 100%;/* opacity: 0.5; */}
.page.shop .map a { position: absolute; left:0; display: block;  border:1px solid #333; width:127px; box-sizing: border-box; padding:14px 10px; font-weight:700;
	line-height:20px;}
.page.shop .map a .fa{ margin-left:12px; font-size: 18px; }
.page.shop .map a.call { color:#000;   bottom:80px;}
.page.shop .map a.call:hover { background-color: #fff; }
.page.shop .map a.mapdir {background-color:#000; color:white; bottom:20px; }
.page.shop .map a.mapdir:hover {background-color:#fff; color:#000;}

.page.shop .shopimg{margin-top:30px;margin-bottom:40px;width: 758px;overflow: hidden;position: relative;}
.page.shop .shopimg .film {width:10000px; position: relative; right:0;
	-webkit-transition: right 200ms ease-out;
	transition: right 200ms ease-out;
}
.page.shop .shopimg img{display: block; float:right;}

.page.shop .shopimg .shopslider {width:40px; z-index: 100;position: absolute;top: 39%;color:white;font-size: 64px;padding:20px;cursor: pointer;}
.page.shop .shopimg .shopslider.left{left:0;}
.page.shop .shopimg .shopslider.right{right:0;}

	/* checkout */
.wc-terms-and-conditions{
    text-align: right!important;
    width: 220px;
    clear: both;
}
.wc-terms-and-conditions input{
    margin-right: 0!important;
    margin-left: 10px!important;
}
.wc-terms-and-conditions label{}
.wc-terms-and-conditions label a{}

#customer_details .col-1{float:right;}
#customer_details .col-2{ float:left;}
.woocommerce-checkout #payment{}
.woocommerce-checkout #payment{}
.woocommerce-checkout #payment ul.payment_methods{}
.woocommerce-checkout #payment div.form-row {}
.woocommerce #payment #place_order{
    width: 222px;
    clear: both;
}
.page .woocommerce-checkout #payment {background-color:transparent;}
.page .woocommerce-checkout #payment  input#place_order.button.alt {
	float:left;
	background-color:#333;
	border-radius: 0;
	font-size:18px;
	padding:15px 45px;
	border:1px solid black;
}
.wc_payment_method.payment_method_rsvp_tranz,
.wc_payment_method.payment_method_paypal
{opacity: 0;}
.page .woocommerce-checkout #payment  input#place_order.button.alt:hover {
	background-color: white;
	color:#000;
}
.page .woocommerce form .form-row .required {text-decoration: none; font-size: 0.8em;}
.page .woocommerce form  input,.page .woocommerce form  textarea{
	padding:7px 7px;
	outline: none;
	border:1px solid #000;
}

.searchform{
    width: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: 0px;
}

.searchform.open{height: 20px;width: 200px;}
.searchform input{
    width: 130px;
    left: 64px;
    height: 14px;
    position: absolute;
    top: 0px;
}
.searchform button{
    font-size: 14px;
    top: 0;
    position: absolute;
    color: white;
    background-color: black;
    outline: none;
    border: none;
    height: 24px;
    width: 59px;
    left: 0;
}

/** Alef prducusts */
.af_product {margin-bottom: 115px;display: flex;}
.af_product .images{display:flex}
.af_product .images .thumbnails{width: 111px;margin-right:103px;}
.af_product .images .thumbnails .prod_img{
	opacity:0.7;
	padding-bottom: 6px;
	margin-bottom: 9px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.af_product .images .thumbnails .prod_img:nth-child(2) {
	/* margin-bottom: 20px; */
}
.af_product .images .thumbnails .prod_img .prod_img_img{width:100%;}
.af_product .images .thumbnails .prod_img.current,.af_product .images .thumbnails .prod_img:hover{ opacity: 1; border-bottom: 1px solid #333;}

.af_product .images .thumbnails .prod_img.current .prod_img_img{}

.af_product .images .currentImg{width: 489px;margin-right: 57px;position: relative;}
.af_product .images .currentImg .magnifier{pointer-events: none;position: absolute;right: 20px;top: 591px;/* z-index: 200; */}
.af_product .images .currentImg .head_prod_img_img{
    width: 100%;
}

.af_product .af_product_leftcol{
	width:320px;
	margin-right:67px;
}

.af_product .af_product_leftcol h1.product_title{
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.af_product .af_product_leftcol .price{
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	margin: 5px 0 25px 0;
}
.af_product .af_product_leftcol .price del{
	margin-left: 10px;
	color:#a4a3a3;
}
.af_product .af_product_leftcol .price ins{
	text-decoration: none;
}
.af_product_leftcol .support {border-top:1px solid #d1d1d1; padding-top:20px;}
.af_product_leftcol .support h6 {font-size: 22px; font-weight:300; margin:0 0 16px 0;}
.af_product_leftcol .support a{display: block;margin-bottom:8px;}
.af_product_leftcol .support a .fa{margin-left:10px;}
.af_product_leftcol .support a.email {font-weight:700;}

.af_product .prod_text{
	font-size: 15px;
	line-height: 26px;
}
.af_product .prod_text h2,.af_product .prod_text h3{
	font-weight:700;
	font-size: 20px;
	margin:0 0 6px 0;
}

.af_product .prod_text p {margin-top:6px;}
.af_product .value.al_color ul.optsAsImgs,.af_product .value.al_size ul.optsAsImgs{
    /* background-color: red; */
    flex-wrap: wrap;
    /* align-content: flex-end; */
    margin: auto;
    width: 200px;
    display: flex;
	justify-content: space-around;
}

.af_product .value.al_color ul.optsAsImgs[data-items="2"]{justify-content: center;}


.af_product .reset_variations {
	display: none!important;
}
.af_product .value.al_color select,.af_product .value.al_size select {
	display: none;
}
.af_product .value.al_color ul.optsAsImgs li.al_available, .af_product .value.al_size ul.optsAsImgs li.al_available{
	opacity:1;
	cursor: pointer;
}

.af_product .value.al_size ul.optsAsImgs li.al_available.notInStock{
	opacity:0.5;
}
.af_product .value.al_color {
	margin-bottom:20px;
}
.woocommerce-variation-availability .stock.out-of-stock{color:red;}
.af_product .quantity input[name="quantity"] {display: none;}

.af_product button.single_add_to_cart_button{
	border:none;
	outline: none;
	-webkit-appearance: none;
	background-color:#333;
	color: white;
	display: block;
	width: 100%;
	padding:21px 0;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top:20px;
	border:1px solid black;
	cursor: pointer;
	font-size:16px;
	letter-spacing:1px;
}

.af_product button.single_add_to_cart_button:hover {
	color:black;
	background-color:white;
	border:1px solid black;
}

.af_product .variations .label label {
	font-size: 20px;
	text-align: center;
	display: block;
}

.af_product .value.al_size ul.optsAsImgsTxt{
	justify-content: center;
	text-align: center;
}
.af_product .value.al_size ul.optsAsImgsTxt li{
	font-size:22px;
}

.af_product .value.al_color ul.optsAsImgs li,.af_product .value.al_size ul.optsAsImgs li{
    cursor: default;
	opacity: 0.7;
	text-align: center;
    display: block;
    padding: 11px 5px 3px 5px;
    width: 50px;
	box-sizing: border-box;
    margin: 3px 0px 7px 0px;
    border-bottom: 1px solid transparent;
}

.af_product .value.al_color ul.optsAsImgs li{
	opacity: 1;
}

.af_product .value.al_color ul.optsAsImgs li img{
	max-width: 45px;
}

.af_product .value.al_size ul.optsAsImgs li.optchars5{
	width:57px;
}
.af_product .value.al_size ul.optsAsImgs li.optchars6{
	width:61px;
}
.af_product .value.al_color ul.optsAsImgs li.chosen,.af_product .value.al_size ul.optsAsImgs li.chosen{
	border-bottom: 1px solid #333;
}

.related.products {margin-bottom: 43px;}
.related.products h2{font-weight: 400; font-size:17px; text-align: center;}
.related.products img{margin: auto; display: block;}
.related.products ul{ display: flex; justify-content: center; margin-top:30px;

}
.related.products ul li{width:341px; margin:0 10px;}
.related.products ul li img{width:100%;}
.related.products ul li .name{display: block; text-align: center; font-size: 18px; margin:15px 0 2px 0; }
.related.products ul li .price{display: block;text-align: center;font-size: 18px;text-decoration: none;}
.related.products ul li .price del {position: relative; color:#aaa; color:#000; text-decoration: none;}
.related.products ul li .price del:after{
    position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #aaa;
 
  -webkit-transform:rotate(-28deg);
  -moz-transform:rotate(-28deg);
  -ms-transform:rotate(-28deg);
  -o-transform:rotate(-28deg);
  transform:rotate(-28deg);
}
.related.products ul li .price ins{text-decoration:none;}
.related.products ul li .secimg {position: absolute; top:0; right:0; opacity: 0;
	z-index: 250;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}
.related.products ul li:hover .secimg {opacity: 1;}
.related.products ul li {position: relative;}


.dyn_cont{
	font-size: 16px;
	font-weight:400;
	line-height: 22px;
}
.dyn_cont h3 {font-weight:400; font-size:17px;}


.dyn_cont ol{
    list-style-type: decimal;
    margin-right: 0;
    padding-right: 12px;    
}
.dyn_cont ol li{
    list-style-type: decimal;
}

/* page type1 */
.page.type1{width: 980px;margin-top:30px;}
.page.type1 h1.page_title{font-size: 22px; font-weight: 400;}
.page.type1 .cols_hold{margin-top:40px; }
.page.type1 .cols_hold .col{width:426px;}
.page.type1 .cols_hold .col.left{float:left;}
.page.type1 .cols_hold .col.right{ float:right;}

/* frame */
.frameElement{position: fixed; z-index: 500;}
.frameElementVert {width:20px; top:0; height:100%;}
.frameElementHoriz {height:20px; left:0; width:100%;}
.frameElementLeft{left:0;}
.frameElementRight{right:0;}
.frameElementTop {top:0;}
.frameElementBottom{bottom:0;}

/* pager */
.woocommerce-pagination{
    margin-bottom: 50px;
    font-size: 20px;
}
.woocommerce-pagination ul.page-numbers span,.woocommerce-pagination ul.page-numbers a{

display: block;

padding: 10px;
}
.woocommerce-pagination ul.page-numbers{
    display: flex;
    justify-content: center;
}
.woocommerce-pagination .page-numbers li{
    padding: 10px;
}
.woocommerce-pagination .page-numbers li a:hover{}
.woocommerce-pagination .page-numbers li a:hover,.woocommerce-pagination .page-numbers li span{
    border-bottom: 1px solid #aaa;
}
 
/* lightboxes */
.lb_wrap {
    z-index: 700;
    border: 1px solid #aaa;
    right: 50%;
    top: 120px;
    width: 760px;
    position: fixed;
    background-color: white;
    margin-right: -380px;
    box-sizing: border-box;
    padding: 50px 0 50px 0;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
.lb_wrap.open {
	display: block;
	opacity: 1;
}
.lb_wrap .wrap{
    margin-bottom: 30px;
}
.lb_wrap .ttl{
    font-size: 25px;
    margin-right: 150px;
    margin-bottom: 20px;
}
.lb_wrap .right{
    float: right;
    width: 210px;
    margin-right: 150px;
}
.lb_wrap .right input{
    border: none;
    width: 100%;
    outline: none;
    margin-bottom: 17px;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    padding: 15px 0 5px 0;
}

.lb_wrap .right input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: black;
}
.lb_wrap .right input::-moz-placeholder { /* Firefox 19+ */
	color: black;
}
.lb_wrap .right input:-ms-input-placeholder { /* IE 10+ */
	color: black;
}
.lb_wrap .left{
    margin-left: 150px;
    width: 210px;
    float: left;
}
.lb_wrap .left textarea{
    height: 102px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    resize: none;
}
.lb_wrap .left label{
    margin-bottom: 12px;
    display: block;
}
.lb_wrap .left button{
    -webkit-appearance: none;
    border: 1px solid black;
    background-color: black;
    color: white;
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 17px 0;
}
.lb_wrap .close{
    cursor: pointer;
    font-size: 25px;
    float: left;
    margin-left: 61px;
}
.lb_wrap .close img {
    margin-right: 6px;
}

.lb_wrap.nl {width: 710px; padding: 0; /* display: block; *//* opacity: 1; */}
.lb_wrap.nl .emailConst{
	margin-bottom: 14px;
	height: 42px;
	border: 1px solid black;
}
.lb_wrap.nl .emailConst input{    border: none;
	padding: 10px 11px;
	width: 191px;
	outline: none;}
.lb_wrap.nl .emailConst label{

}
.lb_wrap.nl input.terms{
    margin-left: 4px;
}
.nlLBOpener {cursor: pointer;}
.lb_wrap.nl label.terms{}
.lb_wrap.nl label.terms img{
    width: 59px;
}
.lb_wrap.nl .emailConst button{
	height: 42px;
	cursor: pointer;
	border:none;
	float: left;
	display: inline-block;
	width: 106px;
	padding: 11px;
}
.lb_wrap.nl .emailConst button:hover{
	background-color: white;
color: black;
}
.lb_wrap.nl.open {
}
.lb_wrap.nl .wrap{
    margin-bottom:0;
}
.lb_wrap.nl .wrap img{display: block;}
.lb_wrap.nl .ttl{margin-right: 0;    font-size: 22px;}
.lb_wrap.nl .right{margin-right: 0px;width: 354px;}
.lb_wrap.nl .right input{
}
.lb_wrap.nl .right img{width:100%;}
.lb_wrap.nl .left{margin-left: 20px; padding-top:110px; width: 310px;}
.lb_wrap.nl .left textarea{
}
.lb_wrap.nl .left label{line-height: 25px;display: inline;}
.lb_wrap.nl .left button{
}
.lb_wrap.nl .close{
        top: 25px;
}
.lb_wrap.nl .close img {width: 0.8rem;}


/* giftcardpage */
.giftcardpage {
    width: 1240px;
}
.giftcardpage .gc_qs{
    font-size: 15px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
}
.giftcardpage .gc_qs .hcp{
    line-height: 18px;
    font-size: 13px;
    margin-top: 10px;
}
.giftcardpage .gc_qs .ktmt{
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.giftcardpage .left .gc_qs h3{
    font-size: 19px;
    text-align: right;
    margin-bottom: 10px;
}
.giftcardpage .gc_qs .phone{
    margin-bottom: 5px;
}
.giftcardpage .gc_qs .phone .fa{
    margin-left: 10px;
}
.giftcardpage .gc_qs .email{}
.giftcardpage .gc_qs .email .fa{
    margin-left: 10px;
}
.giftcardpage .right{
    float: right;
    width: 800px;
}
.giftcardpage .right .timg{}
.giftcardpage .left{
    margin-left: 60px;
    width: 320px;
    float: left;
}
.giftcardpage .left .amout_sel{
    margin-top: 30px;
    text-align: center;
}
.giftcardpage .left .amout_sel select{
    margin-right: 11px;
}
.giftcardpage .left .amout_sel span{
    font-size: 22px;
}
.giftcardpage .left h3{
    margin: 0;
    font-weight: 400;
    text-align: center;
}
.giftcardpage .left h3.nd{margin-bottom: 28px;margin-top: 6px;}
.giftcardpage .left h1{
    margin-top: 13px;
    font-weight: 400;
    text-align: center;
    unicode-bidi: plaintext;
}
.giftcardpage .left h1 img{
    width: 82px;
}
.giftcardpage .gcard_data{
    margin-top: 22px;
}
.giftcardpage .gcard_data input{
    margin-bottom: 20px;
    outline: none;
    border: none;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 12px;
}
.giftcardpage .gcard_data textarea{
	height: 121px;
	margin-bottom: 20px;
	outline: none;
	border: none;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px 12px;
	resize: none;
}
.giftcardpage .addtocart_area{
    margin-top: 37px;
    padding-top: 41px;
    border-top: 1px solid #ccc;
}
.giftcardpage .addtocart_area .gc_price{
    font-weight: 700;
}
.giftcardpage .addtocart_area .gc_price .gc_price_left{
    float: left;
}
.giftcardpage .addtocart_area .gc_price .gc_price_right{}
.giftcardpage .addtocart_area .woAddToCart{
    border: none;
    -webkit-appearance: none;
    margin-top: 10px;
    padding: 20px 0;
    font-weight: 700;
    background-color: black;
    color: white;
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.giftcardpage .addtocart_area .gc_price .left{}
.giftcardpage .addtocart_area .gc_price .right{}

/* page about */
.about_type{padding-bottom: 100px;padding-top: 70px;background-color: #000;color: #ebebeb;}
.about_type .col{width:320px; float:right;}
.about_type .col.right{margin-left:70px;}

@media (max-width: 1241px) {
	.about_type .col.right {
		margin-left: 50px;
		margin-right: 20px;
	}
}

.about_type .col.right img.top{margin-bottom:20px;}
.about_type .col.right {}
.about_type .col.left{margin-left: 138px;margin-top: 59px;float:left;}
.about_type .col.center{}
.about_type .col.center .page_title{margin-top:0;font-weight:400;margin-bottom: -6px;}
.about_type .col.center .page_title span:nth-child(1){display: block; font-size:24px; margin-bottom:2px;}
.about_type .col.center .page_title .logotext{width:200px;}
.about_type .col.center .page_title span:nth-child(2) img {width:68px; margin-right: 3px;}
.about_type .dyn_cont{}

/* cart page */
.page.cart{}
.page.cart h1{font-weight:400;}
.page.cart h1 img{margin-left:10px;}
.page.cart h1 img{margin-left:10px;}
.page.cart .woocommerce form:not(.exfomr){margin-right: 56px;width:734px;float:right;}
.page.cart .woocommerce .cart-collaterals{margin-left: 85px;width:320px;float:left;}

.page.cart .woocommerce table.shop_table{border-collapse: separate;border:none; text-align: right;}

.page.cart .woocommerce table.shop_table th{font-size:17px; font-weight:400; text-align: right;  border-bottom: 1px solid #e2e2e2;}
.page.cart .woocommerce table.shop_table td{
	position: relative;
	border:none;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
	padding: 20px 12px 6px 12px;
}

.page.cart .alQuntChangeCont {font-size: 1.4em;
	cursor: pointer;
	line-height: 1em;
}
.page.cart .alQuntChange.amount {
	font-size: 1.2em;
	margin: 0 0.3em;
}
.quantity-ctrl {
	position: relative;
	top: -4px;
}

.page.cart .woocommerce table.shop_table td.actions {overflow: hidden; opacity:0; height: 0; width:0;}
.page.cart .woocommerce table.shop_table td.product-quantity input{display: none;}
.page.cart .woocommerce table.shop_table td.product-quantity select{width:80px;}
.page.cart .woocommerce table.shop_table td.product-thumbnail{width: 88px; padding: 14px 12px 6px 12px;}
.page.cart .woocommerce table.shop_table tr{}
.page.cart .woocommerce a.remove {
	vertical-align: bottom;
	font-size:13px;
	font-weight:400;
	color:#333!important;
	display: block;
	width:100%;
	text-align:right;

	border-radius: 0;
	border-top:1px solid #e2e2e2;
	padding-top:5px;

	max-width: 80px;
	margin-bottom:20px;
}
.page.cart .woocommerce a.remove:hover{
	color: red!important;
	background-color:transparent;
}
.page.cart .woocommerce .cart-collaterals .cart_totals{
	width:100%;
	float:none;
}

.page.cart .woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 17px;
	font-weight: 400;
	text-align: right;
	border-bottom: 1px solid #e2e2e2;
	margin-top:10px;
	padding-bottom: 8px;
}


.page.cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal , .page.cart .woocommerce .cart-collaterals .acloatwrap {
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:16px;
	margin-top:16px;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal div, .page.cart .woocommerce .cart-collaterals .acloatitem {
	display: inline-block;
}
.page.cart .woocommerce .cart-collaterals .acloatitem .couponremove{display:block; font-size:0.9em; text-decoration: underline; margin-top:4px; font-weight:700;}
.page.cart .woocommerce .cart-collaterals .acloatitem.coupondet{}
.page.cart .woocommerce .cart-collaterals .acloatitem.coupondet span{
	direction: ltr;
	text-align: left;
	unicode-bidi: bidi-override;
}
.page.cart .woocommerce .cart-collaterals .acloatitem.coupondet span.woocommerce-Price-currencySymbol{float:left;}
.page.cart .woocommerce .cart-collaterals .acloatitem.coupondet a{display:block;}

.page.cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal div[data-title="Subtotal"] {

}
.page.cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal div[data-title="Subtotal"] span {

}
.page.cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal div[data-title="Subtotal"] span span {

}

.page.cart .woocommerce .cart-collaterals .cart_totals .shipping{
    margin-top: 25px;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping div{
    /* width: 300px; */
    /* float: left; */
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping[data-title="Shipping"]{}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method{
    list-style: none;
    margin-top: 11px;
    float: left;
    width: 300px;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method .accocloser{
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 0;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li{
    position: relative;
    /* overflow-x: hidden; */
    list-style: none;
}

.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li.closed {

}

.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li .kwrap {
    max-height: 300px;
    overflow: hidden;
	-webkit-transition: max-height 200ms ease-out;
	transition: max-height 200ms ease-out;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li.closed .kwrap {
    max-height: 0;
}

.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li input{}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li label{
    line-height: 20px;
    font-weight: 700;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li label p{
    margin: 5px 0  5px 0;
    text-indent: 0;
    font-weight: 400;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li label p.light{
    color: #999;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li label span{
    display: none;
}
.page.cart .woocommerce .cart-collaterals .cart_totals .shipping ul#shipping_method li label select {width: 100%; padding:4px 10px; font-weight:400}
.page.cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator {display: none;}

.page.cart .woocommerce .cart-collaterals .coupon {clear: both;float:none; margin-top:30px;	margin-bottom:30px; border:1px solid #333;}
.page.cart .woocommerce .cart-collaterals .coupon input{border:none;outline:none;padding:10px 20px;}
.page.cart .woocommerce .cart-collaterals .coupon button{-webkit-appearance: none; border:none; outline:none; color:white; background-color:#333; padding:10px 30px; cursor:pointer; float:left; font-weight: 700;}
.page.cart .woocommerce .cart-collaterals .coupon button:hover{color:#333; background-color:white;}
.page.cart .woocommerce .cart-collaterals .sep{border-top:1px solid #e2e2e2; margin-top:25px;}

.page.cart .woocommerce .cart-collaterals .order-total{font-weight: 700; font-size:17px;}
.page.cart .woocommerce .cart-collaterals .order-total div{display: inline-block;}
.page.cart .woocommerce .cart-collaterals .order-total div[data-title="Total"]{float:left;}
.page.cart .woocommerce .cart-collaterals .wc-proceed-to-checkout{margin-top:15px;}
.page.cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a{display:block;background-color:#333;text-align: center;margin-bottom:100px;padding:20px 0;border:1px solid #333;font-size: 18px;}
.page.cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover{ color:#333; background-color:white; border:1px solid #333;}



.instwrap {margin-bottom: 60px;}
.instwrap .right {
    float: right;
    width: 739px;
}
.instwrap .left {
    float: left;
    width: 486px;
}
.instwrap .left .img{
    width: 486px;
    height: 486px;
}
.instwrap .img {
    overflow: hidden;
}
.instwrap .right .img {
    height: 240px;
    width: 240px;
    float: right;
    margin-left: 6px;
    overflow: hidden;
    margin-bottom: 6px;
}
.instwrap .img img{
    /* height: 100%; */
    width: 100%;
    display: block;
}
.instwrap a{
    margin-left: 6px;
    overflow: hidden;
    margin-bottom: 6px;
    display: block;
    width: 240px;
    height: 240px;
    float: right;
}
.instwrap a .uname{
    margin-top: 39px;
    text-align: center;
    display: block;
    font-size: 20px;
}
.instwrap a .btn{
    /* margin-top: 35px; */
    display: block;
    font-weight: 700;
    border: 1px solid black;
    padding: 10px 57px;
    width: 63px;
    margin: 35px auto 0px auto;
}

.instwrap a:hover  .btn{background-color: black; color: white;}

/* breadcrumbs */
.breadcrumbs_wrap {
	padding: 18px 0;
	direction: rtl;
	text-align: right;
}
.breadcrumbs_wrap .bc_part {display: inline-block;}
.breadcrumbs_wrap .bc_part::after{
	content: '>';
	margin:0 5px;
}
.breadcrumbs_wrap .bc_part:last-child::after{
	content: '';
	margin:0 0;
}


/**
 * EasyZoom core styles
 */
.easyzoom {
	width: 100%;
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*
	display: inline;
	*
	zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.michalstam {display:none}

span {}

span.woocommerce-Price-currencySymbol {
    font-size: 13px;
    padding-right: 4px;
}

.emailsdone {font-weight: 700; font-size: 1.3em; margin:1em;}
.page.type1.checkout .order_details{display: none;}

.lb_wrap .close {position: absolute; left:-25px; top:-25px;}
.lb_wrap .wrap {position:relative;}


#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 200;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	color: #000;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}


#variationChanger {
	background-color: transparent;;
	min-width:60px;
}

.page.cart .woocommerce table.shop_table td.removeMobile {display:none;}
.page.cart .woocommerce table.shop_table td.removeMobile a.remove {display:none;}

.freeDelv{left: 72px;
	background-color: black;
	color:white; pointer-events:none; display:inline-block; padding:3px 10px; clear: both;
	float:none; position: absolute;
	top:-29px; }
.freeDelvWrap{position: relative;}


.catarch ul.products li .preview_tag.soldout.newbadge, .af_product .currentImg .preview_tag.soldout.newbadge,
ul.products li .preview_tag.soldout.newbadge,
.preview_tag.soldout.newbadge{    padding: 0; text-align: center; line-height: 52px; border-radius: 100px;
    width:50px; height:50px; left:auto; right:10px; top:10px; 
}


.af_product .value.al_color ul.optsAsImgs li{   
    padding: 0; 
    position: relative;
    width:50px; 
    height:50px; 
    line-height: 50px; 
    text-align: center; 
    border:1px solid  #545256;
}
.af_product .value.al_color ul.optsAsImgs li img{
    display: inline-block; 
    vertical-align: middle;   
    max-width: 40px;       top: -2px; position: relative;
    max-height: 40px;}
.af_product .value.al_color ul.optsAsImgs li.chosen:after{    position: absolute;
    content:''; display: block; bottom:-5px; width:20px; right:50%; margin-right: -10px; height:1px; background-color: #545256;
}






.page .woocommerce-checkout #payment input#place_order.button.alt.checkoutbtn_bnew,
.checkoutbtn_bnew{
    display: block; float:left;
    font-size: 18px;width: 320px;height: 60px; line-height: 60px; text-align: center;
        border: 1px solid #333;    border-radius: 3px; margin-bottom:10px; padding:0;
        
        background-color: #fff; font-weight: 700; color:#333;
        
}
.checkoutbtn_bnew img{
    display: inline-block; vertical-align: middle;
}
.checkoutbtn_bnew img.paypay_light{
    display: none;
}
.checkoutbtn_bnew:hover img{
    display: none;
}
.checkoutbtn_bnew:hover img.paypay_light{
    display: inline-block;
}
.woocommerce-checkout #payment ul.payment_methods{height:0; overflow:hidden;}

.page .woocommerce-checkout #payment input#place_order.button.alt.checkoutbtn_bnew:hover,
.checkoutbtn_bnew:hover{
      background-color: #333;  color:#fff;
}



/*
.lb_wrap.nl{
        width: 800px;padding: 50px 0 50px 0;
}
.lb_wrap.nl .right{
        margin-right: 50px;
    width: 322px;
}
.lb_wrap.nl .left{
       margin-left: 50px;
    width: 322px;    
}
.lb_wrap.nl .close{
    top:-25px;
}
.lb_wrap.nl label.terms img{
       display: inline-block; width: 59px;
}*/

.lb_wrap.nl .left button{
      padding: 0;  margin:20px 0; width:55%;height: 32px; line-height: 32px;
}

.lb_wrap.nl .close img,
.lb_wrap.nl label.terms img{display: inline-block; vertical-align: baseline;}

.lb_wrap.nl .emailConst{
       -webkit-box-sizing: border-box; 
       height: 32px;
     -moz-box-sizing: border-box; 
     
          box-sizing: border-box; 
          width:calc(50% - 6px); border:1px solid #8C8C8C;
}
.lb_wrap.nl .emailConst input{
    width:100%;height: 30px;
      -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box; 
}
.lb_wrap.nl .emailConst.flr{float:right;}
.lb_wrap.nl .emailConst.fll{float:left;}

.stock.out-of-stock,
.stock.in-stock{display:none;}
.o-new-line{
    width: 400px;
    
}




/* hp slider v2 */
.sitehdr .mainnav,
.hp_slider{width:1400px; margin:auto;}
.hp_slider .film_cutter{max-height: none;}
.sitehdr .mainnav{
        margin-top: 20px;
}
@media screen and (max-width:1440px){
    .sitehdr .mainnav,
    .hp_slider{    width: 1240px;}
}
 
@media screen and (max-width:1024px){
    .hp_slider{    width: 100%;}
} /* ----------------------------------------------------
   created with http://www.codeandweb.com/texturepacker 
   ----------------------------------------------------
   $TexturePacker:SmartUpdate:3689cacc69d5c74e39f9284fc02008ca:4254815f7de421fd4b6bd120401eface:9af76e268680f840cf85311fc65601f1$
   ----------------------------------------------------

   usage: <span class="{-spritename-} sprite"></span>

   replace {-spritename-} with the sprite you like to use

*/

.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(common.png);}

.btnMail {width:50px; height:50px; background-position: -2px -2px}
.btnTwitter {width:50px; height:50px; background-position: -54px -2px}
