html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

.page-container {
  min-height: 70vh;
}

main {
  min-height: 84vh;
}

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

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 60px 0 70px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: center;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.employee-head-btn, .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.employee-head-btn:focus, .submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .employee-head-btn, .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #7d212b;
  background: #7d212b;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #bcbbb6;
  border: 1px solid #bcbbb6;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #7d212b;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #bcbbb6;
  border: 1px solid #7d212b;
  color: #000;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #7d212b;
  background: #7d212b;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #7d212b;
  background: #7d212b;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #7d212b;
  border: 1px solid #7d212b;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #7d212b;
  background: #7d212b;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #7d212b;
  border: 1px solid #7d212b;
  color: #000 !important;
  text-decoration: underline;
}

.employee-head-btn {
  border: 1px solid #7d212b;
  background: #7d212b;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
  margin: 3px;
}
.employee-head-btn:hover {
  background: #bcbbb6;
  border: 1px solid #bcbbb6;
  color: #000 !important;
  text-decoration: underline;
}
.employee-head-btn a {
  color: #fff;
}
.employee-head-btn a:hover {
  color: #000;
}

header .nav-item a {
  color: black;
}
header img {
  width: 100%;
}
@media (min-width: 768px) {
  header img {
    width: 70%;
  }
}
header .navbar-collapse {
  text-align: end;
  justify-content: end;
}

.account-login-page .card {
  background: #eee;
}
.account-login-page .card .forgot-pass a {
  color: black;
}

.forgot-password-page .card {
  background: #eee;
}
.forgot-password-page input {
  width: 100%;
}

.reset-password .card {
  background: #eee;
}

.home-signin a:hover {
  text-decoration: none;
}
.home-signin .card {
  background: #7d212b;
  color: white;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 55px 15px;
}
.home-signin .card i {
  font-size: 65px;
}
.home-signin .card .text {
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

.change-password .card {
  background: #e6e6e6;
}
.change-password .btn-main {
  font-size: 18px;
}

.points-history .card {
  background: #e6e6e6;
}
.points-history a {
  color: #7d212b;
}

.photo-gal .container {
  min-height: 70vh;
}
.photo-gal .img-item {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .photo-gal .img-item {
    height: 200px;
  }
}
.photo-gal .img-item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.photo-gal .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-gal .cat-topic a {
  color: #fff;
  background-color: #7d212b;
  border: 2px solid #7d212b;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.photo-gal .cat-topic a:hover {
  text-decoration: none;
}
.photo-gal .cat-topic a.active-topic {
  background-color: #bcbbb6;
  border: 2px solid #7d212b;
  color: #000;
}
.photo-gal .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.photo-gal .cat-topic-single {
  background: #7d212b;
  padding: 20px;
  display: inline-block;
}
.photo-gal .cat-topic-single .h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

.events-page .date {
  background: #7d212b;
  color: white;
}
.events-page .card {
  background-color: #e6e6e6;
}

.event-detail-page .card-box {
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
  background: #e6e6e6;
}
.event-detail-page .card-box .map iframe {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .event-detail-page .card-box .map iframe {
    height: 400px;
  }
}
.event-detail-page .date {
  background: #7d212b;
  color: white;
  padding: 9px;
  border-radius: 5px;
  width: auto;
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-detail-page .date {
    float: right;
    width: auto;
    margin-bottom: 0;
  }
}

.doc-resource-page {
  background: url(../../images/doc-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.doc-resource-page a {
  color: #6b1d26;
}
.doc-resource-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.doc-resource-page .cat-topic a {
  color: #fff;
  background-color: #7d212b;
  border: 2px solid #7d212b;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.doc-resource-page .cat-topic a:hover {
  text-decoration: none;
}
.doc-resource-page .cat-topic a.active-topic {
  background-color: #bcbbb6;
  border: 2px solid #7d212b;
  color: #000;
}
.doc-resource-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.doc-resource-page .cat-topic-single {
  background: #7d212b;
  padding: 20px;
  display: inline-block;
}
.doc-resource-page .cat-topic-single .h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}
.doc-resource-page .card {
  background: #eee;
}

.msds-sheet-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.msds-sheet-page .cat-topic a {
  color: #fff;
  background-color: #7d212b;
  border: 2px solid #7d212b;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.msds-sheet-page .cat-topic a:hover {
  text-decoration: none;
}
.msds-sheet-page .cat-topic a.active-topic {
  background-color: #bcbbb6;
  border: 2px solid #7d212b;
  color: #000;
}
.msds-sheet-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.msds-sheet-page .letters a {
  color: #7d212b;
  text-decoration: underline;
}
.msds-sheet-page .cat-topic-single {
  background: #7d212b;
  padding: 20px;
  display: inline-block;
}
.msds-sheet-page .cat-topic-single .h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}
.msds-sheet-page .sheet-item .card {
  background: #6b1d26;
  color: white;
}
.msds-sheet-page .sheet-item .card a {
  color: white;
}
.msds-sheet-page .sheet-item .card .text {
  font-size: 15px;
}
.msds-sheet-page .back-to-top a {
  color: black;
}

footer {
  background: black;
  color: white;
}

.cart-page .card {
  background: #e6e6e6;
}
.cart-page .cart-total {
  text-align: end;
}
.cart-page .empty-cart {
  text-align: end;
}
.cart-page .order-total {
  text-align: end;
}

.checkout-page .card {
  background: #e6e6e6;
}
.checkout-page img {
  margin: 0 auto;
}
.checkout-page .term-con a {
  color: black;
}

.order-history-page .card {
  background: #eee;
}
.order-history-page .card a {
  color: #7d212b;
}

.order-detail-page .card {
  background: #eee;
}
.order-detail-page h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
}

.products-list-page {
  /* From Uiverse.io by Artahs */
}
.products-list-page img {
  width: 100%;
}
.products-list-page .card {
  position: relative;
  background-color: #7d212b;
  border-radius: 20px;
  /*box-shadow: 0px 5px 5px #313131;*/
  min-height: 390px;
  overflow: hidden;
}
.products-list-page .card .top-card {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 330px;
  transition: height 0.4s ease;
  background-color: #7d212b;
}
.products-list-page .card .bottom-card {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: auto;
  transition: transform;
  background-color: #7d212b;
}
@media (min-width: 768px) {
  .products-list-page .card .bottom-card {
    height: 79px;
  }
}
@media (min-width: 820px) {
  .products-list-page .card .bottom-card {
    height: 82px;
  }
}
@media (min-width: 1024px) {
  .products-list-page .card .bottom-card {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .products-list-page .card .bottom-card {
    height: 90px;
  }
}
@media (min-width: 1366px) {
  .products-list-page .card .bottom-card {
    height: 80px;
  }
}
@media (min-width: 1500px) {
  .products-list-page .card .bottom-card {
    height: 82px;
  }
}
.products-list-page .card .bottom-card::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 82px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 30px 0 0 #7d212b;
}
@media (min-width: 768px) {
  .products-list-page .card .bottom-card::before {
    height: 90px;
  }
}
.products-list-page .card:hover .card {
  box-shadow: 0px 2px 2px #7d212b;
  border: solid 1px #7d212b;
}
.products-list-page .card:hover .top-card {
  height: 238px;
}
.products-list-page .card:hover .bottom-card {
  height: 160px;
  transform: translate(0, 2px);
  transition: 300ms ease-in-out;
}
.products-list-page .card:hover .bottom-card::before {
  bottom: 160px;
}
.products-list-page .card-content {
  padding: 7% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.products-list-page .card-title {
  font-weight: 700;
  font-size: 18px;
}
.products-list-page .card-txt {
  font-size: 14px;
}
.products-list-page .card-btn {
  font-size: 13px;
  margin-top: 5%;
  text-decoration: none;
  color: white;
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 15px;
  padding: 3% 5%;
}
.products-list-page .card-btn:hover {
  color: black;
  background-color: #fff;
  transition: background-color 0.4s ease;
}

.product-cat-list .cat-topic .active-topic {
  background-color: #7d212b;
  color: white;
  padding: 10px;
  font-weight: 900;
}
.product-cat-list .cat-topic a {
  color: #333;
  padding: 10px;
  background-color: #bcbbb6;
  border: 2px solid #7d212b;
  margin-bottom: 10px;
}
.product-cat-list .top-img {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.product-cat-list .top-img .product-pic-contain {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .product-cat-list .top-img .product-pic-contain {
    height: 480px;
  }
}
.product-cat-list .top-img .product-pic-contain img {
  width: 100%;
}
.product-cat-list .top-img img {
  width: 100%;
}
.product-cat-list .top-img .image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 57, 43, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.product-cat-list .top-img .view_details {
  opacity: 0;
}
.product-cat-list .top-img .view_details h2 {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 112px;
  left: 50%;
  margin-left: -85px;
  border: 2px solid #fff;
  color: #7d212b;
  padding: 10px 0;
  width: 172px;
  background: white;
  z-index: 2;
}
.product-cat-list .top-img .view_details_mobile {
  text-align: center;
  margin-top: 15px;
}
.product-cat-list .top-img .view_details_mobile a {
  position: relative;
  top: 0px;
  left: 0%;
  border: 2px solid #fff;
  color: #7d212b;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  width: 100%;
}
.product-cat-list .top-img:hover .image_overlay {
  opacity: 1;
}
.product-cat-list .top-img:hover .view_details {
  background: #fff;
  color: #7d212b;
  cursor: pointer;
  opacity: 1;
  z-index: 3;
}
.product-cat-list .top-img:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.product-cat-list .card {
  height: auto;
  background: #eee;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
@media (min-width: 744px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
@media (min-width: 820px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
@media (min-width: 1113px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
@media (min-width: 1180px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .product-cat-list .card {
    height: 140px;
    overflow: hidden;
  }
}
.product-cat-list .card .stats-container {
  position: relative;
  top: 0px;
  left: 0;
  padding: 17px 15px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.product-cat-list .card .stats-container .product_name {
  font-size: 22px;
  color: #393c45;
}
.product-cat-list .card .stats-container .product_price h3 {
  color: #7d212b;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}

@media (min-width: 768px) {
  .product-detail-page {
    min-height: 76vh;
  }
}
.product-detail-page .card {
  background: #eee;
}
.product-detail-page .btn-main {
  font-size: 17px;
}
@media (min-width: 320px) {
  .product-detail-page .btn-main {
    font-size: 15px;
  }
}
@media (min-width: 300px) {
  .product-detail-page .btn-main {
    font-size: 13px;
  }
}

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