html, body {
	min-height: 100%;
}

body, p, li, a {font-family: 'Hind', sans-serif;}

label {
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

#page-conteiner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin: 0;
    padding: 0;
}

.row {
    margin: 0 !important;
}

header#header {
    padding: 0;
}

#left_column {
	background:#ff5a00;
	margin: 0;
    padding: 0;
	width: 19%;
}

#page {
	position: relative;
    margin: 0;
    padding: 0;
	width: 81%;
}

#columns {
    padding-bottom: 0;
	padding-top: 0;
}

#navBarTop {
    background: #36424a;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 55px;
    min-width: 367px;
    z-index: 10000;
}

#center_column {
    padding: 0;
}

.product-count {
    display: none;
}

.new-label {
    background: #FF5A00;
    text-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0px;
    top: 15px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-weight: lighter;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}

body.product .new-label {
    left: 15px;
}

.product-container:hover .new-label {
	display:none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}

.new-label:before,
.new-label:after {
	content:none;
}

.bottom-pagination-content {
    padding: 0;
    height: 48px;
    background-color: #e3e3e3;
    border-top: 1px solid #ecedf0;
}

ul.product_list.grid > li {
    border-top: 1px solid #ecedf0;
    border-right: 1px solid #ecedf0;
	padding-bottom: 5px !important;
}

ul.product_list.grid > li .product-container .product-image-container {
    border: none !important;
}

.breadcrumb {
    border: none;
    color: #ababab;
    font-weight: normal;
    font-size: 11px;
    background: #fff;
	height: 49px;
    margin: 0;
    padding-bottom: 0;
    line-height: 50px;
}

.breadcrumb a {
    color: #ababab;
    font-weight: normal;
    font-size: 11px;
	padding: 0px 2px 0 20px;
}

.breadcrumb a.home {
	color: #ababab;
    font-weight: normal;
    font-size: 11px;
	width: auto;
    margin: 0 0 0 10px;
}

.breadcrumb a.home:after {
    top: 9px;
}

.breadcrumb a:after {
    width: 5px;
    height: 5px;
    background: #fff;
    border-right: 1px solid #FF5A00;
    border-top: 1px solid #FD5800;
    top: 23px;
}

.breadcrumb a:before {
	content:none;
}




#left_column .block {
    margin: 20px 50px;
}

.img-responsive {
    margin: 50px 44px 40px;
    width: calc(100% - 2 * 44px);
	max-width: 273px;
}


/* Tytuły bloków na lewej belce */
#categories_block_left h2.title_block {
    display: none;
}

#search_block_left p.title_block {
    display: none;
}
/* Tytuły bloków na lewej belce END */


#left_column #categories_block_left li a {
    border-bottom: none;
}

#left_column #categories_block_left .block_content > ul {
    border-top: none;
}

#left_column #categories_block_left li span.grower {
    background: none;
}

#left_column #categories_block_left li span.grower.CLOSE:before {
    content: "\f106";
    color: #fff;
}

#left_column #categories_block_left li span.grower.OPEN:before {
    content: "\f107";
    color: #fff;
}


#left_column  #categories_block_left li {
    border-bottom: 1px solid rgba(255,255,255,.32);
}
#left_column #categories_block_left li a {
    font-weight: bold;
    color: #fff;
}

#left_column #categories_block_left li a {
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

#left_column #categories_block_left li span.grower:hover + a,
#left_column #categories_block_left li a:hover,
#left_column #categories_block_left li a.selected {
    background: rgba(255,255,255,.2);

}

#left_column  #categories_block_left li li {
    border-bottom:none;
}

#left_column #categories_block_left li li a {
    font-weight: normal;
    color: #fff;
	padding: 0;
	font-size:12px;
}

.form-control:focus {
    box-shadow: none;
    border: none;
}

#left_column .block {
    margin: 23px 22px 30px;
}

#left_column #search_block_left form {
	position:relative;
}

#categories_block_left .block_content {
    padding: 0 8px;
}

#categories_block_left li a {
    padding: 0 30px 0 6px;
}

li.itemMenu-contact.last > a,
li.itemMenu-home > a {
    text-transform: uppercase;
}

#left_column form#searchbox label {
    display: none;
}

#left_column form#searchbox input#search_query_block {
    margin: 0;
    max-width: none;
    float: none;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    color: #36424a;
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
}

#left_column form#searchbox button#search_button {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
	background: none;
    border: none;
    z-index: 1;
}

#left_column form#searchbox button#search_button > span {
    padding: 2px 8px 3px 8px;
    border: none !important;
    background: none !important;
}

#left_column form#searchbox button#search_button i {
    color: #737c81;
    font-weight: 300;
    font-size: 14px;
	text-shadow: none;
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

#left_column form#searchbox button#search_button > span:hover i {
	color: #ff5a00;
}


#left_column .btn:focus {
    outline: none;
}

#left_column #categories_block_left li li a:before {
    content: "\f111";
    font-size: 5px;
	line-height: 12px;
}




.footer-container #footer .row {
    position: relative;
    padding: 45px 31px 20px 31px;
}

.footer-container {
    height: 114px;
	background: #36424a;
}

.footer-container #footer .footer-block {
    margin-top: 0;
	width: 75%;
}

.footer-container #footer h4 {
    display: none;
}

.footer-container #footer ul li {
    padding: 0;
    display: inline-block;
}

ul.product_list.grid .button-container a.lnk_view {
    margin: 0;
    padding: 0;
    color: #FF5A00;
    text-decoration: underline;
	border: none;
}

ul.product_list.grid .button-container a.lnk_view span {
    background: #fff;
    padding: 0;
}

ul.product_list.grid > li .product-container .button-container {
    margin: 0 !important;
}

ul.product_list.grid > li .product-container h5 {
    padding: 0 !important;
    margin: 0 0 5px 0;
    min-height: 53px;
}

ul.product_list .product-name {
    font-size: 15px;
    color: #36424a;
    font-weight: 500;
}

.bottom-pagination-content div.pagination {
    height: 47px;
    text-align: right;
}

.bottom-pagination-content ul.pagination {
    padding: 0 !important;
    margin: 0 36px 0 0 !important;
    height: 47px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    border: 0 !important;
	line-height: 100% !important;
	overflow: hidden;
}

.bottom-pagination-content ul.pagination li {
    height: 100%;
    border-right: 1px solid #c9cacb;
}

.bottom-pagination-content ul.pagination li {
    font-weight: normal !important;
    font-size: 12px;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    min-width: 35px;
    border-right: 1px solid #c9cacb;
    height: 47px;
    line-height: 47px;
}

.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
	padding: 0 10px;
}

.bottom-pagination-content ul.pagination li > a {
	margin: 0;
    padding: 0 !important;
    border: none !important;
    font-weight: normal !important;
    display: inline !important;
    line-height: 47px;
    background: none !important;
    text-align: center;
    width: 100%;
}

.bottom-pagination-content ul.pagination li > a:hover {
	color: #ff5a00 !important;
}

.bottom-pagination-content ul.pagination li.current {
    color: #ff5a00;
    font-weight: bold !important;
}

.bottom-pagination-content ul.pagination li.pagination_next {
    border-right: none !important;
}

.footer-container #footer ul li a {
    font-size: 12px;
    text-shadow: none;
    font-weight: normal;
    color: #fff !important;
}

.footer-container #footer ul li {
    display: inline-block;
    border-right: 1px solid #6e767b;
    padding: 0 7px;
    height: 12px;
    line-height: 12px;
}

.footer-container #footer ul li:last-child {
    border-right: none;
}

.footer-container #footer ul li a:hover {
    text-decoration: underline;
}

#copyrightFooter p {
    text-align: right;
    color: #fff;
    font-size: 11px;
}

#languagesBox {
    float: right;
    margin: 18px 20px 0 8px;
}

ul#languagesList {
    margin: 0;
    padding: 0;
}

#languagesBox ul li {
    display: inline-block;
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}

#languagesBox ul li > a {
	color: #fff !important;
	font-weight: normal;
    font-size: 13px;
}

#languagesBox ul li.selected {
	color:#FF5A00 !important;
	font-weight:bold;
}

#languagesBox ul li > a:hover {
	color:#FF5A00 !important;
}

#navBarTop .header_user_info {	
    border-left: none;
    border-right: none;
    margin: 18px 8px 0;
}

#navBarTop .header_user_catalog {
    float: right;
    margin:0;
}

#navBarTop .header_user_info a {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: underline;
	display: inline;
}

#navBarTop .header_user_info > i {
    display: inline-block;
    color: #fff;
    margin: 0px 8px 0;
}

#navBarTop .header_user_info a:hover,
#navBarTop .header_user_info a.active {
    background: none;
}

#navBarTop .shopping_cart {
    width: auto;
	margin: 18px 8px 14px 20px;
}

#navBarTop .shopping_cart > a:first-child {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: none;
    display: inline-block;
    background: none;
    color: #fff;
}

#navBarTop .shopping_cart > a:first-child:before {
    content: "\f0f6";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    padding-right: 6px;
}

#navBarTop .cart_block {
    position: fixed;
    top: 50px;
    width: 394px;
    background: #36424A;
}

#navBarTop .header_user_catalog .cart_block {
	right: -400px;
	height: calc(100% - 50px);
	-webkit-transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	transition:all .5s ease-in;
}

#navBarTop .header_user_catalog:hover .cart_block {
	right: 0;
}

#navBarTop .cart_block .product-name {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}

#navBarTop .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: 6px;
}

#navBarTop .cart_block .cart-info .quantity-formated {
    color: #fff;
    text-transform: none;
    font-size: 13px;
}

#navBarTop .cart_block a.cart-images {
    margin: 0 10px 0 0;
}

#navBarTop .cart_block a.cart-images > img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#navBarTop .cart_block dt {
    border-top: 1px dashed #404D56;
    padding: 10px 20px;
}

#navBarTop .cart_block a.cart_block_product_name {
    color: #fff !important;
}

#navBarTop .cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 50px;
    margin: 0 auto;
    background: #36424A;
}

#navBarTop .cart_block .cart-buttons a#button_order_cart span {
    padding: 10px 0;
    font-size: 13px;
    border: solid 1px #404D56;
    background: #404D56;
}

#navBarTop .cart_block .cart-buttons a#button_order_cart:hover span {
    border: solid 1px #404D56;
    background: #FF5A00;
}

.button.button-small {
    font-family: 'Hind', sans-serif;
    text-shadow: none;
    font-weight: normal;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#navBarTop .cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 10px;
    top: 14px;
}

#navBarTop .cart_block .cart_block_list .remove_link a:before,
#navBarTop .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 10px;
}


#navBarTop .cart_block .cart_block_list .remove_link a:hover,
#navBarTop .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #fff;
}

.cart_block .cart-prices {
    border-top: 1px solid #404D56;
}

body#order-opc h1#cart_title {
    display: none;
}

#navBarTop .cart_block .cart_block_no_products {
    padding: 20px;
    text-align: center;
    color: #FF5A00;
    border-top: 1px solid #404D56;
    border-bottom: 1px solid #404D56;
}

span.zapytanieOfertoew.orange {
    text-decoration: underline;
}

span.zapytanieOfertoew.orange {
    color: #FF5A00;
}



#cart_summary .cart_unit {
    display: none;
}

#cart_summary .cart_total {
    display: none;
}

body#order-opc tfoot {
    display: none;
}

#partners {
	margin: 50px 24px 40px;
    width: calc(100% - 2 * 24px);
    padding: 0px 20px;
}

#partners p {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 20px;
}

#partners a {
    font-size: 14px;
    color: #fff !important;
}

#partners a:hover {
    text-decoration: underline;
}

#partners .btn-pobierz {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 12px 42px 12px 12px;
    border: 1px solid #FFF;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    margin: 10px 0 0 0;
	background:url(../../img/download-ico.png) no-repeat right center;
	text-decoration:none !important;
}

#center_column .contact-form-box {
    box-shadow: none;
    margin: 0;
	background: #fff;
}

h1.page-heading {
    display: none;
}

#center_column {
    border-top: 1px solid #ecedf0;
}

#center_column .contact-form-box fieldset {
    background: #fff;
    padding: 0px 15% 50px;
}


.button.button-medium {
    background: #36424a !important;
    border-color: #36424a !important;
}

.button.button-medium span {
	border-color: #36424a;
	font-weight: 300;
}

#subcategories {
    overflow: hidden;
    margin: 0 20px;
}

body #subcategories ul li .subcategory-name {
	color:#000;
	font-size:14px;
	font-weight:normal;
	line-height: 110%;
}

#subcategories ul li h5 {
    width: 100%;
    display: block;
    white-space: normal;
}

body.category-adblue #left_column,
body.category-3 #left_column,
body.category-11 #left_column, 
body.category-12 #left_column,
body.category-13 #left_column {
    background-color: #004c98;
}


body.category-4 #left_column,
body.category-14 #left_column, 
body.category-16 #left_column,
body.category-116 #left_column,
body.category-117 #left_column,
body.category-118 #left_column,
body.category-119 #left_column,
body.category-120 #left_column,
body.category-17 #left_column,
body.category-18 #left_column,
body.category-15 #left_column,
body.category-19 #left_column,
body.category-20 #left_column,
body.category-21 #left_column,
body.category-22 #left_column,
body.category-23 #left_column,
body.category-124 #left_column,
body.category-125 #left_column {
    background-color: #4a5861;
}


body.category-5 #left_column,
body.category-6 #left_column, 
body.category-31 #left_column,
body.category-32 #left_column,
body.category-33 #left_column,
body.category-34 #left_column,
body.category-35 #left_column,
body.category-7 #left_column,
body.category-36 #left_column,
body.category-85 #left_column,
body.category-86 #left_column,
body.category-87 #left_column,
body.category-37 #left_column,
body.category-38 #left_column,
body.category-39 #left_column,
body.category-40 #left_column,
body.category-41 #left_column,
body.category-42 #left_column, 
body.category-88 #left_column,
body.category-89 #left_column,
body.category-90 #left_column,
body.category-43 #left_column,
body.category-44 #left_column,
body.category-8 #left_column,
body.category-45 #left_column,
body.category-46 #left_column,
body.category-47 #left_column,
body.category-48 #left_column,
body.category-49 #left_column,
body.category-50 #left_column,
body.category-9 #left_column,
body.category-51 #left_column,
body.category-91 #left_column,
body.category-92 #left_column,
body.category-52 #left_column,
body.category-93 #left_column,
body.category-94 #left_column,
body.category-95 #left_column,
body.category-53 #left_column,
body.category-54 #left_column,
body.category-55 #left_column,
body.category-56 #left_column,
body.category-67 #left_column,
body.category-68 #left_column,
body.category-69 #left_column,
body.category-60 #left_column,
body.category-61 #left_column, 
body.category-96 #left_column,
body.category-97 #left_column,
body.category-98 #left_column,
body.category-99 #left_column,
body.category-100 #left_column,
body.category-10 #left_column,
body.category-73 #left_column,
body.category-74 #left_column,
body.category-24 #left_column,
body.category-28 #left_column,
body.category-29 #left_column,
body.category-30 #left_column,
body.category-25 #left_column,
body.category-62 #left_column,
body.category-63 #left_column,
body.category-26 #left_column,
body.category-64 #left_column,
body.category-65 #left_column,
body.category-66 #left_column,
body.category-67 #left_column,
body.category-68 #left_column, 
body.category-69 #left_column,
body.category-101 #left_column,
body.category-70 #left_column,
body.category-71 #left_column,
body.category-72 #left_column,
body.category-27 #left_column,
body.category-75 #left_column,
body.category-102 #left_column,
body.category-103 #left_column,
body.category-104 #left_column,
body.category-105 #left_column,
body.category-106 #left_column,
body.category-76 #left_column,
body.category-77 #left_column,
body.category-107 #left_column,
body.category-108 #left_column,
body.category-109 #left_column,
body.category-78 #left_column,
body.category-79 #left_column,
body.category-80 #left_column,
body.category-110 #left_column,
body.category-111 #left_column,
body.category-112 #left_column, 
body.category-113 #left_column,
body.category-114 #left_column,
body.category-115 #left_column,
body.category-81 #left_column,
body.category-82 #left_column,
body.category-83 #left_column,
body.category-84 #left_column {
    background-color: #ff5815;
}


body .footer-container #footer {
    color: #36424a;
}

body #categories_block_left ul li {
    background: none;
	border-left: none;
	margin-left: 0;
    padding-left: 0;
}

body #categories_block_left ul {
    margin: 0;
    padding: 0;
}


body #subcategories {
    border-top: none !important;
}

body .top-hr {
    background: #fff !important;
}



#mapa {
	padding: 0;
    height: 310px;
    width: 100%;
	position: relative;
}

#mapa .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 310px;
    top: 0;
    left: 0;
    z-index: 1;
}

body#cms #center_column {
    padding: 0 20px;
}

body#sitemap #center_column {
    padding: 30px 8px 0 8px;
}

body #subcategories ul li:hover .subcategory-image a {
    border: 1px solid #333;
    padding: 9px;
}

body .page-product-box {
    padding-bottom: 10px;
    margin: 20px 16px 0 16px;
}

body .box-info-product {
    background: #fff;
    border: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

body#product .pb-left-column #image-block {
    border: 1px solid #fff;
}

.product-box .product-image {
    border: 1px solid #fff;
}

body#product .product_attributes,
body#product .box-cart-bottom {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

body#product .dodajDoZamowienia {
    font-size: 14px;
    text-decoration: underline;
    color: #ff5a00;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

body#product .dodajDoZamowienia:hover {
    color: #ff5a00;
    text-decoration: none;
}

body#product .pb-center-column {
    margin-bottom: 10px;
}

body#product .pb-center-column #product_reference,
body#product .kodEAN {
    margin: 0 10px 0 0;
    display: inline-block;
    color: #000;
    font-weight: 600;
}

body#product .pb-center-column #product_reference label,
body#product .kodEAN label {
    font-weight: 300;
    color: #999999;
}

body#product h3.page-product-heading {
    text-transform: none;
    border: none;
    background: #fff;
}

body#product .accessories-block .product-name {
    text-align: center;
    font-weight: normal;
    min-height: 37px;
}

body#product .no-print {
    text-align: center;
}

body#product #quantity_wanted_p label {
    display: inline-block;
    float: left;
    margin: 5px 10px 0 0;
}

body#product #quantity_wanted_p {
	margin: 30px 20px 0 0;
    display: inline-block;
}

body#product .box-cart-bottom {
    display: inline-block;
}

body#product .pb-center-column h1 {
    padding-bottom: 6px;
    font-size: 20px;
    color: #3a3939;
    font-weight: 600;
}

body#product #attributes fieldset {
    margin-top: 20px;
}

body#product #product_condition,
body#product #usefull_link_block {
    display: none;
}

body #layer_cart {
    position: fixed !important;
    left: 0;
    top: 56px !important;
}

body #layer_cart .layer_cart_product .title {
    color: #cc4800;
}

#thumbs_list_frame .img-responsive {
    margin: 0;
}

form#productsSortForm {
    margin: 10px 20px;
}

.content_sortPagiBar .sortPagiBar {
    border-bottom: none;
}

body .cart_navigation .button-exclusive {
    margin: 9px 0 0 20px;
}

body#order-opc #opc_payment_methods p.warning {
    margin: 20px;
}

body#order-opc #center_column {
    border-top: none;
}












@media (min-width: 992px) {
	body#product .pb-left-column {
		width: 50%;
	}
	
	.pb-center-column,
	.pb-right-column {
		width: 49%;
	}
}









/* Slider na głównej
#homeIntro ul > li {
    width: 33.33333333%;
	height: 690px;
	margin: 0;
    padding: 0;
    float: left;
}
 */
 
.kwicks {
	width: 100%;
	height: 900px;
	background-color: #c1c4c7;
}
.kwicks > li {
	height: 900px;
	/* overridden by kwicks but good for when JavaScript is disabled */
	width: 33.333333%;
	margin-left: 5px;
	float: left;
}

#homeIntro .slide3 {
    background: #BCBCBC;
}

#homeIntro .slide2 {
    background: #D3D3D3;
}
	
#homeIntro .slide1 {
    background: #EAEAEA;
}
/* Slider na głównej END */





/* ukryci opisu i fotki kategorii */
.content_scene_cat {
    display: none !important;
}



/* Ukrycie topMenu */
#block_top_menu {
    display: none !important;
}



/* Ceny w module koszyka */
#navBarTop  .cart_block .cart-prices .cart-prices-line {
    display: none !important;
}

#navBarTop  .cart_block .cart-prices {
	display: none !important;
}
/* Ceny w module koszyka END */


/* Show all w paginacji */
form.showall {
    display: none;
    visibility: hidden;
}
/* Show all w paginacji END */


/* Ukrycie bloku sortowania, listy, ... w widoku kategorii nad listą produktów */
body.category .content_sortPagiBar.gorny {
    display: none;
}
/* Ukrycie bloku sortowania, listy, ... w widoku kategorii nad listą produktów END*/




/* Nagłówek kategorii H1 */
body.category h1.page-heading.product-listing {
    display: none;
}
/* Nagłówek kategorii H1 END */




/* Button 'do koszyka' na liscie kategorii */
body.category .ajax_add_to_cart_button {
    display: none;
}

body#search .button.ajax_add_to_cart_button {
    display: none;
}
/* Button 'do koszyka' na liscie kategorii END */




/* Ukrywanie wyświetlania cen */
.price {
    display: none !important;
}

ul.product_list.grid > li .product-container .content_price {
    display: none !important;
}
/* Ukrywanie wyświetlania cen END */


/* Ukrywanie cen w karcie produktu */
body#product .content_prices {
    padding: 0;
    display: none !important;
}



html, body {
		min-height: 100%;
		height: 100%;
	}
	
#page-conteiner {
	min-height: 100%;
}

.columns-container {
    min-height: calc(100% - 114px);
}





body ul.product_list.grid > li .product-container .functional-buttons {
    background: none;
}




@media (max-width: 1199px) {
	ul.product_list .product-image-container .quick-view-wrapper-mobile {
		display: none !important;
	}
}


/* Nadpiski 2016.08.29 */

.bottom-pagination-content ul.pagination li span {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 47px;
    padding: 0 !important;
    border: none;
}

i.icon-chevron-left + b {
    font-weight: 300;
}

li#pagination_next_bottom span b {
    font-weight: 300 !important;
}

li#pagination_next_bottom i:before {
    font-weight: 300 !important;
    font-size: 8px;
}

li#pagination_previous_bottom .icon-chevron-left:before {
    font-weight: 300 !important;
    font-size: 8px;
}

.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
    background: #e3e3e3;
    border: none;
}

.top-pagination-content ul.pagination li.active > span span,
.bottom-pagination-content ul.pagination li.active > span span {
    background: #ddd;
    color: #ff5815;
}

/*
i.icon-chevron-right:before {
    display: none;
}
*/








/* Ukrycie kosztów wysyłki w podsumowaniu koszyka */
td.delivery_option_price {
    display: none !important;
}






/* Ukrycie logowania */
#navBarTop .header_user_info {
    display: none;
}

