@media(min-width: 1281px)  {
	.article-body { width: 1200px; }
}
@media(min-width: 1075px) and (max-width:1280px) {
	.article-body { width: 1024px; }
}
@media(min-width: 891px) and (max-width:1074px) {
	.article-body { width: 840px; }
}
@media(min-width: 691px) and (max-width:890px) {
	.article-body { width: 640px; }
}
@media(max-width: 690px)  {
	.article-body { width: 300px; }
}
.article-body {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	text-align: justify;
	text-justify: inter-word;
}

@media (min-width: 992px) {
	.col_right50 {
		display: block;
		padding: 1%;
		width: 48%;
		float: left;
	}
	.col_left50 {
		display: block;
		padding: 1%;
		width: 48%;
		float: right;
	}
}

.scg-center-wrapper {
	width: 100%;
	text-align: center;
	padding: 20px;
}

.scg-button {
  display: inline-block;
  line-height: 1;
  background-color: #dd9933;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 12px 24px;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.scg-button:hover {
  background-color: #cc8800;
  color: #ffffff;
  text-decoration: none;
}

.scg-button-text {
  display: inline-block;
}

.scg-size-sm {
  font-size: 14px;
  padding: 10px 20px;
}


.scg_square {
  display: flex;
  justify-content: center;     /* wyśrodkowanie poziome (X) */
  align-items: center;         /* wyśrodkowanie pionowe (Y) */
  text-align: center;
  background: #dd9933;
  color: #FFFFFF;
  width: 170px;
  height: 170px;
  margin: 5px;
  float: left;
  text-decoration: none;
}

.scg_square:hover {
  background-color: #cc8800;
  color: #ffffff;
  text-decoration: none;
}


.alfa-scg-product-list {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alfa-scg-product-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


.alfa-scg-product-list .products-thumb {
	margin-bottom: 20px;
}


.scg_square {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #23a455 !important;
  color: #FFFFFF !important;
  width: 170px;
  height: 170px;
  margin: 5px;
  float: left;
  text-decoration: none !important;
}

.scg_square:hover {
  background: #1b8a47 !important;
}

.alfa_scg_home,
a[href*="/oferta-produktowa/"] {
  color: #23a455;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.alfa_scg_home:hover,
a[href*="/oferta-produktowa/"]:hover {
  color: #1b8a47;
  text-decoration: underline;
}

.alfa_scg_home:visited,
a[href*="/oferta-produktowa/"]:visited {
  color: #23a455;
}

.alfa_scg_home:focus,
a[href*="/oferta-produktowa/"]:focus {
  outline: none;
  color: #1b8a47;
  text-decoration: underline;
}