/* 20230503210933 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #75c4e4;
}

.gui a {
  color: #189dd2;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #189dd2;
  box-shadow: 0 0 2px #189dd2;
}

.gui-select.gui-focus .gui-handle {
  border-color: #189dd2;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #1a9ed2;
}

.gui-block-title {
  color: #1a9ed2;
  background-color: #ffffff;
}

.gui-content-title {
  color: #1a9ed2;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #dcf0f8;
  background-color: #f3fafc;
}

.gui-block-option-block {
  border-color: #dcf0f8;
}

.gui-block-title strong {
  color: #1a9ed2;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #97d3ea;
}

.gui ul.gui-products li {
  border-color: #bae1f1;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #bae1f1;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #bae1f1;
}

.gui-block-content .gui-table {
  border-color: #dcf0f8;
}

.gui-table thead tr th {
  border-color: #97d3ea;
  background-color: #f3fafc;
}

.gui-table tbody tr td {
  border-color: #dcf0f8;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #1a9ed2;
  color: #ffffff;
  background-color: #1a9ed2;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #147ea8;
  border-color: #147ea8;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #189dd2;
}

/* custom */
h2.socials__title span{display: block;}
h2.socials__title .discount,
h2.socials__title .newsletter{
	font-size: 1.5rem;
}
p{font-size:1rem}
h2.js-el{font-size: 3rem}
.footer__info {
    display: block;
}
.footer__info div {
    padding-bottom: 20px;
}
.collection__content-section--bottom .col-6\@md {
    flex-basis: calc( 100% - 0.01px - var(--gap, 0.75em));
    max-width: calc( 100% - 0.01px - var(--gap, 0.75em));
}

.collection__content-section--bottom .offset-6\@md {
    --offset: 0;
}
.page-aquarium-installation-and-maintenance .max-width-md,
.page-about-us .max-width-md{max-width: 100%;}
.page-aquarium-installation-and-maintenance h1,
.page-about-us h1{
  color: #fff;
  font-size: 22px;
}
.hero-services{
    display: block;
    position: absolute;
    left: 50%;
    top: -91px;
    z-index: -1;
    height: 175px;
    width: calc(100vw - 8px);
    overflow: hidden;
    margin-left: -50vw;
    margin-right: 0;
}
.page-aquarium-installation-and-maintenance .content,
.page-about-us .content{
	margin-top: 75px;
}
.page-aquarium-installation-and-maintenance .content ul,
.page-about-us .content ul{
	padding-left: 35px;
}
.w-300{
  width: 100%;
	max-width: 100%;
}
.w-400{
  width: 100%;
	max-width: 100%;
}
@media only screen and (min-width: 350px){
  .page-aquarium-installation-and-maintenance h1,
  .page-about-us h1{
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px){
	.w-300{
    max-width: 300px;
  }
  .w-400{
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px){
  .hero-services{
      height: 250px;
  }
  .page-aquarium-installation-and-maintenance h1,
  .page-about-us h1{
    font-size: 45px;
  }
	.page-aquarium-installation-and-maintenance  .content,
  .page-about-us .content{
    margin-top: 150px;
  }
}
.img-lft{
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 0px;
  margin-right: 45px;
  margin-bottom: 20px;
}
.img-rt{
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 45px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.img-rt img, .img-lft img{
	width: 100%;
  height: auto;
  margin: auto;
}
