*:before,
*:after,
* {
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

img {
  max-width: 100%;
  max-height: 100%;
}

hr {
  border-top: none;
  border-bottom: 3px solid #aba5a2;
  margin: 40px 0;
}

a {
  transition: all 0.2s;
  text-decoration: none;
  color: #1c1917;
}

h1, h2, h3 {
  color: #1c1917;
  font-weight: 900;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-radius: 4px;
  background: white;
  border: 1px solid #a8a29e;
}
table td {
  padding: 6px 15px;
}
table td:not(:last-child) {
  border-right: 1px solid #a8a29e;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid #a8a29e;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.main {
  padding: 0 0 40px 0;
  background: #e7e5e4;
  min-height: calc(100vh - 277px);
}

.product {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.product .image {
  border-radius: 6px;
  height: 500px;
  width: 100%;
}
.product .info a {
  border-bottom: 3px solid #ca8a04;
  font-weight: 700;
  text-decoration: none;
}
.product .info a:hover {
  color: #ca8a04;
}
.product > * {
  width: 48%;
}
.product h1 {
  font-size: 36px;
  margin-top: 0;
}
.product h3 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #bcb6b3;
}
.product .detail-item {
  font-weight: 500;
  margin: 6px 0 0 0;
}
.product .detail-item strong {
  margin-right: 8px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product {
    padding-top: 0;
    flex-direction: column;
  }
  .product h1 {
    margin-top: 20px;
  }
  .product .image {
    height: auto;
  }
  .product > * {
    height: auto;
    width: 100%;
  }
  .product .info {
    padding: 0 20px;
  }
}

.landscaping-items {
  margin: 50px 0 0 0;
}

.all-items {
  padding: 40px 0;
  text-align: center;
}
.all-items a {
  display: inline-block;
  padding: 10px 30px;
  background: #333;
  color: white;
  border-radius: 4px;
  transition: all 0.3s;
}
.all-items a:hover {
  background: black;
}

.locations {
  display: flex;
  justify-content: space-between;
}
.locations .location {
  width: 100%;
}
.locations .location iframe {
  width: 100%;
}

.content-page {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .content-page {
    padding: 0 20px;
    padding-top: 20px;
  }
}
.content-page a {
  border-bottom: 3px solid #ca8a04;
  font-weight: bold;
}
.content-page h1 {
  margin-top: 0;
  padding-top: 20px;
}
.content-page .main-info {
  padding: 20px 0;
  font-size: 1.3em;
}

.delivery-images {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.delivery-images img {
  float: 1px;
  width: 32%;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fafaf9;
  z-index: 10;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  position: relative;
}
header nav {
  background: #ffc10e;
  width: 100%;
}
header nav .container {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header nav .container {
    justify-content: center;
  }
}
header nav ul li a {
  font-weight: 900;
}
header nav ul li a:hover {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  header nav ul li a {
    font-size: 13px;
  }
}
header .container {
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header .container {
    padding: 10px 16px;
  }
}
header li a {
  font-weight: 700;
  color: #1c1917;
}
header h1.tel {
  position: relative;
  padding-left: 0px;
  margin: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
header h1.tel svg {
  margin-right: 8px;
  width: 20px;
  margin-bottom: 4px;
}
header h1.tel a {
  border-bottom: 3px solid transparent;
  line-height: 0.95;
}
header h1.tel a:hover {
  border-color: #ca8a04;
}
@media (max-width: 1024px) {
  header h1.tel {
    font-size: 18px;
  }
}
header .logo {
  z-index: 10;
  left: -20px;
  margin-right: 15px;
}
header .logo a {
  display: flex;
}
header .logo img {
  max-height: 90px;
}
@media (max-width: 1024px) {
  header .logo img {
    max-height: 70px;
  }
}

footer {
  color: #78716c;
  background: #292524;
  padding: 20px 20px;
}
footer .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
footer .container .tel {
  display: flex;
  align-items: center;
}
footer .container .tel svg {
  margin-right: 8px;
  width: 20px;
}
footer .container .tel a {
  font-size: 20px;
  font-weight: 600;
  color: #a8a29e;
  border-bottom: 3px solid #ca8a04;
  line-height: 0.95;
}
footer .container .tel a:hover {
  color: white;
}
footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
footer ul li a {
  display: inline-block;
  padding: 4px 24px 4px 0;
  font-weight: 600;
  color: #a8a29e;
}
footer ul li a:hover {
  color: white;
}
@media (max-width: 1024px) {
  footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
  footer ul {
    flex-direction: column;
  }
}

nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}
nav ul {
  list-style: none;
  display: flex;
}
nav li a {
  padding: 0 10px;
}

.hero {
  width: 100%;
}
.hero .owl-stage-outer {
  height: 100%;
}
.hero .slide {
  width: 100%;
  height: 100%;
}
.hero .slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.hero .owl-nav {
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}
.hero .owl-nav button {
  color: #292524 !important;
  font-size: 60px !important;
  line-height: 0.6 !important;
}
.hero .owl-nav .owl-next {
  position: relative;
  margin-left: 20px;
}
.hero .owl-nav .owl-prev {
  position: relative;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .hero .owl-nav {
    transform: translateY(-50%);
    width: 110%;
    left: -5%;
    top: 50%;
    position: absolute;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 500px;
  }
}

.category-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: auto;
  padding-top: 20px;
}
.category-list h2 {
  font-size: 30px;
}
.category-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category-list .item {
  width: calc((100% - 60px) / 3);
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  border: 3px solid transparent;
}
.category-list .item:nth-child(3n) {
  margin-right: 0;
}
.category-list .item:hover {
  border-color: #292524;
  transition: all 0.3s;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.category-list .item > a {
  position: relative;
  display: block;
  width: 100%;
}
.category-list .item .image {
  display: flex;
  height: 200px;
  width: 100%;
}
.category-list .item .image img {
  width: 100%;
  height: 100%;
}
.category-list .item .image.cover img {
  object-fit: cover;
}
.category-list .item .image.contain img {
  padding: 20px;
  object-fit: contain;
}
.category-list .item .name {
  min-height: 68px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .category-list {
    padding: 0 10px;
  }
  .category-list .item {
    width: calc((100% - 40px) / 2);
    margin: 10px 10px;
  }
  .category-list .item:nth-child(3n) {
    margin: 10px 10px;
  }
  .category-list .item .image {
    height: 120px;
  }
  .category-list .item .image.contain img {
    padding: 10px;
  }
}

.category-list.landscaping {
  border-top: 4px solid #f3f3f3;
  margin-bottom: 60px;
  padding-top: 30px;
  margin-top: 60px;
}

/*# sourceMappingURL=main.css.map */
