/*Test update*/
body {

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
    color: #9c0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;/*underline*/
    color: #9c0;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
header {
    background: #ECECEC;
    background: linear-gradient(to bottom, #ffffff, #ECECEC);
    height: 130px;
}
header > .container {
    margin-top: 20px;
}

.header_title{
	padding-top: 30px;
	text-align: center;
}

.header_title span{
    color: #9c0;
}
.header_title h1 {
    margin-top: 10px;
}
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.currency-select {
    cursor: pointer;
}

#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* language */
#language {
	margin-top: 5px;
	height: 40px;
}
#language > .btn-group {
	height: 40px;
}
#language > .btn-group > button {
	color: white;
	text-decoration: none;
}
#language > .btn-group .dropdown-menu li > a:hover {
	background: #99CC00;
}

/* currency */

#currency {
	margin-top: 5px;
	height: 40px;
}
#currency > .btn-group {
	height: 40px;
}
#currency > .btn-group > button {
	color: white;
	text-decoration: none;
}
#currency > .btn-group .dropdown-menu li > a:hover {
	background: #99CC00;
}

/* search */
#search {
    margin: 5px 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    border-right: 0;
    outline: 0;
    box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 16px;
	text-shadow: 0 1px 0 #FFF;
    background: #ffffff;
    border-left: 0;
    box-shadow: none;
    outline: 0;
}
/* cart */
#cart {
    margin: 25px 0;
}

.btn-block > div {
	float: left;
}
#cart.open > .btn {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    color: #333;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu_wrapper {
    background-color: #99CC00;
    margin-bottom: 20px;
}
#menu {
    background-color: #99CC00;
    border-color: #99CC00;
    min-height: 40px;
    margin-bottom: 0;
}

#menu .nav {
	display:flex;
	flex-direction: row;
	flex:auto;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*padding: 0 7px;*/
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    border-left: 1px solid #000000;
    /*margin: 15px 0;*/
	/* Сверху | Справа | Снизу | Слева */
    font-size: 17px;
	padding: 15px 10px 15px 10px;
	margin: 0;
	height: 100%;
}
#menu .nav > li:first-child > a {
    border-left: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 45px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-top: 25px;
	margin-bottom: 25px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer ul {
    width: 100%;
    text-align: center;
}
footer li {
    display: inline;
    margin: 0 5px;
    font-size: 14px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    background: transparent;
    border-bottom: 1px dotted #C3C3C3;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
    font-size: 14px;
}
.breadcrumb > li:first-child {
    padding-left: 20px;
}
.breadcrumb > li:before {
    content: '/';
    padding: 0 10px;
}
.breadcrumb > li:first-child::before {
    display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #99CC00;
	border-bottom: 3px solid #739900;
	border-radius: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	text-decoration: underline;
	background-color: #99CC00;
	border: 0;
	border-bottom: 3px solid #739900;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #444;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border:0;
    color: #333;
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 0px;
    background: white url("../image/arrow.png") 0 50% no-repeat;
    line-height: 24px;
	text-transform: uppercase;
}
.list-group a.active, .list-group a.active:hover{
    background-color: white;
    border: 0;
    color: #000;
    font-weight: bold;
}

.list-group:hover{
	font-size: 20px;
}

.list-group a:hover, .list-group a:hover span {
	color: #333;
	background-color: rgba(153.0, 221.0, 0.0, 0.3);
	border-radius: 0px;
}

.list-group-item-child{
	position: relative;
	display: block;
	background: white url("../image/arrow.png") 0 50% no-repeat;
	background-position: 16px 10px !important;
	font-size: 12px !important;
}




/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* =========================================
   WYRÓWNANIE KART PRODUKTÓW W SIATCE
========================================= */

/* Kolumna flex — karta zajmuje pełną wysokość kolumny */
.product-grid .col-lg-4,
.product-grid .col-md-4,
.product-grid .col-sm-6 {
    display: flex;
    flex-direction: column;
}

/* Karta — flex kolumna, rozciąga się na pełną wysokość */
.product-thumb {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

/* Wrapper po .image — flex, rozciąga się */
.product-thumb > div:not(.image) {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Caption — flex kolumna, rozciąga się */
.product-thumb .caption {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Cena — przyklejona do dołu caption */
.product-thumb .caption .price {
    margin-top: auto;
    padding-top: 8px;
}

/* Przycisk — zawsze na samym dole karty */
.product-thumb .button-group {
    margin-top: 0;
    padding: 10px 20px 15px 20px;
}

.product-thumb .button-group button {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product-thumb .button-group button:hover {
    background-color: #739900;
}

/* =========================================
   STAŁA WYSOKOŚĆ TYTUŁÓW I OPISÓW
========================================= */

/* Tytuł produktu — zawsze 2 linie */
.product-thumb .caption h4 {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Opis produktu — zawsze 4 linie */
.product-thumb .caption p:not(.price) {
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Wiersz siatki — flex żeby dzieci mogły się rozciągać */
.product-grid .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    padding: 0 10px;
}
}
.product-list .product-thumb {
    flex-direction: column;
    text-align: center;
}

.product-list .product-thumb .image {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.product-list .product-thumb .image a {
    display: block;
    text-align: center;
}

.product-list .product-thumb .image img {
    display: inline-block;
    margin: 0 auto;
}

/* Ten div owija caption + button-group w HTML listy */
.product-list .product-thumb > div:not(.image) {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.product-list .product-thumb .caption {
    margin-left: 0 !important;
    padding: 0 10px;
    text-align: center;
}

.product-list .product-thumb .button-group button {
    width: 100% !important;
    max-width: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.product-grid .row,
.products-related .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
/* Wyrównanie rzędów produktów – flex na row */
.row.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
/* Wyrównanie wysokości kart w rzędzie produktów */
#content .row {
    flex-wrap: wrap;
    align-items: stretch;
}

#content .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.cat_wrapper h3 {
    color: #AAD42B;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news_wrapper .news {
    margin-bottom: 20px;
    border-bottom: 1px dotted #C3C3C3;
    padding-bottom: 20px;
}
.news_wrapper .news h4 {
    font-weight: bold;
}
.item img {
    margin: 0 auto;
}
.owl-wrapper-outer {
    box-shadow: none !important;
}
.owl-pagination .active span {
    background: #AAD42B !important;
    box-shadow: none !important;
}
.social_links {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 30px;
}
.social_links_wrapper {
    position: relative;
}
.social_links a {
    text-decoration: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
.social_links > div {
    width: 260px;
    margin: 0 auto;
    background: #303030;
}
.social_links .vk {
    background: transparent url("../image/icon_vk.png") 0 50% no-repeat;
    background-size: contain;
}
.social_links .fb {
    background: transparent url("../image/icon_fb.png") 0 50% no-repeat;
    background-size: contain;
}
.social_links .inst {
    background: transparent url("../image/instagram.png") 0 50% no-repeat;
    background-size: contain;
}
.social_links .tt {
    background: transparent url("../image/tiktok.png") 0 50% no-repeat;
    background-size: contain;
}
.social_links .footer_mail_icon {
    background: transparent url("../image/mail.png") 0 50% no-repeat;
    background-size: contain;   
}

.posts-list .posts-item {
	border-top: 1px dotted #C3C3C3;
	padding: 10px 0;
}
.posts-list .posts-item:first-child {
	border-top: 0;
}

.pagination>li>a, .pagination>li>span {
	color: #9c0 !important;
	border: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: white !important;
	color: black !important;
}
.pagination>li>a:focus, .pagination>li>a:hover {
	background: white !important;
	text-decoration: underline !important;
	color: #666 !important;
}
.info_wrapper {
	background: #ECECEC;
	background: linear-gradient(to top, #ffffff, #ECECEC);
	text-align: center;
	line-height: 1.4em;
	margin-top: 30px;
	padding: 40px 0;
	font-size: 18px !important;
}
.copy {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}

.contact_map_wrapper {
    margin-bottom: 20px;
}

.social_align {
    margin:  0 auto;
    width: 450px;
}
.no-arrow/*V*/{
    background: none!important;
}

@media (max-width:768px) {/*V*/
    header {
        height: auto;
    }
    #menu .btn-navbar, #menu .btn-navbar:hover, #menu .btn-navbar:active, #menu .btn-navbar:visited, #menu .btn-navbar:focus {
        /*border: none;
        background-color: #ECECEC;
        background-image: none;*/
        background-color: #363636;
        background-image: linear-gradient(to bottom, #444444, #222222);
        background-repeat: repeat-x;
        border-color: #222222 #222222 #000000;
        outline: none;
        float:none;
    }
    #menu .nav > li > a {
        border-left: none;
        text-align: center;
        border-top: black solid 1px;
        padding-top: 5px;
    }
    #menu #category {/*V*/
        float: none;
        text-align: center;
    }
    #menu .nav > li:first-child > a {/*V*/
        border-top: none;
    }
	#menu .nav {
		display:block;
	}
	    .header-right {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }

    .social_header {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .social_header a {
        width: 36px;
        height: 36px;
    }
}

@media (min-width:769px) and (max-width:995px) {/*V*/
    header {
        height: auto;
    }
}

footer li {/*V*/
    font-size: 17px;
}
.copy {/*V*/
    font-size: 14px;
}

.product-layout button:focus,.product-layout button:visited,.product-layout button:hover,.product-layout button:active {/*V*/
    outline: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {/*V*/
    background-color: #739900;
    border-color: #5E7D00;
    outline: none;
}
.product-thumb .button-group button:hover {  /*V*/
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {/*V*/
    text-decoration: none;
    background-color: #739900;
    border-color: #5E7D00;
    outline: none;
}
.btn-primary.focus, .btn-primary:focus { /*V*/
    text-decoration: none;
    background-color: #739900;
    border-color: #5E7D00;
    outline: none;
}
.product_cat ul li a {
	font-size: 16px;
	color: #444444;
}
.product_cat ul li {
	margin-bottom: 10px;
}


/*Style*/


.head-h1-custom{
	font-size: 14px !important;
	color: #666 !important;
	margin: 0;
    text-align: justify;
}


.logo-cntr{
	margin: 0 auto;
    float: none !important;
}


.manager-box{
	width: 100%;
	height: 100px;
	border: 1px solid #d0d0d0;
	padding: 0;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10%;
	margin-top: 28%;
	background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
}


.viber-image{
	display: inline;
	margin-left: 5px;
	margin-bottom: 2px;
}
.manager-image{
	float: none;
	width: 120px;
	height: 175.61px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	left: -15px;
}

.manager-text{
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	width: 50%;
	display: block;
	float: right;
	vertical-align: middle;
	height: 100%;
	margin: 20px 2px 0px 0px;
}
.manager-text > span{
	color: rgb(153, 204, 0);
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}

.manager-box_contact-list{
	margin-bottom: 15%;

}

.btn-callback{
  color: #fff !important;
  display: inline-block;
  border-radius: 10px;
  background: -moz-linear-gradient( -90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
  background: -webkit-linear-gradient( -90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
  background: -ms-linear-gradient( -90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
  width: 52%;
  height: 78px;
  text-align: left;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;

}
.btn-callback > span{
	position: relative;
	z-index: 1;
}
.btn-callback > img{
	position: relative;
	z-index: 1;
	top: 12%;
}
.btn-callback > p{
	position: relative;
	z-index: 1;
}
.btn-callback:after{
	content: '';
	opacity: 0;
	background: -moz-linear-gradient( 90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
    background: -ms-linear-gradient( 90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: opacity 0.5s;
   -webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s;
}

.btn-callback:hover:after{
	opacity: 1;
	text-decoration: none !important;


}


.btn-callback span{
	font-size: 1.2em;
	color: #fff !important;
    text-decoration: none;
}
.btn-callback p{
	font-size: 0.9em;
    line-height: 1.2;
    margin: 0;
}

.left-contacts-box{
	margin-top:35px;
	width: 100%;
	height: 200px;
	position: relative;
}
.left-image{
	width: 100%;
	position: absolute;
}

@media (min-width:1200px) {
     .container {
/*  width:1460px*/
 }
}

.btn-callback_image{
	position: static;
	float: right;
	margin-top: 2%;
}
.left-contacts-box_text{
	margin-top: 10%;
}
a.list-group-item, button.list-group-item{
	color: #333;
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/*#go { margin: 0 auto; width: 200px; padding-right: 85px; }*/

#signup form p {
padding-left:15px;
padding-right:15px;
}

#signup {
    width: 404px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

}

#signup-header { background: url(../image/hd-bg.png);margin-bottom: 15px; padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2 { color: #478509; font-size: 1.5em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#signup .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222 !important; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#signup .txt-fld input.good_input { background: #DEF5E1 url(../imgage/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }



.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../image/modal_close.png); z-index: 2; }

#signup .bt1 {
    float: right;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #3F9D4A;
    border: none;
    width: auto;
    overflow: visible;
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #FFF;
	padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}

 #liv {
 	margin-top:-35px;
 }

 .option > select{
 	width: 100%;
    border-radius: 10px;
    padding: 10px;
 }

.product-thumb .price {
    color: #B4453D;
    font-weight: 600;
    font-size: 24px;
    margin: 10px auto;
    text-align: center;
}


.btn-block > .tel-custom-box {
    float: left;
}


.second-box_wrap{
    width: inherit;

}


.second-box_right{
		    width: 61%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
}
.second-box_left{
    display: inline-block;
    float: left;
    padding: 35px 0 0 5px;
    margin-right: 30px;
    margin-bottom: 50px;
}
.second-box_img{
	max-width: 560px !important;
}
.courier-form input[type="text"] {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.courier-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}
#kurier_box br {
  display: none;
}

#kurier_box label {
  display: block;
  margin-bottom: 5px;
}

#kurier_box input {
  display: block;
  margin-bottom: 15px;
}
.product-thumb.transition {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-thumb > div:not(.image):not(.caption):not(.button-group) {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-thumb .button-group {
    margin-top: auto;
    padding: 10px 20px 15px 20px;
}

.product-thumb .button-group button {
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.product-thumb .button-group button:hover {
    background-color: #739900;
    outline: none;
}
/* Telefon – wyśrodkowanie siatki i listy produktów */
@media (max-width: 767px) {

    .product-layout {
        float: none !important;
        width: 100% !important;
    }

    /* Karta produktu – wszystko wyśrodkowane */
    .product-thumb {
        text-align: center;
    }

    .product-thumb .image {
        float: none !important;
        display: block;
        width: 100%;
        text-align: center;
    }

    .product-thumb .image a {
        display: block;
        text-align: center;
    }

    .product-thumb .image img {
        display: inline-block;
        margin: 0 auto;
    }

    .product-thumb > div:not(.image) {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }

    .product-thumb .caption {
        margin-left: 0 !important;
        text-align: center;
    }

    .product-thumb .button-group button {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.product-thumb .button-group .fa-shopping-cart {
    font-size: 20px;
    color: #fff;
}

/* =========================================
   NOWOCZESNY HEADER CART
========================================= */

.header-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 72px;
}

.cart-btn-self {
    width: 34%;
    min-width: 170px;

    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;

    float: right;

    height: 44px;
    padding: 6px 12px;
    margin: 0 0 0 16px;

    border: 1px dashed rgb(220, 220, 220);
    border-radius: 10px;

    background: rgb(255,255,255);
    background: linear-gradient(
        180deg,
        rgb(255,255,255) 0%,
        rgb(241,241,241) 100%
    );

    transition: all .2s ease;

    white-space: nowrap;
    flex-wrap: nowrap;
}

.cart-btn-self:hover {
    background-image: none;
    background-color: #fff;

    transform: translateY(-1px);
}

.cart-header-icon {
    color: #99CC00;
    font-size: 18px;
}

.cart-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 22px;
    height: 22px;

    padding: 0 6px;

    border-radius: 999px;

    background: #99CC00;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    
    margin-right: 0px;
}

.cart-price {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
#cart-total {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-thumb .button-group .fa-shopping-cart {
    color: #fff;
    font-size: 16px;
}
@media (max-width: 768px) {

    #cart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tel-custom-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .cart-btn-self {
        width: auto;
        min-width: 170px;

        margin: 14px auto 10px auto;

        float: none;
    }
}
@media (max-width: 768px) {

    .product_cat .col-sm-3 {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .product_cat ul {
        margin: 0;
        padding-left: 18px;
    }

    .product_cat li {
        margin: 0 0 4px 0;
        line-height: 1.35;
    }
}
.thumbnail,
.thumbnail:hover,
.thumbnail:focus,
.thumbnail.active {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
/* Usuń markery list przy miniaturkach */

.thumbnails {
    list-style: none !important;
    padding-left: 0 !important;
}

.thumbnails li {
    list-style: none !important;
}

.thumbnails li::marker {
    display: none !important;
    content: '' !important;
}

.img-thumbnail {
    border: none !important;
}
.dropdown-menu .table td.text-right {
    white-space: nowrap;
}