/* ---------------------------------------USER CSS---------------------------------------- */
div.cs_article a {
	color: black;
}
ul.menu_oferta a {
	color: black;
}
ul.menu_oferta li {
	background: url(../images/marker.gif) 0px 10px no-repeat;
	padding: 6px 0px 0px 14px;
}
div.custom_other_recommended_product td:first-child, td:last-child  {
  width: 33%;
}

div.custom_other_recommended_product td {
  width: 34%;
}

div.custom_other_recommended_product img {
  width: 170px;
  height: 170px;
  display: block;
  margin: auto;
}
div.custom_other_recommended_product a {
  color: blue;
}

@media (max-width: 768px) {
	div.search button {
		display: none;
	}
}
@media (max-width: 768px) {
	.custom_other_recommended_product{
		display: none;
	}
}
@media (max-width: 560px){
.kontakt{
display: none;
}
}
div.cs_article a {
		color: blue;
}
@media (max-width: 980px){
	.table_cennik_full {
		display: none;
	}
}
@media (min-width: 981px) {
	.table_cennik_mobile {
		display: none;
	}
}




 .icontainer {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }
 
 @media (min-width:768px) {
     .icontainer {
         width: 100%
     }
 }
 

 
 .irow {
     margin-right: -15px;
     margin-left: -15px;
         margin-bottom: 20px;
         
 }
 
 .irow:after,
 .irow:before {
     display: table;
     content: " "
 }
 
 .irow:after {
     clear: both
 }
 
 .icol-sm-6,
 .icol-sm-4,
 .icol-sm-8 {
     position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
     -webkit-box-sizing: border-box;
 }
 
 @media (min-width:768px) {
     .icol-sm-6 {
         float: left;
         width: 50%
     }
     .icol-sm-4 {
         float: left;
         width: 33.33333333%
     }
     .icol-sm-8 {
         float: left;
         width: 66.66666667%
     }
 }


.irow img {
    width: 100%;
}

@media (max-width: 1200px) and (min-width: 993px) {

.valign {
    display: flex;
    align-items: center;
}
}



h1, h2, h3, h4, h5, h6, .site-title {
    margin-top: 5px;
}

.link-info {
        background: #f54e0c;
    padding: 7px;
    margin-right: 10px;
    color: #FFF;
}

.link-info:first-child {
    margin-left: 15px;
}

div#maximenuck89.maximenuckh ul.maximenuck {
    background: #E4E5E8 !important;
}

div#maximenuck89.maximenuckh ul.maximenuck li:hover {
  	background: red !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #FE6013 !important;

}
.btn-primary {
	border-color: grey !important;
}

input.search-query {
	border-radius: 0px !important;
}

.input-medium {
    width: 206px !important;
}

.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center !important;
}

.footer > .container p:nth-child(4) {
  text-align: center !important;
}

.icontainer .bottomdesc__container {
    border: 1px solid #000;
    margin-top: 1em;
    margin-bottom: 2em;
}

.icontainer .bottomdesc__container h2 {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.icontainer .bottomdesc__ul--links {
    column-count: 4;
    padding-left: 1em;
}

.icontainer .bottomdesc__ul--links li {
    list-style: circle;
    padding-right: 1em;
}

.icontainer .bottomdesc__ul--links li a {
    color: #000;
}

.icontainer .bottomdesc__ul--links li:last-child {
    padding-bottom: 0;
}

@media only screen and (min-width: 550px){
.icontainer .bottomdesc__ul--links {
    column-count: 2;
    padding-left: 1em;
}
.icontainer .bottomdesc__ul--links li{
    padding-bottom: 1em;
}
}

@media only screen and (max-width: 464px){
.icontainer .bottomdesc__ul--links {
    column-count: 1;
    padding: 0 3em;
}
.icontainer .bottomdesc__ul--links li{
    padding-bottom: 1em;
}
}