/*
Theme Name: WP Shop #36
Description: responsible theme for the e-shop with settings in a template
Version: 1.0
Author: WP Shop Team
Author URI: http://wp-shop.ru
*/

/* FONT AWESOME CORE* -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot?v=4.0.3);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.0.3) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

.icon-minus:before {
	content: "\f068";
}

.icon-plus:before {
	content: "\f067";
}

.icon-plus-sign-alt:before {
	content: "\f055";
}

.icon-minus-sign-alt:before {
	content: "\f056";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-plus-sign:before {
	content: "\f055";
}

.icon-minus-sign:before {
	content: "\f056";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-phone:before {
	content: "\f095";
}

.icon-search:before {
	content: "\f002";
}

.icon-map-marker:before {
	content: "\f041";
}

.icon-envelope:before {
	content: "\f0e0";
}

/* RESET */

*, html, body, div, dl,
dt, dd, ul, ol, li, h1,
h2, h3, h4, h5, h6, pre,
form, label, fieldset, input, p,
blockquote, th, td	 {
	margin:0;
	padding:0;
}

html, body{
	height: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	font-size: 14px;
  color: #000;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	-webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border:0;
}

ol, ul, li {
	list-style:none;
}

caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border:none;
	background: none;
}  /* Gets rid of IE's blue borders  */

img { 
	vertical-align: middle;	
	border:none; 
}

a {
	outline: none; 
	color: #000;
	display: inline;
  text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #000000;
}

input, textarea {
	outline:none;
}

input[type="submit"] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

input:focus,
select:focus,
textarea:focus {
	outline:none;
}

/*CLASS */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.clearRight {
	clear: right;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.just {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.relat {
	position: relative;
}

.over {
	overflow: hidden;
}

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

.through {
	text-decoration: line-through;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 20px;
}

.top20 {
	margin-top: 20px;
}

.hide_mob {
	display: none;
}

@media only screen and (min-width:768px){
	.hide_mob {
		display: block;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*structure ---------------------------------------- */

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width:768px){
	.container {
		max-width: 720px;
	}
}

@media only screen and (min-width: 992px){
	.container {
		max-width: 940px;
	}		
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/*main-container*/

#main-container-wrapp {
	position: relative;
}

#main-content {
  box-sizing: border-box;
  background: #FFF;
  margin-bottom: 20px;
  position:relative;
  width:100%;
  padding-top: 30px;
}

@media only screen and (min-width: 992px){
	#main-content.narrow {
		width: 70%;
		position:relative;	
	}
}

@media only screen and (min-width: 1200px){
	#main-content.narrow {
		width: 75%;
	}
}

/*top menu ---------------------------------------- */

#top_header_wrapp {
	background: #fff;
}

#top_header_wrapp .container {
	background: #3d4958;
	min-height: 48px;
}

.mobile-link-top  {
	display: block !important;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 11px;
	clear: both;
}

.icon_wrapp  {
	color: #fff;
    font-size: 29px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    margin: 0;
}

.icon_wrapp:hover,
.icon_wrapp.active {
	color: #ee5799;
}

#mobilelink {
	display: none;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 902;
	background: #3d4958;
	padding: 10px 0px;
	width: 240px;
}

#mobilelink:before {
	content: "";
    position: absolute;
    bottom: 100%;
    left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 4px 4.5px;
	border-color: transparent transparent #3d4958 transparent;
}

#mobilelink li:first-child {
	border: none;
}

#mobilelink li {
	padding: 3px 0 3px 0;
    white-space: nowrap;
    text-align: center;
}

#mobilelink li a {
    text-decoration: none;
    padding: 3px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ee5799;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 2px;
}

#mobilelink li a:hover,
#mobilelink li.current_page_item a,
#mobilelink li.current-menu-item a {
	color: #ee5799;
}

@media only screen and (min-width:480px){
	.mobile-link-top  {
		margin-left: 20px;
		clear: none;
	}
	
	#mobilelink {
		top: 43px;
	}
}

@media only screen and (min-width:768px){
	
}

@media only screen and (min-width:1200px){
	.menu_top {
		min-width: 0;
	}
	
	#top_header_wrapp .container {
		background: #fff;
	}
	
	.icon_wrapp  {
		color: #3d4958;
	}
}

/*#top menu ---------------------------------------- */

/*search*/

.search {
	width: 100%;
	float: left;
}

.search input#search {
  line-height: 22px;
  height: 40px;
  margin: 0;
  background: #fff;
  border: none;
  color: #000;
  box-sizing: border-box;
  border-radius: 22px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 10px 10px 10px 40px;
}

.search input#submit {
	display: inline-block;
  padding: 0;
  width: 40px;
  text-align: center;
  border: none;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 42px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border-left: none;
  color: #f84588;
  position: absolute;
  left: 0px;
  top: 0px;
}

.search input#submit:hover {
  color: #3d4958;
}

#top_header_wrapp .search  {
	margin: 5px 0px 5px 0px;
}

#sidebar .search {
  padding: 0px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  width: 100%;
  border-radius: 22px;
}

@media only screen and (min-width: 480px){
	#top_header_wrapp .search  {
		width: 50%;
	}
}

@media only screen and (min-width: 768px){
	#top_header_wrapp .search  {
		width: 25%;
	}
}

@media only screen and (min-width: 1200px){
	#top_header_wrapp .search input#search {
		border: 1px solid #ebebeb;
		border-left: none;
	}
	
	#top_header_wrapp .search input#submit {
		border: 1px solid #ebebeb;
		border-right: none;
	}
}

/*#search*/

/*header_info*/

#header_info  {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

#header_info li {
	padding: 0px 10px 0 10px;
	display: inline-block;
}

#header_info li p {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
}

#header_info li a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}

#header_info li a:hover {
	text-decoration: none;
	color: #f84588;
}

#header_info li span {
	color: #fff;
	display: inline-block;
	font-size: 24px;
	margin-right: 8px;
	text-align: center;
}

@media only screen and (min-width: 768px){
	#header_info  {
		float: right;
		padding: 5px 0px 0px;
		clear: none;
		margin-bottom: 0px;
	}
	
	#header_info li {
		float: left;
		padding: 0px 0px 0 20px;
		margin-bottom: 7px;
	}
}

@media only screen and (min-width: 1200px){
	#header_info li p {
		color:#3d4958;
	}
	
	#header_info li a {
		color:#3d4958;
	}
	
	#header_info li span {
		color:#3d4958;
	}
}

/*#header_info*/

/*cart*/

#cart_arrow  {
    box-sizing: border-box;
    float: right;
    position: relative;
    margin-top: 5px;
    margin-left: 20px;
    padding-right: 25px;
}

#cart_arrow>span  {
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    float: left;
    text-align: center;
}

.cart_value {
	position: absolute;
  background: #f84588;
  right: 0px;
  top: 7px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}
    
#wpshop_minicart {
  position: relative;
  text-align: left;
}

.minicart {
	margin: 0px !important;
}

.wpshop_mini_count,
.wpshop_mini_sum {
	margin: 0px 0px 0px 5px !important;
}

@media only screen and (min-width: 1200px){
	#cart_arrow>span  {
		color:#3d4958;
	}
}

/*#cart*/

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

#header_wrapp {
	background-color: #fff;
	padding: 20px 0px;
}

.logo {
	margin: 0 auto 20px;
	float: none;
	text-align: center;
	max-width: 250px;
	width: 100%;
	z-index: 901;
}

.logo a {
	color: #000;
}

.logo a:hover {
	color: #000;
}

.logo img{
	width: 100%;
}

.logo p  {
	color: #000;
	padding-top: 10px;
}


@media only screen and (min-width: 480px){

}

@media only screen and (min-width: 768px){
	.logo {
		margin: 0px auto;
		display: block;
		max-width: 200px;
	}
}

@media only screen and (min-width: 992px){

}

/*#header---------------------------------------- */

/*main menu ---------------------------------------- */

#menu-trigger {
	display: none;
}

#main_menu_wrapp {
  background: #fff;
}

#main_menu_wrapp .container {
	border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#menu-wrap-wide {
	position: relative;
}

#menu-wrap {
	display: none;
	position: relative;
}

#menu-custom, #menu-custom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-custom:before, #menu-custom:after {
	display: table;
	content: "";
}

#menu-custom:after {
	clear: both;
}

#menu-custom {
	zoom: 1;
}

#menu-wrap.desktop > #menu-custom {
	margin-left: -3px;
	margin-right: -3px;
	text-align: center;
	padding: 20px 0px;
}

#menu-wrap.desktop > #menu-custom > li {
	float: none;
    padding: 0px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

#menu-wrap.desktop > #menu-custom > li > a {
	color: #f70887;
    font: 300 14px/2 Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0px 0px 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    text-transform: uppercase;
}

#menu-wrap.desktop > #menu-custom > li.current_page_item > a,
#menu-wrap.desktop > #menu-custom > li.current-menu-item > a,
#menu-wrap.desktop > #menu-custom > li.current-menu-parent > a,
#menu-wrap.desktop > #menu-custom > li.current-menu-ancestor > a,
#menu-wrap.desktop > #menu-custom > li > a:hover{
	color: #000;
}

#menu-wrap.desktop > #menu-custom > li.menu-item-has-children:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    top: 0px;
    font-size: 14px;
    line-height: 2;
}

#menu-wrap.desktop #menu-custom ul li.menu-item-has-children > a:after {
	content: '\f105';
	padding-left: 9px;
	font-size: 14px;
	line-height: 16px;
	width: 1.45em;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

#menu-wrap.desktop > #menu-custom ul {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	z-index: 1000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	padding: 10px;
	top: 28px;
    background-color: #3d4958;
}

#menu-wrap.desktop > #menu-custom li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu-wrap.desktop > #menu-custom ul ul {
	left:100%;
	top: 0px;
 }

#menu-wrap.desktop > #menu-custom ul li {
	display: block;
	float: none;
	border: 0;
	position: relative;
}

#menu-wrap.desktop > #menu-custom ul ul li {
	float: none;
  padding: 0px;
}

#menu-wrap.desktop > #menu-custom ul a {
	display: block;
	float: none;
	padding: 10px 15px 10px 15px;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
  	color: #fff;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
}

#menu-wrap #menu-custom ul.sub-menu a:hover,
#menu-wrap #menu-custom ul.sub-menu > li.current_page_item > a,
#menu-wrap #menu-custom ul.sub-menu > li.current-menu-item > a,
#menu-wrap #menu-custom ul.sub-menu > li.current_page_ancestor > a,
#menu-wrap #menu-custom ul.sub-menu > li.current-menu-parent > a,
#menu-wrap #menu-custom ul.sub-menu > li.current_page_parent > a {
	color: #f84588;
}

#menu-trigger {
	display: none;
}

#menu-wrap.desktop > #menu-custom {
	display: block;
}

@media only screen and (max-width: 991px){
	#main_menu_wrapp .container  {
		border-top: none;
    border-bottom: none;
    background: #3d4958;
	}
	
	#menu-wrap.desktop {
		display: none;
	}

	#menu-wrap {
		position: relative;
	}
		
	#menu-wrap * {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#menu-trigger {
		height: 52px;
		cursor: pointer;
		color: #fff;
		font: normal 22px/26px Arial, Helvetica, sans-serif;
		padding: 15px 15px 15px 0px;
		position: relative;
	}
  
	#menu-trigger span {
		display: block;
		font-size: 31px;
		line-height: 1;
		position: absolute;
		right: 15px;
		top: 12px;
		color: #fff;
		width: auto;
		height: 16px;
		cursor: pointer;
	}

	#menu-wrap.mobile > #menu-custom {
		display: none;
		margin: 0;
		padding: 0px;
		position: absolute;
		top: 52px;
		left: 0;
		width: 100%;
		z-index: 100;
	}
		
	#menu-custom ul.menu-mobile-2 {
		display: none;
	}
		
	#menu-custom li {
		display: block;
		position: relative;
		background-color: #3d4958;
	}
		
	#menu-custom a {
		display: block;
		float: none;
		padding: 15px 15px 15px 20px;
		font-size: 15px;
		line-height: 19px;
		color: #fff;
	}
		
	#menu-custom a:hover {
		color: #f84588;
	}
		
	#menu-custom ul a {
		padding-left: 27px;
		width: auto;
	}
		
	#menu-custom ul ul a {
		padding-left: 34px;
		width: auto;
	}
		
	.open-mobile-2 {
		display: block;
		font-size: 22px;
		line-height: 22px;
		position: absolute;
		right: 15px;
		top: 15px;
		color: #fff;
		width: auto;
		height: 16px;
		cursor: pointer;
	}
}

@media only screen and (min-width: 1200px){

}	

/*#main menu ---------------------------------------- */

/*slider---------------------------------------- */

#slideshow_wrapp  {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	display:none;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
    top: 50%;
    z-index: 90;
    cursor: pointer;
    display: block;
    border: 0;
    margin-top: -31px;
    width: 61px;
    height: 61px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nivo-directionNav a span {
	display: none;
}

.nivo-directionNav a:hover{
    background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

a.nivo-nextNav {
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

a.nivo-nextNav:before {
	content: "\f105";
    display: block;
    text-indent: 0;
    font-family: 'FontAwesome';
    font-size: 55px;
    color: #666;
    line-height: 61px;
}

a.nivo-prevNav:before {
	content: "\f104";
	display: block;
    text-indent: 0;
    font-family: 'FontAwesome';
    font-size: 55px;
    color: #666;
    line-height: 61px;
}

a.nivo-nextNav:hover:before,
a.nivo-prevNav:hover:before {
  color: #fff;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 10;
}

.nivo-controlNav a {
	display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: transparent;
  text-indent: -9999999px;
  border-radius: 100%;
  margin-left: 10px;
	border: 2px solid #fff;
	-moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
	box-sizing: border-box;
  overflow: hidden;
}

.nivo-controlNav a.active {
	background: #fff;
	border-color: #fff;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active:hover {
	background: #fff;
	border-color: #fff;
}

@media only screen and (min-width:992px){
	#slideshow_wrapp.narrow {
		width: 70%;
	}
}

@media only screen and (min-width:1200px){
	#slideshow_wrapp.narrow {
		width: 75%;
	}
}
/*#slider---------------------------------------- */

/*banners ---------------------------------------- */

#banner_wrapp{
	position: relative;
	margin-bottom: 0px;
	display: none;
}

.banner_item {
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
}

.banner_item a,
.banner_item .banner_item_inner {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative;
} 

.banner_item img {
	width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner_item:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner_item .inner_html {
  padding: 15px;
}

.banner_item .inner_html p{
  font-size: 13px;
  line-height: 19px;
}

.banner_item .inner_html h1,
.banner_item .inner_html h2,
.banner_item .inner_html h3,
.banner_item .inner_html h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  line-height: 1;
}
 
@media only screen and (min-width:480px){
  .banner_item .inner_html h1,
  .banner_item .inner_html h2,
  .banner_item .inner_html h3,
  .banner_item .inner_html h4 {
    font-size: 20px;
    line-height: 1;
  }
} 

@media only screen and (min-width:768px){
	.banner_item {
		width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
	}
  
  .banner_wrapp_inner {
		margin-left: -10px;
		margin-right: -10px;
	}
  
  .banner_item .inner_html h1,
  .banner_item .inner_html h2,
  .banner_item .inner_html h3,
  .banner_item .inner_html h4 {
    font-size: 25px;
    line-height: 1;
  }
}  

@media only screen and (min-width:992px){
  .banner_item .inner_html h1,
  .banner_item .inner_html h2,
  .banner_item .inner_html h3,
  .banner_item .inner_html h4 {
    font-size: 38px;
    line-height: 1;
  }
}

@media only screen and (min-width:1200px){
  .banner_item .inner_html h1,
  .banner_item .inner_html h2,
  .banner_item .inner_html h3,
  .banner_item .inner_html h4 {
    font-size: 40px;
    line-height: 1;
  }
  
  .banner_item {
	width: 25%;
  }
}
/*sidebar*/

#sidebar {
	width: 100%;
  margin-bottom:20px;
  padding-top: 30px;
}

#sidebar h3 {
	color: #fff;
  font: normal 22px/26px Arial, Helvetica, sans-serif;
  padding: 15px 15px 15px 20px;
  position: relative;
  cursor: pointer;
  background: #3d4958;
}

#sidebar > li>ul,
#sidebar > li>div {
    padding: 0px;
}

#sidebar h3 span {
	position: absolute;
  color: #fff;
  font-size: 31px;
  right: 10px;
}

#sidebar > li {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}

#sidebar > li > ul > li,
#sidebar > li > div > ul > li {
	padding: 0;
	position: relative;
	background: #3d4958;
}

#sidebar > li ul.children > li,
#sidebar > li ul.sub-menu > li {
	padding: 3px 0;
	position: relative;
}

#sidebar > li > ul > li:first-child,
#sidebar > li > div > ul > li:first-child {
	border: none;
}

#sidebar ul.children,
#sidebar ul.sub-menu {
	display: none;
  margin-left: 8px;
}

#sidebar ul.children ul.children ,
#sidebar ul.sub-menu ul.sub-menu {
	margin-left: 16px;
}

#sidebar li.open > ul.sub-menu  {
	display: block
}

#sidebar li.parent > ul{
	margin-left: 8px;
}

#sidebar li.cat-item a,
#sidebar li.menu-item a,
#sidebar > li > ul > li a {
	padding: 15px 15px 15px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: block;
}

#sidebar li.cat-item a:hover,
#sidebar li.menu-item a:hover,
#sidebar li.current-cat > a,
#sidebar li.current-menu-item > a,
#sidebar > li > ul > li a:hover{
	color: #f84588;
}

#sidebar ul.children li a,
#sidebar ul.sub-menu li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	text-transform: none;
}

#sidebar ul.children li a:hover,
#sidebar ul.sub-menu li a:hover {
	color: #f84588;
}

span.grower {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 22px;
	line-height: 1;
	color: #fff;
    cursor: pointer;
}

span.grower:before  {
	content: "\f067";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

#sidebar li.open > span.grower:before {
	content: "\f068" !important;
}

#sidebar li.open > span.bounce:before {
	content: "\f067" !important;
}

#sidebar li.cat-item span.bounce:before,
#sidebar li.menu-item span.bounce:before {
	content: "\f068";
}

#sidebar .search input#search  {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 75%;
	margin: 0px;
}

.no_title {
	display: none;
}

#sidebar > li.li_search > div {
	width: 100%;
  box-sizing: border-box;
  padding: 0px;
}
	
#sidebar .search input#search {
	width: 100%;
	padding: 10px 0px 10px 40px;
}
	
#sidebar .search input#submit {
	position: absolute;
	right: 0px;
}
	
#wp-calendar {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.tagcloud a {
  border-color: rgba(172,172,172,0.25);
  border: 2px solid;
  padding: 2px;
  color: #757575;
  border-radius: 34px;
}

.tagcloud a:hover {
  color: #ffffff;
  border-color: #ee5799;
  background: #ee5799;
}

@media only screen and (min-width: 992px){
	#sidebar {
		width: 30%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
  #sidebar > li > ul > li,
  #sidebar > li > div > ul > li {
    background: #fff;
  }
  
  #sidebar li.cat-item a:hover,
  #sidebar li.menu-item a:hover,
  #sidebar li.current-cat > a,
  #sidebar li.current-menu-item > a,
  #sidebar > li > ul > li a:hover{
    color: #f84588;
  }
  
	#sidebar h3 {
		font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding: 0px 0px 5px;
    margin: 0 0 28px 0;
    cursor: auto;
    border-bottom: 1px solid #f84588;
    display: inline-block;
    background: #fff;
	}
	
	#sidebar h3 span {
		display: none;
	}
  
  span.grower {
    right: 0px;
    top: 8px;
    font-size: 14px;
    color: #333;
  }
  
  #sidebar ul.children span.grower,
  #sidebar ul.sub-menu span.grower  {
    right: 0px;
    top: 7px;
  }
  
  #sidebar ul.children li a,
  #sidebar ul.sub-menu li a {
    color: #191919;
    border: none !important;
    font-weight: normal;
  }
  
	#wp-calendar {
		width: 100%;
		max-width: 100%;
		margin: 0px;
	}
  
	.no_title {
		display: block;
	}
  
	.pleft {
		padding-left: 30px;
	}

	.pright {
		padding-right: 30px;
	}
  
  #sidebar li.cat-item a,
  #sidebar li.menu-item a,
  #sidebar > li > ul > li a {
    text-decoration: none;
    padding: 5px 30px 10px 0px;
    font-weight: normal;
    color: #191919;
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  
}

@media only screen and (min-width: 1200px){
	#sidebar {
		width: 25%;
	}
}

/*filter*/

#filter {
	position: relative;
	overflow: hidden;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
  padding: 10px 0px;
}

#vitrina > form,
form#order {
	line-height: 30px;
	color: #000;
  display: none;
}

form#order span {
	padding-right: 7px;
  color: #000;
}

form#order select {
	height: 30px;
  margin-right: 10px;
}

@media only screen and (min-width:768px){
  #vitrina > form,
  form#order  {
    display: block;
  }
}

/*#filter*/

/*vitrina*/

#vitrina_inn .item {
	float: left;
	width: 100%;
	position: relative;
	padding: 0px;
	margin-bottom: 30px;
}
	
#vitrina_inn #item>div{
	height: auto !important;
}

#vitrina_inn .img {
	float: none;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	background: #fff;
	margin-right: 0px;
	margin-bottom: 10px;
    padding: 9px;
  background: white;
}

#vitrina_inn .img img {
	width: 100% !important;
}

#vitrina_inn .img a {
	overflow: hidden;
	display: block;
}

a.no_foto {
	display: block;
	background:url(images/no_foto.png) center center no-repeat;
	width: 131px;
	height: 131px;
	margin: 0 auto;
}

a.no_foto_rot {
	display: block;
	background:url(images/no_foto.png) center center no-repeat;
	width: 131px;
	height: 131px;
	margin: 0 auto;
}

#vitrina_inn a.item_title {
  line-height: 21px;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0px 5px 0px !important;
  display: block;
  color: #191919;
}

#vitrina_inn a.item_title:hover {
	color: #f84588;
}

.vitrina_text {
    color: #777;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px !important;
}
	
.price_box {
	float: left;
	padding-top: 20px;
}

#vitrina_inn .wpshop_buy tr{
	display: none;
}

#vitrina_inn .price_box {
	width: 100%;
  padding: 0px;
}

#vitrina_inn .wpshop_bag  {
	width: 100%;
	max-width: 100%;
}

#vitrina_inn .wpshop_buy tr.line_1 {
	display: table-row;
}

#vitrina_inn .wpshop_buy td.wpshop_caption {
	display: none !important;
	padding-right:0px !important;
}

#vitrina_inn .wpshop_buy  td.wpshop_count{
	display:none !important;
}

#vitrina_inn .old_price {
	font-size: 19px;
  color: #f84588;
}
	
#vitrina_inn .wpshop_buy td.wpshop_price {
  padding: 0px 10px 0px 0px !important;
  text-align: left;
}
	
#vitrina_inn .post-edit-link {
	position: absolute;
	bottom: 45px;
	right: 15px;
}

.new_label,
.sale_label {
  display: block;
  position: absolute;
  z-index: 9;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 29px;
  line-height: 29px;
  border-radius: 30px;
  text-align: center;
  padding: 0px 10px;
}

.item_rotator  .new_label {
	top: 0px;
}
  
.new_label {
	top: -10px;
  left: -10px;
  background: #f84588;
}

.sale_label  {
	bottom: -10px;
	right: -10px;
	background: #f84588;
}

.main_img .new_label,
.slider_rotator .new_label,
.item_rotator .new_label {
  top: 0px;
  left: 0px;
}

.main_img .sale_label,
.item_rotator .sale_label,
.slider_rotator .sale_label{
	bottom: 0px;
	right: 0px;
}

@media only screen and (max-width:767px){
	#vitrina_inn .item>div {
		height: auto !important;
		min-height: 0px !important;
	}
}

@media only screen and (min-width:480px){
	#vitrina_inn .img {
		float: left;
		width: 30%;
		margin-right: 30px;
	}
	
	#vitrina_inn .price_box {
		width: auto;
	}

	#vitrina_inn .wpshop_bag  {
		width: auto;
	}
}

@media only screen and (min-width:768px){
  #vitrina_inn .item  {
		float: left;
		width: 50%;
		position: relative;
		padding: 0px 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-bottom: 30px;
	}
  
  .vitrina_text {
    padding: 0px 20px !important;
  }
	
	#vitrina_inn .price_box {
		width: 100%;
    padding: 0 20px 20px;
	}

	#vitrina_inn .wpshop_bag  {
		width: 100%;
		max-width: 100%;
	}
	
	#vitrina_inn .item>div {
		padding: 0px;
		position: relative;
	}
	
	#vitrina_inn {
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;	
		-moz-box-sizing: border-box;
	}

	#vitrina_inn .img {
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0px;
		position: relative;
		float: none;
		width: auto;
		margin-right: 0px;
	}

	#vitrina_inn .img img {
		max-width: 100%;
		min-width: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
  
  #vitrina_inn .item:hover .img img{
  -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

	#vitrina_inn .img a {
		height: 228px;
		overflow: hidden;
		display: block;
		margin: 0 auto;
	}

	#vitrina_inn a.item_title {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
    padding: 0px 20px 5px 20px !important;
	}

	.vitrina_text {
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}

	.price_box {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	} 
	
	#vitrina_inn .wpshop_bag {
		clear: both;
		max-width: 100% !important;
	}
	
	#vitrina_inn .post-edit-link {
		position: absolute;
		top: 0px;
    bottom:auto;
		right: 15px;
	}
	
}
	
@media only screen and (min-width: 992px){
	.fullwidth #vitrina_inn .item {
		width: 33.333333%;
	}
}

@media only screen and (min-width: 1200px){
	.narrow #vitrina_inn .item {
		width: 33.333333333333%;
	}
	
	.fullwidth #vitrina_inn .item {
		width: 25%;
	}
}  

/*#vitrina*/

/*wp-shop*/

body .wpshop_buy,
body .wpshop_buy table,
body .wpshop_buy td  {
	background: transparent !important;
}

body .wpshop_buy td {
	border: none !important;
	padding: 0px 0px 1px 5px !important;
}

body #vitrina_inn .wpshop_buy td {
	padding: 0px 0px 0px 5px !important;
}

body .wpshop_buy td.wpshop_caption {
	padding: 0px 5px 1px 5px !important;
}

body .wpshop_buy {
	min-width: 0 !important;
	padding: 0px !important;
}

.wpshop_buy  td.wpshop_price {
	font-weight: 700 !important;
  color: #191919 !important;
  line-height: 1.1 !important;
  font-size: 19px !important;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: none !important;
  min-width: 80px;
  padding: 0px 10px 0px 10px !important;
}

body .wpshop_button a {
	display: inline-block !important;
    cursor: pointer !important;
    height: 56px !important;
    width: auto !important;
    font-size: 17px !important;
    color: #fff !important;
    line-height: 56px !important;
    border: none !important;
    background: #f84588 !important;
    text-align: center !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 15px 0px 15px;
    position: relative;
    box-sizing: border-box;
    font-style: normal !important;
    font-weight: 300;
    border-radius: 100%;
    min-width: 56px !important;
}

body .wpshop_button  a:hover {
	background: #3d4958  !important;
	color: #fff !important;
}

body .wpshop_button a span.icon {
  font-size: 23px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.wpshop_caption a {
	color: #000 !important;
	font-size: 12px !important;
}

.wpshop_bag {
	max-width: none !important;
	clear: both;
}

tr.sklad td {
	font-size: 14px;
}

.wpshop_buy .empty_shop {
	text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 18px;
}

/*#wp-shop*/

/*footer*/

#footer  {
	position: relative;
  padding: 0px;
  display: none;
}

#footer .container {
	overflow: hidden;
  border-top: 1px solid #ededed;
}

#footer_widget {
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 33px;
}

#footer_widget > li {
	padding-bottom: 30px;
}

#footer_widget h3 {
	  padding: 0px 0px 12px 0px;
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    color: #191919;
}

#footer_widget h3 span {
	display: none;
}

#footer_widget > li li  {
  padding: 4px 0px;
  position: relative;
}

#footer_widget > li li a {
	word-wrap: break-word;
    text-decoration: none;
    font-size: 16px;
    color: #898989;
    line-height: 20px;
    text-transform: none;
    position: relative;
    width: 100%;
}

#footer_widget > li li a:before {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  transition: 0.3s all ease;
  border-color: #f84588;
}

#footer_widget > li li a:hover:before {
	left: 0;
  right: 0;
}

#footer_widget > li li a:hover {
	color: #f84588;
}

#footer_widget > li ul.sub-menu {
	margin-left: 8px;
}

#footer_menu li {
	float: left;
	margin-right: 20px;
}

#footer_menu li a {
	display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 30px;
}

#footer_menu li a:hover,
#footer_menu li.current_page_item a,
#footer_menu li.current-menu-item a {
	color: #fff
}

#footer > li.li_search > div {
	width: 100%;
  box-sizing: border-box;
  padding: 0px;
}
	
#footer .search input#search {
	width: 100%;
	padding: 10px 50px 10px 10px;
}
	
#footer .search input#submit {
	position: absolute;
	right: 0px;
}

#powered {
  overflow: hidden;
  text-align: center;
  padding: 0px 0px 40px;
  background: #3d4958;
}

#powered .container {
  padding-top: 20px;
}

#powered .copyright {
	display: inline-block;
  float: left;
  color: rgba(255,255,255,0.45);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 0 0px;
  width: 100%;
  text-align: center;
}

#powered a {
	color: #fff;
	font-size: 14px;
}

#powered a:hover {
	text-decoration: underline;
  color: #fff;
}

@media only screen and (min-width:768px){
	#footer_widget > li {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 50%;
		float: left
	}
  
	#powered .copyright {
		padding: 15px 0 0px;
    width: auto;
    text-align: left;
	}
  
	#footer {
		display: block;
	}
}
 
@media only screen and (min-width:992px){
	#footer_widget > li {  
		width: 25%;
	}
}

/*#footer*/

/*single product-------------------------------------- */

.wpshop_count input {
  font-size: 15px !important;
  width: 50px !important;
  height: 33px !important;
  border: 1px solid #ededed!important;
  text-align: center !important;
  border-radius: 22px;
}

.main_img {
	max-height: 500px;
	overflow: hidden;
	position: relative;
}

.magnifier {
	max-height: 500px;
	max-width: 99%;
}

#single_wrapper .old_price {
	text-align: right;
  margin-bottom: 10px;
  font-size: 19px;
  color: #858585;
  font-weight: 700;
}

.single_bread  {
	padding: 14px 0px 11px;
  margin-bottom: 20px;
  list-style: none;
}

.single_bread a {
	font-size: 14px;
  color: #acacac;
}

.single_bread a:hover {
	text-decoration: none;
	color: #f84588;
}    

.single_bread a.last_bread {
	color: #f84588;
}

.single_bread span {
	color: #acacac;
	font-size: 14px;
}

.last_arrow {
	display: none;
}

#galery_wrapp {
	position: relative;
	width:100%;
  max-width:500px;
	margin: 0 auto 20px;
}
	
.container_img {
	width: 100%;
}
	
.thumb_img img {
	width: 50px;
}

.main_img {
	border: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.thumb_img {
	float:left;
	border: 1px solid #eee;
	margin-bottom: 7px;
	overflow: hidden;
	width:50px;
	height:50px; 
	background-color: #fff;
}

.thumb_img:hover {
  border: 1px solid #f84588;
}
	
h2.page_title {
	clear: both;
	width: 100%;
}

.single_img > .img img  {
	width: 100%;
}

.single_img > .img  {
	border: 1px solid #eee;
  position: relative;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 400px;
}

.thumbnail_holder {
    float: left;
    width: 52px;
    margin-right: 10px;
}

@media only screen and (min-width:480px){
	
	.container_img{
		width: 100%;
	}
	
	.thumb_img  img{
		width: 100%;
	}
  
  .thumbnail_holder {
    float: left;
    width: 81px;
    margin-right: 10px;
  }

	.thumb_img {
		float:left;
		border: 1px solid #ededed;
		margin-bottom: 7px;
		overflow: hidden;
		width:79px;
		height:79px; 
		background-color: #fff;
	}
}

@media only screen and (min-width:768px){
	 
	h2.page_title {
		clear: both;
	}
	
	h2.similar_text {
		float: none !important;
		width:100% !important;
	}

	.main_img {
		border: 1px solid #eee;
		margin-bottom: 15px;
    width: 400px;
    float: right;
	}

	.single_img > .img  {
		width: 500px;
    max-width: 500px;
	}
}

@media only screen and (min-width:992px){
  #galery_wrapp {
    width:500px;
		overflow: hidden;
		float: left;
		margin-bottom: 10px;
		margin-right: 20px;
		position: relative;
	}
  
  .main_img {
		border: none;
    width: 400px;
    float: right;
	}
}

@media only screen and (min-width:1200px){
	
	h2.page_title {
		clear: none;
	}
	
	#galery_wrapp {
    width:600px;
		margin-right: 35px;
    max-width:600px;
	}
  
  .main_img {
    width: 500px;
	}
	
	.single_img > .img  {
		float: left;
		margin-bottom: 20px;
		margin-right: 35px;
	}
}

/*#single product-------------------------------------- */

/*cart page*/
	
.recycle_bin,
#wpshop_cart {
	width: 100%;
}

#promocode_block {
    border: 1px solid #ededed;
    padding: 13px 7px 11px;
    border-radius: 23px;
}

.recycle_bin th {
	background: #fbfbfb !important;
    height: 50px !important;
    text-align: center !important;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.recycle_bin th {
	min-width:100px;
}

.recycle_bin th.delete {
	min-width:50px;
}

.main-width .recycle_bin td {
	border: 1px solid gray !important;
}

.recycle_bin td.rb_cost,
.recycle_bin td.rb_num,
.recycle_bin td.rb_total,
.recycle_bin td.rb_delete,
.recycle_bin td.rb_type {
	text-align: center;
}

.recycle_bin td.rb_img a {
    display: block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto;
}

.recycle_bin td.rb_img a img {
    width: 100% !important;
    height: 100% !important;
}

.recycle_bin td.rb_name {
	font-size: 15px;
	text-align: center;
}

.recycle_bin td.rb_num input {
	font-size: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center ;
}

.recycle_bin td.rb_num .minus,
.recycle_bin td.rb_num .plus {
	font-size: 20px;
}

.recycle_bin td.rb_cost,
.recycle_bin td.rb_total,
.recycle_bin td#delivery_cost_total {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.discount_row {
	font-size: 16px;
}

.recycle_bin td.rb_delete {
	position: absolute;
  top: 0px;
  right: 0px;
}

.recycle_bin td.rb_delete a {
	position: relative;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff !important;
  margin: 0 auto;
}

.recycle_bin td.rb_delete a:hover {
	color: #fff !important;
}

.recycle_bin td.rb_delete a:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	position: absolute;
	font-size: 20px;
	top:0px;
	line-height: 1;
	left:0px;
  color: #f00;
}

.recycle_bin td.rb_delete a:hover:before {
  color: #000 !important;
}

body .wpshop-button,
body #wpshop-butt-1 .wpshop-button1,
body #wpshop-butt-1 .wpshop-button2,
body #wpshop-butt-2 .wpshop-button1,
body #wpshop-butt-2 .wpshop-button2,
body #wpshop_reg_user_form input[type=submit]  {
	padding: 8px 16px 8px 16px !important;
    cursor: pointer !important;
    font-family: Arial, Helvetica, sans-serif !important;
    background: #f84588 !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin: 0px 10px 5px 0px !important;
    word-wrap: break-word;
    width: auto !important;
    display: inline-block !important;
    -webkit-border-radius: 0px !important;
    -webkit-appearance: none !important;
    font-weight: 700 !important;
    height: auto !important;
    border-radius: 23px !important;
    white-space: normal;
}

body .wpshop-button:hover,
body #wpshop-butt-1 .wpshop-button1:hover,
body #wpshop-butt-1 .wpshop-button2:hover,
body #wpshop-butt-2 .wpshop-button1:hover,
body #wpshop-butt-2 .wpshop-button2:hover,
body #wpshop_reg_user_form input[type=submit]:hover {
	color: #f84588 !important;
	text-decoration: none !important;
	background: #fff !important;
}

input.wpshop-button {
	line-height: 27px !important;
}

.wpshop-auth-site {
	width: 100% !important;
	float: left !important;
	margin-right: 0px !important;
}

.wpshop-auth-txt {
    color: #000 !important;
    font-size: 18px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
}

#mode-paymets-title {
    padding: 20px 0px 5px !important;
    margin-top: 5px !important;
    background-color: #fff !important;
    color: #191919!important;
    font-size: 24px !important;
    font-weight: 700 !important;
    border: none !important;
    line-height: normal;
    border-bottom: 1px solid #f84588 !important;
    display: inline-block;
}

#payments-table a {
	font-size: 14px;
}

#wpshop_reg_user_form {
	margin-bottom: 30px;
}

#wpshop_reg_user_form input[type=text],
#wpshop_reg_user_form input[type=password] {
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}

#wpshop_background_alert_put_to_cart > div {
	width: 230px !important;
	height: 150px !important;
	font-size: 14px;
}

.recycle_bin thead {
	display: none !important ;
}

.recycle_bin td.rb_type{ 
	display: none !important ;
}

.recycle_bin table,.recycle_bin tbody, .recycle_bin tr, .recycle_bin td,
.recycle_bin th,.recycle_bin tfoot  {
	display: block;
}

.recycle_bin tr.rb_item {
	position: relative;
}

.recycle_bin tr.all_price {
	position: relative;
}

.recycle_bin tr.all_price  td:first-child {
	text-align: center !important;
}

.recycle_bin tr.discount_row td:first-child {
	text-align: center !important;
}

.recycle_bin tr#delivery_cost  td {
	text-align: center !important;
}

.recycle_bin tr#delivery_cost {
	width: 100% !important;
}

.linklove {
	display: none !important;
}

.shop_cont .cform  {
	width: 100% !important;
	margin-bottom: 30px;
}

.shop_cont {
	padding-top: 40px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 480px) {
	#wpshop_background_alert_put_to_cart > div {
		width: 400px !important;
		height: auto !important;
	}
	
	.wpshop-button,
	#wpshop-butt-1 .wpshop-button1,
	#wpshop-butt-1 .wpshop-button2,
	#wpshop-butt-2 .wpshop-button1,
	#wpshop-butt-2 .wpshop-button2,
	#wpshop_reg_user_form input[type=submit]  {
		display: inline !important;
	}
}

@media only screen and (min-width: 768px) {
	.wpshop-auth-site {
		width: 45% !important;
		float: left !important;
		margin-right: 5% !important;
	}
}

@media only screen and (min-width: 992px) {
	.recycle_bin thead,
	.recycle_bin tbody,
	.recycle_bin tfoot {
		display: table-header-group !important ;
	}
	
	.recycle_bin table {
		display: table !important ;
	}
	
	.recycle_bin tr {
		display: table-row ;
	}

	.recycle_bin td.rb_type{ 
		display: none !important ;
	}

	.recycle_bin td,
	.recycle_bin th {
		display: table-cell !important ;
	}
	
	.recycle_bin td.rb_type{ 
		display: table-cell !important ;
	}
	
	.recycle_bin tr.all_price  td:first-child {
		text-align: right !important;
	}
	
	.recycle_bin td.rb_img a {
		width: 100px;
		display: block;
		max-width: 100px;
		margin: 0px;
	}
	
	.recycle_bin td.rb_num {
		min-width: 70px;
	}
	
	.recycle_bin td.rb_name {
		text-align: left;
	}
	
	.recycle_bin td.rb_delete {
		position: relative;
		top: auto;
		right: auto;
	}
	
	.recycle_bin tr.discount_row td:first-child {
		text-align: right !important;
	}

	.recycle_bin tr#delivery_cost  td {
		text-align: right !important;
	}
  
  .recycle_bin tr#delivery_cost  td#delivery_cost_total {
		text-align: center !important;
	}

}

/*#cart page*/

/*typo---------------------------------------- */

h1.page_title,
h1.search_title {
	font: 700 35px/1 Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 30px;
  padding: 0px 0px;
}

h2.page_title {
	padding-bottom: 10px;
  font-size: 25px;
  color: #000;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  h2.page_title {
    font-size: 40px;
  }  
  
  h1.page_title,
  h1.search_title {
    font: 700 40px/1 Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 30px;
    padding: 0px 0px;
    text-align: center;
  }
}

/*pagination ---------------------------------------- */

.navigation {
	float: right;
}

.navigation a {
  font-size: 16px;
  color: #898989;
  display: inline-block;
  text-align: center;
	-webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  font-weight: bold;
  padding: 0 5px;
  line-height: 27px;
}

.navigation a:hover {
	color: #f84588;
}

.navigation .current,
.navigation .dots {
  color: #f84588;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  line-height: 27px;
}

.navigation.bottom_page {
  margin-bottom: 30px;
}

/*ROTATOR---------------------------------------- */
  
#rotator_cont {
	position: relative;
	margin-bottom: 20px;
	display: none;
}

#rotator_cont1 {
	position: relative;
	margin-bottom: 20px;
	display: none;
}

.item_rotator {
	margin-right: 20px;
	width: 277px !important;
}

.item_rotator > div {
	position: relative;
	box-sizing: border-box;
}

.item_rotator  a.item_title {
	width: 100%;
    white-space: normal;
    float: left;
    text-align: center;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 10px;
    display: none !important;
    color: #191919;
    padding: 0px 10px;
    box-sizing: border-box;
}

.item_rotator a.item_title:hover {
	color: #f84588;
}

.item_rotator .img  {
	width: 100%;
  height: 200px;
  display: block;
  position: relative;
  float: left;
  margin: 0px 0 15px;
  background: white;
  box-sizing: border-box;
}

.item_rotator .img img {
	width: 100%;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item_rotator:hover .img img  {
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
    
.item_rotator .img a  {
  max-height: 100%;
  overflow: hidden;
  display: block;
}
	
.item_rotator .price_box  {
	width: 100% !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  padding: 0px 10px !important;
  box-sizing: border-box !important;
  float: left;
  display: none !important;
  background: #fff;
}

.item_rotator .wpshop_button {
	display: none !important;
}

.item_rotator .wpshop_buy tr {
	display: none;
}

.item_rotator .wpshop_buy tr.first_price {
	display: table-row;
}

.item_rotator .wpshop_buy td.wpshop_caption {
	display: none !important;
	padding-right:0px !important;
}

.item_rotator .wpshop_buy  td.wpshop_count {
	display:none !important;
}

.item_rotator .wpshop_buy  td.wpshop_price {
	color: #191919 !important;
    padding: 0px 0px 0px 0px !important;
    background: none !important;
    line-height: 50px !important;
    font-size: 19px !important;
    text-align: center;
}

body .item_rotator .wpshop_buy td  {
	padding: 0px 0px 0px 0px !important;
}

#prev_rotator,
#next_rotator,
#prev_rotator1,
#next_rotator1 {
	z-index: 200;
    position: absolute;
    font-size: 35px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    color: #3d4958;
    text-align: center;
    transition: 0.3s all ease;
}

#prev_rotator:hover,
#next_rotator:hover,
#next_rotator1:hover,
#prev_rotator1:hover {
	color: #f84588;
}

#prev_rotator,
#prev_rotator1 {
	top: 40%;
	left: 0px;
	margin-top: -27px;
}

#next_rotator,
#next_rotator1 {
	right: 0px;
	top: 40%;
	margin-top: -27px;
}

#prev_rotator:before,
#prev_rotator1:before  {
	content: "\f104";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

#next_rotator:before,
#next_rotator1:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

#item_rotator .wpshop_buy tr {
	display: none;
}

@media only screen and (max-width:767px){
	#rotator {
		height: 202px !important;
	}
	
	.item_rotator > div {
		height: 202px !important;
	}
}

@media only screen and (min-width:768px){
  
  .item_rotator  a.item_title {
    display: inline-block !important;
  }
  
  .item_rotator .price_box  {
    display: block !important;
  }
  
}

/*custom_editor*/

.custom_editor {
	margin-bottom: 20px;
}

.custom_editor ul {
	margin-left:20px;
	margin-bottom: 10px;
}

.custom_editor ul li {
	list-style: disc inside; 
}

.custom_editor blockquote {
	padding-left: 20px;
	padding-bottom: 10px;
	font-style: italic;
}

.custom_editor ol {
	margin-left:20px;
	margin-bottom: 10px;
}

.custom_editor ol li {
	list-style: decimal inside; 
}

.custom_editor h1,
.custom_editor h2,
.custom_editor h3 {
	margin-bottom: 10px;
	color: #000;
} 

.custom_editor p {
	margin-bottom:10px;
}

/*comments*/

.commentlist {
	margin-bottom: 15px;
}

#comments_bar h3#comments {
	color: #191919;
  display: inline-block;
  clear: both;
  border-bottom: 1px solid #f84588;
  font: 700 24px/1 Arial, Helvetica, sans-serif;
  margin: 0 0 30px;
  padding: 0 0 5px;
}

#comments_bar p {
	padding-bottom: 10px;
	line-height: 14px;
}

.comment-wrap {
	overflow: hidden;
}

.avatar-box {
	position: absolute;
	top: 19px;
	left: 0;
	padding: 0;
}
 
.avatar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	background: url(images/avatar-overlay.png) no-repeat;
}

.commentmetadata {
	color: #e4e4e4;
	font-size: 20px;
	padding-bottom: 8px;
}

.comment-body {
	padding: 18px 0 10px 87px;
	position: relative;
}

.comment-date {
	font-size: 14px;
	color: #333;
}

span.fn,
span.fn a { 
	font-size: 13px;
	color: #353535;
	text-decoration: none;
	font-weight: bold;
}

span.fn a:hover {
	color: #111;
	text-decoration: none;
}
		
.reply-container { 
	float:right;
}

.reply-container a {
	color: #fff;
  background: #4c4c4c;
  padding: 5px 10px;
  display: inline-block;
}

.reply-container a:hover {
	text-decoration: none;
	color: #fff;
  background: #f84588;
}

.comment ul.children {
	padding-left: 0px;
}
	
#commentform textarea#comment {
	width: 100%; 
} 

#commentform input[type=text] {
	width: 38%; 
}

#commentform input,
#commentform textarea {
	  color: #191919;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ebebeb;
    border-radius: 23px;
}

#commentform input:hover,
#commentform textarea:hover {
	color: #191919;
	border: 1px solid #f84588 ;
}

#commentform input#submit {
	  text-align: center;
    padding: 0px 16px 0px 16px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #f84588;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    font-weight: 700;
    border: none;
    border-radius: 23px;
    text-transform: uppercase;
}

#commentform input#submit:hover  {
	background: #fff !important;
	color: #f84588 !important;
}

#commentform .hidden {
	display: none;
}

li.comment #respond textarea { 
	width: 91% !important;
}

li.comment #respond input[type=text] { 
	width: 48% !important;
}

h3#reply-title { 
	font: 700 24px/1 Arial, Helvetica, sans-serif;
  color: #191919;
  margin: 0 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px solid #f84588;
  display: inline-block;
}
	
#trackbacks {
	margin-bottom: 20px;
}

#trackbacks ,
#respond h3#comments {
	margin-bottom: 5px;
}

#cancel-comment-reply-link {
	text-transform: none;
	font-weight: normal;
}

.comment-edit-link {
	font-size: 12px;
}

.subscribe-to-comments label {
	display: block !important;
}

@media only screen and (min-width: 768px) {
  #commentform textarea#comment {
		width: 600px; 
	}
  
  .comment ul.children {
    padding-left: 87px;
  }
}

/*slider_rotator*/

.slider_rotator {
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
	position: relative !important;
	float: left;
  margin-bottom: 20px;
}

#sidebar_slider_wrapp {
  display: none;
}

.slider_sidebar_wrapp  {
	position: relative;
}

.slider_rotator .img {
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
	position: relative;
}
	
.slider_rotator .img img {
	max-width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.slider_rotator:hover .img img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
	
.slider_rotator .img a {
	width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  padding: 9px;
  margin: 0px auto 15px;
  box-sizing: border-box;
}

.slider_rotator a.item_title {
	  line-height: 21px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 10px;
    color: #191919;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.slider_rotator a.item_title:hover{
	color: #f84588;
}

.slider_rotator .price_box {
	padding: 0px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
	
body .slider_rotator .wpshop_buy td {
	padding: 0px 0px 0px 5px !important;
}

.slider_rotator .old_price {
	display: none;
}

.slider_rotator .wpshop_buy tr {
	display: none;
}

.slider_rotator .wpshop_buy tr.first_price {
	display: table-row;
}

.slider_rotator .wpshop_buy td.wpshop_caption {
	display: none !important;
	padding-right:0px !important;
}

.slider_rotator .wpshop_buy  td.wpshop_count {
	display:none !important;
}

#prev_sidebar,
#next_sidebar {
	z-index: 200;
  position: absolute;
  font-size: 35px;
  line-height: 54px;
  width: 54px;
  height: 54px;
  color: #3d4958;
  text-align: center;
  transition: 0.3s all ease;
}

#prev_sidebar:hover,
#next_sidebar:hover {
	color: #f84588;
}

#prev_sidebar {
	top: 5px;
	left: 50%;
	margin-left: -27px;
}

#next_sidebar {
	bottom: -15px;
	left: 50%;
	margin-left: -27px;
}

#prev_sidebar:before {
	content: "\f106";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}

#next_sidebar:before {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-ri  ght: .3em;
}

#rotator_sidebar {
  width: 270px;
  margin: 0 auto;
}

#sidebar > li#sidebar_slider_wrapp >div {
  padding: 20px 0px;
}

@media only screen and (min-width:768px){
  #sidebar > li#sidebar_slider_wrapp >div {
    padding: 0px 0px 20px;
  }
}

@media only screen and (min-width:992px){
  #rotator_sidebar {
    width: 100%;
    margin: 0;
  }    
}

/*price*/

.table_price,
.price_table {
	width: 100% !important;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.price_table tr {
	vertical-align: middle !important;
}

.table_price .old_price {
	margin: 10px 10px 0px 0px;
	font-size: 14px;
}
 
.price_table td.title {
	font-size: 17px !important;
	line-height: 21px !important;
	font-weight: normal !important;
	padding-left: 10px !important;
	padding-bottom: 8px !important;
	padding-top: 10px !important;
	font: normal 17px/21px Arial, Helvetica, sans-serif !important;
}

.price_table td.title a {
	color: #000 !important;
}

.price_table td.title a:hover {
	color: #9fdd7c !important;
}

.price_table h3 a {
	font-size: 18px !important;
	line-height: 25px !important;
	color: #000 !important;
	text-decoration: none !important;
}

ul.price_categories {
	margin-left: 0px !important;
	margin-bottom: 20px !important;
}

.table_price tr.even,
.price_table tr.even {
	background: #EFEFEF !important;
}

.table_price  .img {
	margin: 10px;
    position: relative;
    float: left;
    border: 1px solid #eee;
}

.table_price  .img  a.no_foto {
	width: 150px;
    height: 150px;
}

.table_price  td.wpshop_price,
.price_table  td.wpshop_price {
	min-width: 50px !important;
	text-align: right;
}

.table_price .wpshop_bag,
.price_table .wpshop_bag {
	min-width: 220px !important;
	padding: 5px 10px 5px 0px !important;
	clear: both;
	float: right;
}

.table_price .wpshop_buy td.wpshop_button,
.price_table .wpshop_buy td.wpshop_button,
.dataTables_wrapper .wpshop_buy td.wpshop_button {
	position: relative;
}

.price_desc {
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 10px;
	color: #7a7a7a;
}

#price .price_title {
	text-decoration: none;
	display: inline-block;
	color: #000;
}

#price .price_title:hover {
	color: #777;
}

#price .price_title h2 {
	padding: 20px 0px 20px 10px;
    font: normal 18px/normal Arial, Helvetica, sans-serif;
}

#price > form  {
	line-height: 30px;
}

.wpshop_bag {
	max-width: none !important;
	clear: both;
}

.table_price .wpshop_bag tr.sklad td,
.price_table .wpshop_bag tr.sklad td {
	text-align: right;
}

.table_price  .wpshop_buy > span,
.price_table  .wpshop_buy > span {
	text-align: right;
	display: block;
}

#main-content .table_price tr td.price_col {
	display: none;
}
	
td.wpshop_table_td {
	display: none;
}

#main-content .table_price tr td.img_col {
	display: none;
}
	
#main-content .table_price .wpshop_bag .wpshop_caption,
#main-content .table_price .wpshop_bag .wpshop_count,
.wpshop_table_td .wpshop_bag .wpshop_count,
.wpshop_table .wpshop_bag .wpshop_caption {
	display:none;
}
	
#main-content .table_price td.wpshop_price {
	min-width: 30px !important;
}
	
#price > form  {
	display: none;
}

@media only screen and (min-width:480px){
	#main-content .table_price tr td.price_col {
		display: table-cell;
	}
		
	td.wpshop_table_td {
		display: table-cell;
	}
}

@media only screen and (min-width:768px){
	#main-content .table_price tr td.img_col {
		display: table-cell;
	}
	
	#main-content .table_price .wpshop_bag {
		min-width: 300px !important;
	}
	
	#price > form  {
		display: block;
	}
	
	#main-content .table_price .wpshop_bag .wpshop_caption,
	#main-content .table_price .wpshop_bag .wpshop_count,
	.wpshop_table_td .wpshop_bag .wpshop_count,
	.wpshop_table .wpshop_bag .wpshop_caption {
		display: table-cell;
	}
}

/*vitrina shortcode*/

.vitrina_wrap .vitrina_image img {
	width: 100%;
}

/*news post_type*/

.news_item h3.page_title {
	font: bold 24px/1.2 Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  padding: 0px 0px 0px;
}

.news_item .date {
	margin-bottom: 10px;
	display: inline-block;
  font-size: 14px;
}

.news_item  {
	margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

.news_item .img img{
  width: auto;
  max-width: 100%;
}

.news_item a.no_foto  {
  border: 1px solid #eee;
}

.news_item .img {
	width: 100%;
  border: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 400px;
}

.news_item .news_content {
    float: none;
    width: auto;
    box-sizing: border-box;
    padding-left: 0px;
}

.news_item .more-link {
	display: inline-block;
  cursor: pointer;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  font-weight: 700;
  border: none;
  background: #f84588;
  text-align: center;
  padding: 0 30px 0 20px;
  float: right;
  color: #fff;
  margin-top: 10px;
  position: relative;
  border-radius: 23px;
	transition: all .3s ease;
  text-transform: uppercase;
}  

.news_item .more-link:hover {
    background-color: #fff;
    color: #f84588;
}

.news_item .more-link:after {
	content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 13px;
    top: 0px;
    font-size: 25px;
    color: #fff;
    transition: all .3s ease;
}  

.news_item .more-link:hover:after {
	color: #f84588;
  right: 9px;
}  

.news_item ul.cats {
	float: right;
  font-size: 14px;
}

.news_item ul.cats li {
	display: inline-block;
	margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .news_item .img {
    width: 30%;
    float: left;
  }
  
  .news_item .news_content {
    float: right;
    width: 70%;
    padding-left: 30px;
  }
  
  .news_item .img img{
    width: 100%;
    border: none;
  }
  
  .news_item a.no_foto  {
    border: none;
  }
}

/*yandex dostavka*/

#yandex_dostavka_form_container input[type=text] {
	border: 1px solid #ededed !important;
    padding: 10px;
    width: 300px;
	box-sizing: border-box;
}

#yandex_dostavka_form_container input[type=button] {
	margin-right: 0px !important;
	white-space: normal;
}

@media only screen and (max-width: 768px) {
	#yandex_dostavka_form_container input[type=text] {
		width: 100%;
	}
	
	#yandex_dostavka_form_container .yd-widget-modal {
		top:10px;
		left: 0 ;
		width: 100%;
		height: auto;
		display: none;
		margin-top: auto;
		margin-left: auto;
	}
}

/*modal*/
@media only screen and (max-width: 768px) {
	#wpshop_modal > div {
		width: 100%;
	}

	#wpshop_modal a#close {
		left: 0px;
		right: auto;
	}
}

/*BgTextBlock*/

.BgTextBlock {
	padding: 40px;
    background-size: cover;
}

.BgTextBlock .inner_text_block_wrapper {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.BgTextBlock h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;  
}

@media (max-width: 767px) {
  .BgTextBlock  {
    min-height: 0px !important;
  }
}

/*Parallax Block*/

.parallax_section {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 40px;
}

.block_inner_wrapp {
  width: 100%;
}

.parallax_section .block_inner {
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.parallax_section .block_inner > h2.title_par{
  color: #fff;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;  
}  

@media (max-width: 1199px) {
	.parallax_content .block_inner_wrapp {
		padding-left: 0px;
		padding-right: 0px;
		position: absolute;
		z-index: 2;
	} 
}

@media (max-width: 767px) {
  .parallax_content .block_inner_wrapp{
    position: relative;
    padding-top: 0px;
  }
  
  .parallax_section {
    height: auto !important;
    min-height: 0px !important;
  }
}

.parallax_section .parallax_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

@media (max-width: 1199px) {
  .parallax_section .parallax_inner {
		position: static;
		height: auto !important; 
	}
    
	.parallax_section .parallax_inner img {
    position: static;
	}
    
	.parallax_section .parallax_inner:before {
    background: rgba(0, 0, 0, 0.5);
	}
}

@media (max-width: 767px) {
    .parallax_section .parallax_inner img {
		width: 2050px !important;
		z-index: -1;
		height: auto;
		position: absolute !important;
	}
}

.parallax_section .parallax_inner:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	top: 0;
}

.parallax_section .parallax_inner .parallax_media {
	position: absolute;
}

@media (max-width: 1199px) {
    .parallax_section .parallax_inner .parallax_media {
      position: static;
      top: 0px !important; 
	}
}

@media (max-width: 767px) {
    .parallax_section .parallax_inner .parallax_media {
		top: -400px !important;
	}
}

.parallax_section .parallax_inner img {
	max-width: inherit !important;
	top: -50% !important;
}

@media (min-width: 1200px) {
    .parallax_section .parallax_inner img {
		top: 8% !important;
	}
}

@media (min-width: 1300px) {
    .parallax_section .parallax_inner img {
		top: 2% !important; 
	}
}

@media (min-width: 1400px) {
    .parallax_section .parallax_inner img {
		top: -4% !important;
	}
}

@media (min-width: 1500px) {
    .parallax_section .parallax_inner img {
		top: -8% !important;
	} 
}

@media (min-width: 1600px) {
    .parallax_section .parallax_inner img {
		top: -14% !important;
	}
}

@media (min-width: 1700px) {
    .parallax_section .parallax_inner img {
		top: -16% !important;
	}
}

@media (min-width: 1800px) {
    .parallax_section .parallax_inner img {
		top: -24% !important;
	}
}

@media (min-width: 2000px) {
    .parallax_section .parallax_inner img {
		top: -33% !important;
	}
}

@media (min-width: 2100px) {
    .parallax_section .parallax_inner img {
		top: -42% !important;
	}
}

@media (min-width: 2200px) {
    .parallax_section .parallax_inner img {
		top: -45% !important;
	}
}
	
@media (min-width: 768px) and (max-width: 991px) {
    .parallax_section .parallax_inner img {
		height: 700px;
	}
}

.parallax_section.mobileState .parallax_inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed_parallax_section {
	width: 100%;
	min-height: 200px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*preload*/

#page-preloader{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    background: #fff;
    z-index: 500000;}
 
.contpre{
   margin: 0 auto;
    width: 54px;
    height: 55px;
    color: #fff;
    margin-top: 300px;
    text-align: center;
}
 
.cssload-loader {
	display: block;
	margin:0 auto;
	width: 54px;
	height: 55px;
	position: relative;
	background: url(images/loading.gif) no-repeat;
}