<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap_flexCenter {
	width: 96%;
	border-left: solid 4px #FAC402; 
	border-bottom: solid 2px #FAC402; 
	padding: 1%;
	margin-bottom: 15px;
	/*box-shadow: 3px 3px red, -1em 0 .4em olive;*/
	box-shadow: -3px -2px 2px 1px rgba(0, 0, 0, .2);
	align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.wrap_flexCenter p {
	width: 88%;

}
.wrap_flexCenter p a {
	color: #BE9501;

}

.italic {
	font-style: italic;
}

.img_carier {
	width: 80px;
	margin-right: 20px;
}


.cart_carier {
	margin-left: 15px;
    float: left;
    /* display: inline-block; */
    width: 80px;
}

.headerTextSection {
	font-size: 20px;
	padding-left: 8px;
	/*border-left: 5px solid #C0C5C5;*/
	border-bottom: 1px solid #BE9501;
}

@media screen and (min-width: 1600px) {
  body {
     font-size: 30px;
  }
}

@media screen and (max-width: 892px) {
  /*.wrap_flexCenter {
  	justify-content: none;
  }*/
  .img_carier {
	width: 50px;
  }
}

@media screen and (max-width: 843px) {
  /*.wrap_flexCenter {
  	justify-content: none;
  }*/
  .img_carier {
	display: none;
  }
}</pre></body></html>