/* ALL PAGES */

.btn.drk-btn > span {
  background-color: #181d27;
}

/* PAGE NAV */

.brand-nav-container a:hover {
  text-decoration: none !important;
  background-color: #181d27;
}

.brand-nav-container > div {
  min-height: 101px;
  flex: 1;
}

@media (min-width: 768px) {
  .brand-nav-container > div {
    padding: 10px;
  }

  .brand-nav-container {
    margin: -10px;
  }
}

@media (max-width: 767px) {
  .brand-nav-container > div {
    flex: 50%;
    padding: 5px;
  }

  .brand-nav-container {
    margin: -5px;
  }

  .brand-nav-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .brand-nav-container > div {
    flex: 100%;
  }
}

#brand-nav {
  overflow: visible;
}

#brand-nav .nav-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 586px;
  z-index: -1;
}

/* CTA BTM */

#brand-cta {
  padding: 120px 0 60px;
}

#brand-cta .overlay {
  background-color: #181d27;
  opacity: 0.39;
}

.brand-cta-box {
  max-width: 665px;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 94% 100%, 0 100%);
  background-color: #3dbed6;
  padding: 2px;
}

.brand-cta-box-inner {
  padding: 35px 25px 35px 25px;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 94% 100%, 0 100%);
}

.brand-cta-box .brand-cta-box-inner > * {
  z-index: 1;
  position: relative;
}

.brand-cta-box-content {
  max-width: 579px;
}

.cta-bg-line {
  min-width: 3600px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 575px) {
  .brand-cta-box,
  .brand-cta-box-inner {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 91% 100%, 0 100%);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cta-bg-line {
    right: -160px;
  }
}

@media (max-width: 767px) {
  .cta-bg-line {
    right: -200px;
  }
}

/* PRDOUCTS */

.page-template-swanson-products .products-grid-header {
  max-width: 1145px;
}

.page-template-swanson-products .product-type-inner::before {
  background-color: #f0f0f0;
}

.new-earth-intro {
  margin: auto;
  max-width: 690px;
}

.product-info-content li:not(:last-child) {
  margin-bottom: 10px;
}

.product-info-content ul {
  padding-left: 1.2rem !important;
}

.product-info-content {
  max-height: 360px;
  overflow: scroll;
}

.product-info-content td {
  padding: 0 10px;
}

/* PRODUCT TYPES */

.product-type-inner {
  padding-top: 52%;
}

.overlay.overlay-bg {
  background-color: #2f445c;
  opacity: 0.7;
}

.overlay.cover-bg {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.product-type-inner:hover .overlay.cover-bg {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.product-type-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(45deg) translateZ(0)
    translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f0f0f0;
  z-index: 2;
  height: 60px;
  width: 60px;
}

/* ALL PRODUCTS */

.product-desc > * {
  font-size: 12px;
}

.product-col > a[data-bs-target="#myModal-product-info"],
.product-col > a[data-bs-target="#myModal-product-info"] > img {
  transform: none !important;
}

/* MODALS */

.product-modal-nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 20px;
}

#myModal-product-info .modal-body > *,
#myModal-product-type-info .modal-body > * {
  flex: 1;
}

#myModal-product-info .modal-dialog,
#myModal-product-type-info .modal-dialog {
  max-width: 1233px;
  width: auto;
}

.product-modal-nav > button {
  pointer-events: all;
  border: none !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 46px;
  box-shadow: none !important;
}

#myModal-product-info .modal-content,
#myModal-product-type-info .modal-content {
  background-color: #d9d9d9;
  padding: 115px 75px;
}

#myModal-product-info .modal-body,
#myModal-product-type-info .modal-body {
  background-color: #fff;
  display: flex;
  padding: 0;
  position: initial;
}

#myModal-product-info .modal-body > div,
#myModal-product-type-info .modal-body > div {
  flex: 1;
}

#close-product-info,
#close-product-type-info {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  padding: 15px;
}

.product-info-img {
  padding-top: 54%;
}

@media (min-width: 768px) {
  .products-box {
    padding: 60px;
  }

  #close-product-info,
  #close-product-type-info {
    top: 15px;
    right: 15px;
  }

  .product-info-all {
    padding: 45px;
    max-width: 345px;
  }

  .product-type-info-all {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .products-box {
    padding: 30px 25px;
  }

  .product-info-all,
  .product-type-info-all {
    padding: 25px;
  }

  #myModal-product-info .modal-body,
  #myModal-product-type-info .modal-body {
    flex-direction: column;
  }

  #myModal-product-info .modal-content,
  #myModal-product-type-info .modal-content {
    padding: 55px 30px;
  }

  .product-modal-nav {
    padding: 0 3px;
  }

  .product-modal-nav > button {
    font-size: 35px;
  }

  #close-product-info,
  #close-product-type-info {
    top: 0;
    right: 0;
  }
}

/* HOME */

.page-template-swanson-home .products-grid-header {
  max-width: 1045px;
}

.service-content-row img {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .page-template-swanson-home #intro img {
    margin-top: calc(1rem + 15px);
  }
}

/* CONTACT */

@media (min-width: 992px) {
  .col.contact-info > div {
    padding: 50px;
    min-width: 450px;
  }

  .col.contact-content {
    padding-right: 60px;
  }

  .contact-contact-info {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .col.contact-info > div {
    padding: 30px;
    min-width: 350px;
  }

  .col.contact-content {
    padding-right: 30px;
  }

  .contact-contact-info {
    font-size: 22px;
  }
}

@media (min-width: 801px) {
  .col.contact-info {
    flex: 0 0 auto;
  }

  .col.contact-content {
    flex: 1 1 auto;
  }

  .contact-cta-box > h4 a {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .col.contact-info > div {
    padding: 30px;
  }

  .col.contact-content {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .contact-info-cols {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .col.contact-info > div {
    padding: 30px;
    min-width: 100%;
  }
}

.col.contact-info > div .footer-social-media {
  justify-content: flex-start !important;
}

.contact-contact-info > li:not(:last-child) {
  display: flex;
  margin-bottom: 30px;
}

.contact-contact-info > li i {
  font-size: 28px;
  min-width: 28px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.contact-box {
  padding: 45px;
  max-width: 687px;
}

/* CALC */

#mulch-calc {
  padding-bottom: 160px;
}

@media (min-width: 992px) {
  #mulchTabs-all {
    padding-right: 45px;
  }
}

.mulch-calc-subheader {
  max-width: 747px;
}

#mulchTabs {
  border: none;
}

#mulchTabs > button {
  filter: none !important;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  font-size: 22px;
  margin: 0 -2px 0 0;
  border: 2px #3dbed6 solid;
  color: #1a97ae;
  transform: scale(1) !important;
  text-transform: uppercase;
  padding: 15px;
  min-width: 179px;
  font-weight: 400;
}

#mulchTabs > button:hover,
#mulchTabs > button.active {
  background-color: #1a97ae;
  color: #fff;
}

.total-calcs-top {
  border-radius: 0 0 16px 16px;
  padding: 45px;
}

.total-calcs-btm {
  padding: 35px;
}

.total-items > p {
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 24px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  line-height: 1;
}

#mulch-calc .total-calcs h3 {
  font-size: 28px;
}

.total-items > p > span {
  font-size: 40px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

#mulch-calc .form-control {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  height: 60px;
}

#mulch-calc .form-group {
  margin-bottom: 25px;
}

@media (max-width: 590px) {
  #mulchTabs > button {
    min-width: 100% !important;
    border-radius: 0;
    margin: -1px 0;
  }
}

@media (max-width: 1230px) and (min-width: 768px) {
  #mulchTabs > button {
    min-width: 100% !important;
    border-radius: 0;
    margin: -1px 0;
  }
}

@media (max-width: 1250px) and (min-width: 591px) {
  #mulchTabs > button {
    font-size: 20px;
    min-width: 159px;
  }
}

/* HIDE */

.top-nav-left > a {
  display: none;
}

/* Icon Section */

.single-icon img {
  max-width: 105px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .all-icons {
    margin-top: 20px;
  }
}

@media (max-width: 1675px) and (min-width: 992px) {
  #product-info .container {
    padding-right: 210px;
  }
}

/* Product Info Section */

#product-info {
  padding: 200px 0 130px;
}

.product-info-content {
  max-width: 775px;
}

#product-info .transition-piece {
  position: absolute;
  bottom: 0;
  min-width: 3600px;
  right: 0;
}

#product-info .overlay {
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.79) 23.1%,
    rgba(0, 0, 0, 0) 100%
  );
}

.product-contact-content {
  max-width: 778px;
}

.product-agriculture-content {
  max-width: 100%;
}

.contact-shape {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1500px;
}

@media (max-width: 767px) {
  #product-info {
    padding: 130px 0 110px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #product-info .transition-piece {
    right: -160px;
  }
}

@media (max-width: 767px) {
  #product-info .transition-piece {
    right: -200px;
  }
}

/* Retail Customers Section */

#intro .service-content-row:last-child {
  margin-bottom: 0 !important;
}

.mil-discount {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 600px;
}

@media (max-width: 767px) {
  .mil-discount img {
    max-width: 150px;
    margin-top: 15px;
  }

  .mil-discount {
    text-align: center;
  }

  #fundraising .clip-img {
    margin-bottom: 40px;
  }

  #product-info li > h3 {
    font-size: 20px !important;
  }
}

/* TEXT STYLE */

.track-10 {
  letter-spacing: 10px;
}

/* FAQ Accordion Styles */
.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-button {
  background-color: transparent !important;
  border: none !important;
  color: white !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: white !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-collapse {
  background-color: transparent !important;
}

.accordion-body {
  background-color: transparent !important;
  color: white !important;
}
