/*
Theme Name: Planto
Text Domain: planto
Domain Path: /languages
Theme URI: 
Author: Whatever
Author URI: 
Description: 
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin,latin-ext);


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	color: #917f6a;
}


a:focus, button:focus {
	outline: none!important;
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
	background: #d2cebd url('img/tloplanto.jpg');
	font-size: 14px;
}

section.wrapper .container {
    background: #fff;
    padding: 0 30px;
}


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



article img {
	margin: 5px 0;
	max-width: 100%;
	}
.alignleft, img.alignleft {
	margin-right: 1em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}

.wrapper article h2 {
	margin-top: 20px;
}

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 23px; }
h5 { font-size: 19px; }
h5 { font-size: 16px; }

h1.page-title {
  margin: 0 0 20px 0;
  font-size: 38px;
  color: #322725;
}


article h3, article h4, article h5 {
    margin-top: 20px;
}

article img {
    max-width: 100%;
    height: auto;
}

p, li {
	font-size: 1em;
	line-height: 1.4em;
}

p {
	margin-bottom: 12px;
}

.clr {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
}

header .row>div:last-child {
  padding-right: 0;
}

header .row>div:first-child {
  padding-left: 0;
}

#single-page .wrapper .row>div:last-child, .single .wrapper .row>div:last-child, .archive .wrapper .row>div:last-child{
  padding-right: 0;
}

#single-page .wrapper .row>div:first-child, .single .wrapper .row>div:first-child, .archive .wrapper .row>div:first-child  {
  padding-left: 0;
}

#single-page .wrapper .row.reversed>div:last-child, .single .wrapper .row.reversed>div:last-child, .archive .wrapper .row.reversed>div:last-child {
  padding-left: 0;
}

#single-page .wrapper .row.reversed>div:first-child, .single .wrapper .row.reversed>div:first-child, .archive .wrapper .row.reversed>div:first-child {
  padding-right: 0;
}

/* header */
header {
    padding: 0px 0;   
}


.top_bar {
	background: #231917;
}

.header_top_row {
	border-bottom: 0px solid #231917;
	margin-bottom: 0px;
    background: #231917;
    padding: 0 15px 0px;
}

.header_middle_full {
    background: #322725;
	padding-bottom: 90px;
}

section.wrapper {
    margin-top: -75px;
}

.home section.wrapper {
    margin-top: -45px;
}

.slideshow_home {
	margin-top: -75px;
	border: 8px solid #fff;
}

.middle_header_row {
    padding: 30px 15px 0;
    display: table;
	width: 100%;
}

.row.middle_header_row>div {
    display: table-cell;
    vertical-align: middle;
}

header .container {
    padding: 0 15px;
	background: #322725 url('img/grzyby-w-tle.jpg') no-repeat center right 50px;
}

section.wrapper .container {
    background: #fff;
    padding: 30px 30px;
}

.navbar {
	margin-bottom: 0;
	border-top: none;
}

.collapse.navbar-collapse {
padding: 0;
}

.navbar-default {
  background: none!important;
  border: none!important;
}

.navbar-default .navbar-nav>li>a {
    color: #A97D59;
}

.nav>li>a {
padding-right: 10px;
padding-left: 10px;
}

.navbar_gora #menu-top li ul {
background: #303030;
}


.navbar_gora #menu-top li ul li {
	margin-left: 10px;
}

.navbar_gora {
background: transparent;
border-bottom: 0;
border-right: none;
border-radius: 0;
border-left: none;
margin-top: 20px;
}

.right_none {
	padding-right: 0;
}

.left_none {
	padding-left: 0;
}

.full_width {
	width: 100%;
}

.menu_topleft {
  margin-top: 0;
  margin-left: -15px;
}

.menu_topleft li a {
	text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .menu_topleft>li>a:hover {
    color: #fff;
    background-color: #B29C80;
}

ul.dropdown-menu {
    background: #B29C80;
}

ul.dropdown-menu li a {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #B29C80;
}

.nav li.my_garden a {
  color: #c93a12;
  display: block;
  border: 1px solid #f6ded8;
  padding-left: 40px;
	background: url('img/my-garden.png') no-repeat 10px center;
	margin-left: 8px;
	margin-right: 8px;
}

.cart_table {
    display: table;
    height: 130px;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

header .cart-contents {
    padding: 30px 14px 46px 205px;
	background: url('img/plantokoszyk.png') no-repeat 75px 10px;
    color: #917f6a;
    text-transform: uppercase;
    float: right;
    vertical-align: middle;
	position: relative;
}

/*header .cart-contents:before {
	font-family: fontAwesome; 
	content: '\f07a';
	font-size: 110px;
	position: absolute;
	left: 62px;
	top: -1px;
}*/

header .cartnoempty {
    padding: 30px 128px 46px 205px;
	background: url('img/plantokoszyk.png') no-repeat 75px 10px;
    color: #917f6a;
    text-transform: uppercase;
    float: right;
    vertical-align: middle;
	position: relative;
	width: 100%;
}

/*header .cartnoempty:before {
	font-family: fontAwesome;
	content: '\f07a';
	font-size: 110px;
	position: absolute;
	left: 62px;
	top: -1px;
}*/

a.zostaw_link {
    display: block;
    margin-top: 10px;
}

a.zostaw_link:hover, a.zostaw_link:focus {
    color: #d8ccbd;
}

header .cart_full {
  padding: 9px 14px 3px 78px;
  color: #fff;
  text-transform: uppercase;
	width: 260px;
	background: #FCC000;
	height: 46px;
}

header .cart_icon {
	background: #F76F14;
	padding: 14px 20px 14px 14px;
	float: left;
	height: 46px;
}

header .row div.left_yes {
	padding-left: 15px;
}

header .row div.right_yes {
	padding-right: 15px;
}

header .cart a, header .cart_full a {
	color: #fff;
}

header .row>.cart_column {
	padding-right: 15px!important;
}

.leave_number {
    margin-top: 25px; 
	color: #d8ccbd;  
	padding-left: 55px;
}

.prod {
	display: block;
	margin-top: 10px;
	    font-size: 1.2em;
    line-height: 140%;
}

.leave_number span.large:before {
    content: '\f095';
    font-family: fontAwesome;
    margin-right: 10px;
	color: #917f6a;
}

a.login_action, a.logout_action {
  padding: 14px;
  display: inline-block;
  text-transform: uppercase;
  float: left;
  padding-right: 0;
  margin-top: 4px;
  margin-left: 15%;
  color: #B5A898;
}

.logo {
    margin-bottom: -15px;
    width: 210px;
	margin-top: -140px;
}

.search_form {
   margin-top: 10px;
       width: 80%;
}

fieldset {
    position: relative;
}

a.czechy {
    float: right;
        margin-top: 15px;
}

input#search {
    padding: 0 35px 0 10px;
    width: 90%;
    float:right;
    border: none;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	background: #e1dfd4;
}

input.search_icon {
    position: absolute;
    right: 6px;
    margin-top: 4px;
    width: 22px;
}

.header_middle {
	padding-top: 10px;
    padding-left: 116px;
}

.goodparts li {
    font-size: 1.2em;
    margin-bottom: 5px;
	color: #d8ccbd;
}

.leave_number span {
	color: #d8ccbd;
}

li.truck:before {
    content: '\f0d1';
    
}

li.return:before {
    content: '\f0e2';
    
}

li.quality:before {
    content: '\f058';
    
}

.goodparts li:before {
    font-family: fontAwesome;
    font-size: 1.2em;
    position: absolute;
    margin-left: -30px;
    color: #917f6a;
}

ul.sub-menu {
	display: none;
}

span.large {
  display: block;
  font-size: 1.5em;
}

select.orderby {
  border: 1px solid #CBCBCB;
  padding: 5px;
  margin-top: -5px;
}


button.minus, button.plus {
    background: #917f6a;
    color: #fff;
    border: 1px solid #917f6a;
    padding: 3px 8px;
}

.ui-widget-header {
    background: #968978!important;
}

.ui-spinner .ui-icon {
  margin-top: -6px;
	cursor: pointer;
}


span.ui-icon.ui-icon-circle-plus {
  background: none;
	text-indent: 0;
	font-size: 0;
	width: auto;
	height: auto;
}

span.ui-icon.ui-icon-circle-plus:before {
  font-family: fontAwesome;
  content: '\f0fe';
	font-size: 16px;
	color: #00A660;
  margin-top: -9px;
}

span.ui-icon.ui-icon-circle-minus {
  background: none;
	text-indent: 0;
	font-size: 0;
	width: auto;
	height: auto;
}

span.ui-icon.ui-icon-circle-minus:before {
  font-family: fontAwesome;
  content: '\f146';
	font-size: 16px;
	color: #00A660;
	margin-top: -11px;
}

a.ui-spinner-button.ui-spinner-down.ui-corner-br {
  top: 40%;
  overflow: visible;
}

a.ui-spinner-button.ui-spinner-up.ui-corner-tr {
  overflow: visible;
  margin-top: -1px;
}

.ui-slider-handle {
    border: 1px solid #665847!important;
    background: #665847!important;
}

.woocommerce .quantity .qty, .quick .quantity .qty {
  height: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .quick_product .add_to_cart_button {
  background-color: #847768;

  
}

.price_basket a.button {
   background-color: #847768;
    display: block;
    text-align: center;
    color: white!important;
    border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .price_basket a.button:hover {
  background-color: #AA6C39;
  color: #fff;
}


.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
    text-align: center!important;
}

/*modal*/

.modal {
  text-align: center;
}

.modal-content {
background: transparent url('img/popupbg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
}

.woocommerce div.product div.images img {
    display: block;
    height: auto;
    box-shadow: none;
    max-height: 350px;
    width: auto;
    margin: 0 auto;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal input[type="text"] {
    padding: 5px 10px 5px 25px;
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin-right: 4%;
}

.modal #opt_email {
	margin-right: 0;
}

.modal input.input-submit {
    margin-top: 15px;
}

.modal .btn-default {
    color: #EFEFEF;
    background-color: #06a85c;
}

.modal ul li {
	padding-left: 30px;
	background: url('img/newsgrzyb.png') no-repeat left center;
	margin: 5px 0;
}

.modal h4 {
	padding-left: 0px;
	background: url('img/modalsubscribe.png') no-repeat left center;
}

.otrzymaj {
    float: right;
    background: #804515;
    color: #fff;
    padding: 16px 12px;
    font-size: 0.9em;
    line-height: 130%;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    text-align: center; 
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
    box-shadow: 0 0 4px #804515;
}


.menu_top {
	float: right;
}

.nav_blocks li.block {
    float: left;
    width: auto;
    margin-right: 0;
}

.nav_blocks li.block a {
	width: 100%;
	float: left;
    text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2em;
}

.nav_blocks li.block a:before {
    font-family: fontAwesome;
    margin-right: 5px;
}

li.block ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    margin-top: 50px!important;
    border-top: 2px solid #BD7F4C;
}

li.block ul.sub-menu a {
    text-align: left;
    padding: 5px 10px;
    font-size: 1em;
}

li.shop_block a:before {
    content: '\f07a';
    
}

li.discounts_block a:before {
    content: '\f02b';
}

li.poradnik_block>a:before {
    content: '\f02d';
}

/*li.poradnik_block>a:after {
    content: '\f0d7';
    font-family: fontAwesome;
    margin-left: 5px;
}*/

li.newsletter_block a:before {
    content: '\f1ea';
}

li.hurtowa_block a:before {
    content: '\f1ec';
}



.nav_blocks li.block:last-child {
	margin-right: 0;
}

.menu_top {
    margin-top: 10px;
	float: right;
	margin-right: -20px;
}


#menu-top li a {
	background-color: transparent;
    color: #fff;
	
}

#menu-top>li>a {
	padding-bottom: 12px;
    padding-top: 18px;
	    margin-top: 4px;
	margin-left: 10px;
	color: #bcaf93;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	
}

#menu-top li:last-child a {
    border-right: 0;
}

#menu-top li a:hover {
    background: url('img/menu-hover.png') bottom left repeat-x;
    color: #bcaf93;
	opacity: 1;
	padding-bottom: 12px;
    padding-top: 18px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.woocommerce ul.products li.product a img {
  width: 30%;
  height: auto;
  display: block;
  margin: 0 1em 1em 0;
  float: left;
}

.home ul.products li.product span.onsale {
    top: 48px;
    right: 10px;
    background-color: #00A661;
}

.woocommerce ul.products li.product span.onsale {
	background-color: #00A661;
}

.berocket_aapf_widget-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.archive form.cart {
  float: left;
  width: 100%;
}



.woocommerce-page table.shop_attributes {
	float: left;
	width: 45%;
}

.woocommerce table.shop_attributes {
    
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 2em;
  color: #000000;
}


.price_basket {
  float: right;
	  width: 20%;
}

.single .price .amount {
    color: #000;
    font-size: 1.4em;
    margin-top: 20px;
    display: block; 
    margin-bottom: 20px;
    font-weight: bold;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  display: inline-block;
}

.add_to_wishlist {
  background-color: transparent!important;
  color: #00A660!important;
  padding: 0!important;
	margin-top: 0!important;
  background-image: url('img/add-to-garden.png')!important;
  background-repeat: no-repeat!important;
  background-position: left center!important;
  padding-left: 26px!important;
	padding-top: 6px!important;
  padding-bottom: 6px!important;
}


.slide_sidebar {
  position: fixed;
  right: -300px;
  width: 300px;
  height: 100%;
  top: 0;
  padding: 30px 20px;
  background: #F7F7F7;
  border-left: 1px solid #ECECEC;
	z-index: 9;
}

.close_sidebar {
	float: right;
	margin: 20px 0;
	background: none;
	font-size: 32px;
	color: #F76F14;
	box-shadow: none!important;
	border: none!important;
}

.slide_sidebar .menu {
  box-shadow: 0 0 5px #E2E2E2;
}

.slide_sidebar .menu li img {
  width: 40px;
  height: auto;
}
.slide_sidebar .menu li a {
  display: block;
  padding: 3px 10px;
  border-bottom: 1px solid #DBDBDB;
	background: #fff;
}

.slide_sidebar .menu li a:hover {
	background: #FCC000;
	color: #fff;
}

.newsletter_slide {
  width: 235px;
  float: right;
  position: absolute;
  z-index: 9;
  top: 55px;
  right: 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #ffe87a;
	box-shadow: 0px 5px 8px rgba(120,120,120,0.84);
	display: none;
}

.newsletter_slide ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

.alo_easymail_form_table i {
  position: absolute;
  margin-top: 9px;
  margin-left: 5px;
}

.newsletter_slide input[type="text"] {
	padding: 5px 10px 5px 25px;
	box-sizing: border-box;
	width: 100%;
}

.alo_easymail_form_table {
	margin-top: 10px;
}

input#terms {
    float: left;
    display: block!important;
    margin: 5px 0 0!important;
    padding: 5px!important;
}



span.woocommerce-terms-and-conditions-checkbox-text {
    float: left;
    display: block;
    padding-left: 20px;
    margin-top: 0;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: block;
}
.checkout .create-account input.input-checkbox {
    float: left;
    display: block;
    margin: 7px 0 0 0;
    text-align: left;
}

.checkout .create-account span {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.checkout .create-account label {
    display: block;
}
input.input-submit {
  background: #df3e14;
  background: -moz-linear-gradient(90deg,#df3e14 0,#c43411 100%);
  background: -webkit-linear-gradient(90deg,#df3e14 0,#c43411 100%);
  background: -o-linear-gradient(90deg,#df3e14 0,#c43411 100%);
  background: -ms-linear-gradient(90deg,#df3e14 0,#c43411 100%);
  background: linear-gradient(180deg,#df3e14 0,#c43411 100%);
  width: 100%;
  padding: 10px;
  border: none;
  color: #fff;
	margin-bottom: 20px;
}


input.wpcf7-form-control.wpcf7-submit {
    background: #804515;
    color: #fff;
    padding: 10px 25px;
    border: none;
}

#sidebar {
  width: 90%;
}

#sidebar h3 {
  text-transform: uppercase;
  font-size: 1.1em;
}

.berocket_aapf_widget-title span {
  font-size: 15px;
}

.woocommerce ul.products li.product .button {
  margin-left: 0!important;
}

.single #sidebar .widget, #single-page #sidebar .widget, .archive #sidebar .widget, .berocket_aapf_widget {
  margin-bottom: 35px;
  background: #EFE8E0;
}

#sidebar .widget .widget_shopping_cart_content, #sidebar .widget form, #sidebar .widget .textwidget, #sidebar .widget h3, h3.berocket_aapf_widget-title, .berocket_aapf_widget, #wp-calendar caption {
    padding: 15px;
}

.woocommerce.widget_shopping_cart .cart_list li.empty {
    padding-left: 0;
}

#sidebar .widget h3, h3.berocket_aapf_widget-title, #wp-calendar caption {
    background: #665847;
    color: #d8ccbd;
}

.widget a.button, .widget button.button, .widget input.button {
    border: 1px solid #D8D8D8;
    margin-bottom: 1px;
}

h3.berocket_aapf_widget-title {
    margin-bottom: 0;
}

ul.berocket_aapf_widget li > span {
    height: auto;
}

.berocket_aapf_widget input[type="checkbox"] + label:before {
    position: absolute;
    margin-left: -20px;
}

.berocket_aapf_widget input[type="checkbox"] + label {
    padding-left: 20px;
    line-height: 16px;
    margin-bottom: 4px;
}

table#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tagcloud {
    padding: 5px 15px 15px;
}



table#wp-calendar td, #wp-calendar th {
    padding: 3px 9px;
}


.single #sidebar .buttons a, #single-page #sidebar .buttons a {
	padding: .618em 0.7em;
}


.shop_info li {
  list-style-position: inside;
  text-indent: 0em;
  padding-left: 0em;
	margin-bottom: 10px;
}

.shop_info li i {
  margin-right: 10px;
  float: left;
  font-size: 22px;
}

.more_shop {
	display: none;
}

button.button.alt.add_to_cart_button.product_type_simple {
    border-radius: 0;
}

.archive .more_shop, .woocommece-page .more_shop {
	background: #B29C80;
    display: inline-block;
	width: 146px;
    color: #fff!important;
	text-align: center;
    padding: 5px 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

.archive .more_shop::after {
	font-family: fontAwesome;
	color: #fff;
	content: '\f101';
	margin-left: 5px;
	display: inline-block;
	font-size: 1.1em;
}

.more_shop:hover {
	background: #665847;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
  text-align: left;
}

.woocommerce .related ul li.product {
	width: 100%!important;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 35px;
}

.woocommerce .related ul li.product:last-child {
	border-bottom: none;
}

button.single_add_to_cart_button {
  padding: 12px 20px!important;
  margin-left: 5px!important;
}

.woocommerce .related ul li.product img {
  width: 35%!important;
}

.related table.shop_attributes {
  width: 40%;
}

.related ul.products li.product h3 {
  font-size: 1.4em;
  color: #665847;
}

.related.products {
    padding: 30px 20px;
    border: 1px solid #E2E2E2;
}

/*home*/

.home_products, .home_categories {
	margin-top: 30px;
}

.home_categories h2 {
	margin-bottom: 15px;
}

.home_categories a, .home .woocommerce ul.products li.product a, ul.products li.product a {
    color: #000;
}

.home table.shop_attributes {
	display: none;
}

.home ul.products li.product {
  float: left;
  margin: 0 2.6% 20px 0;
  width: 23%;
}

.home ul.products li.product.last {
    /*margin-right: 0;*/
}

.home ul.products li.product:last-child {
    margin-right: 0;
}

.home ul.products li.product.first {
    clear: none;
}

.home ul.products li.product a img {
	width: 100%;
        background: #fff;
        margin-bottom: 20px;
}

.home .price_basket {
  float: none;
  width: 100%;
}

.home .woocommerce ul.products li.product h3 {
  padding: .5em 10px;
  margin: 0;
  font-size: 1.1em;
      min-height: 58px;
	  color: #000;
}

.home ul.products li.product .price {
    margin-bottom: .2em;
    font-size: 1.1em;
    float: none;
	color: #FFF;
}

.home .price .amount {
    font-size: 19px;
    padding: 2px 15px;
	color: #000;
}

.home .quantity {
    float: right;
    margin-top: -33px;
        margin-right: 10px;
}


.home button.add_to_cart_button {
    width: 100%;
    margin-top: 10px;
}


.home a.added_to_cart.wc-forward {
    float: right;
    margin-right: 10px;
}


ul#shipping_method label {
    padding-left: 0px;
}

.woocommerce .woocommerce-info {
    border-top-color: #00A661;
}

.woocommerce .woocommerce-info:before {
    color: #F66E12;
}

.home ul.products li.product {
  background: #fff;
  border: 1px solid #DFDFDF;
}

.home ul.products li.product .wc-new-badge {
    position: absolute;
    left: 10px;
    top: 60px;
    background: #55AA55;
    box-shadow: 0 0 4px #fff;
}


.home .yith-wcwl-add-to-wishlist:before {
  content: ' ';
  clear: both;
  display: block;
}

.home_category_link {
  display: inline-block;
  width: 15.2%;
  margin-right: 1%;
  height: 60px;
}

.home_category_link img {
	float: left;
}

.home_category_link span {
  display: inline-block;
  float: left;
  margin-top: 13px;
  margin-left: 10px;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #55AA55;
}


.woocommerce ul.products li.product .price {
    color: #000000;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

#sidebar .widget .menu {
    padding: 0 15px 10px;
}


/*woocommerce message */
.woocommerce-message {
   border-top: 2px solid #8fae1b;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em!important;
  margin: 0 0 2em!important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none!important;
  width: auto;
	  font-size: 16px;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: right;
}

#respond input#submit, .woocommerce-message a.button, .woocommerce-message button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 0px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-message:before {
  content: "\e015";
  color: #8fae1b;
}



.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after {
  content: " ";
  display: table;
}


.clear, .woocommerce-breadcrumb:after, .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
  clear: both;
}

/*footer*/

.ue {
    line-height: 140%;
}
.ue_sec {
    text-align: center;
}

.ue_sec img {
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

.grecaptcha-badge {
    display: none;
}

footer.site_footer {
    background: #231917;
}

footer.site_footer .container {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 25px;
  background: #231917;
  color: #d8ccbd;
  padding: 25px 30px;
}

footer .menu li a, footer.site_footer a {
    color: #bcaf93;
}

.footer_center {
    padding: 8px 15px;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #322725;
    color: #A7A29A;
    text-align: center;

       
}



.fb-share-button a {
	display: block!important;
	width: 24px!important;
	height: 24px!important;
}

.fb-share-button img {
	display: none!important;
}

.widget_product_categories li a {
  text-transform: uppercase;
  display: block;
}

.widget_product_categories li a:hover {
	background: #665847;
}


.widget_product_categories h3 {
	margin-bottom: 0;
}

ul.product-categories ul li a {
    padding-left: 15px;
	text-transform: uppercase;
    display: block;
    background: #D8D0C7;
    margin: 0;
	padding: 2px 15px 5px 20px;
    color: #000;
}

ul.product-categories ul li a:before {
  font-family: fontAwesome;
  content: '\f148';
  margin-right: 7px;
  color: #000;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  display: block;
  float: left;
}

ul.product-categories>li>a {
    text-transform: uppercase;
    display: block;
    background: #D8D0C7;
    margin: 1px 0;
    padding: 5px 15px;
    color: #000;
}

ul.product-categories>li>a:hover {
	
}

.zostaw_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(250, 250, 250, 0.7);
  z-index: 990;
  top: 0;
  left: 0;
	display: none;
}

.zostaw_numer {
  background: #F9F9F9;
  padding: 40px 80px;
  z-index: 999;
  width: 500px;
  text-align: center;
	box-shadow: 8px 8px 15px rgba(34,34,34,0.73);
	margin-top: -120px;
}

.zostaw_numer input[type="submit"] {
  background: #D33A13;
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
}

.zostaw_numer input {
  width: 100%;
  padding: 5px 10px;
}

.close_zostaw {
	float: right;
  margin: 0px 0;
  background: none;
  font-size: 32px;
  color: #F76F14;
  box-shadow: none!important;
  border: none!important;
}

.contact_bottom {
	margin-top: 40px;
}

.home .products .star-rating {
  margin: 4px 0 .5em;
  float: none;
	display: none;
}

.home ul.products, .home ul.products li.product {
    margin-bottom: 0;
    min-height: 100px;
}

.home ul.products li.product {
    margin-bottom: 20px;
}

.home_products h2 {
    text-align: left;
    padding: 10px 0;
    color: #000000;
    margin: 35px 0 20px;
    border-bottom: 1px solid rgba(204, 192, 182, 0.38);
    font-size: 1.5em;
}



.archive article.type-post {
  clear: both;
  padding-bottom: 40px;
}

.archive_thumb {
  float: left;
  display: inline-block;
  margin-right: 20px;
}

.single_thumb {
  float: left;
  display: inline-block;
  margin-right: 20px;
}


#googlemaps {
	width: 100%;
	height: 400px;
}

.lsc #customer_login .col-2 {
  display: none;
}
.lsc #customer_login .col-1 {
  width: 100%;
}

.login_slide {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(240,240,240,0.76);
	z-index: 9999;
	display: none;
	left: 100%;
	
}

.lsc {
  width: 40%;
	margin: 0 auto;
	background: #fff;
	margin-top: 80px;
	padding: 30px;
	position: relative;
}

.close_login {
    position: absolute;
    top: 5px;
    right: 25px;
    background: none;
    font-size: 32px;
    color: #A0907C;
    box-shadow: none!important;
    border: none!important;
}


#menu-poradnik li a, #menu-blog li a {
	text-transform: uppercase;
    display: inline-block;
    padding: 2px 15px;
}

#menu-poradnik li a::before {
    width: 18px;
    height: 18px;
    position: absolute;
	margin-left: -12px;
    font-family: fontAwesome;
	content: '\f0da';
}

#menu-blog li a::before {
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: -12px;
    font-family: fontAwesome;
	content: '\f0da';
}



.archive .wrapper article h2 {
    margin-top: 0px;
}

.archive .wrapper article h2 a, h2 a {
	color: #000;
}

a.more {
    background: #B29C80;
    display: block;
    width: 146px;
    color: #fff!important;
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

a.more::after {
    font-family: fontAwesome;
    color: #fff;
    content: '\f101';
    margin-left: 5px;
    display: inline-block;
    font-size: 1.1em;
}

.more:hover {
    background: #665847;
}
/*quick order*/


.panel-default>.panel-heading a {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
	display: block;
	width: 100%;
		padding: 10px 15px;

}

.panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
	padding: 0;
}


.panel-title a:after {
    font-family: fontAwesome;
    content: '\f077';
    float: right;
}

.panel-title a.collapsed:after {
    content: '\f078';
}

.quick h2, .thumb_quick, .quick_price, .quick_cart {
	float: left;
}

.thumb_quick { width: 10%; }
.quick h2 {
	font-size: 1.2em;
  padding-top: 12px;
	width: 55%;
}


.quick_price { width: 10%; }
.quick_cart { width: 25%; }
.quick_cart .quantity { float: left; }
.quick button.single_add_to_cart_button.button.alt {
    background-color: #F76F14;
    border: none;
    color: #fff;
    float: right;
    font-size: 13px;
}

.quick span.price {
    padding-top: 12px;
    display: block;
}

.quick .star-rating {
    display: none;
}

.quick_product {
    padding: 10px 0 6px;
    border-bottom: 1px solid #DAD6D6;
}

.quick_product:last-child {
	border: none;
}


.kontakt_cont h3 {
    margin: 0 0 5px 0;
    font-size: 1.3em;
}

.kontakt_cont p {
	margin-bottom: 5px;
}

.contact_form {
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	padding: 20px 40px 5px 40px;
}

.contact_form input, .contact_form textarea {
	margin: 0 auto;
	width: 100%;
	padding: 6px 15px;
	border: 1px solid #CBCBCB;
}

.contact_form input[type="submit"] {
background: #804515;
display: block;
text-align: center;
border: none;
color: #fff;
padding: 10px 15px;
}

.wpcf7 input[type="checkbox"] {
    float: left;
    width: auto;
    margin-top: 3px;
    margin-right: 5px;
}

.wpcf7  .wpcf7-list-item-label {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
        
}

.wpcf7 .wpcf7-list-item {
    margin: 10px 0;
    font-weight: normal;
}
.contact_form textarea {
    height: 162px;
}

/*poradnik dział*/
.porady_block {
	margin-top: 30px;
}

.archive article.category-pytania-i-odpowiedzi {
	padding-bottom: 0;
}

.porady_block img {
	width: 270px;
	height: auto;
}

.porady_block .more {
	display: inline-block;
}

.porady_block .entry-title {
	margin-top: 0;
}

/*promocje*/

.offer_icon_area {
	text-align:center;
	font-size: 40px;
	background: #EFEFEF;
	padding: 20px 0;
	color: #AA6C39;
}

.offer_inner {
    border: 1px solid #DADADA;
    box-shadow: 0 0 4px #CCC;
}

.offer_content {
	padding: 10px 20px 30px;
	text-align: center;
	min-height: 190px;
}

.offer_content h2 {
	font-size: 1.4em;
	color: #AA6C39;
}

.offer_block:first-child {
	padding-left: 0;
}

.offer_block:last-child {
	padding-right: 0;
}

/* Opinie */
.opinie {
    padding-bottom: 5px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 25px;
}

.to_opinie a {
    color: #00A661;
}

.to_opinie {
    text-align: right;
    margin-bottom: 10px;
}

.opinia {
    background-color: #F6FFF0;
    border: 1px solid #35AE6E;
    padding: 15px 20px 15px 15px;
    position: relative;
    margin-bottom: 20px;
		line-height: 1.3em;
}

.opinia::before {
    width: 14px;
    height: 15px;
    border-left: 14px solid transparent;
    border-top: 14px solid #35AE6E;
    content: "";
    position: absolute;
    left: 15px;
    top: 100%;
}

.opinia::after {
    content: "";
    position: absolute;
    left: 16.5px;
    top: 100%;
    width: 11px;
    height: 5px;
    border-left: 12px solid transparent;
    border-top: 12px solid #F6FFF0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rating_author, .comments-info div.rating {
	float: left;
	margin: -2px 0 0 5px;
}

div.crfp-rating {
    margin-top: -2px;
}

p.crfp-field span.star-rating-control::before {
    content: 'Twoja ocena';
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

p.crfp-field {
    margin-bottom: 5px;
}

.comments-info {
    margin-top: 0px;
		margin-bottom: 20px;
    font-size: 14px;
    text-indent: 15px;
}

.widget_alo_full {
    padding: 25px 7%;
    border: 2px solid #c93a12;
}

.news_check {
    float: left;
    width: 46%;
	margin-left: 2%;
	margin-top: 5px;
}

.news_check label {
    padding-left: 23px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    background: url('img/checkbox.jpg') no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news_check input {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.news_check input:checked + label {
    background-position: 0 -18px;
}

.widget_alo_full i {
    font-size: 23px;
    margin-left: 10px;
    color: #888;
}

.lists_header {
    background: #fffae1;
    padding: 10px 15px;
}

.widget_alo_full table.alo_easymail_form_table {
    width: 100%;
}

.widget_alo_full input#opt_name, .widget_alo_full input#opt_email {
    width: 100%;
    padding-left: 40px;
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 15px;
}

.alo_easymail_lists_table {
    border: 1px solid #C5C5C5;
		padding-bottom: 15px;
}

.widget_alo_full input.input-submit {
    margin-top: 15px;
}

table.alo_easymail_form_table {
    margin-bottom: 20px;
}

input.plus {
    margin-left: 4px;
}

input.plus, input.minus {
    width: 25px;
    height: 25px;
}

.woocommerce .quantity .qty {
    width: 3.1em;
    height: 32px!important;
}


input.input-text.qty.text {
    border: 1px solid #DEDEDE;
    box-shadow: inset 0 0 3px #EFEFEF;
}

.home .quantity .qty {
  margin-top: 4px!important;
}

.archive .price>span, .related.products .price>span {
    font-size: 1.5em;
} 



.woocommerce-product-rating div.rating-cancel, div.star-rating {
  text-indent: 0;
}

.woocommerce .star-rating span {
    color: #F3CD26;
}

.single.woocommerce div.product form.cart .button, .quick_product button.button.add_to_cart_button {
    padding: 6px 15px!important;
    margin-top: 1px;
}

.quick_product button.button.add_to_cart_button {
  margin-left: 5px;
}

.single div.product .related.products form.cart .button {
    margin-top: 10px;
}

.cart_item .quantity input.plus {
    margin-left: 4px;
}

.slider.price .ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.2em;
}

/*atrybuty*/

.woocommerce table.shop_attributes .alt th {
    background-color: rgba(0,0,0,.025)!important;
    background-repeat: no-repeat;
    background-position: left center;
        
}

.woocommerce table.shop_attributes th {
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}

.woocommerce table.shop_attributes td {
vertical-align: middle;
}

.woocommerce table.shop_attributes tr th {
        padding-left: 29px;
}

table.shop_attributes tr th:before {
    font-family: fontAwesome;
    position: absolute;
    margin-left: -22px;
    color: #AA6C39;
}

table.shop_attributes tr:first-child th:before {
    content: '\f24e';
}



.woocommerce table.shop_attributes th {
    width: 175px;
}

.papierwszezbiory th:before {
    content: '\f274';
}

.patemperaturahodowli th, tr.alt.patemperaturahodowli th {
  background-image: url('img/thermo.png')!important;  
    background-repeat: no-repeat!important;
    background-position: left center!important;
}

.panakladpracy th:before {
  content: '\f007';
}

.paczastrawaniazbiorow th:before {
  content: '\f017';
}

.pamiejsceuprawy th:before {
    content: '\f015';
}

.pazbiorogolem th:before {
    content: '\f080';
}


.pawagagotowegosubstratu th:before {
    content: '\f046';
}

.papodloze th:before {
    content: '\f18c';
}

.pawydajnosc th:before {
    content: '\f247';
}

.pailosc th:before {
    content: '\f196';
}
/*zestaw produktów*/
.products_set {
    float: left;
    width: 31%;
    margin-right: 1%;
}

.products_set img {
    width: 100%;
    height: auto;
}

.products_set h4 a {
    font-size: 20px;
    color: #000;
    display: block;
}

.price_set {
 font-size: 14px;
 display: block;
 margin: 5px 0 20px;   
}


a.page-numbers {
    background: #665847;
    color: #fff;
    padding: 8px 12px;
}

span.page-numbers.current {
	background: #B29C80;
	color: #000;
    padding: 8px 12px;
}

#sidebar li a {
    color: #000;
}

.pag_poradnik {
	margin-top: 30px;
}

ul.berocket_aapf_widget li {
	margin-bottom: 5px;
} 




@media all and (min-width: 1200px){
.menu_top {
   /* width: 1230px;
    margin-left: -30px;*/
    padding: 0 30px;
    margin-top: 0;
    height: 40px;
}
/*
.menu_top:before {
    position: absolute;
    border-top: 30px solid #9C866A;
    border-left: 30px solid transparent;
    margin-top: 50px;
    margin-left: -30px;
    content: ' ';
}

.menu_top:after {
    position: absolute!important;
    border-top: 30px solid #9C866A!important;
    border-right: 30px solid transparent!important;
    margin-top: 50px!important;
    margin-right: -30px!important;
    content: ' '!important;
    right: 0;
}*/
}


@media all and (min-width: 1024px) and (max-width: 1200px) {
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}

}

@media all and (max-width: 1199px) {
	.goodparts li {
		font-size: 1.1em;
	}
	
	.prod {
		display: block;
		margin-top: 0;
		font-size: 1.1em;
	}
	
	header .cartnoempty, header .cart-contents {
		padding: 30px 128px 46px 155px;
		background: url('img/plantokoszyk.png') no-repeat 30px 10px;
		margin-top: 5px;
	}
	
	.nav_blocks li.block a {
		font-size: 1.1em;
	}
}


@media all and (min-width: 960px) and (max-width: 1199px) {
.home button.add_to_cart_button {
    font-size: 0.8em;
}

.menu_top {
	margin-left: -70px;
	margin-right: 30px;
	margin-top: -14px;
}



.nav>li>a {
	padding-right: 8px;
	padding-left: 8px;
}

.home a.add_to_wishlist.single_add_to_wishlist {
  font-size: 1em;
}

.home .yith-wcwl-add-button.show a {
    word-break: break-all;
    display: inline-block!important;
    width: 118px;
    word-wrap: break-word;
    font-size: 0.8em!important;
}

.home .yith-wcwl-add-button.show {
    width: 100px;
}

.quick h2 {
    font-size: 1.2em;
    padding-top: 12px;
    width: 47%;
}

.quick_cart {
    width: 33%;
}
}

@media all and (max-width: 1023px) {
	ul#menu-top li a {
    font-size: 13px;
	}
	
	
	
	.nav_blocks li.block a {
    background-size: 24%!important;
	}
	.nav_blocks li.block a, .nav_blocks li.block a:hover {
		padding: 18px 15px 21px 50px;
	}
  
  .home .quantity {
    margin-top: 20px;
  }
  
  .home_category_link {
    display: inline-block;
    width: 30.2%;
    margin-right: 2%;
    height: 60px;
}

.home ul.products li.product .wc-new-badge {
    width: 60px;
}

a.login_action, a.logout_action {
  margin-right: 10px;
}

.archive ul.products li.product {
 margin: 30px 1%; 
 float: none!important;
}

.archive ul.products li.product:nth-child(2n) {
  clear: both!important;
}

.quick_product button.button.add_to_cart_button {
    margin-left: 0;
    margin-top: 5px;
}

}

@media all and (min-width: 961px) { 
  .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}
	
}

@media all and (max-width: 992px) {
	.logo {
		margin-bottom: 0;
		width: 180px;
		margin-top: 15px;
	}
	
	.logo {
		margin-bottom: 0;
		width: 180px;
		margin-top: 15px;
		margin-left: 10px;
	}
	
	.header_middle {
		padding-top: 10px;
		padding-left: 25px;
	}	
	
	.nav_blocks li.block {
    float: left;
    width: auto;
	}
	
	.nav_blocks li.block a, .nav_blocks li.block a:hover {
    padding: 10px 15px 15px 10px;
	font-size: 1.3em;
	}
	
	ul#menu-top li a {
		font-size: 1.3em;
	}
	
	.newsletter_slide {
		display: none!important;
	}
}

@media all and (min-width: 769px) and (max-width: 960px) {
  .home .quantity {
    float: none;
  }
  
  .home button.add_to_cart_button {
    float: none!important;
    margin-top: 10px!important;
  }
  
  .home a.add_to_wishlist.single_add_to_wishlist {
    float: none;
  }
  
  .toggle {
    float: left;
    margin-left: 10px;
}

.navbar-toggle {
  display: block!important;
}

.nav>li {
    position: relative;
    display: block;
}
.navbar-nav>li {
    float: none;
}

}

@media all and (min-width: 768px) {

}

@media all and (max-width: 768px) {
.home ul.products li.product {
    float: left;
    margin: 0 2% 20px 2%;
    width: 45%;
}

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

.navbar-toggle {
  display: block!important;
  margin-left: 10px;
}


.archive.woocommerce ul.products li.product a img {
    width: 28%;
}

.archive.woocommerce table.shop_attributes {
    float: left;
    width: 42%;
}

ul.products li.product .wc-new-badge {
    position: absolute;
    right: 5px;
}

.price_basket {
    float: right;
    width: 24%;
}

.home .price {
    margin-top: 10px;
}

.home .price span {
    font-size: 1.2em!important;
}

.home .price .amount {
    font-size: 18px;
    padding: 5px 15px 5px;
}

.home .quantity {
    margin-top: 0;
}

.home button.single_add_to_cart_button.button {
    margin-top: 5px!important;
}

.woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img {
    width: 28%!important;
}

.single.woocommerce div.product div.images img {
    width: 40%;
    margin: 10px;
}

.single.woocommerce #content div.product div.summary {
  padding-left: 10px;
}

.menu_top {
    width: 96%;
    margin-left: 2%;
}

#sidebar {
    width: 100%;
}

.widget_alo_full {
    width: 95%;
}

.opinie, .newsletter_info {
    width: 95%;
    margin-left: 2%;
}

.thumb_quick {
  width: 20%;
}

.quick h2 {
    font-size: 1.2em;
    padding-top: 12px;
    width: 80%;
}

.quick_cart {
    width: 90%;
    float: none;
}

.quick_price {
    width: 90%;
    float: none;
    margin-bottom: 5px;
    font-size: 1.3em;
}

}

@media all and (max-width: 767px) {
	
	
.logo {
	margin: 15px auto;
}
    
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none!important;
    clear: both!important;
    max-width: 280px;
    margin: 15px auto!important;
}

.archive.woocommerce ul.products li.product a img {
    width: 300px;
    margin: 0 auto 15px;
    float: none;
}
    
.price_basket a.button {

    float: right;
}
    
.woocommerce-page table.shop_attributes, .archive.woocommerce {
    float: none;
    width: 100%;
}

.price_basket {
    float: right;
    width: 34%;
}

.archive.woocommerce table.shop_attributes {
    float: left;
    width: 62%;
}

.lsc {
    width: 80%;
}


.full_width {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.home_products h2 {
    margin-left: 10px;
}

ul#menu-topleft {
    width: 95%;
    margin-left: 2%;
}

.navbar-toggle {
    float: none;
	margin-left: 10px;
	margin: 5px auto;
}

.slideshow_container {
    display: none;
}

.home .quantity {
    float: none;
  }
  
  .home button.add_to_cart_button {
    float: none!important;
    margin-top: 10px!important;
  }
  
  .home a.add_to_wishlist.single_add_to_wishlist {
    float: none;
  }
  
  .home .yith-wcwl-add-to-wishlist {
    margin-top: 5px;
    float: left;
}

.home_category_link {
    width: 31%;
    margin-right: 1%;
}

header .cart-contents {
    width: 240px!important;
}

.offer_block:first-child {
  padding-left: 15px;
}

.offer_block:last-child {
    padding-right: 15px;
}

.offer_block {
  margin-bottom: 20px;
}

.widget_alo_full {
  margin: 15px 0; 
  width: 99%;
}

div#googlemaps {
    width: 98%;
    float: none;
    margin-left: 2%;
    margin-bottom: 20px;
}

.wrapper .row>div:first-child {
  padding-left: 15px;
}

.nav_blocks li.block {
	float: none;
	margin-left: 0;
}

.menu_top {
	float: none;
	width: 100%;
	margin-left: 0;
}

ul#menu-top li a {
	margin-left: 0;
}

.row .nav_blocks {
	padding-right: 15px!important;
}

.header_middle.goodparts {
    text-align: center;
	display: block;
}

.middle_header_row {
    padding: 0;
    display: block;
    width: 100%;
}

.row.middle_header_row>div {
    display: block;
	text-align: center;
}

.leave_number {
	padding-left: 0;
}

header .cart-contents {
    width: auto!important;
}

.header_top_row {
	text-align: center;
}

header .row {
	margin-left: 0;
	margin-right: 0;
}

#menu-top>li>a, #menu-top>li>a:hover {
    padding-bottom: 8px;
    padding-top: 8px;
}

.row.header_top_row {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
}

.woocommerce ul.products li.product h3 {
    font-size: 1.7em;
    line-height: 130%;
}

}

@media all and (max-width: 599px) {


}

@media all and (max-width: 480px) {
.full_width {
    width: 90%;
}

.home button.add_to_cart_button {
    width: 95%;
}

table.shop_table.cart {
    overflow-x: scroll!important;
}

.aspexifblikebox {
    display: none;
}



.home ul.products li.product {
    float: none;
    margin: 0 2% 20px 2%;
    width: 96%;
}

.row.header_top_row>div:first-child, .row.header_top_row>div:last-child {
    width: 100%;
}

.row.header_top_row>div {
    float: none;
}

a.login_action, a.logout_action {
    float: left;
    padding-left: 0;
}

.menu_top {
	margin: 0;
}

.price_basket, .archive.woocommerce table.shop_attributes {
    float: none;
    width: 94%;
    margin: 10px 3%;
}

header .row>div:last-child {
    padding-right: 15px;
}

header .row>div:first-child {
    padding-left: 15px;
}

.related table.shop_attributes {
    width: 100%;
}


}

@media all and (max-width: 420px) {
a.czechy {
    float: none;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    display: block;
}

.single.woocommerce div.product div.images img {
    width: 100%;
    margin: 10px 0;
}

.search_form {
    margin-top: 10px;
    width: 100%;
}

.search_column {
	width: 100%;
}

.login_column {
	width: 100%;
	text-align: center;
}

input#search {
    padding: 0 20px;
    width: 100%;
}



input.search_icon {
    margin-top: -9px;
}



}