body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #183051;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.tabs-menu {
  position: absolute;
  bottom: 18px;
  z-index: 44;
  width: 56%;
  text-align: center;
}

.spec-btn {
  display: none;
  padding: 0px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.spec-btn:hover {
  text-decoration: underline;
}

.features-wrap {
  position: relative;
  z-index: 201;
  display: none;
  height: 100%;
  padding: 30px;
}

.close-features-btn {
  display: none;
  padding: 0px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.close-features-btn:hover {
  text-decoration: underline;
}

.heading-features {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.field-spacer {
  width: 0.75rem;
  height: 0.75rem;
}

.join-text {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.brand {
  margin-top: 3px;
  padding-left: 0px;
}

.add-btn {
  width: 100%;
  padding: 15px 24px;
  background-color: #183051;
  background-image: url('../images/right-arrow.svg');
  background-position: 95% 50%;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.add-btn:hover {
  background-color: #142a49;
}

.buy {
  display: none;
}

.bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 42%;
  background-color: #ed1c23;
  background-image: url('../images/bjorns_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
}

.textarea {
  min-height: 120px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 96.1%, 0.6);
}

.div-block-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.band-name {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ed1c23;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.wish-btn {
  display: block;
  margin-bottom: 0px;
  padding: 5px 0px 3px 23px;
  background-color: transparent;
  background-image: url('../images/favorite.svg');
  background-position: 0px 50%;
  background-size: 17px 16px;
  background-repeat: no-repeat;
  color: #777;
  font-size: 14px;
  line-height: 14px;
}

.wish-btn:hover {
  color: #183051;
}

.text-block-3 {
  color: rgba(237, 28, 35, 0.8);
  font-size: 18px;
  line-height: 24px;
}

.field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}

.benefit {
  display: inline-block;
  margin-bottom: 0px;
  color: #777;
  font-size: 16px;
  line-height: 30px;
}

.benefit.b2 {
  padding-left: 25px;
  background-image: url('../images/credit-card.svg');
  background-position: 0px 50%;
  background-size: 19px 16px;
  background-repeat: no-repeat;
}

.benefit.b1 {
  margin-right: 30px;
  padding-left: 31px;
  background-image: url('../images/delivery-icon.svg');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.description {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
}

.product-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  margin-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.phone {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ed1c23;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block:hover {
  color: #fff;
}

.div-block-14 {
  width: 55%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav {
  display: none;
}

.tabs {
  z-index: 100;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 620px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #ed1c23;
}

.heading-main {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

.navbar {
  position: absolute;
  width: 100%;
  padding: 0.5rem 30px;
  background-color: transparent;
}

.feature-list-wrap {
  width: 100%;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.98);
}

.link-block {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  text-decoration: none;
}

.link-block:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 620px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f2f2 #f2f2f2 #f5f5f5;
  background-color: #fff;
}

.paragraph {
  color: #000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.form-block {
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 3px solid #f2f2f2;
}

.dsg-form{
  height: 33rem;
  width: 93%;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 150px 30px 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: none;
}

.price {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
}

.text-field {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tabs-content {
  overflow: visible;
  min-height: 100%;
}

.text-block-2 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/bjorns-home-theater-p.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="other-thumbs"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="other-overview"] {
  opacity: 1;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="features-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="close-btn-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="initial-wait-and-show-name"] {
  opacity: 0;
  -webkit-transform: translate(80%, 0px);
  -ms-transform: translate(80%, 0px);
  transform: translate(80%, 0px);
}

html.w-mod-js *[data-ix="initial-wait-and-show-band-name"] {
  opacity: 0;
  -webkit-transform: translate(80%, 0px);
  -ms-transform: translate(80%, 0px);
  transform: translate(80%, 0px);
}

html.w-mod-js *[data-ix="initial-wait-and-show-desc"] {
  opacity: 0;
  -webkit-transform: translate(80%, 0px);
  -ms-transform: translate(80%, 0px);
  transform: translate(80%, 0px);
}

html.w-mod-js *[data-ix="initial-wait-and-show-spec"] {
  opacity: 0;
  -webkit-transform: translate(80%, 0px);
  -ms-transform: translate(80%, 0px);
  transform: translate(80%, 0px);
}

html.w-mod-js *[data-ix="initial-wait-and-show-benefits"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .dsg-form{
   height: 25rem;
   width: 94%;
  }
  .tabs-menu {
    top: 570px;
    bottom: auto;
    z-index: 444;
    width: 100%;
  }
  .spec-btn {
    color: #fff;
  }
  .features-wrap {
    width: 100%;
  }
  .close-features-btn {
    color: #fff;
  }
  .middle-line {
    position: relative;
    top: 5px;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .bottom-line {
    position: relative;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .top-line {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .bg {
    left: 0px;
    width: 100%;
    height: 500px;
  }
  .div-block-15 {
    display: none;
  }
  .band-name {
    font-size: 16px;
  }
  .nav-link-2 {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-button-2 {
    padding-top: 10px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-name-wrap {
    width: 100%;
    padding-right: 0px;
  }
  .price-wrap {
    margin-top: 30px;
  }
  .phone {
    font-size: 16px;
  }
  .div-block-10 {
    height: 24px;
  }
  .mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0.75rem 12px 0.75rem 30px;
    background-color: #b90000;
  }
  .heading-main {
    color: #fff;
  }
  .navbar {
    display: none;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .tab-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .right {
    min-height: auto;
    padding: 30px 20px;
  }
  .form-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f2f2f2;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-16 {
    display: block;
  }
  .nav-menu {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: hsla(0, 0%, 94.9%, 0.98);
  }
  .div-block-13 {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .dsg-form{
   height: 37rem;
   width: 94%;
  }
  .tabs-menu {
    top: 470px;
  }
  .features-wrap {
    height: auto;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .heading-features {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 30px;
  }
  .join-text {
    margin-bottom: 15px;
  }
  .bg {
    height: 420px;
  }
  .heading {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 30px;
  }
  .nav-link-2 {
    letter-spacing: 1px;
  }
  .text-block-3 {
    font-size: 15px;
    line-height: 20px;
  }
  .description {
    font-size: 15px;
  }
  .left {
    min-height: 400px;
  }
  .div-block-10 {
    height: 24px;
  }
  .heading-main {
    font-size: 24px;
    line-height: 30px;
  }
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .feature-list-wrap {
    padding: 10px 15px;
  }
  .right {
    min-height: 520px;
    padding: 20px;
  }
  .section {
    padding-top: 90px;
  }
  .text-block-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-13 {
    min-height: 380px;
  }
}

@media (max-width: 479px) {
  .dsg-form{
   height: 32rem;
   width: 94%;
  }
  .tabs-menu {
    top: 350px;
  }
  .features-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .brand {
    margin-top: 0px;
  }
  .bg {
    height: 320px;
  }
  .band-name {
    line-height: 24px;
  }
  .field-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left {
    min-height: 280px;
  }
  .button {
    font-size: 15px;
  }
  .div-block-10 {
    height: 24px;
  }
  .mobile-nav {
    padding-right: 2px;
    padding-left: 20px;
  }
  .heading-main {
    font-size: 21px;
    line-height: 26px;
  }
  .navbar {
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .feature-list-wrap {
    box-shadow: 0 17px 32px -2px rgba(0, 0, 0, 0.3);
  }
  .section {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .div-block-13 {
    min-height: 250px;
  }
}

