.catalog-grid .tile .footer .btn-primary,
.catalog-grid #list.productgridfull .product-shopping-actions .btn,
.catalog-single .tile .footer .btn{
  width: auto !important;
}

/** homepage sections from GO **/
.home-banner-section {
  margin: 23px 0;
}
.home-banner-section .container {
  display: grid;
  grid-template-columns: 499px minmax(0, 289px) minmax(0, 289px) minmax(0, 289px);
  grid-template-rows: 1fr 1fr;
  gap: 23px;
  align-items: center;
  justify-items: center;
}
.home-banner-section .container::before, .home-banner-section .container::after {
  display: none;
}
.home-banner-section .home-banner {
  position: relative;
}
.home-banner-section .home-banner:hover, .home-banner-section .home-banner:focus:not(:active) {
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) {
  .home-banner-section .home-banner:nth-of-type(1) {
    grid-row: 1/span 2;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: 3/span 2;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner-section .container {
    grid-template-columns: 499px 1fr 1fr;
    grid-template-rows: auto;
  }
  .home-banner-section .home-banner:nth-of-type(1) {
    grid-row: 1/span 2;
  }
  .home-banner-section .home-banner:nth-of-type(2) {
    grid-row: 2;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: 2/span 2;
  }
}
@media only screen and (max-width: 992px) {
  .home-banner-section .container {
    grid-template-columns: 1fr 1fr;
  }
  .home-banner-section .home-banner {
    grid-row: auto !important;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: 2;
    grid-row: 1 !important;
  }
}
@media only screen and (max-width: 576px) {
  .home-banner-section .container {
    grid-template-columns: 1fr;
  }
  .home-banner-section .home-banner {
    grid-row: auto !important;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: auto;
    grid-row: 2 !important;
  }
}

.register-banner a:hover, .register-banner a:focus {
  opacity: 0.7;
}

.homeKnowGlobal .container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homeKnowGlobal .text-wrapper {
  text-align: center;
  margin-bottom: 40px;
  max-width: 992px;
}
.homeKnowGlobal .text-wrapper h1 {
	text-transform: none;
	color: #000;
	margin: 0 0 10px;
	text-align: center;
	font-size: 22px;
}
.homeKnowGlobal .text-wrapper p {
  font-size: 1.25em;
  margin: 0;
}
.homeKnowGlobal .text-wrapper p:first-of-type {
  margin-bottom: 20px;
}
.know-global-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.know-global-box {
  border: 7px solid #b3de3e;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.know-global-box:hover .nTop img, .know-global-box:focus:not(:active) .nTop img {
  transform: scale(1.05);
}
.know-global-box:hover .nBottom p::after, .know-global-box:focus:not(:active) .nBottom p::after {
  margin-right: -10px;
  margin-left: 30px;
}
.know-global-box:focus:not(:active) {
  outline: 3px solid blue;
}
.know-global-box:nth-of-type(2) {
  border-color: #e93c8e;
}
.know-global-box:nth-of-type(2) .nBottom {
  background-color: #e93c8e;
}
.know-global-box:nth-of-type(3) {
  border-color: #ea5726;
}
.know-global-box:nth-of-type(3) .nBottom {
  background-color: #ea5726;
}
.know-global-box .nTop {
  height: 120px;
  padding: 30px;
}
.know-global-box .nTop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block !important;
  transition: all 0.35s ease;
}
.know-global-box .nBottom {
  background-color: #b3de3e;
  padding: 20px;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.know-global-box .nBottom h1 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}
.know-global-box .nBottom p {
  margin: 0;
  color: #fff;
  font-size: 1em;
  margin-left: auto;
  margin-top: auto;
}
.know-global-box .nBottom p::after {
  content: "\f054";
  font-family: FontAwesome;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.35s ease;
}

@media only screen and (max-width: 768px) {
  .homeKnowGlobal .know-global-boxes {
    grid-template-columns: 1fr;
  }
}


.home-why-global {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.home-why-global .container {
  max-width: 1200px;
}
.home-why-global .text-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.home-why-global .text-wrapper h1 {
	text-transform: none;
	color: #000;
	margin: 0 0 10px;
	text-align: center;
	font-size: 22px;
}
.home-why-global .text-wrapper p {
  font-size: 1.25em;
  margin: 0;
}
.home-why-global .img-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
}
.home-why-global .img-wrapper img {
  object-fit: contain;
}

.footer .footer-menu div{ display: flex; flex-direction: column; align-items: flex-start; }
.footer-menu>div img {
    margin-bottom: 20px;
}