/*
Theme Name: studio-tworzenia
Author: Studio Tworzenia Krzysztof Głośnicki
Description:
Version: 2.0.313
*/

/*

	0. Variables
	1. Layout
	2. Header
	3. Content
	4. Footer
	5. Front-page
	6. Formularz
	7. Sidebar
	8. Responsive

	10. Margins and paddings
	11. Other

*/



/*===============================

	0. VARIABLES

================================*/
.subtitle,.title {
	--bulma-title-color: #303030;
	--bulma-title-weight: 400;
}
.table {
	--bulma-table-background-color: transparent;
	--bulma-table-striped-row-even-background-color: #f1f1f1;
}
.box {
	--bulma-box-background-color: #f0f0f0;
	--bulma-box-color: #333;
}
:root {
	--bulma-link-text: #2eac94;
	--bulma-text-strong: #000;
	--bulma-weight-semibold: 500;
	--bulma-shadow: 0 0.5em 1em -0.125em hsl(0deg 0% 2.52% / 35%), 0 0px 0 1px hsla(var(--bulma-shadow-h), var(--bulma-shadow-s), var(--bulma-shadow-l), 0.02);
}

/*===============================

	1. LAYOUT

================================*/
* {
	box-sizing: border-box;
}

body {
	background: #fff;
	background-repeat: no-repeat;
	background-position: center 500px;
	color: #171717;
	font-family: "Montserrat", "Sans Serif";
}

a {
	font-weight: 500;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1rem;
}

strong, b {
	text-shadow: 0 0 1px #000;
	font-weight: var(--bulma-weight-semibold);
}

input, button, submit {
	outline: none !important;
}

hr {
	margin-bottom: 120px;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #ffffff, #a3c8bb, #a3c8bb, #ffffff);
	max-width: 45rem;
}
hr.slash {
	height: 15px;
	color: #e9e9e9;
	background-image: linear-gradient(-45deg,
    transparent,
    transparent 25%,
    currentColor 25%,
    currentColor 50%,
    transparent 50%,
    transparent 75%,
    currentColor 75%);
	background-size: 10px 10px;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", "Sans Serif";
	color: #171717;
}
h1 a {
	position: relative;
	color: initial;
}
h1 a::after {
	content: "";
  background: #13beaf;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
	transition: height 0.2s ease;
}
h1 a:hover::after {
	height: 10px;
}
#main h3.title {
	font-size: 24px;
	margin-bottom: 15px;
}

ol, ul {
    list-style-position: outside;
    padding-left: 1rem;
}
ol li, ul li {
	margin-bottom: 0.4rem;
}
ol ol,
ul ul {
    margin-left: 3rem;
}


table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
.table thead {
    background-color: #f8f8f8;
    color: #0a0a0a;
}


a.outline-button {
		display: inline-block;
	  font-weight: 500;
    border: 1px solid #009284;
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
		transition: all 0.2s ease;
}
a.outline-button:hover {
    background: #009284;
    color: white;
}



.row {
	margin-bottom: 40px;
}
.post-excerpt {
	padding: 10px 0;
}
.post-excerpt p {
	margin-bottom: 0;
}
.post-thumbnail {
	flex: 0 0 300px;
}
.category-title {
	margin-bottom: 30px;
}
.post-title {
	font-size: 28px;
}
@media (max-width: 652px) {
	.post-title {
		font-size: 21px;
	}
}
.post-title a {
    box-shadow: inset 0 -9px #b8e0dc;
}
.post-date {
	color: #bbb;
}



.title:not(:first-child){
	margin-top: 3rem;
}
.box .title {
	margin-top: 0;
}

.columns-eq .box,
.columns-eq .so-panel.widget {
	height: 100%;
}




.hentry, .home-posts {
	width: 100%;
}
.wrapper {
	max-width: 1267px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}

.page-template-page-article-one-column #main > .wrapper {
	max-width: 812px;
}
.page-id-7619 #main > .wrapper {
	max-width: 1010px;
}

.tight {
	max-width: 800px;
	padding: 25px;
}

.whitebox {
	display: table;
    background: white;
    padding: 53px 45px;
    margin: 0 auto;
    box-shadow: 0 0 3px 0px #989898;
}


.section-padding {
	padding: 70px 15px;
}
.tick-list {
	list-style: none;
	margin-left: 0;
}
.tick-list li {
	padding-left: 40px;
    margin-bottom: 18px;
	background-image: url('images/tick.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	line-height: 35px;
}

.modal-source {
	display: none;
}

/*===============================

	2. HEADER

================================*/

#header-bg {
    width: 100%;
    height: 100%;
    position: absolute !important;
    background-size: cover;
    background-position: center center;
}


.lang-item {
    display: inline-block;
}
.lang-item a,
#upper-bar .menu-item a
{
	color:   #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0 15px 0 0;
	font-size: 12px;
}
.lang-item:last-child a,
#upper-bar .menu-item:last-child a {
	padding-right: 10px;
}
#upper-bar ul {
	line-height: 16px;
}
#upper-bar {
	float: right;
    height: 46px;
	margin-bottom: 5px;
}
#upper-bar .menu-item a:hover,
.lang-item a:hover {
	color: #999;
}
.widget.header-widget {
  display: inline-block;
  margin-bottom: 0;
	/*float: right;*/
}
.header-widget ul {
    margin: 0;
}
.header-slide {
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: opacity 1s ease;
	width:100%;
	z-index: 1;
}
.header-slide.active {
	position: absolute;
	opacity: 1;
	transition: opacity 1s ease;
	z-index: 999;
}

.custom-logo-link img.custom-logo {
	max-width: 150px;
}

@media (max-width:512px) {
	.home .header-top {
		background-color: #11221f;
	}
	.custom-logo-link img.custom-logo {
		max-width: 90px;
	}
}

.header-top {
	display: flex;
	flex-direction: row;
}
.header-top-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#masthead {
	position: relative;
	background-color: #f0f0f0;
}
.home #masthead {
	height: 400px;
	min-height: 605px;
}
@media (max-height: 685px) {
  .home   #masthead {
        min-height: auto;
    }
}

#masthead .blog-title,
#masthead .blog-desc {
	color: #439685;
	text-align: left;
	margin: 15px;
	font-weight: 200;
}
#masthead .blog-title {
	font-size: 35px;
	margin-bottom: 5px;
}
#masthead .blog-desc {
	font-size: 14px;
	margin-top: 5px;
}


/* VIDEO/IFRAME */
.vcontainer
 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.mapcontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}
.vcontainer iframe,
.mapcontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}





#mega-menu-wrap-nav-menu #mega-menu-nav-menu {
	display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
}


#nav-menu-item-239 {
	display: none;
}
.logged-in #nav-menu-item-239 {
	display: inherit;
}




/*===============================

	3. CONTENT

================================*/
#main {
	padding: 0px;
}

.home #main {
	margin-top: -240px;
}


.project-card .title {
	margin: 1rem 0;
}


/* TILE-NAV */
#tile-nav {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 51px;
}
#tile-nav .tile-nav-item {
	width: 21%;
  text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	transition: background-color 0.3s;
	overflow: hidden;
	background: #439685;
	color: white;
	border-radius: 4px;
	box-shadow: 0 5px 12px 0px #a09e9e;
}
#tile-nav .tile-nav-item:hover {
	background: #009284;
}
#tile-nav .tile-nav-item img {
	margin-bottom: 18px;
	width: 150px;
}
#tile-nav a {
	color: white;
	padding: 40px;
  display: block;
	font-weight: 400;
}
#tile-nav .tile-nav-item img {
	transition: transform 0.2s;
}
#tile-nav .tile-nav-item:hover img {
	transform: translateY(-10px);
}

@media screen and (max-width: 500px) {
	#tile-nav {
		flex-direction: column;
	}
	#tile-nav .tile-nav-item {
		width: 100%;
	}
	#tile-nav a {
		padding: 23px 10px;
		display: flex;
		align-items: center;
	}
	#tile-nav .tile-nav-item img{
		margin: 0 auto;
		width: 76px;
		height: auto;
	}
	#tile-nav .tile-nav-item span{
		flex: 1;
	}
}


.entry-content.flex {
	display: flex;
}

.entry-content ul {
	margin: 0;
}
.entry-content ul li {
	background: url(images/bullet_color.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 18px;
	padding-left: 25px;
	margin-bottom: 20px;
	list-style: none;
}
.entry-content #row-triple ul li {
	background: url(images/play.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #fff;
}

.button-white-outline {
	color: white;
	padding: 10px;
	border: 1px solid white;
	border-radius: 5px;
	background: #5387ff;
}

.opinia {
	margin-bottom: 2rem;
}
.opinia-content {
    font-style: italic;
		font-size: 1.1rem;
		margin-bottom: 0.4rem;
}
@media (max-width: 512px) {
	.opinia-content {
			font-size: 1rem;
	}
}
.opinia-content:before {
	content: "„";
}
.opinia-content:after {
	content: "”";
}
.opinia-author {
	font-weight: bold;
    margin-left: 1rem;
}


.table-flat {
	border-collapse: collapse;
	width: initial;
	max-width: none;
	overflow-x: scroll;
	overflow-y: hidden;
	width: auto;
	display: block;
	overflow-x: auto;
	font-size: 0.7rem;
}
.table-flat td {
	white-space: nowrap;
}
.year {
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	margin-right: 21px;
}
article.post {
	margin-bottom: 38px;
}

.dimundi-archives {
    padding: 20px 50px;
    background: url(images/calendar.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.dimundi-archives a {
	margin-right: 25px;
	color: #5f6ace;
}

.entry-title {
	margin-bottom: 20px;
	font-size: 2.6rem;
}



/*===============================

	4. FOOTER

================================*/
#site-footer a {
	color: white;
}
#site-footer a:hover {
	color: black;
}

#footer-widgets {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}
#footer-widgets .textwidget img {
	max-width: 314px;
	margin: 0 20px
}
@media screen and (max-width: 512px) {
	#footer-widgets h3 {
		text-align: center;
	}
}
#footer-widgets h3 {
	font-size: 20px;
  color: #b3b3b3;
  margin-bottom: 25px;
}


footer#site-footer {
	background-color: #009284;/*#efefef;*/
	position: relative;
}

.footer-social-media {
    background: #009284;
    border-radius: 8px;
    display: inline-flex;
		justify-content: space-around;
		gap: 10px;
		padding: 10px;
		align-items: center;
}
.footer-social-media a {
	height: 40px;
}
.footer-social-media img {
	width: 40px;
}

.bottom-bar {
	background: #282828;
	color: #828282;
	font-size: 12px;
	font-weight: bold;
	bottom: 0;
	left: 0;
	padding: 10px;
	margin: 0;
	width: 100%;
	text-align: center;
}
.contact-info {
	display: table;
	margin: 0 auto;
}

.footer-image {
	max-width: 152px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
#pseudo-footer p,
#pseudo-footer h3 {
	text-align: center;
}


/*===============================

	5. FRONT PAGE

================================*/
#row-triple .panel-widget-style {
	transition: background 0.5s ease;
}
#row-triple .panel-widget-style:hover {
	background-color: #f08d17; /*#ffb55c;*/
}
#row-triple a {
	color: white;
}

.home .panel-grid-cell >  div,
.home .panel-grid-cell > div > div {
	height: 100%;
}

/*===============================

	6. FORMULARZE

================================*/

body .nf-form-content .nf-field-label label,
body .nf-form-content .nf-field-element label,
body .nf-form-content .nf-field-label .nf-label-span {
	font-size: 14px;
	font-weight: 400;
}
body .nf-form-content .nf-field input:not([type=button]),
body .nf-form-content .nf-field textarea {
	border-radius: 5px;
}
body .nf-form-content .label-above .nf-field-label {
	margin-bottom: 4px;
}
body .nf-form-content input.ninja-forms-field {
	height: 40px;
}
body .nf-pass.field-wrap .nf-field-element:after {
	height: 40px;
	line-height: 40px;
}
body .nf-error.field-wrap .nf-field-element:after {
    top: 0px;
    height: 39px;
    line-height: 40px;
 }
body .nf-form-content .ninja-forms-field {
	font-size: 14px;
	padding: 5px 10px;
}

body .center-form .nf-form-layout .nf-form-content {
	margin: 0 auto;
}
body .center-form .nf-form-fields-required {
	text-align: center;
}

#contact-form.whitebox {
	background: #ffffffd1;
}
#contact-form-holder {
    position: relative;
    top: -50px;
	width: 100%;
}
@media screen and (max-width: 639px)
{
	#contact-form-holder {
		top: 0;
	}
}
#contact-form {
	max-width: 826px;
}

#contact .whitebox {
    padding: 44px 45px;
}


#searchsubmit, input[type=submit] {
	background: #2b886b;
	padding: 10px;
	color: #fff;
	border: none;
	text-transform: uppercase;
}
.search h1 {
	margin: 50px 0
}
#search-link {
    padding: 15px;
    display: inline-block;
}
#search-link img {
    width: 14px;
}






/*===============================

	7. SIDEBAR

================================*/



/*===============================

	8. RESPONSIVE

================================*/
.mobile-menu a {
	color: #fff;
}
.mobile-menu a:hover {
	color: #fff;
}
.mobile-menu .sub-menu {
    float: right;
}
.mobile-menu-container {
    display: none;
    cursor: pointer;
	position: absolute;
    top: 5px;
    right: 50px;
    margin-bottom: 10px;
}


.home .bar1, .home .bar2, .home .bar3 {
	background-color: #fff;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 1040px) {

	.menu-nav-menu-container {
		display: none;
	}
	.mobile-menu-container {
		display: inline-block;
	}
}
.mobile-menu  {
    display: none;
    background: #009284;
    position: absolute;
    z-index: 999;
    right: 50px;
    top: 45px;
	width: 300px;
    max-width: 100%;
}
.mobile-menu.change {
	display: none;
}
.mobile-menu ul {
	flex-direction: column;
}
.mobile-menu  {
	text-align: right;
}
@media (max-width: 422px) {
	.mobile-menu-container {
		right: 0;
	}
	.mobile-menu {
		right: 3px;
		width: 100%;
	}
}

.wp-caption {
	max-width: 100%;
}


@media screen and (max-width: 652px) {
	#takietam h2, #takietam {
		color: #fff;
	}
	.header-info h1 {
		font-size: 26px;
	}
	.header-features {
		padding-bottom: 1px;
	}
	#page-slider {
		height: 95px !important;
	}
}

/*@media screen and (min-width: 653px) and (max-width: 1200px) {
	body.home {
		background-image: none;
	}
	#learn-more h3 {
		color: #082c6a;
	}
	.header-info h1 {
		font-size: 36px;
	}
	.header-features {
		padding-bottom: 20px;
	}
	.entry-content #learn-more li {
		background-image: url(images/play_blue.png);
	}
}*/

@media screen and (max-width: 1024px) {
	#masthead {
		background-size: cover;
	}
}

@media screen and (max-width: 780px) {
	#learn-more h3 {
		margin-bottom: 10px;
	}
	#row-wydawnictwa {
		height: 353px;
	}
}

@media screen and (max-width: 710px) {
	.header-info {
		margin-top: 50px;
	}
	.header-features {
		padding: 20px 10px 0 10px;
	}
}

@media screen and (max-width: 500px) {
	.header-info {
		margin-top: 30px;
		padding: 10px;
		width: 100%;
	}
	.header-features {
		padding: 0;
	}
	#main > .wrapper {
		flex-direction: column;
	}
	#sidebar {
		margin: 20px;
		width: 100%;
	}
	#sidebar .widget {
		width: 100%;
	}
}




/*===============================

	10. MARGINS AND PADDINGS

================================*/
.m0{ margin:0 }
.mt0{ margin-top:0 }
.mr0{ margin-right:0 }
.mb0{ margin-bottom:0 }
.ml0{ margin-left:0 }
.mx0{ margin-left:0; margin-right:0 }
.my0{ margin-top:0; margin-bottom:0 }

.m1{ margin: .5rem }
.mt1{ margin-top: .5rem }
.mr1{ margin-right: .5rem }
.mb1{ margin-bottom: .5rem }
.ml1{ margin-left: .5rem }
.mx1{ margin-left: .5rem; margin-right: .5rem }
.my1{ margin-top: .5rem; margin-bottom: .5rem }

.m2{ margin: 1rem }
.mt2{ margin-top: 1rem }
.mr2{ margin-right: 1rem }
.mb2{ margin-bottom: 1rem }
.ml2{ margin-left: 1rem }
.mx2{ margin-left: 1rem; margin-right: 1rem }
.my2{ margin-top: 1rem; margin-bottom: 1rem }

.m3{ margin: 2rem }
.mt3{ margin-top: 2rem }
.mr3{ margin-right: 2rem }
.mb3{ margin-bottom: 2rem }
.ml3{ margin-left: 2rem }
.mx3{ margin-left: 2rem; margin-right: 2rem }
.my3{ margin-top: 2rem; margin-bottom: 2rem }

.m4{ margin: 4rem }
.mt4{ margin-top: 4rem }
.mr4{ margin-right: 4rem }
.mb4{ margin-bottom: 4rem }
.ml4{ margin-left: 4rem }
.mx4{ margin-left: 4rem; margin-right: 4rem }
.my4{ margin-top: 4rem; margin-bottom: 4rem }

.ml-auto{ margin-left:auto }
.mr-auto{ margin-right:auto }
.mx-auto{ margin-left:auto; margin-right:auto; }

.p0{ padding:0 }
.pt0{ padding-top:0 }
.pr0{ padding-right:0 }
.pb0{ padding-bottom:0 }
.pl0{ padding-left:0 }
.px0{ padding-left:0; padding-right:0 }
.py0{ padding-top:0;  padding-bottom:0 }

.p1{ padding: .5rem }
.pt1{ padding-top: .5rem }
.pr1{ padding-right: .5rem }
.pb1{ padding-bottom: .5rem }
.pl1{ padding-left: .5rem }
.py1{ padding-top: .5rem; padding-bottom: .5rem }
.px1{ padding-left: .5rem; padding-right: .5rem }

.p2{ padding: 1rem }
.pt2{ padding-top: 1rem }
.pr2{ padding-right: 1rem }
.pb2{ padding-bottom: 1rem }
.pl2{ padding-left: 1rem }
.py2{ padding-top: 1rem; padding-bottom: 1rem }
.px2{ padding-left: 1rem; padding-right: 1rem }

.p3{ padding: 2rem }
.pt3{ padding-top: 2rem }
.pr3{ padding-right: 2rem }
.pb3{ padding-bottom: 2rem }
.pl3{ padding-left: 2rem }
.py3{ padding-top: 2rem; padding-bottom: 2rem }
.px3{ padding-left: 2rem; padding-right: 2rem }

.p4{ padding: 4rem }
.pt4{ padding-top: 4rem }
.pr4{ padding-right: 4rem }
.pb4{ padding-bottom: 4rem }
.pl4{ padding-left: 4rem }
.py4{ padding-top: 4rem; padding-bottom: 4rem }
.px4{ padding-left: 4rem; padding-right: 4rem }





/*===============================

	11. OTHER

================================*/
body .nf-form-content ul li {
	background: none;
}

body .nf-form-layout .nf-form-content {
	max-width: 600px;
	margin: 0;
}
body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
	background-color: #5bb9b0;
	cursor: pointer;
}



.read {
	margin-bottom: 60px;
}

.login-remember {
	display: none;
}

.posts-col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 540px) {
	.posts-col {
		width: 100%;
	}
}
.posts-col:first-child {
	padding-right: 15px;
}
.posts-col:last-child {
	padding-left: 15px;
}



.post-inside h3 {
	margin: 30px 0 0 0;
}
.gallery {
   margin: auto;
}
.gallery-item {
   float: left;
   margin: 0;
   text-align: center;
   width: 20%;
}
.gallery-caption {
   margin-left: 0;
}
.gallery-item dt {
	margin: 0;
}

.wp-caption-text {
    font-size: 14px;
    text-align: center;
}

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter, .aligncenter img {display: block; margin-left: auto; margin-right: auto}

#post-2597 .entry-header,
#post-2585 .entry-header {
	display: none;
}

/*.page-id-6163 #main {
	background-color: #68beb6;
}*/


/* WYSZUKIWARKA CERTYFIKATÓW */
body .is-form-style.is-form-style-3 label {
	max-width: 400px;
}
body .is-form-style label {
	max-width: 400px;
}
.is-form-style button.is-search-submit {
	min-width: auto;
}



/*===================================
	WOOCOMERCE
===================================*/
/*.wp-block-woocommerce-cart-order-summary-taxes-block.wc-block-components-totals-wrapper,
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
		display: none;
}*/
.toggle-brutto {
	padding: 0 16px;
	cursor: pointer;
}
/*body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 1rem;
	font-weight: 400;
}
.wc-block-components-totals-footer-item-tax-value {
	font-size: 1rem;
}*/



.price-brutto {
		font-weight: 400;
		color: gray;
}



/*==========================
		Single product page
==========================*/
.contact-us-bar {
	background: #009185;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 3px;
  color: #fff;
	display: flex;
	justify-content: space-between;
}

.woocommerce-message {
	  border-top-color: #009284;
}
.woocommerce-message::before {
    content: "\e015";
    color: #009284;
}

.products .product:nth-child(even) {
	background-color: #ededed;
}

.variations .label {
	background: none;
	padding: 0;
}
.variations tbody {
	border: none;
}

/*WYŁĄCZAMY TE RZECZY, UKRYWAMY */
.woocommerce-result-count,
.posted_in,
.sku_wrapper,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-Tabs-panel--description > h2 {
	display: none;
}

.woocommerce-variation-availability {
	margin-bottom: 2rem;
}

.entry-content ul.products li.product {
	display: flex;
    order: revert;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 30px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background-image: none;
	margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
		padding: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 26px;
	font-weight: 400;
}


.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	display: none;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.wc-block-components-button__text,
.go-to-cart-button {
	background: #009284;
	background: -moz-linear-gradient(left, #009284 0%, #023bbc 100%);
	background: -webkit-linear-gradient(left, #009284 0%,#023bbc 100%);
	background: linear-gradient(to right, #009284 0%,#023bbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009284', endColorstr='#023bbc',GradientType=1 );
	color: white;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0.7em 0.9em;
	cursor: pointer;
	border-radius: 4px;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
	transition: none;
	font-weight: 300;
}
.go-to-cart-button {
	background: #cc2525;
}
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.button.single_add_to_cart_button:hover,
.wc-block-components-button__text:hover {
	background: #0c4e98;
	color: white;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding-bottom: 0;
}

 @media (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%
	}
}

.link-button {
	cursor: pointer;
	color: #007cff;
	font-weight: normal;
	padding-bottom: 10px;
	display: inline-block;
}



/* CART & CHECKOUT */
.wc-block-cart-item__image,
.wc-block-cart-items__header-product {
	display: none;
}
.is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-image {
	padding-left: 10px;
}
td.wc-block-cart-item__product {
	width: 80%;
}


.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	display: none;
}



ul#rodo-srodo {
	max-width: 800px;
  margin: 0 auto 1rem;
}

ul#rodo-srodo li {
	background: none;
	text-align: left;
	font-weight: 400;
	font-size: 0.7rem;
	margin-bottom: 0;
	padding-left: 0;
	list-style: disc;
	margin-left: 16px;
}
