/* ---------------------------------------------------- Main page */
#homeHero .textContent a {
    font-weight: 700;
}
body.page-template-page-home .main .blockLinks h1:after, body.page-template-page-home .main .buy-online h2:after, body.page-template-page-home .main .services h2:after, body.page-template-page-home .main .why-us h2:after, body.page-template-page-home .main .blogCarousel h2:after, body.page-template-page-home .section.blockLinks .text-content h2:after {
    bottom: -12px;
}
.blockLinks .container .singleBlock .text-content a {
	padding: 10px 20px;
    border: solid 1px #777;
    color: #777;
    font-weight: 700;
}
.buy-online .container .right-column a {
    border: solid 1px #777;
    color: #777;
    font-weight: 700;
    padding: 15px 15px;
}
.bestseller {
    padding: 0 0 4em;
}
.bestseller__link {
    margin: 3em auto;
    width: fit-content;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    border: solid 1px #777;
    color: #777;
    font-weight: 700;
}
.bestseller__link:hover {
	color: #fff;
	background-color: #777;	
}
.why-us .icons .single-icon p {
    font-size: 18px;
    font-weight: 700;
}
.why-us .mainContent a {
    padding: 12px 40px !important;
    margin: 30px auto 0 auto !important;
    text-transform: uppercase !important;
    border: solid 1px #777 !important;
    font-weight: 700 !important;
}
.blogSingle {
    position: relative !important;
    padding: 1.5em 0 !important;
}
.posts-list .blogSingle .blogSingle__content h2, body.page-template-page-home .main .blogCarousel .blogSingle__content h2  {
    text-align: left !important;
}
.blogCarousel .readMore a {
    padding: 15px 40px !important;
    font-weight: 700 !important;
	text-transform: uppercase !important;
}
.blogCarousel .readMore {
	margin: 50px auto 50px auto;
}
.multiple-content .container p {
	font-size: 14px;
	line-height: 20px;
}
/* ---------------------------------------------------- Blog */
@media screen and (min-width: 1000px) {
	.posts-list .blogSingle {
		margin: 0 1% 0px 1% !important; 
	}
}
.posts-list .blogSingle .blogSingle__content {
    box-shadow: none !important; 
}
.posts-list .blogSingle .blogSingle__content h2 {
    padding-bottom: 0px; !important
}
.posts-list .post-date {
    margin-top: 0px !important; 
}
.posts-list .post-date {
    font-size: 16px !important; 
}
.fa.fa-calendar-o:before {
    font-size: 18px !important; 
}

/* ---------------------------------------------------- Bloki */
.infoBoxes__single {background-color: transparent !important; border-radius: 0; position: relative; transition-duration: .3s;}
.infoBoxes__single:nth-child(even) {background-color: #F1F1F1 !important;}
.infoBoxes__single img {order: 1;}
.infoBoxes__single h3 {order: 2;}
.infoBoxes__single a {order: 3;}
.infoBoxes__single img {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -20%;
	left: 5%;
	max-width: 80px;
	max-height: 80px;
	object-fit: contain;
	border: solid 1px #000;
	padding: 10px;
	background-color: #f1f1f1;
	width: 80px;
	height: 80px;
	object-position: center;
}
.infoBoxes__single:hover {transform: scale(1.03);}
.infoBoxes__single:nth-child(even) img {
	background-color: #fff;
}
.infoBoxes__single h3 {
	margin-top: 30px;
}
.infoBoxes__single a {
	text-decoration: none;
	padding: 10px;
	border: solid 1px #000;;
	font-weight: bold;
	background-color: #f1f1f1;
	position: relative;
	color: #000;
}
.infoBoxes__single:hover a {
	color: #fff;
	border: solid 1px #000;
	z-index: 10;
}
.infoBoxes__single:nth-child(even) a {
	background-color: #fff;
}
.infoBoxes__single a:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #777;
	transition-duration: .3s;
	z-index: -1;
}
.infoBoxes__single:hover a:before {
	width: 100%;
}
body.archive .infoBoxes {
	padding-top: 60px;
}
@media screen and (max-width: 750px) {
	body.single-product .infoBoxes {
		margin: 50px auto 100px auto;
	}
	.infoBoxes__single {
		margin-top: 40px;
	}
}

/* ---------------------------------------------------- Oferta */
#offersList ul li .singleOffer .title:after {
    background-color: #000 !important;
}
body.single-oferta section.bgContent .container p a {
    margin-left: 0px;
}
.buy-online p a {
    color: #CD1F30;
}
.buy-online p a:hover {
    text-decoration: underline;
}



