﻿.sticky-section-wrapper {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-color: #FFF;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.14), 0px -3px 4px rgba(0, 0, 0, 0.12), 0px -1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
  z-index: 9995;
}
@media (min-width: 768px) {
  .sticky-section-wrapper {
    padding: 24px 18px;
  }
}
@media screen and (min-width: 1320px) {
  .sticky-section-wrapper {
    display: none;
  }
}
.sticky-section-wrapper .sticky-section {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .sticky-section-wrapper .sticky-section {
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
  }
}
.sticky-section-wrapper .sticky-section-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .sticky-section-wrapper .sticky-section-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    padding: 0 24px 0 0;
  }
}
.sticky-section-wrapper .sticky-button-container .sticky-btn {
  display: inline-flex;
  justify-content: center;
  line-height: 18px;
  width: 100%;
}
@media (min-width: 1200px) {
  .sticky-section-wrapper .sticky-button-container .sticky-btn {
    margin: 0;
  }
}