html {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.No-Display {
  display: none !important;
}
#wrapper {
  margin-top: 80px;
}
#header-container {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  background: linear-gradient(180deg, #fff 60%, rgba(255, 255, 255, 0) 100%);
}
header {
  width: 100%;
  margin: auto;
}
#logo {
  display: none;
}
#logo img {
  width: 100%;
}
#title {
  width: 90%;
  margin: auto;
  padding-top: 0.5em;
}
#title img {
  width: 100%;
}
.ecsp {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 100px !important;
  max-width: 100% !important;
}
div[customprop="addtobag"] {
  margin: 0 !important;
}
button {
  background-color: #000e7a !important;
  color: #fff !important;
  min-width: 50px !important;
}
.ec-minicart {
  position: fixed !important;
  z-index: 4 !important;
  background-color: #00b8ff !important;
  border: none !important;
  padding: 1em !important;
  border-radius: 50px !important;
  right: 24px !important;
  bottom: 24px !important;
  box-shadow: 0 0 5px #000 !important;
}
.ec-minicart__counter::after {
  background-color: #000e7a !important;
}
.ec-minicart__counter {
  color: #fff !important;
  top: -3px !important;
  right: -3px !important;
  left: auto !important;
  font-size: 14px !important;
}
#filter {
  position: relative;
  border: 2px solid #000e7a;
  text-align: center;
  padding: 0.5em;
  margin: 0 1em;
  border-radius: 15px;
  background-color: #fee;
  color: #000e7a;
  box-shadow: 0 1px 3px #000;
  cursor: pointer;
}
#filter-collection {
  background-color: #eef;
  width: 85%;
  margin: auto;
  margin-bottom: 1em;
  transition: height 0.25s ease-in-out;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.Filter-Close {
  height: 0;
}
.Filter-Open {
  height: 25.3em;
}
.Filter {
  display: inline-flex;
  width: 50%;
  padding: 0.25em;
  margin: auto;
}
.Filter:nth-child(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}
.Filter:nth-child(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}
.Filter:nth-child(4) {
  -ms-grid-row: 4;
  grid-row: 4;
}
.Filter:nth-child(5) {
  -ms-grid-row: 5;
  grid-row: 5;
}
.Filter:nth-child(6) {
  -ms-grid-row: 6;
  grid-row: 6;
}
.Filter:nth-child(7) {
  -ms-grid-row: 7;
  grid-row: 7;
}
.Filter:nth-child(8) {
  -ms-grid-row: 8;
  grid-row: 8;
}
.Filter:nth-child(9) {
  -ms-grid-row: 9;
  grid-row: 9;
}
.Brand-Box {
  flex: 1;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Brand-Label {
  flex: 3;
}
.Item {
  margin-bottom: 3em;
  flex: 1;
  border-top: 1px solid #000e7a;
  padding-top: 0.5em;
}
.Item-Title {
  margin: 0.5em;
  text-decoration: none;
  color: #000;
}
.Item-Image {
  width: 50%;
  margin: auto;
  height: fit-content;
}
.Item-Image img {
  width: 100%;
  max-height: 200px;
}
.Item-Text {
  text-align: center;
}
.Item-Description {
  margin: 1em;
  margin-top: 0.5em;
  text-align: left;
}
.Installation,
.Model-Collection {
  border: 2px solid #000e7a;
  border-radius: 15px;
  width: 75%;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  cursor: pointer;
}
.Installation {
  background-color: #fee;
  max-height: 76px;
}
.Invisible {
  opacity: 0;
  border: none;
  height: 0;
  width: 0;
  transition: opacity 0.25s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out;
}
.Visible-Darkbox {
  opacity: 1;
  height: 100%;
  width: 100%;
  transition: opacity 0.75s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out;
}
.Visible-Lightbox {
  width: 90%;
  height: 50%;
  transition: opacity 0.75s ease-in-out, height 0.5s ease-in-out,
    width 0.5s ease-in-out;
}
.Installation-Title,
.Model-Title {
  width: 100%;
  background-color: #fee;
  color: #000e7a;
  padding: 0.25em 0;
  text-align: center;
}
.Model {
  list-style: none;
  width: 80%;
  margin: auto;
  padding: 0.25em;
}
.Model-List {
  background-color: #eef;
  text-align: left;
}
.Model-Close {
  padding: 0;
  transition: padding 0.5s ease-in-out;
}
.Model-Close ul {
  font-size: 0;
  opacity: 0;
  transition: font-size 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.Model-Open {
  padding: 0.1em 0;
  transition: padding 0.2s ease-in-out;
}
.Model-Open ul {
  opacity: 1;
  transition: font-size 0.2s ease-in-out, opacity 0.5s ease-in-out;
}
.Item-Commerce {
  display: inline-flex;
  width: 100%;
  text-align: center;
}
.Item-Commerce.Dual {
  display: block;
  width: 100%;
  text-align: center;
}
.Item-Commerce.Dual div h4 {
  margin: 1em 0 0.25em;
}
.Item-Commerce div,
.Item-Commerce h4 {
  flex: 1;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer {
  text-align: center;
  margin: auto;
  border-top: 1px solid #000e7a;
  width: 100%;
}
.Foot {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.Foot h5 {
  margin: 0.5em;
}
#copy {
  margin-bottom: 1em;
}
.Copy-Container a {
  color: #001be6;
  text-decoration: none;
}
.Copy-Container a:hover {
  text-decoration: underline;
}
.Disable-Scroll {
  height: 100%;
  overflow: hidden;
}
.Darkbox {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.Lightbox {
  background-color: #eee;
  border-radius: 15px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.Lightbox-Image {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Lightbox-Image img {
  max-width: 90%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.New {
  background-color: #e00;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 0.5em;
  font-size: 1.2rem;
  margin-left: 0.5em;
  font-weight: 700;
}
#bbb img {
  max-width: 75%;
  margin: auto;
  padding-top: 1em;
}
.Item-Rating {
  display: flex;
  width: 90%;
  margin: auto;
}
.Item-Rating img {
  display: inline-block;
  height: 1em;
  flex: 1;
}
.Item-Review {
  display: inline-block;
  font-weight: 700;
  color: #000e7a;
  flex: 3;
  cursor: pointer;
}
.Item-Review:hover {
  color: #d00;
  text-decoration: underline;
}
.Tag {
  display: inline-block;
  background-color: #ddd;
  width: fit-content;
  border: 1px solid #aaa;
  border-radius: 15px;
  margin: 0 0.05em 0.5em;
}
.Tag-Text {
  font-weight: 400;
  font-size: 0.9em;
  padding: 0.5em;
  margin: 0;
}
.Lightbox-Review {
  padding: 1em;
  border-bottom: 1px solid #000;
}
.Lightbox-Review h3 {
  margin-bottom: 0.5em;
}
.Lightbox-Review img {
  height: 2em;
  position: relative;
}
.Lightbox-Review p {
  margin-top: 0.5em;
}
#payment-options {
  display: block;
}
.Payment-Option {
  width: 20%;
  padding: 0 0.5em;
  border-radius: 15px;
  flex: 1;
}
#back {
  text-align: center;
}
.Contact-Container {
  width: fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.Contact-Container h4 {
  margin-top: 0;
}
.Contact-Container ul {
  padding-inline-start: 20px;
}
@media screen and (max-width: 250px) {
  .Item-Commerce {
    display: block;
  }
  .Item-Commerce h4 {
    padding-bottom: 1em;
  }
  .Item-Image {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  .Filter {
    width: 75%;
  }
  #header-container {
    height: 60px;
  }
  #wrapper {
    margin-top: 60px;
  }
  .Payment-Option {
    width: 20%;
  }
}
@media screen and (min-width: 413px) {
  .Item-Description {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
  }
  .Item-Commerce {
    width: 80%;
  }
  .Model {
    width: 60%;
  }
  .Lightbox-Review h3 {
    display: inline-block;
    margin-bottom: 1em;
  }
  .Lightbox-Review img {
    position: relative;
    top: 0.4em;
    left: 10%;
  }
  #payment-options {
    display: flex;
    width: 90%;
    margin: auto;
  }
  .Payment-Option {
    flex: 1;
    width: 50px;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 485px) {
  #header-container {
    height: 90px;
  }
  #wrapper {
    margin-top: 90px;
  }
  #filter {
    width: 75%;
    margin: 1em auto 0;
  }
  .Item-Image {
    max-height: 250px;
  }
  #filter-collection,
  .Item-Description {
    width: 75%;
  }
  .Installation,
  .Item-Commerce,
  .Model-Collection {
    width: 60%;
  }
  .Item-Rating {
    width: 75%;
  }
}
@media screen and (min-width: 750px) {
  #logo {
    display: inline-block;
    flex: 1;
  }
  #logo img {
    border-radius: 50px;
  }
  #title-container {
    display: inline-block;
    flex: 7;
  }
  #title {
    width: 100%;
  }
  #header-container {
    background: linear-gradient(180deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
    height: 110px;
  }
  #wrapper {
    margin-top: 110px;
  }
  header {
    display: flex;
  }
  #filter {
    width: 60%;
    margin-top: 0;
  }
  #filter-collection {
    width: 60%;
    margin-bottom: 2em;
  }
  .Item {
    display: flex;
    margin: 1em;
  }
  .Item-Image {
    flex: 1;
    width: 250px;
  }
  .Item-Text {
    flex: 2;
  }
  .Item-Text h2 {
    margin-bottom: 0.5em;
  }
  .Item-Description {
    width: 90%;
  }
  .Item-Commerce {
    width: 80%;
  }
  .ec-minicart {
    padding: 1.5em !important;
  }
  #home {
    margin: 0;
  }
  #bbb img {
    width: 25%;
  }
  #payment-options {
    width: 50%;
  }
  .Item-Rating {
    width: 90%;
  }
}
@media screen and (min-width: 773px) {
  #header-container {
    height: 105px;
  }
  #wrapper {
    margin-top: 100px;
  }
  footer,
  header {
    width: 75%;
  }
  #filter-collection {
    width: 50%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .Filter:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .Filter:nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .Filter:nth-child(4) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .Filter:nth-child(5) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .Filter:nth-child(6) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .Filter:nth-child(7) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .Filter:nth-child(8) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .Filter:nth-child(9) {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .Filter {
    width: 75%;
  }
  .Filter-Open {
    height: 13.5em;
  }
  .Item {
    margin: 2em;
  }
  .Item-Commerce.Dual {
    display: inline-flex;
  }
  .Item-Image img {
    max-height: 250px;
  }
  .Visible-Lightbox {
    width: 75%;
  }
  .Item-Title {
    display: flex;
  }
  .New {
    flex: 1;
    line-height: 5;
    padding: 0 0.5em;
  }
  .Item-Title h2 {
    flex: 6;
  }
  .Lightbox-Review {
    width: 75%;
    margin: auto;
  }
  .Policy {
    width: 75%;
    margin: auto;
  }
}
@media screen and (min-width: 900px) {
  #header-container {
    height: 115px;
  }
  #wrapper {
    margin-top: 110px;
  }
  .Item-Commerce {
    width: 60%;
  }
  .Installation,
  .Model-Collection {
    width: 50%;
  }
  .Flex-Container {
    display: flex;
  }
  .Flex-Container > div {
    flex: 1;
    margin: 1em;
  }
  .Lightbox-Image {
    width: 75%;
  }
  .Item-Commerce.Dual {
    width: 80%;
  }
  .Item-Rating {
    width: 80%;
    margin-right: 15%;
  }
  #payment-options {
    width: 75%;
    margin: auto;
  }
  .Policy {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  header {
    width: 70%;
  }
  .ec-minicart {
    bottom: auto !important;
    top: 16px;
    right: 5% !important;
  }
  #shop {
    display: flex;
  }
  #filter-container {
    padding-left: 1em;
    position: fixed;
    width: 20%;
  }
  #filter {
    width: 100%;
    margin: 0;
    z-index: 2;
    padding: 0;
  }
  #filter-collection {
    margin: 0;
    z-index: 1;
    width: 90%;
    margin: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .Filter-Open {
    height: 25.3em;
  }
  .Filter:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .Filter:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .Filter:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .Filter:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .Filter:nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .Filter:nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .Filter:nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .Filter:nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9;
  }
  #item-container {
    width: 80%;
    margin-left: 20%;
  }
  .Item {
    margin: 3em;
    margin-top: 0;
  }
  .Visible-Lightbox {
    height: 75%;
  }
  .Item-Commerce.Dual {
    width: 90%;
  }
  #bbb {
    position: fixed;
    z-index: 3;
    width: 22.5%;
    left: 1em;
    bottom: 1em;
  }
  #bbb img {
    width: 100%;
  }
  #payment-options {
    width: 50%;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .ec-minicart {
    right: 10% !important;
  }
  #filter-container {
    margin-left: -1em;
    padding: 0;
  }
  .Model-Collection,
  header {
    width: 60%;
  }
  #wrapper {
    width: 80%;
    margin: auto;
    margin-top: 110px;
  }
  .Item-Description {
    width: 80%;
  }
  #bbb {
    margin-left: 10%;
    width: 20%;
    left: 0;
  }
  .Item-Rating {
    width: 80%;
    margin: auto;
  }
  .Lightbox-Review {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  #wrapper {
    width: 70%;
    margin-top: 130px;
  }
  #header-container {
    height: 140px;
  }
  header {
    width: 55%;
    border-radius: 0 0 10px 10px;
  }
  .ec-minicart {
    right: 15% !important;
  }
  #logo {
    padding-right: 2em;
  }
  #title-container {
    flex: 6;
    padding-top: 0.5em;
  }
  #filter-container {
    margin-left: -3em;
  }
  #bbb {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 1600px) {
  .ec-minicart {
    top: 24px;
    padding: 1.5em !important;
  }
  #header-container {
    height: 150px;
  }
  #wrapper {
    margin-top: 145px;
  }
  .Model-Collection {
    width: 50%;
  }
  #outlink-container,
  .Item-Text,
  footer {
    font-size: 1.1rem;
  }
  #filter {
    width: 80%;
    margin: auto;
    margin-top: 1em;
  }
  #filter-collection {
    width: 75%;
    margin: auto;
  }
  .Visible-Lightbox {
    width: 60%;
  }
  #bbb {
    width: 16%;
    margin-left: 15%;
  }
  #pay-text {
    margin-top: 0;
    display: inline-block;
    width: 50%;
  }
  footer {
    font-size: 1.1rem;
  }
  #payment-options {
    display: inline-flex;
    width: 45%;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1800px) {
  .Item-Image,
  .Item-Image img {
    max-height: 300px;
  }
  .Item-Commerce.Dual {
    width: 80%;
  }
  .Item-Rating {
    width: 70%;
    margin-right: 20%;
  }
  #filter {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 2400px) {
  .Item-Image,
  .Item-Image img {
    max-height: 350px;
  }
  .Item-Commerce.Dual {
    width: 70%;
  }
  #header-container {
    height: 175px;
  }
  #wrapper {
    margin-top: 170px;
  }
  #filter {
    width: 70%;
    margin-top: 3.5em;
  }
  #filter-collection {
    width: 65%;
  }
  .ec-minicart {
    top: 48px;
  }
  #bbb {
    width: 14%;
    margin-left: 16.5%;
  }
  .Item-Rating {
    width: 50%;
    margin-right: 40%;
  }
}
