/*
Theme Name: WillowPillow
Theme URI: http://themeforest.net/user/SweetOpium/portfolio
Author: SweetOpium
Author URI: http://themeforest.net/user/SweetOpium/
Description: High Conversion eCommerce Responsive Home Decore WordPress Theme
Version: 2.0.0
License: GNU ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended
Tags: pillow, decor, light, one-column, two-columns, right-sidebar, left-sidebar, custom-header, custom-menu, ecommerce, shop, furniture
*/

@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	min-width:320px;
	position: relative;
	-webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
html {
	height: 100%;
}
input[type="search"] {
	-webkit-appearance: none;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.3;
}
p{
	line-height: 1.6;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
address{
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}
/* END TYPOGRAPHY */
	
header,
nav,
section,
article,
aside,
footer {
	display: block;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ----style-form---*/
input,
textarea,
.chosen-container-single a.chosen-single,
.chosen-container-active.chosen-with-drop a.chosen-single,
.woocommerce-checkout .form-row .chosen-container-single a.chosen-single {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color:#84817e;
}
:-moz-placeholder {
	color:#84817e;
}
.placeholder {
	color:#84817e;
}
input[data-operaplaceholder]{
	color:#84817e;
}
*:focus::-moz-placeholder { color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important;} 
*:focus:-moz-placeholder { color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}
/* ----end-style-form---*/
	
#wrapper {
	min-width:300px;
	margin:0 auto;
	overflow:hidden;
}
.inside{
	max-width:940px;
	margin:0 auto;
}
.main .inside{
	max-width:852px;
}

a.btn{
	line-height: 30px;
	text-decoration:none;
}
.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	position:relative;
	background:#ff3112;
	border: 0 none;
	line-height: 30px;
	color: #fff;
	text-align:center;
	padding: 8px 20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	display:inline-block;
	vertical-align:top;
	font-weight: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-appearance: none;
}
.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	background:#ff3112;
	border: 0 none;
	color:#fff;
	opacity: .8;
}
.btn:active,
.btn.active,
.btn:focus {
	color: #fff;
}
.btn.medium{
	font-weight:700;
	font-size:14px;
}
a.btn.medium{
	line-height:36px;
}
.btn.btn-white {
	color:#000;
	background:#fff;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0, .3);
  -moz-box-shadow:0px 1px 3px rgba(0,0,0, .3);
  box-shadow:0px 1px 3px rgba(0,0,0, .3);
}
input[type="checkbox"] {
	vertical-align: middle;
}
.btn.btn-inverse {
	background: transparent;
	border: 3px solid #ff3112;
	color: #ff3112;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn.btn-inverse:hover {
	background: #ff3112;
	color: #fff;
	opacity: 1;
}
.btn.btn-inverse.btn-white {
	background: transparent;
	border-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-inverse:hover {
	background: #fff;
	color: #000;
}
.btn.btn-white-black {
	background: #fff;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #000;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-white-black:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}
.btn.btn-lg,
.btn-group-lg > .btn {
	padding: 15px 20px;
	font-size: 19px;
	line-height: 1.33;
	border-radius: 6px;
	height: auto;
}
.btn.btn-lg.btn-inverse,
.btn-group-lg > .btn.btn-inverse {
	padding: 12px 20px;
}
.btn.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	height: auto;
}
.btn.btn-sm.btn-inverse,
.btn-group-sm > .btn.btn-inverse {
	padding: 2px 10px;
}
.btn.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	height: auto;
}
.btn.btn-xs.btn-inverse,
.btn-group-xs > .btn.btn-inverse {
	padding: 0 5px;
}

.modal-header {
	min-height: 45px;
}
.alert {
		border: 4px solid #ff3112;
		padding: 25px;
		position: relative;
}
.alert .close {
		position: absolute;
		right: 10px;
		top: 6px;
}
.tab-content {
		padding-top: 20px;
}

/* General Styles
-----------------------------------------------------------------------------*/
code {
	font-weight: bold;
	color: #650000;
}
pre {
	border: 1px solid #ddd;
	padding: 20px !important;
	background: #f1f1f1;
	margin-bottom: 30px !important;
	margin-top: 20px !important;
}
img {
	height: auto;
	max-width: 100%;
}
#comments table,
.entry-content table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}
#comments table td,
#comments table th,
.entry-content table td,
.entry-content table th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}
#comments dl dt,
.entry-content dl dt {
	font-weight: bold;
}
#comments .dropdown ul,
.entry-content .dropdown ul {
	margin-bottom: 0;
	padding-left: 0;
}
#comments address,
.entry-content address {
	font-size: 120%;
}
#comments .input-pass,
.entry-content .input-pass {
	min-height: 42px;
}
#comments textarea,
.entry-content textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 100px;
	padding: 10px;
	width: 100%;
}
.entry-content blockquote,
.comment-content blockquote {
	border-left: 2px solid #ccc;
	padding-left: 10px;
}
.entry-content embed,
.entry-content iframe{
	max-width: 100%;
}
.entry-content pre {
	overflow: auto;
}
.alignnone {
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	margin-bottom: 1.5em;
	max-width: 100%;
	background: #f6f6f6;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption .wp-caption-text {
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

/* Header
-----------------------------------------------------------------------------*/
#header{
	position:relative;
	width: 100%;
	z-index: 999;
}
#header ul{
	list-style:none;
	margin: 0;
}
.header-top{
	margin:10px 0 2px;
	background:#fff;
	padding:0 54px 10px;
}
.header-top a{
	color:#5d4936;
	font-size:11px;
	text-transform:uppercase;
}
.header-top-social{
	margin-left: -8px;
	padding-top:14px;
}
.header-top-social ul {
	height:16px;
	font-size:0;
	margin: 0;
	width:100%;
}
.header-top-social ul li{
	display:inline-block;
	vertical-align:top;
	padding: 0 8px;
}
.header-top-social ul li a {
	color: #e0e0e0;
	display:block;
	font-size: 15px;
	line-height: 1;
	width:16px;
	height:16px;
	text-align: center;
}
.header-top-social ul li a:hover {
	color: #ff3112;
}
.header-top .right {
	padding-top:12px;
}
.header-top-nav{
	text-align: center;
}
.header-top-nav ul li {
	display:inline-block;
	vertical-align:top;
	padding: 0 7px;
}
.header-top-settings{
	text-align: right;
}
.header-top-settings ul {
	margin-right: -7px;
}
.header-top-settings ul li {
	display: inline-block;
	font-size: 11px;
	line-height: 21px;
	vertical-align:top;
	padding: 0 7px;
	text-transform: uppercase;
}
.header-top-settings ul li:first-child a {
	color:#ff3112;
}

.header-middle{
	background:#fff;
	padding:28px 54px 26px;
	min-height:90px;
	position:relative;
}
.header-middle .top {
	min-height:76px;
}
.header-middle .logo-box {
	float: right;
}
.header-middle .logo {
	width:195px;
	margin: 0 auto;
	text-align:center;
}
.header-middle .logo .slogan{
	text-transform:uppercase;
	font-size:12px;
	position:relative;
	padding-top:13px;
}
.header-middle .logo .slogan div{
	z-index:2;
	position:relative;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 19px;
}
.header-middle .logo .slogan span.line{
	height:1px;
	background:#000;
	width:100%;
	position:absolute;
	left:0;
	top:18px;
}
.header-middle-search{
	width: 100%;
	max-width: 210px;
}
.header-middle-search-cont{
	height:30px;
	background:#e0e0e0;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	position:relative;
}
.header-middle-search input{
	border:0;
	outline:none;
}
.header-middle-search .search-text{
	height:30px;
	padding:5px 15px;
	width: 100%;
	float:left;
	background:none;
	box-shadow:none;
	-webkit-appearance: none;
}
.header-middle-search .search-btn{
	height:16px;
	width:15px;
	cursor:pointer;
	margin: 7px 10px 0 0;
	background:url(images/sprite.png) no-repeat -54px 0;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 0;
}
.block-cart{
	float:right;
	position:relative;
	cursor:pointer;
}
.block-cart-top{
	min-width:124px;
	padding-left:52px;
	padding-right:8px;
	position:relative;
	padding-bottom:16px;
}
.block-cart span.icon{
	position:absolute;
	left:0;
	top:0;
	width:28px;
	height:24px;
	display:block;
	background:url(images/sprite.png) no-repeat -72px -9px;
}
.block-cart span.arrow{
	display:block;
	position:absolute;
	right:0;
	top:27px;
	width:7px;
	height:3px;
	background:url(images/sprite.png) no-repeat -72px 0;
}
.block-cart .items{
	font-weight:400;
	font-size:12px;
}
.block-cart .money{
	font-size:16px;
	color:#ff3112;
	padding-top:10px;
}
.block-cart .money span{
	font-weight:400;
}

.block-slider-monitor{
	height:356px;
}

.header-bottom-nav{
	background:#fff;
	position:relative;
	z-index:10;
}
.header-bottom-nav nav{
	position:relative;
}
.header-bottom-nav nav > ul{
	display:table;
	width:100%;
	font-size:0;
	text-align:center;
}
.header-bottom-nav nav > ul > li{
	display:inline-block;
	vertical-align:top;
	margin:0 7px;
	font-size:12.5px;
	position: relative;
	text-transform:uppercase;
}
.header-bottom-nav nav > ul > li > a{
	color:#000;
	padding:15px 15px;
	display:block;
}
.header-bottom-nav nav > ul > li > a span{
	border-top:2px solid transparent;
}
.header-bottom-nav nav > ul > li.current-menu-item > a span,
.header-bottom-nav nav > ul > li.current-menu-ancestor > a span,
.header-bottom-nav nav > ul > li > a:hover span{
	border-top:2px solid #ff3112;
}
.header-bottom-nav nav > ul > li.menu-item-has-children > a,
.header-bottom-nav nav > ul > li.menu-item-has-children.active > a {
	background: url(images/arrow.png) no-repeat 85% 50%;
	padding-right: 24px;
}
.header-bottom-nav nav > ul > li.menu-item-has-children.active > a {
	background-color: #fff;
}
.header-bottom-nav nav > ul > li.active > a{
	-webkit-box-shadow: 0 0 5px 2px #eeeeee;
	-moz-box-shadow: 0 0 5px 2px #eeeeee;
	box-shadow: 0 0 5px 2px #eeeeee;
	z-index:3;
	position:relative;
	background:#fff;
}
.header-bottom-nav nav > ul > li > a:hover,
.header-bottom-nav nav > ul > li:hover > a {
	color:#ff3112;
}

.header-bottom-nav nav > ul > li.active .sub-menu{
	display:block;
}
.header-bottom-nav .sub-menu {
	background: #fff;
	-webkit-box-shadow: 0 -2px 3px #eeeeee;
	-moz-box-shadow: 0 -2px 3px #eeeeee;
	box-shadow: 0 -2px 3px #eeeeee;
	position:absolute;
	left:0;
	line-height: 25px;
	top:44px;
	padding: 10px;
	text-align: left;
	text-transform: none;
	width:220px;
	z-index:20;
	display:none;
}
.header-bottom-nav .sub-menu a {
	color: #000;
}
.header-bottom-nav .sub-menu li {
	padding: 5px 0;
}
.header-bottom-nav .megamenu {
	position: inherit;
}
.header-bottom-nav .megamenu .sub-menu {
	left: -54px;
	right: -54px;
	margin: 0;
	padding: 20px 54px;
	width: auto;
}
.header-bottom-nav .megamenu .sub-menu > li {
	padding: 0;
	display: block;
	float: left;
	text-align: left;
	width: 25%;
}
.header-bottom-nav .megamenu .sub-menu > li a {
	border-bottom: 1px solid transparent;
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 10px;
}
.header-bottom-nav .megamenu .sub-menu > li.menu-item-has-children a {
	font-weight: bold;
}
.header-bottom-nav .megamenu .sub-menu > li a:hover {
	text-decoration: underline;
}
.header-bottom-nav .megamenu .sub-menu .sub-menu {
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: static;
}
.header-bottom-nav .megamenu .sub-menu .sub-menu li {
	float: none;
	width: auto;
}
.header-bottom-nav .megamenu .sub-menu .sub-menu li a {
	font-size: 14px;
	font-weight: 100;
}
#header .block-cart-list{
	width:302px;
	position:absolute;
	right:-54px;
	top:100%;
	border-top:2px solid #ff3112;
	z-index:20;
	display: none;
}
#header .block-cart-list .btn.medium{
	padding:0;
	width:206px;
}
#header .block-cart-list .bottom{
	background:#fff;
	padding:14px 0 16px;
	text-align:center;
}
#header .block-cart-list .item{
	background:#fff;
	margin-bottom:1px;
	padding:24px 0;
	min-height:67px;
	position:relative;
}
#header .block-cart-list .item a.close{
	position:absolute;
	left:29px;
	top:24px;
	width:34px;
	height:34px;
	display:block;
	background:url(images/sprite.png) no-repeat 0 -102px;
	font-size:0;
	text-indent:-9999px;
}
#header .block-cart-list .price{
	float:left;
	width: 83px;
	padding-right:22px;
	text-align:right;
	padding-top:50px;
	line-height:17px;
	font-size:16px;
}
#header .block-cart-list .img{
	margin-right:20px;
	float:left;
	height: 67px;
	width: 67px;
}
#header .block-cart-list .img img {
	float: none;
	margin-left: 0;
	width: 100%;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#header .block-cart-list .text{
	float:left;
	width:95px;
	line-height:15px;
	font-size:13px;
}
#header .block-cart-list .text a{
	color:#000;
	font-weight: normal;
}
#header .block-cart-list .text .count{
	padding-top:10px;
	font-weight:700;
}
#header .block-cart-list .text .caption{
	font-weight:700;
	display:block;
}
#header .block-cart-list .btn-block{
	padding:4px 0;
}
#header .block-cart-list .item-list .empty {
	background: #fff;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
}

.block-collection-slider{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width:320px;
	height:100%;
	background:url(images/ajax-loader.gif) no-repeat center;
	min-height:622px;
	overflow:hidden;
	/*z-index: 1;*/
}
.block-collection-slider .slider-body{
	min-width:300px;
	height:100%;
}
.block-collection-slider .slider-body .slider{
	height:100%;}
.block-collection-slider .slider-body .slider .flexslider{
	height:100%;}
.block-collection-slider .slider-body ul{
	list-style:none;
	height:100%;
	position:relative;
	text-align:center;
}
.block-collection-slider .slider-body ul li{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.block-collection-slider .slider-body ul li img{
	vertical-align:top;
	display:block;
	min-height:622px;
	max-width: inherit;
}
.block-collection-slider .slider-body ul li .text{
	position:absolute;
	height: 270px;
	left:0;
	top:277px;
	width:100%;
	z-index: 4;
}
.block-collection-slider .slider-body ul li .text-align-t {
	display: table;
	width: 100%;
}
.block-collection-slider .slider-body ul li .text-align {
	display: table-cell;
	height: 270px;
	vertical-align: middle;
}
.block-collection-slider .slider-body ul li h1{
	color:#fff;
	font-size:75px;
	margin: 0;
	text-transform:uppercase;
	text-shadow:rgba(0,0,0, 0.3) 0 1px 0;
	position:relative;
	vertical-align: middle;
}
.block-collection-slider .slider-body ul li h1 a {
	color:#fff;
}
.block-collection-slider .slider-body span.w-line{
	width:65px;
	height:16px;
	position:absolute;
	left:50%;
	margin-left:-32px;
	display:block;
	background:url(images/sprite.png) no-repeat 0 -83px;
}
.block-collection-slider .slider-body span.w-line.top{
	top:-23px;
}
.block-collection-slider .slider-body span.w-line.bottom{
	bottom:-23px;
}
.block-collection-slider .flex-control-nav {
	margin-left: 565px;
	z-index: 1000;
}
.tp-bullets.simplebullets.round .bullet {
	background: url(images/sprite.png) no-repeat 0 -61px;
	height: 13px;
	width: 13px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background-position: -16px -61px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	margin-bottom: 90px;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.left-sidebar #container {
	float: right;
}
#content {
	min-height:50px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sidebar {
	min-height:50px;
}

.main{
	position:relative;
	min-width:269px;
	overflow:hidden;
}
.block{
	padding-top:11px;
}
.block-white{
	background:#fff;
	padding:10px;
	position:relative;
	min-width:269px;
}
.block-white .bw-arrow{
	position:absolute;
	left:50%;
	top:-9px;
	width:18px;
	height:9px;
	display:block;
	margin-left:-9px;
	background:url(images/sprite.png) no-repeat -100px -37px;
}
.block-collections {
	padding: 0 0 22px;
}
.block-collections ul{
	height:118px;
	text-align:center;
	font-size:0;
	display:table;
	width:100%;
}
.block-collections ul li{
	max-width: 380px;
	vertical-align:top;
	position: relative;
	z-index: 1;
}
.block-collections ul li a {
	display:block;
	padding: 9px;
	position:relative;
}
.block-collections ul li a .border {
	border: 3px solid #e22932;
	display: block;
	height: 120px;
	overflow: hidden;
}
.block-collections ul li img {
	position:absolute;
	left:0;
	bottom:0;
	max-height: 100%;
	z-index: -1;
}
.block-collections ul li .caption {
	text-transform: uppercase;
	color: #fff;
	text-shadow: rgba(0,0,0, 0.3) 0 1px 0;
	font-weight: 600;
	z-index: 3;
	padding: 2px 5px;
	font-size: 21px;
	display: table-cell;
	height: 114px;
	width: 336px;
	vertical-align: middle;
}
.block-collections ul li.flex-active-slide .border {
	border-color: transparent;
}
.block-collections ul li.flex-active-slide .caption:after,
.block-collections ul li.flex-active-slide .caption:before {
	content: "";
	background:url(images/sprite.png) no-repeat -68px -83px;
	width:33px;
	height:8px;
	position:absolute;
	left:50%;
	margin-left:-16px;
	top: 5px;
}
.block-collections ul li.flex-active-slide .caption:after {
	bottom: 5px;
	top: auto;
}
.block-collections ul li .caption.square{
	font-size:25px;
	padding-top:37px;
}
.block-collections ul li.red-square .block-square{
	border:3px solid #e22932;
	width:245px;
	height:94px;
	position:absolute;
	left:9px;
	bottom:9px;
	display:block;
}
.block-collections ul li span.caption.v-line{
	padding-top:30px;
}
.block-collections ul li.line span.line{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:118px;
	z-index:2;
	display:block;
	background:url(images/vh-line.png) no-repeat 0 0;
}

.block .head{
	padding:28px 0 22px;
}
.block .head .title{
	font-size:16px;
	font-weight:800;
	margin: 0;
	text-transform:uppercase;
}
.block-slider-featured a.img{
	display:block;
	position:relative;
	overflow:hidden;
}
.block-slider-featured .list_carousel li{
	width:269px!important;
	min-width:200px!important;
}
.list_carousel li{
	margin:0 4px;
}
.block-slider-featured ul li{
	height:293px;
	width:269px;
	margin:0 6px;
}
.block-slider-featured .slider-btn,
.block-new-product .slider-btn,
.block-slider-offers .slider-btn{
	position:absolute;
	top:-40px;
	right:14px;
	z-index:3;
}
.block-slider-featured .slider-btn.next,
.block-new-product .slider-btn.next,
.block-slider-offers .slider-btn.next{
	right:14px;
}
.block-slider-featured .slider-btn.prev,
.block-new-product .slider-btn.prev,
.block-slider-offers .slider-btn.prev{
	right:47px;
}
.block-slider-featured .pager,
.block-new-product .pager,
.block-slider-offers .pager{
	position:absolute;
	left:0;
	top:-38px;
	width:100%;
	z-index:2;
}
.block-new-product .list_carousel li.big{
	width:416px;
}
.block-new-product .list_carousel li{
	width:194px;
}
.list_carousel{
	position:relative;
}
.list_carousel ul{
	list-style:none;
}
.list_carousel li{
	float:left;
}
.list_carousel .slider-btn{
	width:10px;
	height:19px;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background: url(images/sprite.png) no-repeat -32px -61px;
}
.list_carousel .slider-btn.prev{
	background-position:-32px -61px;
}
.list_carousel .slider-btn.prev:hover{
	background-position:-58px -61px;
}
.list_carousel .slider-btn.next{
	background-position:-45px -61px;
}
.list_carousel .slider-btn.next:hover{
	background-position:-71px -61px;
}
.list_carousel .pager{
	text-align:center;
}
.list_carousel .pager a{
	font-size:0;
	text-indent:-9999px;
	display:inline-block;
	vertical-align:top;
	width:13px;
	height:13px;
	background:url(images/sprite.png) no-repeat 0 -61px;
	cursor:pointer;
	margin:0 4px;
}
.list_carousel .pager a.selected{
	cursor:default;
}
.list_carousel .pager a.selected,
.list_carousel .pager a:hover{
	background-position:-16px -61px;
}
span.round-w{
	position:absolute;
	left:20px;
	top:20px;
}
span.round-w .star-rating {
	display: none !important;
}
span.round-w .price-box {
	position:relative;
	background:url(images/white-sepia.png) repeat 0 0;
	display:block;
	width:84px;
	height:84px;
	-webkit-border-radius: 42px; 
	-moz-border-radius: 42px; 
	-o-border-radius: 42px; 
	border-radius: 42px;
	font-size:19px;
	text-align:center;
	color:#ff3112;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
	color: inherit;
	font-size: inherit;
}
span.round-w .price-box .price {
	display: table-cell;
	height: 84px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	width: 84px;
}
span.round-o{
	position:absolute;
	left:95px;
	top:43px;
	z-index:2;
	display:block;
}
span.round-o span{
	background:#f41020;
	color:#fff;
	font-size:12px;
	line-height:38px;
	height:38px;
	width:38px;
	position:relative;
	-webkit-border-radius: 19px; 
	-moz-border-radius: 19px; 
	-o-border-radius: 19px; 
	border-radius: 19px;
	display:block;
	text-align:center;
}
span.round-n{
	position:absolute;
	left:128px;
	top:43px;
	z-index:3;
	display:block;
}
span.round-n span{
	background:#10a7f4;
	color:#fff;
	font-size:12px;
	line-height:38px;
	height:38px;
	width:38px;
	position:relative;
	-webkit-border-radius: 19px; 
	-moz-border-radius: 19px; 
	-o-border-radius: 19px; 
	border-radius: 19px;
	display:block;
	text-align:center;
}
.block-slider-featured .bottom{
	overflow:hidden;
	min-width:211px;
	padding:18px 0 17px;
	border-bottom:3px solid #dcdcdc;
}
.block-slider-featured .bottom .left{
	float:left;
	font-size:16px;
	line-height:20px;
}
.block-slider-featured .bottom .caption{
	font-weight:600;
}
.block-slider-featured .bottom .right{
	float:right;
	padding-top:12px;
}
.add-to-cart a{
	font-size:11px;
	color:#000;
	font-weight:700;
	text-decoration:none;
	position:relative;
	padding-left:38px;
	display:block;
	height:24px;
	line-height:12px;
	text-transform:uppercase;
}
.add-to-cart a span.icon{
	width:28px;
	height:24px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:url(images/sprite.png) no-repeat -31px -34px
}
.add-to-cart a:hover span.icon{
	background-position:0 -34px;
}
.add-to-cart a.added span.icon{
	background-position:0 -34px;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	display: none;
}

.block-new-product .list_carousel,
.block-new-product .list_carousel li{
	height:331px;
}
.block-new-product .flex-viewport{
	height:331px;
}
.block-new-product .flexslider .slides img{
	width:auto;
}
.block-new-product .big{
	position:relative;
}
.block-new-product .big .bottom{
	width:269px;
	position:absolute;
	left:20px;
	bottom:17px;
	border-bottom:3px solid #000;
	padding-bottom:20px;
}
.block-new-product .big .caption{
	color:#000;
	font-size:25px;
	font-weight:600;
	display:block;
}
.block-new-product .big .add-to-cart{
	position:absolute;
	right:127px;
	bottom:40px;
	z-index:3;
}
.block-new-product .small{
	float:left;
}
.block-new-product .small.first{
	padding-right:11px;
}
.block-new-product .img{
	position:relative;
	display:block;
	z-index:2;
}
.block-new-product .small .bottom{
	position:absolute;
	left:0;
	bottom:0;
	height:130px;
	width:156px;
	padding:0 20px;
	display:block;
	background:url(images/sepia.png) repeat 0 0;
}
.block-new-product .small .caption{
	font-size:25px;
	font-weight:600;
	color:#fff;
	display:block;
	padding-top:30px;
}
.block-new-product .small .design{
	color:#fff;
	display:block;
	font-size:17px;
	line-height:20px;
	padding-top:3px;
}
.block-new-product .small{
	position:relative;
}
.block-new-product .small .border{
	border-bottom:3px solid #fff;
	display:block;
	height:110px;
}
.block-new-product .small .add-to-cart{
	position:absolute;
	right:20px;
	bottom:55px;
	z-index:3;
}
.block-new-product .small .add-to-cart a span.icon{
	background-position:-62px -34px;
}
.block-new-product .small .add-to-cart a:hover span.icon{
	background-position:0 -34px;
}
.block-slider-offers .list_carousel ul li{
	height:214px;
	width:268px;
}
.block-slider-offers .slide{
	padding-left:65%;
	position:relative;
}
.block-slider-offers .img{
	position:absolute;
	left:0;
	top:0;
}
.block-slider-offers .img a{
	position:relative;
	display:block;
}
.block-slider-offers .img img{
	width:auto;
}
.block-slider-offers .text{
	position:relative;
	height:214px;
}
.block-slider-offers .add-to-cart{
	position:absolute;
	bottom:0;
	left:0;
}
.block-slider-offers .text article{
	height:160px;
	overflow:hidden;
}
.block-slider-offers .text .caption{
	display:block;
	font-weight:600;
	font-size:17px;
	line-height:20px;
}
.block-slider-offers .text .design{
	line-height:20px;
	font-size:16px;
	padding-bottom:16px;
	display:block;
}
.block-slider-offers .text p{
	font-size:15px;
	line-height:25px;
}
.block-slider-offers .flexslider .slides img{
	width:162px;
	vertical-align:top;
}
.block-slider-offers .carousel .slides li{
	margin:0;
}

.block-catalog-nav{
	padding-top:0;
	padding-bottom:70px;
}
.block-catalog-nav .head .title{
	position:relative;
	text-align:center;
}
.block-catalog-nav .head .title h3{
	padding:0 20px;
	background:#fff;
	display:inline-block;
	vertical-align:top;
	position:relative;
	z-index:3;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
	margin: 0;
}
.block-catalog-nav .head .title span.line{
	height:1px;
	background:#000;
	width:100%;
	position:absolute;
	left:0;
	top:12px;
	display:block;
}
.block-catalog-nav ul {
	list-style:none;
}
.block-catalog-nav .item-list {
	overflow:hidden;
	padding-top:36px;
}
.block-catalog-nav .item-list > li {
	float: left;
	line-height: 20px;
	padding: 0 0.5%;
	text-align: center;
	width: 24%;
}
.block-catalog-nav .item-list > li:nth-child(4n+1) {
	clear: left;
}
.block-catalog-nav .item-list > li > a {
	font-size:16px;
	color: #000;
	text-transform:uppercase;
	font-weight:700;
	border-bottom:2px solid #000;
	vertical-align:top;
	min-height:45px;
	display: inline-block;
	padding: 15px 0 0;
}
.block-catalog-nav .item-list .sub-menu {
	padding-top: 15px;
}
.block-catalog-nav .item-list .sub-menu .sub-menu {
	padding-left: 5px;
}
.block-catalog-nav .item-list .sub-menu li {
	padding:15px 0;
}
.block-catalog-nav .item-list .sub-menu li a {
	color:#000;
	font-size:14px;
}

.block-discount{
	background: #fff;
	border:4px solid #ff3112;
	padding:10px;
}
.block-discount .btn{
	display:block;
}
.block-discount .update{
	padding:20px 0;
	height:66px;
	line-height:26px;
	margin:0 auto;
}
.block-discount .update .button,
.block-discount .update .button:hover {
	border: 0 none;
	background: url(images/sprite.png) no-repeat -54px -166px;
	display:block;
	height:28px;
	line-height:28px;
	color:#000;
	font-weight: 700;
	margin: 0 auto;
	text-transform:uppercase;
	padding: 0 0 0 42px;
	position:relative;
	outline: none;
}
.block-discount .update .button:hover {
	opacity: 0.7;
}
.block-discount .checkout-button {
	display: block;
	width: 100%;
}
#cart-collaterals {
	margin: 30px 0;
}
#cart-collaterals .shipping_calculator {
	float: none;
	width: 100%;
}
#cart-collaterals .shipping_calculator h2 {
	font-size: 15px;
}
#cart-collaterals .shipping-calculator-form {
	margin-top: 0;
	width: 50%;
}
#cart-collaterals .shipping-calculator-form p {
	margin: 20px 0 0;
	padding: 0;
}
#cart-collaterals .shipping-calculator-form .selectbox {
	display: block;
	width: 100%;
}
#cart-collaterals .shipping-calculator-form .selectbox .select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	width: 100%;
}
#cart-collaterals .shipping-calculator-form .selectbox .trigger .arrow {
	top: 17px;
}
#cart-collaterals .shipping-calculator-form .selectbox .dropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 37px;
	width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
	height: 40px;
}

.sepia{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999;
	background: rgba(0,0,0,.7);
}
.cart-load .sepia {
  background-image: url(images/loader.svg), none;
  background-repeat: no-repeat;
  background-position: 50% 300px;
  background-size: 40px;
}
.fix{
	top:0;
	left:0;
	height:100%;
	z-index:1001;
	overflow:hidden;
	position:fixed;
	width:100%;
}
.fix.open{
	overflow-x:hidden;
	overflow-y:auto;
	display:block;
}
.fix.open.type2 .bufer{
	padding:36px 0;
}
.bufer{
	padding:180px 0;
}
.popup{
	width:458px;
	margin:0 auto;
	background:#fff;
	position:relative;
	padding:8px;
}
.popup a.close{
	width:35px;
	height:35px;
	position:absolute;
	right:-44px;
	top:0;
	display:block;
	font-size:0;
	text-indent:-9999px;
	background:url(images/sprite.png) no-repeat 0 -216px;
}

.popup-cont{
	border:4px solid #ff3112;
}
.popup-cart .popup-cont{
	padding:55px 0 55px 40px;
	min-height:114px;
}
.popup-cart .popup-cart-info{
	text-align:center;
	width:134px;
	float:left;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	line-height:17px;
}
.popup-cart .popup-cart-info .caption{
	padding-bottom:17px;
}
.popup-cart .popup-cart-info .btn-block{
	padding-top:28px;
}
.popup-cart .popup-cart-info .btn-block .btn{
	width:134px;
}
.popup-cart-price{
	width:200px;
	text-align:center;
	font-size:44px;
	font-weight:400;
	float:right;
	padding:45px 0;
	position:relative;
}
.popup-cart-price span{
	font-weight:300;
}
.popup-cart-price span.w-line{
	display:block;
	width:65px;
	height:16px;
	position:absolute;
	left:50%;
	margin-left:-32px;
	background:url(images/sprite.png) no-repeat 0 -83px;
}
.popup-cart-price span.w-line.top{
	top:0;
}
.popup-cart-price span.w-line.bottom{
	bottom:0;
}
.body .products .product-list {
	font-size: 0;
	letter-spacing: 0px;
  word-spacing: 0px;
}
.body .products .product-list .item {
	margin: 0 0 30px;
	display: inline-block;
	vertical-align:top;
	list-style: none;
	font-size: 17px;
	text-align: left;
	min-width: 230px;
	max-width: 285px;
	float: none;
}
.woocommerce #content .product-list div.product,
.woocommerce .product-list div.product,
.woocommerce-page #content .product-list div.product,
.woocommerce-page .product-list div.product {
	margin-bottom: 30px;
}
.category-box .body .products .product-list .item:nth-child(3n+1){
	clear: left;
}
.body .products .product-list .item .img {
	background: #ccc;
	display: block;
	min-height: 250px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.body .products .product-list .item .img img {
	width: 100%;
	max-width: 100%;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.body .products .product-list .item .img .onsale {
	background: #f41020;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	left: 95px;
	line-height: 30px;
	min-height: 38px;
	min-width: 38px;
	top: 43px;
	z-index: 1;
}
.body .products .product-list .item .bottom {
	font-size:17px;
	border-bottom:3px solid #dcdcdc;
	padding-bottom:22px;
}
.body .products .product-list .item .caption{
	font-weight:600;
	padding:19px 0 4px;
}
.body .products .product-list .item .caption a {
	color: #000;
}
.body .products .product-list .item .design{
	padding-bottom:19px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body .products .product-list .item .design a {
	color: #000;
}
.body .products .product-list .item .img .price del {
	color: #000;
	font-size: 80%;
}
.body .products .product-list .item .img .price ins {
	font-size: 0;
	text-decoration: none;
}
.body .products .product-list .item .img .price ins .amount {
	font-size: 16px;
}
.body .products .product-list .item .img .price ins .amount:first-child {
	display: block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
	color: #000;
	text-align: center;
}
#block-taber.block-taber {
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	padding:43px 0 38px;
}
#block-taber.block-taber .block-taber-body .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height:25px;
	font-size:14px;
	margin: 0;
}
#block-taber.block-taber .block-taber-body .panel p{
	padding:13px 0;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
	padding: 0 !important;
}
#block-taber.block-taber .block-taber-body .shop_attributes{
	border: 0 none;
	margin: 0;
	width:100%;
}
#block-taber.block-taber .block-taber-body .shop_attributes tr td,
#block-taber.block-taber .block-taber-body .shop_attributes tr th {
	background: none;
	border: 0 none;
	padding:13px 0;
	line-height:25px;
	font-size:14px;
	font-style: normal;
}
#block-taber.block-taber .block-taber-body .shop_attributes tr th {
	min-width: 180px;
}
#block-taber.block-taber .block-taber-body .btn-block{
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	padding-top:67px;
}
#block-taber.block-taber .block-taber-body .shop_attributes tr td:first-child{
	font-weight:700;
}
#block-taber.block-taber .block-taber-head{
	padding-bottom:30px;
}
#block-taber.block-taber .block-taber-head ul{
	list-style:none;
	text-align:center;
	padding: 0;
	margin: 0;
}
#block-taber.block-taber .block-taber-head ul:before {
	display: none;
}
#block-taber.block-taber .block-taber-head ul li{
	background: none;
	border: 0 none !important;
	box-shadow: none;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	margin: 0;
	padding:0 15px;
}
#block-taber.block-taber .block-taber-head ul li:before,
#block-taber.block-taber .block-taber-head ul li:after {
	display: none;
}
#block-taber.block-taber .block-taber-head ul li a{
	color:#000;
	display: block;
	text-decoration:none;
	font-weight:800;
	padding: 0;
	text-shadow: none;
	text-transform: uppercase;
}
#block-taber.block-taber .block-taber-head ul li a:hover,
#block-taber.block-taber .block-taber-head ul li.active a{
	color:#ff3112;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	color: #ff3112;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: #d3d3d3;
}
.block-slider-reviews #comments {
	margin: 0;
}
.block-slider-reviews #comments .woocommerce-noreviews {
	margin: 0;
	padding: 0 !important;
}
.block-slider-reviews #comments .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.block-slider-reviews #comments .commentlist .comment {
	margin: 0;
	padding-bottom:40px;
	min-height:78px;
}
.block-slider-reviews #comments .commentlist .comment:last-child {
	padding-bottom: 0;
}
.block-slider-reviews #comments .commentlist .comment .avatar {
	display: block;
	float: left;
	margin-right: 16px;
}
.block-slider-reviews #comments .commentlist .comment .meta-box {
	float: left;
	margin-right: 16px;
	width: 140px;
}
.block-slider-reviews #comments .commentlist .comment .meta-box .name{
	font-weight:700;
}
.block-slider-reviews #comments .commentlist .comment .meta-box .date{
	font-size:12px;
}
.block-slider-reviews #comments .commentlist .comment .star-rating {
	float: none;
	margin-top: 9px;
}
.block-slider-reviews #comments .commentlist .comment .description{
	font-size: 14px;
	overflow: hidden;
	position:relative;
	padding-bottom:20px;
}
.block-slider-reviews #comments .commentlist .comment .description p {
	margin-bottom: 20px;
	padding: 0;
}
.block-slider-reviews #comments .commentlist .comment .description p:last-of-type {
	margin-bottom: 0;
}
.block-slider-reviews #comments .commentlist .comment .description .border{
	position:absolute;
	bottom:0;
	left:0;
	height:3px;
	background:#000;
	width:106px;
	display:block;
}
#comments ul.page-numbers {
	margin: 0;
	padding: 0;
}
#add-reviews.hidden {
	display: none;
}
#review_form_wrapper {
	display: none;
	text-align: left;
}
#review_form {
	margin: 0;
	padding: 10px;
}
#review_form label {
	margin-bottom: 5px;
}
#reply-title {
	font-weight: bold;
	font-size: 20px;
}
#review_form .stars a {
	color: #d3d3d3;
}
#review_form .stars a:hover,
#review_form .stars a.active {
	color: #ff3112;
}
#review_form .dropdown ul {
	margin: 0;
	padding: 0;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
	margin: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
	padding: 10px;
}
#review_form .form-submit {
	padding-bottom: 0;
}
.single-product #container {
	overflow: inherit;
}
#block-product .block-product-slider,
#block-product .block-product-description{
	margin: 0;
	padding-bottom: 75px;
}
#block-product .block-product-description {
	width: 50%;
}
#block-product .block-product-slider-cont{
	position: relative;
}
#block-product .block-product-slider .onsale {
	left: auto;
	right: 43px;
	top: 5px;
}
#block-product .block-product-slider .flexslider {
	width:auto;
}
#block-product .block-product-slider img{
	vertical-align:top;
}
#block-product .block-product-slider #slider li {
	padding-bottom: 14px;
}
#block-product .block-product-slider #slider a{
	display:block;
	position:relative;
}
#block-product .block-product-slider #slider a span.loope{
	width:33px;
	height:33px;
	display:block;
	position:absolute;
	left:20px;
	top:20px;
	background:url(images/sprite.png) no-repeat -54px -216px;
}
#block-product .block-product-slider .flex-direction-nav {
	position:absolute;
	left:0;
	bottom:-160px;
	width:100%;
	text-align:right;
	font-size:0;
	top:auto;
}
#block-product .block-product-slider #slider .flex-direction-nav li{
	display:inline-block;
	vertical-align:top;
	padding-left:24px;
}
#block-product .block-product-slider #slider .flex-direction-nav a.flex-prev,
#block-product .block-product-slider #slider .flex-direction-nav a.flex-next{
	position:static;
	display:block;
}
#block-product .block-product-slider .thumbnails-box li {
	float: left;
	height: 102px;
	margin: 0 14px 0 0;
	width: 102px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
	list-style:none;
	overflow:hidden;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:14px;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #000;
	padding-top:18px;
	color:#ff3112;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
	color:#000;
	font-weight:400;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
	text-decoration:underline;
}
.woocommerce .woocommerce-breadcrumb .sep,
.woocommerce-page .woocommerce-breadcrumb .sep {
	color: #000;
	margin-left: 3px;
	margin-right: 3px;
}

.block-product-description .top{
	padding-top:31px;
	overflow:hidden;
	padding-bottom:16px;
}
.block-product-description .top h1{
	float:left;
	font-size:22px;
	color:#000;
	font-weight:900;
	width:230px;
	text-transform:uppercase;
}
.review-cont{
	float:right;
	padding-left:30px;
	position:relative;
	height:21px;
	margin-top:8px;
}
.review-cont span.icon{
	width:20px;
	height:21px;
	display:block;
	line-height:21px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:url(images/sprite.png) no-repeat -84px -139px;
}
#block-product .block-product-description {
	text-align: center;
}
#block-product .block-product-description > * {
	text-align: left;
}
#block-product .block-product-description .compare {
	float: left;
	clear: both;
}
#block-product .block-product-description .info{
	padding-top:30px;
	padding-bottom: 52px;
}
#block-product .block-product-description .options {
	display: inline-block;
	position: relative;
	width: 180px;
	padding: 45px 10px;
	font-size: 44px;
	text-align: center;
	color: #000;
	margin: 0 0 52px 0;
	vertical-align: top;
}
#block-product .block-product-description .options .price {
	color: #000;
	font-size: 44px;
	line-height: 1;
}
#block-product .block-product-description .options .price del {
	color: #ccc;
	font-size: 80%;
}
#block-product .block-product-description .options .price ins {
	text-decoration: none;
}
.product-type-variable #block-product .block-product-description .options {
	float: none;
	margin-right: 0;
	width: auto;
}
.block-product-description .bottom {
	border-top:1px solid #e0e0e0;
	line-height:25px;
	font-size:15px;
	padding-top:18px;
}
#block-product .block-product-description .cart {
	display: inline-block;
	margin: 13px 0 52px;
	vertical-align: top;
}
#block-product .block-product-description .cart .variations {
	margin-bottom: 0;
	width: 100%;
}
#block-product .block-product-description .cart .variations .label {
	vertical-align: middle;
}
#block-product .block-product-description .cart .variations .reset_variations {
	display: inline-block;
	margin: 5px 0 0 10px;
}
#block-product .block-product-description .single_variation_wrap {
	padding-top: 52px;
}
#block-product .block-product-description .single_variation {
	position:relative;
	width:180px;
	padding:45px 0;
	font-size:44px;
	text-align:center;
	float:left;
	color: #000;
}
#block-product .block-product-description .single_variation .price,
.product-type-simple #block-product .block-product-description .options .price,
.product-type-variable #block-product .block-product-description .options .price {
	font-size: 30px;
	color: #000;
}
#block-product .block-product-description .single_variation .price .amount,
.product-type-simple #block-product .block-product-description .options .price .amount,
.product-type-variable #block-product .block-product-description .options .price .amount {
	font-size:36px;
}
#block-product .block-product-description .single_variation .price ins,
.product-type-simple #block-product .block-product-description .options .price ins,
.product-type-variable #block-product .block-product-description .options .price ins {
	display: block;
	text-decoration: none;
}
#block-product .block-product-description .single_variation .price del,
.product-type-simple #block-product .block-product-description .options .price del,
.product-type-variable #block-product .block-product-description .options .price del {
	display: block;
}
#block-product .block-product-description .single_variation .price ins .amount,
.product-type-simple #block-product .block-product-description .options .price ins .amount,
.product-type-variable #block-product .block-product-description .options .price ins .amount {
	font-size: 30px;
}
#block-product .block-product-description .single_variation .price del .amount,
.product-type-simple #block-product .block-product-description .options .price del .amount,
.product-type-variable #block-product .block-product-description .options .price del .amount {
	font-size: 24px;
}
#block-product .block-product-description .single_variation:after,
#block-product .block-product-description .single_variation:before,
#block-product .block-product-description .options:after,
#block-product .block-product-description .options:before {
	position:absolute;
	left:50%;
	margin-left:-32px;
	height:16px;
	width:65px;
	display:block;
	background:url(images/sprite.png) no-repeat 0 -83px;
	content: "";
}
#block-product .block-product-description .single_variation:before,
#block-product .block-product-description .options:before {
	top: 0;
}
#block-product .block-product-description .single_variation:after,
#block-product .block-product-description .options:after {
	bottom: 0;
}
#block-product .block-product-description .single_variation:empty {
	display: none;
}
#block-product .block-product-description .variations_button {
	float:right;
	padding-top:13px;
}
#block-product .block-product-description .single_variation:empty + .variations_button {
	float: left;
}
#block-product .block-product-description .quantity {
	display: block;
	float: none;
	width: 100%;
}
#block-product .block-product-description .quantity .minus,
#block-product .block-product-description .quantity .plus {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #000;
	font-weight: bold;
	font-size: 17px;
	float: left;
	width: 38px;
	height: 40px;
	display: block;
	position: relative;
}
#block-product .block-product-description .quantity .input-text {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 1px 10px 0;
	padding: 8px 10px 8px 20px;
	width: 73px;
	height: 38px;
	line-height: 20px;
	background: none;
	outline: none;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}
#block-product .block-product-description .single_add_to_cart_button {
	display: inline-block;
	margin-top: 13px;
	font-weight: 700;
	width: auto;
	padding: 8px 20px 8px 58px;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: none;
}
#block-product .block-product-description .single_add_to_cart_button .icon{
	width:27px;
	height:24px;
	display:block;
	position:absolute;
	left:13px;
	top:50%;
	margin-top:-12px;
	background:url(images/sprite.png) no-repeat -62px -34px;
}
.block-product-options .price,
.block-discount .price{
	position:relative;
	width:135px;
	padding:45px 0;
	font-size:44px;
	overflow: hidden;
	text-align:center;
	float:left;
	line-height: 1;
}
.block-discount .price{
	float:none;
	text-align:center;
	width:auto;
}
.block-product-options .price .w-line,
.block-discount .price .w-line {
	position:absolute;
	left:50%;
	margin-left:-32px;
	height:16px;
	width:65px;
	display:block;
	background:url(images/sprite.png) no-repeat 0 -83px;
}
.block-product-options .price .w-line.w-top,
.block-discount .price .w-line.w-top{
	top:0
}
.block-product-options .price .w-line.w-bottom,
.block-discount .price .w-line.w-bottom{
	bottom:0
}

.block-shopping-list .block-count .quantity {
	height:42px;
	width: 100%;
}
.block-shopping-list .block-count .quantity .minus,
.block-shopping-list .block-count .quantity .plus {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #000;
	font-weight: bold;
	font-size: 17px;
	float: left;
	width: 38px;
	height: 40px;
	display: block;
	position: relative;
}
.block-shopping-list .block-count .quantity .input-text {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 1px 10px 0;
	padding: 8px 10px 8px 20px;
	width: 75px;
	height: 38px;
	line-height: 20px;
	background: none;
	outline: none;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}
.block-count a{
	float:left;
	width:38px;
	height:42px;
	display:block;
}
.block-count a.plus{
	float:right;
}
.block-count .count{
	float:left;
	width:75px;
	padding:0 10px;
}
.block-count .count input{
	padding:11px 10px;
	width:55px;
	height:20px;
	line-height:20px;
	border:0;
	background:none;
	outline:none;
	text-align:center;
	font-size:12px;
	font-weight:700;
}
.block-product-options .btn-block{
	width:167px;
	padding-top:13px;
	padding-left:2px;
}
.block-product-options .btn-block .btn-orange{
	font-weight:700;
	width:114px;
	padding:0 0 0 53px;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
}
.block-product-options .btn-block .btn-orange span.icon{
	width:27px;
	height:24px;
	display:block;
	position:absolute;
	left:13px;
	top:50%;
	margin-top:-12px;
	background:url(images/sprite.png) no-repeat -62px -34px;
}

.woocommerce-cart .block-shopping {
	border-bottom:1px solid #000;
	padding: 0 0 18px ;
}
.woocommerce-cart .page .entry-header {
	margin: 0;
	padding: 39px 0 22px;
}
.woocommerce-cart .page .entry-header .entry-title {
	font-size: 16px;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}
.woocommerce-cart .page .entry-content {
	margin: 0;
}
.woocommerce-cart .page .cart-empty {
	line-height: 1;
	padding-top:63px;
	padding-bottom:120px;
	text-align: center;
}
.woocommerce-cart .page .cart-empty .cart-message,
.page .page .cart-empty .cart-message  {
	position:relative;
	min-height:140px;
	padding-left:232px;
	display:inline-block;
	vertical-align:top;
	width:482px;
	text-align:left;
}
.woocommerce-cart .page .cart-empty .cart-message .text,
.page .page .cart-empty .cart-message .text{
	font-size:31px;
	padding-bottom:27px;
}
.woocommerce-cart .page .cart-empty .cart-message .btn-orange,
.page .page .cart-empty .cart-message .btn-orange {
	font-size:14px;
	font-weight:700;
	text-transform: uppercase;
}
.woocommerce-cart .page .cart-empty .cart-message span.icon,
.page .page .cart-empty .cart-message span.icon {
	position:absolute;
	left:0;
	top:11px;
	width:138px;
	height:121px;
	display:block;
	background:url(images/cart-empty-icon.png) no-repeat 0 0;
}
.cart-message-active span.arrow{
	width:51px;
	height:46px;
	position:absolute;
	left:58px;
	top:30px;
	background:url(images/sprite.png) no-repeat 0 -167px;
}
.block-contacts .body{
	overflow:hidden;
}
.block-contacts .map{
	margin-bottom:20px;
}
.block-contacts .map iframe {
	width: 100%;
	max-width: 100%;
}
.block-contacts .text{
	line-height: 1.6;
	font-weight:400;
	margin-bottom: 0;
}

.woocommerce-account .entry-header {
	margin: 39px 0 22px;
}
.woocommerce-account .entry-header .entry-title {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
.woocommerce-account .entry-content {
	margin: 0;
}
.woocommerce-account .entry-content h2,
.woocommerce-account .entry-content h3,
.woocommerce-checkout .entry-content h2,
.woocommerce-checkout .entry-content h3 {
	font-weight: bold;
	font-size: 16px;
}
#ship-to-different-address .checkbox {
	display: inline-block;
}
#ship-to-different-address .input-checkbox {
	margin: 0 0 0 5px;
}
.woocommerce-account .entry-content address,
.woocommerce-checkout .entry-content address {
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}
.woocommerce-account .entry-content .input-text {
	min-height: 35px;
}
.chosen-container .chosen-results li.highlighted {
	background: #e1e1e1;
	color: #000;
}
.woocommerce-account table.shop_table,
.woocommerce-checkout table.shop_table {
	border: 0 none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-collapse: collapse;
	font-size: 100%;
	text-align: center;
	width:100%;
}
.woocommerce-account table.shop_table th,
.woocommerce-checkout table.shop_table th {
	background:#efefef;
	border:2px solid #fff;
	font-size:16px;
	font-weight:300;
	height:20px;
	line-height:20px;
	padding:13px 10px;
}
.woocommerce-account table.shop_table td,
.woocommerce-checkout table.shop_table td {
	border: 0 none;
	border-bottom:1px solid #efefef;
	height:20px;
	line-height:20px;
	padding:13px 10px;
	text-align:center;
}
.woocommerce-account table.shop_table .amount,
.woocommerce-account table.shop_table .order-status {
	font-weight: bold;
}
.woocommerce-account table.shop_table .order-actions {
	text-align: center;
}
.woocommerce-account table.shop_table .btn {
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
}
.woocommerce-account table.shop_table p {
	line-height: 20px;
}
.woocommerce-account table.order_details,
.woocommerce-account table.order_details td,
.woocommerce-checkout table.order_details,
.woocommerce-checkout table.order_details td {
	text-align: left;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
	margin: 0;
}
.woocommerce-account table.order_details tfoot td,
.woocommerce-checkout table.order_details tfoot td {
	border: 0 none;
}
.woocommerce-account table.order_details tfoot th,
.woocommerce-account table.order_details tfoot td,
.woocommerce-account table.order_details tbody td,
.woocommerce-checkout table.order_details tfoot th,
.woocommerce-checkout table.order_details tfoot td,
.woocommerce-checkout table.order_details tbody td {
	background: none;
	border: 0 none;
	border-bottom: 1px solid #efefef;
}
.woocommerce-account .customer_details,
.woocommerce-account .myaccount_address,
.woocommerce-checkout .customer_details,
.woocommerce-checkout .myaccount_address {
	margin-bottom: 20px;
}

.block-account-head ul{
	list-style:none;
	display:table;
	width:100%;
	font-size:0;
}
.block-account-head ul li{
	display:inline-block;
	vertical-align:top;
	padding-right:98px;
}
.block-account-head ul li.last{
	padding-right:0;
}
.block-account-head ul li a{
	padding-bottom:12px;
	display:block;
	color:#000;
	border-bottom:2px solid transparent;
}
.block-account-head ul li.active a,
.block-account-head ul li a:hover{
	border-bottom:2px solid #ff3112;
	color:#ff3112;
}

.block-account-head ul li a{
	font-size:17px;
	color:#000;
	font-weight:700;
}

.sort-bar{
	padding:34px 0 12px;
	height:25px;
}
.sort-bar .selectbox{
	float:right;
}

.woocommerce-cart .page .entry-header .entry-title span.item-count{
	font-weight:300;
	margin-left:15px;
}

.block-shopping .block-shopping-list{
	padding-left:55px;
}
.woocommerce-cart .page .right{
	width:232px;
	float:right;
}
.woocommerce-cart .page .right .cart_totals,
.woocommerce-cart .page .right .shipping_calculator {
	float: none;
	width: 100%;
}
.woocommerce-cart .page .left{
	width:550px;
	float:left;
}
.block-shopping-list .item{
	padding:30px 0;
	border-top:1px solid #e0e0e0;
	position:relative;
}
.block-shopping-list .item:first-child{
	border-top:0;
}
.block-shopping-list .item a.close{
	position:absolute;
	left:-55px;
	top:30px;
	display:block;
	width:34px;
	height:34px;
	background:url(images/sprite.png) no-repeat 0 -102px;
	font-size:0;
	text-indent:-9999px;
}
.block-shopping-list .variation {
	line-height:20px;
	font-size:12px;
	padding-top:16px;
}
.block-shopping-list .variation dt {
	clear: left;
	display: inline-block;
	font-weight: normal;
}
.block-shopping-list .variation dd {
	display: inline-block;
}
.block-shopping-list .variation dd p {
	margin: 0;
}
.block-shopping-list .top{
	overflow:hidden;
}
.block-shopping-list .top .img{
	float:left;
	height: 90px;
	margin-right:30px;
	width: 90px;
}
.block-shopping-list .top .text{
	float:left;
	width:370px;
}
.block-shopping-list .t-left{
	float:left;
	width:185px;
	line-height:20px;
	font-size:16px;
}
.block-shopping-list .t-left .price{
	padding-top:30px;
}
.block-shopping-list .t-left a{
	color:#000;
	font-weight:700;
}
.block-shopping-list .t-right{
	width:173px;
	float:right;
}
.block-shopping-list .t-right .sum{
	overflow:hidden;
	padding-top:17px;
}
.block-shopping-list .t-right .sum label{
	float:left;
	cursor:pointer;
	font-weight:700;
	line-height:30px;
}
.block-shopping-list .t-right .sum .price{
	font-size:30px;
	float:right;
	line-height:30px;
}
.block-cod {
	height:42px;
	width:207px;
	margin-bottom:27px;
}
.block-cod .input-text {
	padding: 8px 11px;
	height:38px;
	line-height:20px;
	width:130px;
	float:left;
	background:none;
	outline:none;
}
.block-cod input.search-btn,
.block-cod input.search-btn:hover {
	float:left;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	color: #000;
	font-weight: bold;
	margin-left: 3px;
	padding: 0;
	width:50px;
	height:38px;
	line-height: 38px;
	cursor:pointer;
}

.block-content .img{
	float:left;
	width:40%;
}
.block-content .img img{
	vertical-align:top;
	width:100%;
}
.block-content .text{
	width:55%;
	float:left;
	padding-left:5%;
	font-size:15px;
	line-height:25px;
}
.block-content h2{
	font-size:29px;
	font-weight:900;
	padding-bottom:20px;
}
.block-content p{
	padding-bottom:10px;
}
.block-quote{
	padding-top:85px;
	padding-left:67px;
	position:relative;
}
.block-quote span.icon{
	position:absolute;
	left:0;
	top:90px;
	display:block;
	width:29px;
	height:22px;
	background:url(images/sprite.png) no-repeat -36px -102px;
}
.block-quote h3{
	font-size:18px;
	font-weight:700;
	padding-bottom:10px;
}
.block-quote p{
	font-style:italic;
}
.block-quote .author{
	font-size:12px;
	font-weight:700;
	padding-top:15px;
}

.woocommerce-checkout .entry-header {
	margin: 0;
	padding: 39px 0 22px;
}
.woocommerce-checkout .entry-header .entry-title {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
.block-progres-line {
	padding-bottom: 70px;
	position:relative;
}
.block-progres-line span.line {
	height:1px;
	margin: 0 3px;
	background:#e0e0e0;
	display:block;
}
.block-progres-line ul {
	list-style:none;
	font-weight:700;
	margin: 0;
	padding:15px 3px 0;
}
.block-progres-line ul li{
	width:20%;
	float:left;
	position:relative;
	text-align:center;
}
.block-progres-line ul li a {
	color: #000;
	display: block;
	text-decoration: none;
}
.block-progres-line ul li.active a,
.block-progres-line ul li a:hover {
	color :#ff3112;
}
.block-progres-line ul li .icon{
	width:13px;
	height:13px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-6px;
	top:-22px;
	background:url(images/sprite.png) no-repeat 0 -61px;
}
.block-progres-line ul li.active .icon,
.block-progres-line ul a:hover .icon {
	background-position:-16px -61px;
}
.block-progres-line ul li.disabled a,
.block-progres-line ul li.disabled a:hover {
	color :#e1e1e1;
	cursor: default;
}
.block-progres-line ul li.disabled .icon,
.block-progres-line ul li.disabled a:hover .icon {
	background-position: 0 -61px;
}
.block-progres-line ul li.first .icon {
	left:-3px;
	margin:0;
}
.block-progres-line ul li.last .icon{
	right:-3px;
	left:auto;
	margin:0;
}
.block-progres-line ul li.first{
	text-align:left;
}
.block-progres-line ul li.last{
	text-align:right;
}
.checkout-box {
	border-bottom:1px solid #000;
	padding: 0 0 40px;
}
.checkout-box .btn-box {
	border-top:1px solid #000;
	margin-top: 20px;
	padding: 20px 3px 0;
	text-align: right;
}
#login-box .login {
	display: block !important;
}
.checkout-section {
	display: none;
}
.checkout-section.active {
	display: block;
}
#login-box .login {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
#login-box .login .caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	width: 227px;
}
#login-box .login .form-block {
	display: inline-block;
	padding: 0;
	width: 216px;
	text-align: left;
}
#login-box .login .form-block p {
	float: none;
	margin: 0 0 15px;
	padding: 0;
	width: auto;
}
#login-box .login label {
	display: none;
}
#login-box .login .input-text {
	height: 35px;
	width: 190px;
}
#login-box .login .form-block p.lost_password {
	margin: -10px 0 20px;
}
#login-box .login .lost_password a {
	color: #ff3112;
	font-size: 13px;
	line-height: 1;
}
#login-box .login .button {
	color: #000;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, .3);
	box-shadow: 0px 1px 3px rgba(0,0,0, .3);
	font-weight: 700;
	font-size: 14px;
	line-height: 36px;
}
.checkout-section .title {
	font-weight: bold;
	font-size: 16px;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
	height: 38px;
	border: 1px solid #e0e0e0;
	background: #fff;
	box-shadow: none;
	color: #000;
	line-height: 38px;
}
.chosen-container-single .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
	background-position: 0 10px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -17px 10px !important;
}
.chosen-container .chosen-drop {
	border-color: #e0e0e0;
	box-shadow: none;
}
.chosen-container textarea {
	padding: 10px;
}
#order-box .shop_table {
	border: 0;
	border-collapse: collapse;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}
#order-box .shop_table thead th {
	background: #efefef;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	padding: 13px 10px;
}
#order-box .shop_table tbody td,
#order-box .shop_table tfoot td,
#order-box .shop_table tfoot th {
	border: 0 none;
	border-bottom: 1px solid #efefef;
	line-height: 20px;
	padding: 13px 10px;
}
#order-box tfoot th {
	background: none;
}
.woocommerce #payment,
.woocommerce-page #payment {
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border-bottom: 1px solid #000;
	padding: 0 0 20px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	border: 0 none;
	padding: 20px 0 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	text-shadow: none;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	background: none;
	border: 1px solid #000;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	text-shadow: none;
	width: 100%;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
	display: none;
}

.check-list{
	list-style:none;
	padding-bottom:10px;
}
.check-list li{
	padding:0;
}

.check-list li .checkbox {
	font-weight: normal;
}

.block-gray{
	padding:45px 0 40px;
	background:#efefef;
}
.block-user-options .block-gray {
	margin-bottom: 45px;
	text-align: center;
}
.block-user-options .caption{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:227px;
	font-size:30px;
	text-transform: uppercase;
	line-height: 1;
}
.block-user-options .check-list {
	margin: 0;
	padding: 0;
}
.block-user-options .check-list p {
	margin-bottom: 0;
}
.block-user-options .caption b{
	font-weight:800;
}
.block-user-options .right{
	display:inline-block;
	vertical-align:top;
	width:216px;
	text-align:left;
}
input.input-text{
	border:1px solid #e0e0e0;
	position:relative;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	height:19px;
	line-height:19px;
	padding:7px 10px;
}
.form-item .item{
	padding-bottom:15px;
	overflow:hidden;
}
.form-item input.input-text{
	float:left;
}
.form-item .forgot{
	float:left;
	line-height:35px;
}
.form-item .forgot a{
	color:#ff3112;
	font-size:13px;
}

.block.block-product-list-slider{
	float: right;
	padding-top:0;
}
.block.block-product-list-slider .head{
	padding:0 0 11px;
}
.block-product-list-slider .head .title{
	float:left;
	line-height:25px;
}
.block-product-list-slider .head .right{
	float:right;
}
.block-product-list-slider .head .right .selectbox .select,
.block-product-list-slider .head .right .selectbox .dropdown {
	width: 160px;
}
.block-product-list-slider .head .right .woocommerce-message {
	display: none;
}
.block-product-list-slider .head .right .woocommerce-result-count {
	display: none;
}
.block-product-list-slider .head .right .woocommerce-ordering {
	margin: 0;
}
.block-product-list-slider .flexslider{
	width:auto;
}
.block-product-list-slider .flex-control-nav{
	position:static;
}
.block-product-list-slider .flex-direction-nav a{
	top:auto;
	bottom:0;
}
.block-product-list-slider a.slider-btn{
	position:absolute;
	bottom:0;
}
.block-product-list-slider a.slider-btn.next{
	right:6px;
}
.block-product-list-slider a.slider-btn.prev{
	right:40px;
}
.block-product-list-slider .carousel li{
	margin-right:12px;
}

/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar .widget {
	line-height: 1.5;
	margin-bottom: 31px;
}
.sidebar .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget .head{
	border-bottom:3px solid #000;
	padding-bottom:13px;
	position:relative;
	margin-bottom: 10px;
}
.sidebar .widget .head .title{
	color:#000;
	font-size:17px;
	font-weight:800;
	text-transform:uppercase;
}
.sidebar .widget .head a.close{
	font-size:0;
	text-indent:-9999px;
	display:block;
	background:url(images/sprite.png) no-repeat -68px -102px;
	width:9px;
	height:9px;
	position:absolute;
	right:0;
	bottom:15px;
}
.sidebar .widget a {
	color: #000;
}
.sidebar .widget a:hover {
	opacity: .5;
}
.sidebar .widget ol,
.sidebar .widget ul {
	list-style:none;
}
.sidebar .widget ol ol,
.sidebar .widget ul ul {
	padding-left: 10px;
}
#wp-calendar {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding-bottom: 5px;
}
#wp-calendar th,
#wp-calendar td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
}
.sidebar .widget .search-text,
.sidebar .widget #s {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 10px;
	padding: 6px;
	width: 100%;
}
.sidebar .widget .search-btn,
.sidebar .widget #searchsubmit {
	background: #ff3112;
	border: 0 none;
	color: #fff;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.sidebar .widget .selectbox,
.sidebar .widget .select,
.sidebar .widget select {
	height: 25px;
	width: 100%;
}
.sidebar .widget .select,
.sidebar .widget .dropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.sidebar .widget.widget_recent_entries li,
.sidebar .widget.widget_rss li {
	margin-bottom: 10px;
}
.sidebar .widget.widget_recent_entries .post-date,
.sidebar .widget.widget_rss .rss-date {
	color: #ccc;
	display: block;
	font-size: 80%;
}
.sidebar .widget .cart_list li,
.sidebar .widget .product_list_widget li {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}
.sidebar .widget .cart_list li:last-child,
.sidebar .widget .product_list_widget li:last-child {
	border-bottom: 0 none;
}
.sidebar .widget .cart_list li a,
.sidebar .widget .product_list_widget li a {
	font-weight: normal;
	margin-bottom: 5px;
}
.sidebar .widget .cart_list li a img,
.sidebar .widget .product_list_widget li a img {
	box-shadow: none;
	-webkit-box-shadow: none;
	height: 70px;
	width: 70px;
}
.sidebar .widget .star-rating {
	margin-bottom: 5px;
}
.sidebar .widget .block-cart-top {
	display: none !important;
}
.sidebar .widget .block-cart-list {
	display: block !important;
	opacity: 1 !important;
}
.sidebar .widget .block-cart-list .item {
	margin-bottom:1px;
	padding:20px 0;
	min-height:67px;
	position:relative;
}
.sidebar .widget .block-cart-list .item a.close {
	position:absolute;
	left:0;
	top:20px;
	width:34px;
	height:34px;
	display:block;
	background:url(images/sprite.png) no-repeat 0 -102px;
	font-size:0;
	text-indent:-9999px;
}
.sidebar .widget .block-cart-list .price{
	line-height:17px;
	font-size:16px;
	min-height: 25px;
	padding: 9px 0 9px 50px;
}
.sidebar .widget .block-cart-list .img{
	margin-right:20px;
	float:left;
	height: 67px;
	width: 67px;
}
.sidebar .widget .block-cart-list .img img {
	float: none;
	margin-left: 0;
	width: 100%;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.sidebar .widget .block-cart-list .text{
	float:left;
	line-height:15px;
	font-size:13px;
}
.sidebar .widget .block-cart-list .text a{
	color:#000;
	font-weight: normal;
}
.sidebar .widget .block-cart-list .text .count{
	padding-top:10px;
	font-weight:700;
}
.sidebar .widget .block-cart-list .text .caption{
	font-weight:700;
	display:block;
}
.sidebar .widget .block-cart-list .btn-block{
	padding:4px 0;
}
.sidebar .widget .block-cart-list .btn-block .btn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	width: 100%;
}
.sidebar .widget .block-cart-list .btn-block .btn-orange {
	color: #fff;
}
.sidebar .widget .block-cart-list .item-list .empty {
	margin: 0;
	padding: 20px 10px;
	text-align: center;
}
.sidebar .widget.widget_product_categories .head {
	margin-bottom: 0;
}
.sidebar .widget.widget_product_categories ul {
	margin: 0;
	padding: 0;
}
.sidebar .widget.widget_product_categories ul li {
	border-top:1px solid #e0e0e0;
}
.sidebar .widget.widget_product_categories > ul > li:first-child {
	border-top:0;
}
.sidebar .widget.widget_product_categories a {
	color:#000;
	font-size:13px;
	line-height:25px;
	padding:12px 0;
	display:block;
	position:relative;
	opacity: 1;
}
.sidebar .widget.widget_product_categories a + .count {
	display: none;
}
.sidebar .widget.widget_product_categories .cat-parent > a:before {
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-4px;
	width:11px;
	height:8px;
	background:url(images/sprite.png) no-repeat -94px -102px;
	content: "";
}
.sidebar .widget.widget_product_categories .cat-parent > a:hover:before  {
	background-position:-94px -113px;
}
.sidebar .widget.widget_product_categories .cat-parent.current-cat > a:before,
.sidebar .widget.widget_product_categories .cat-parent.current-cat-parent > a:before {
	background-position:-80px -102px;
}
.sidebar .widget.widget_product_categories .cat-parent.current-cat > a:hover:before,
.sidebar .widget.widget_product_categories .cat-parent.current-cat-parent > a:hover:before {
	background-position:-80px -113px;
}
.sidebar .widget.widget_product_categories ul ul {
	background:#f8f8f8;
}
.sidebar .widget.widget_product_categories ul ul li {
	padding-left:14px;
	padding-right:20px;
}
.sidebar .widget.widget_product_categories .children {
	display: none;
}
.sidebar .widget.widget_product_categories .current-cat.cat-parent > .children,
.sidebar .widget.widget_product_categories .current-cat-parent.cat-parent > .children {
	display: block;
}
.sidebar .widget.widget_product_categories select,
.sidebar .widget.widget_product_categories .selectbox {
	margin-top: 20px;
}
.sidebar .widget.widget_product_categories .selectbox .dropdown {
	padding: 0;
}
.sidebar .widget.widget_product_categories .selectbox .dropdown ul li {
	padding: 0 10px;
}
.sidebar .widget.widget_layered_nav .head {
	margin-bottom: 0;
}
.sidebar .widget.widget_layered_nav ul li{
	border-top:1px solid #e0e0e0;
	height:25px;
	line-height:25px;
	padding:12px 0;
	position: relative;
}
.sidebar .widget.widget_layered_nav ul li a {
	color: #000;
	display: block;
	float: none;
	opacity: 1;
	padding: 0 30px 0 0;
}
.sidebar .widget.widget_layered_nav ul li .count {
	cursor: pointer;
	width: 25px;
	height: 25px;	
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background: url(images/sprite.png) no-repeat 0 -139px;
	text-indent: -9999px;
}
.sidebar .widget.widget_layered_nav ul li .count:hover,
.sidebar .widget.widget_layered_nav ul li a:hover + .count {
	background-position: -28px -139px;
}
.sidebar .widget.widget_layered_nav ul li.chosen a {
	background: none;
	border: 0 none;
}
.sidebar .widget.widget_layered_nav ul li.chosen .count,
.sidebar .widget.widget_layered_nav ul li.chosen a:hover + .count {
	background-position: -56px -139px;
}
.sidebar .widget.widget_layered_nav ul li.chosen a:before {
	display: none;
}
.sidebar .widget.widget_layered_nav select,
.sidebar .widget.widget_layered_nav .selectbox {
	margin-top: 20px;
}
.sidebar .widget.widget_layered_nav .selectbox .dropdown {
	padding: 0;
}
.sidebar .widget.widget_layered_nav .selectbox .dropdown ul li {
	padding: 0 10px;
}
.sidebar .widget.widget_price_filter .head {
	margin-bottom: 19px;
}
.sidebar .widget.widget_price_filter input[type="text"] {
	opacity: 0;
}
.sidebar .widget.widget_price_filter .ui-slider-horizontal {
	height: 4px;
	background: #e0e0e0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
	background: #ff3112;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
	height: 13px;
	top: -5px;
	width: 21px;
	padding: 0;
	margin: 0 0 0 -11px;
	background: url(images/sprite.png) no-repeat -84px -61px;
	border: 0 none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	opacity: 1;
}
.sidebar .widget.widget_price_filter .price_label {
	font-size: 15px;
}
.sidebar .widget.widget_price_filter .button {
	height: auto;
	line-height: 1;
	padding: 7px 10px;
}
.sidebar .widget.widget_layered_nav_filters ul li a {
	background: #ff3112;
	border: 1px solid #ff3112;
	color: #fff;
	display: block;
	margin: 2px;
}
.sidebar .widget.widget_layered_nav_filters ul li a .amount {
	color: #fff;
}
.sidebar .widget .amount {
	color: #ff3112;
	font-size: 19px;
}
.sidebar .widget del {
	font-size: 19px;
}
.sidebar .widget ins {
	text-decoration: none;
}
.sidebar .widget del .amount {
	color: #000;
	font-size: 80%;
}
.block-banner a img{
	vertical-align:top;
}
/* Sidebar
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	min-width:320px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	padding: 15px 0 78px;
}
#footer .inside{
	max-width:820px;
	padding:0 10px;
}
#footer ul{
	list-style:none;
}
#footer .right{
	float:right;
	padding-top:35px;
	text-align: right;
}
.footer-nav ul {
	margin: 0 -22px 0 0;
}
.footer-nav ul li {
	display:inline-block;
	vertical-align:top;
	padding: 0 22px;
}
.footer-nav ul li a{
	color:#444;
	text-transform:uppercase;
	font-size:12px;
}
.copyright{
	font-size:11px;
	line-height:15px;
	color:#888;
	margin-top:18px;
}

.label_check{
	display:block;
	cursor:pointer;
	line-height:25px;
	position:relative;
}
.label_check .check-icon{
	width:25px;
	height:25px;
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-12px;
	background:url(images/sprite.png) no-repeat 0 -139px;
}
.label_check:hover .check-icon{
	background-position:-28px -139px;
}
.label_check.c_on .check-icon{
	background-position:-56px -139px;
}
.label_radio{
	display:block;
	cursor:pointer;
	line-height:20px;
	position:relative;
	font-size:15px;
}
.label_radio .radio-icon{
	width:12px;
	height:12px;
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-6px;
	background:url(images/sprite.png) no-repeat -68px -124px;
}
.label_radio.r_on .radio-icon{
	background-position:-83px -124px;
}
.label_check input,
.label_radio input  { margin-right: 5px; }

.has-js .label_check { padding-right: 30px; }
.has-js .label_radio { padding-left: 30px; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 99;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	outline:none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}



/* prize slider */
.ui-slider-horizontal {
    height: 4px;
    background:#e0e0e0;
    float: left;
    width: 210px;
}
.ui-slider-horizontal .ui-slider-range {
    background: #ff3112;
}
.ui-slider .ui-slider-handle {
    height:13px;
    top: -5px;
    width:21px;
    padding: 0;
    margin: 0;
	background:url(images/sprite.png) no-repeat -84px -61px;
	cursor:pointer;
}
.slider-box {
    width: 196px;
    height: 35px;
    position: relative;
    margin: 19px 0 0 3px;
	z-index:10;
}
.slider-box .label {
    height: 19px;
    float: left;
    width: 30px;
    text-align: center;
}
.slider-box .f-data,
.slider-box .l-data {
    color: #000;
	font-family:Arial, Geneva, sans-serif;
    display: block;
    width: 73px;
    text-align: right;
    margin: 0 0 0 -25px;
    position: absolute;
    top:15px;
	text-align:center;
}
.slider-box .f-data i {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    font-style: normal;
}
.slider-box input{
	outline:none;
}

/* Posts
-----------------------------------------------------------------------------*/
article.type-post {
	margin-bottom: 40px;
}
.entry-header,
.archive-header {
	margin: 0 0 20px;
}
.entry-header .entry-title,
.archive-header .archive-title {
	border-bottom: 1px solid #ccc;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 5px;
}
.entry-header .entry-title a {
	color: #000;
}
.entry-header .entry-title a:hover {
	opacity: 0.7;
}
.archive-header {
	margin-bottom: 30px;
}
.archive-header .archive-title {
	font-size: 32px;
}
.taxonomy-description {
	margin-top: 10px;
}
.entry-content {
	line-height: 1.5;
	margin-bottom: 20px;
}
.entry-thumbnail {
	background: #EDEDED;
	line-height: 1;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
}
.entry-thumbnail img {
	width: 100%;
}
footer.entry-meta {
	padding: 15px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 2px solid #ccc;
}
.sticky footer.entry-meta {
	border-bottom: 0 none;
	padding-bottom: 0;
}
.navigation {
	margin-bottom: 20px;
}
.screen-reader-text {
	font-weight: bold;
	margin-bottom: 10px;
}
.paging-navigation {
	text-align: center;
}
.pagination {
	border: 1px solid #e0dadf;
	display: inline-block;
}
.pagination .page-numbers {
	border-right: 1px solid #e0dadf;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
}
.pagination .page-numbers:last-child {
	border: 0 none;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background: #f7f6f7;
	color: #998896;
}
.nav-links {
	border-bottom: 2px solid #ccc;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 15px 0;
	overflow: hidden;
}
.nav-links .prev {
	float: left;
	margin: 0 5px 0 0;
}
.nav-links .next {
	float: right;
	margin: 0 0 0 5px;
}
.nav-links .meta-nav {
	font-size: 25px;
	line-height: 7px;
	vertical-align: top;
}
.single-post article.type-post {
	margin-bottom: 0;
}
.single-post footer.entry-meta {
	border-bottom: 1px dotted #ccc;
}
.single-post #comments {
	margin: 0;
}
.single-post #comments .comments-title {
	border: 0 none;
	margin-top: 45px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Galleries
-----------------------------------------------------------------------------*/
.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}
.gallery-item {
	float: left;
	line-height: 0;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail,
.gallery-columns-5.gallery-size-thumbnail,
.gallery-columns-6.gallery-size-thumbnail,
.gallery-columns-7.gallery-size-thumbnail,
.gallery-columns-8.gallery-size-thumbnail,
.gallery-columns-9.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Comments
-----------------------------------------------------------------------------*/
#comments {
	margin: 45px 0;
}
#comments.empty {
	margin: 0;
}
#comments .comments-title,
#comments #reply-title {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
#comments #reply-title {
	margin: 0 0 20px;
}
#comments .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments .comment-list ol {
	list-style: none;
}
#comments .comment-list .comment {
	border-top: 1px solid #ccc;
	clear: both;
	margin: 20px 0 0;
	padding: 20px 0 0;
	overflow: hidden;
}
#comments .comment-list .comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#comments .comment-list .comment .avatar {
	float: left;
	height: 90px;
	margin: 0 20px 0 0;
	width: 90px;
}
#comments .comment-list .comment .comment-author {
	color: #777;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
#comments .comment-list .comment .comment-author .fn {
	color: #41a3e1;
}
#comments .comment-list .comment .comment-metadata {
	margin-bottom: 10px;
}
.moderation {
	font-size: 14px;
	font-style: italic;
}
#comments .comment-list .comment:last-child {
	margin-bottom: 0;
}
#comments .comment-list .comment .reply a {
	font-size: 14px;
	line-height: 22px;
}
#comments .comment-list .comment .children {
	margin-top: 30px;
	margin-bottom: 0;
}
#comments #respond {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin: 17px 0 0;
	padding-bottom: 20px;
}
#comments #respond label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}
#comments #respond .input-block-level {
	padding: 5px;
}
#comments #respond .form-submit {
	line-height: 1;
	margin: 0;
}
#comments #respond #submit {
	background: #ff3112;
	border: 0 none;
	height: 46px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}
#comments #respond #submit:active {
	-webkit-box-shadow: inset 0 2px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0 2px rgba(0,0,0,.25);
	box-shadow: inset 0 2px rgba(0,0,0,.25);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.required {
	color: red;
}

/* Compare / Wishlist
-----------------------------------------------------------------------------*/
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
	background: #ff3112;
	border-color: #ff3112;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-shadow: none;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
	background: #ff3112;
	border-color: #ff3112;
	opacity: .8;
}
.woocommerce .main .compare {
	clear: both;
	display: inline-block;
	height: auto;
	margin: 10px 0 0;
	padding: 0;
	text-shadow: none;
}
.woocommerce .main .compare.button {
	padding: 0 20px;
}
.sidebar .widget.yith-woocompare-widget .products-list li {
	padding: 10px 0;
}
.sidebar .widget.yith-woocompare-widget .products-list a.remove {
	color: #ff3112;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
}
.sidebar .widget.yith-woocompare-widget .products-list a.remove:hover {
	background-color: #ff3112;
	color: #fff;
	opacity: 1;
}
.sidebar .widget.yith-woocompare-widget .clear-all {
	float: right;
	margin: 10px 0 0;
}
.sidebar .widget.yith-woocompare-widget .button {
	clear: none;
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
}
#yith-wcwl-form h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
#yith-wcwl-form .wishlist_table {
	border: 0 none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}
#yith-wcwl-form .wishlist_table th {
	background: #efefef;
	border: 2px solid #fff;
	font-size: 16px;
	font-weight: 300;
	height: 20px;
	line-height: 20px;
	padding: 13px 10px;
}
#yith-wcwl-form .wishlist_table td {
	border: 0 none;
	border-bottom: 1px solid #efefef;
	height: 20px;
	line-height: 20px;
	padding: 13px 10px;
	text-align: center;
	vertical-align: top;
}
#yith-wcwl-form .wishlist_table img {
	height: 90px;
	width: 90px;
}
#yith-wcwl-form .wishlist_table .button {
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
}
#yith-wcwl-form .wishlist_table .remove {
	width: 34px;
	height: 34px;
	display: block;
	background: url(images/sprite.png) no-repeat 0 -102px;
	font-size: 0;
	text-indent: -9999px;
	margin: 0 auto;
}
.yith-wcwl-share h4 {
	font-weight: bold;
	margin: 0 0 10px;
}
.yith-wcwl-share ul {
	margin: 0;
	padding: 0;
}
#yith-wcwl-popup-message {
	display: none !important;
}
.yith-wcwl-add-to-wishlist {
	clear: both;
}
.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i {
	margin-right: 0;
}
table.compare-list .remove td a{
	width: 34px;
	height: 34px;
	display: block;
	background: url(images/sprite.png) no-repeat 0 -102px;
	font-size: 0;
	text-indent: -9999px;
	margin: 0 auto;
}

/* Shortcodes
-----------------------------------------------------------------------------*/
.shortcode {
	margin-bottom: 30px;
}
.shortcode-carousel {
	position: relative;
}
.shortcode-carousel .products {
	margin-left: -10px;
	margin-right: -10px;
}
.shortcode-carousel .products .product-list {
	list-style: none;
	margin: 0;
}
.shortcode-carousel .products .product-list .product {
	display: block;
	float: left;
	margin: 0;
	width: 285px;
	min-width: inherit;
	max-width: inherit;
}
.shortcode-carousel .slider-btn {
	width: 10px;
	height: 19px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	background: url(images/sprite.png) no-repeat -32px -61px;
	position: absolute;
	top: 41px;
	z-index: 1;
}
.shortcode-carousel .next {
	background-position: -45px -61px;
	right: 0px;
}
.shortcode-carousel .prev {
	right: 33px;
}
.shortcode-carousel .prev:hover {
	background-position: -58px -61px;
}
.shortcode-carousel .next:hover {
	background-position: -71px -61px;
}
.shortcode-carousel .pager {
	position: absolute;
	left: 0;
	margin: 0;
	top: 44px;
	text-align: center;
	width: 100%;
}
.shortcode-carousel .pager a {
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	background: url(images/sprite.png) no-repeat 0 -61px;
	cursor: pointer;
	margin: 0 4px;
}
.shortcode-carousel .pager a.selected,
.shortcode-carousel .pager a:hover {
	background-position: -16px -61px;
}
.shortcode-carousel .pager a.selected {
	cursor: default;
}
.shortcode-carousel.second .products .product-list .item  {
	width: 380px;
}
.shortcode-carousel.second .products .product-list .item .img {
	height: 265px;
}
.shortcode-carousel.second .products .product-list .item .img img {
	margin-top: -77px;
}
.shortcode-carousel.second .products .product-list .item .bottom {
	overflow: hidden;
	padding: 18px 0 17px;
}
.shortcode-carousel.second .products .product-list .item .design {
	float: left;
	padding: 0;
	width: 60%;
}
.shortcode-carousel.second .products .product-list .item .add-to-cart {
	float: right;
	width: 37%;
}
.shortcode-carousel.third .products .product-list .item  {
	position: relative;
}
.shortcode-carousel.third .products .product-list .item .img {
	height: 380px;
	opacity: 1;
	overflow: hidden;
	width: 100%;
}
.shortcode-carousel.third .products .product-list .item .img img {
	height: 100%;
	margin-left: -26px;
	max-width: inherit;
	width: auto;
}
.shortcode-carousel.third .products .product-list .item .bottom {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	padding: 25px 20px 20px;
	display: block;
	background: url(images/sepia.png) repeat 0 0;
	border: 0 none;
	color: #fff;
}
.shortcode-carousel.third .products .product-list .item .caption {
	padding: 0 38px 3px 0;
}
.shortcode-carousel.third .products .product-list .item .caption a,
.shortcode-carousel.third .products .product-list .item .design a {
	color: #fff;
}
.shortcode-carousel.third .products .product-list .item .design {
	border-bottom: 3px solid #fff;
	padding: 0 38px 10px 0;
}
.shortcode-carousel.third .products .product-list .item .add-to-cart {
	position: absolute;
	right: 20px;
	bottom: 55px;
	z-index: 1;
}
.shortcode-carousel.third .products .product-list .item .add-to-cart a {
	overflow: hidden;
	padding-left: 30px;
	width: 0;
}
.shortcode-carousel.third .products .product-list .item .add-to-cart .icon {
	background-position: -62px -34px;
}
.shortcode-carousel.third .products .product-list .item .add-to-cart a:hover .icon,
.shortcode-carousel.third .products .product-list .item.sale .add-to-cart a:hover .icon {
	background-position: 0 -34px;
}
.shortcode-carousel.third .products .product-list .item.sale  {
	width: 570px;
}
.shortcode-carousel.third .products .product-list .item.sale .img img {
	height: auto;
	margin: -140px 0 0;
	width: 100%;
}
.shortcode-carousel.third .products .product-list .item.sale .bottom {
	background: none;
}
.shortcode-carousel.third .products .product-list .item.sale .caption {
	border-bottom: 3px solid #000;
	padding: 0 40px 20px 0;
	margin: 0 100px 0 0;
}
.shortcode-carousel.third .products .product-list .item.sale .caption a {
	color: #000;
}
.shortcode-carousel.third .products .product-list .item.sale .design {
	display: none;
}
.shortcode-carousel.third .products .product-list .item.sale .add-to-cart {
	right: 125px;
	bottom: 43px;
}
.shortcode-carousel.third .products .product-list .item.sale .add-to-cart .icon {
	background-position: -31px -34px;
}
.shortcode-carousel.fourth .products .product-list .item  {
	width: 380px;
}
.shortcode-carousel.fourth .products .product-list .item .img {
	height: 240px;
	min-height: 240px;
	float: left;
	margin: 0 12px 0 0;
	width: 200px;
}
.shortcode-carousel.fourth .products .product-list .item .img img {
	width: auto;
	max-width: inherit;
	height: 100%;
	margin: 0;
}
.shortcode-carousel.fourth .products .product-list .item .bottom {
	border: 0 none;
	height: 240px;
	overflow: hidden;
	padding: 0 0 54px 0;
	position: relative;
}
.shortcode-carousel.fourth .products .product-list .item .caption {
	font-weight: 600;
	padding: 0;
}
.shortcode-carousel.fourth .products .product-list .item .design {
	padding-bottom: 16px;
	white-space: inherit;
	text-overflow: inherit;
}
.shortcode-carousel.fourth .products .product-list .item .add-to-cart {
	bottom: 0;
	position: absolute;
	left: 0;
}
.shortcode-map {
	height: 250px;
	width: 100%;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	padding: 1em!important;
	border: 4px solid #ff3112;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	color: #000;
	line-height: 32px;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
	display: none;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border: 4px solid #ff3112;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	
}
.woocommerce-message + .woocommerce-message {
	display: none;
}
.wp-caption-text,
.bypostauthor {
	
}
.sticky {
	background: #EDEDED;
	border: 3px solid #ff3112;
	margin-bottom: 20px;
	padding: 20px;
}



#rev_slider_3_1_wrapper {
margin-left: -83px!important;
margin-top: 22px!important;
}