@font-face {
  font-family: 'Gotham-Book';
  src: url(fonts/gothamBook.eot);
  src: url('fonts/gothamBook.eot?#iefix') format('embedded-opentype'), url(fonts/gothamBook.woff) format('woff'), url(fonts/gothamBook.ttf) format('truetype'), url('fonts/gothamBook.svg#bodonib') format('svg');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url(fonts/gothamMedium.eot);
  src: url('fonts/gothamMedium.eot?#iefix') format('embedded-opentype'), url(fonts/gothamMedium.woff) format('woff'), url(fonts/gothamMedium.ttf) format('truetype'), url('fonts/gothamMedium.svg#bodonib') format('svg');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Gotham-Light';
  src: url(fonts/gothamLight.eot);
  src: url('fonts/gothamLight.eot?#iefix') format('embedded-opentype'), url(fonts/gothamLight.woff) format('woff'), url(fonts/gothamLight.ttf) format('truetype'), url('fonts/gothamLight.svg#bodonib') format('svg');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Barlow-Condensed-Medium';
  src: url(fonts/BarlowCondensed-Medium.eot);
  src: url(fonts/BarlowCondensed-Medium.otf) format('opentype'), url(fonts/BarlowCondensed-Medium.woff) format('woff'), url(fonts/BarlowCondensed-Medium.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}
body {
  font-family: proxima-nova, sans-serif;
  color: #000;
  background-color: #fff;
  font-style: normal
}
a {
  color: #92a39d
}
a:hover {
  color: #8da399
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1
}
.h1, h1 {
  font-size: 3.5rem
}
.h2, h2 {
  font-size: 2rem
}
.h3, h3 {
  font-size: 1.75rem
}
.h4, h4 {
  font-size: 1.5rem
}
.h5, h5 {
  font-size: 1.25rem
}
.h6, h6 {
  font-size: 1rem
}
.text-xl {
  font-size: 200%
}
.text-lg {
  font-size: 150%
}
.text-md {
  font-size: 125%
}
.text-sm {
  font-size: 75%
}
hr {
  margin-top: .5rem;
  margin-bottom: .5rem;
  border: 0;
  border-top: 1px solid #fff
}
hr.dark {
  border-top: 1px solid #000
}
hr.light {
  border-top: 1px solid #eee
}
small, .small {
  font-size: 80%;
  font-weight: 400
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media(min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media(min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1080px
  }
  .container.container-lg {
    max-width: 1600px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: .15rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #92a39d;
  outline: 0;
  box-shadow: 0 0 0 .2rem #92a39d
}
.form-control-sm {
  height: calc(1.8125rem+2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.form-control-lg {
  height: calc(2.875rem+2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  padding: .5rem 2.5rem;
  font-size: 1.15rem;
  line-height: 1.5;
  border-radius: .05rem;
  flex-flow: nowrap;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn.focus, .btn:focus {
  box-shadow: none
}
.btn-primary {
  color: #fff;
  background-color: rgba(255, 247, 247, .25);
  border-color: transparent
}
.btn-primary:hover {
  color: #fff;
  background-color: rgba(255, 247, 247, .5);
  border-color: transparent
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 247, 247, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgba(255, 247, 247, .5);
  border-color: rgba(255, 247, 247, .5)
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #92a39d;
  border-color: #92a39d
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 247, 247, .5)
}
.btn-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  border-color: transparent
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-color: transparent
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-color: transparent
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-navigation {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px
}
.btn-navigation:hover {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent
}
.btn-navigation.disabled, .btn-navigation:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent
}
.btn-navigation:not(:disabled):not(.disabled):active, .btn-navigation:not(:disabled):not(.disabled).active, .show > .btn-navigation.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #92a39d
}
.nav-link {
  padding: .2rem 1rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #92a39d
}
.breadcrumb {
  background-color: #92a39d;
  border-radius: 0rem;
  color: #fff;
  text-transform: uppercase
}
.modal {
  right: 0;
  bottom: 0
}
.modal-backdrop {
  width: 100vw;
  height: 100vh
}
.modal-header {
  border-bottom: 1px solid #e9ecef
}
.modal-footer {
  padding: 1rem;
  border-top: 1px solid #e9ecef
}
.text-primary {
  color: #92a39d !important
}
a.text-primary:focus, a.text-primary:hover {
  color: #92a39d !important
}
.text-secondary {
  color: #6c757d !important
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important
}
.text-success {
  color: #28a745 !important
}
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important
}
.text-info {
  color: #17a2b8 !important
}
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important
}
.text-warning {
  color: #ffc107 !important
}
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important
}
.text-danger {
  color: #f00 !important
}
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important
}
.text-light {
  color: #f8f9fa !important
}
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important
}
.text-dark {
  color: #343a40 !important
}
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important
}
.text-body {
  color: #212529 !important
}
.text-muted {
  color: #6c757d !important
}
.main-category-link, .btn-primary, .btn-secondary, .hp-email, .breadcrumb, .searchText, #static-guide, #static-guide-mobile, #filter-box, .free-ship, .availability {
  font-weight: 700
}
.main-category-link, .free-ship, .breadcrumb, .viewAll, .searchText, #topList, .btn-secondary, #static-guide, static-guide-mobile {
  letter-spacing: 2px
}