/* TABS */

@media only screen and (min-width: 1024px) {
  .tab-line-top {
    margin: -1px 0 0 0;
    margin-top: 30px;
    height: 1px;
    background-color: #DEDBD1;
    /*  max-width: $homepage-wrapper-width;
     margin-left: auto;
     margin-right: auto; */
  }

  .tab-line {
    margin: -1px 0 0 0;
    height: 1px;
    background-color: #DEDBD1;
    /* max-width: $homepage-wrapper-width;
    margin-left: auto;
    margin-right: auto; */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs-list .tabs-navigation {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-list .tabs-navigation .tab-listing-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #333;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li {
    display: inline-block;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    padding: 0 10px;
    display: inline-block;
    letter-spacing: 0.44px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs-list .tabs-navigation .tab-listing-nav > li a {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-list .tabs-navigation .tab-listing-nav > li a.active {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item {
    display: none;
  }
  .tabs-content .tab-item.on {
    display: block;
  }
  .tabs-content .tab-item .tab-items-with-image {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
  }
  .tabs-content .tab-item .tab-items-with-image h4 {
    color: #3A4249;
    font-size: 32px;
    line-height: 38px;
  }
  .tabs-content .tab-item .tab-items-with-image em {
    letter-spacing: 0.44px;
  }
  .tabs-content .tab-item .tab-items-with-image li {
    display: grid;
    grid-template-columns: 200px 1fr 180px;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-with-image li:last-child {
    margin-bottom: 0;
  }
  .tabs-content .tab-item .tab-items-with-image li > .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tabs-content .tab-item .tab-items-with-image li > .body {
    padding: 30px 35px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .body em {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section {
    padding-bottom: 20px;
    padding-right: 20px;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn, .tabs-content .tab-item .tab-items-with-image li > .action-section .button {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    transition: 0.2s;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn a:hover {
    transition: 0.2s;
    background-color: #3A4249;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.download {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.download {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section form, .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #3A4249;
    color: #ffffff;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section form:hover, .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket:hover {
    transition: 0.2s;
    background: #DEDBD1;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section form select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
  }
  .tabs-content .tab-item .tab-items-no-image h4 {
    color: #3A4249;
    font-size: 32px;
    line-height: 38px;
  }
  .tabs-content .tab-item .tab-items-no-image em {
    letter-spacing: 0.44px;
  }
  .tabs-content .tab-item .tab-items-no-image li {
    display: grid;
    grid-template-columns: 1fr 180px;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-no-image li:last-child {
    margin-bottom: 0;
  }
  .tabs-content .tab-item .tab-items-no-image li > .body {
    padding: 30px 35px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .body em {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section {
    padding-right: 20px;
    align-self: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn, .tabs-content .tab-item .tab-items-no-image li > .action-section .button {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    transition: 0.2s;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn a:hover {
    transition: 0.2s;
    background-color: #3A4249;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.download {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.download {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section form, .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #3A4249;
    color: #ffffff;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section form:hover, .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket:hover {
    transition: 0.2s;
    background: #DEDBD1;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section form select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-line-top {
    margin: -1px 0 0 0;
    margin-top: 30px;
    height: 1px;
    background-color: #DEDBD1;
    /*  max-width: $homepage-wrapper-width;
     margin-left: auto;
     margin-right: auto; */
  }

  .tab-line {
    margin: -1px 0 0 0;
    height: 1px;
    background-color: #DEDBD1;
    /* max-width: $homepage-wrapper-width;
    margin-left: auto;
    margin-right: auto; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .tabs-list .tabs-navigation {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-list .tabs-navigation .tab-listing-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #333;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li {
    display: inline-block;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    padding: 0 10px;
    display: inline-block;
    letter-spacing: 0.44px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .tabs-list .tabs-navigation .tab-listing-nav > li a {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-list .tabs-navigation .tab-listing-nav > li a.active {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 3px solid #000000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item {
    display: none;
  }
  .tabs-content .tab-item.on {
    display: block;
  }
  .tabs-content .tab-item .tab-items-with-image {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
  }
  .tabs-content .tab-item .tab-items-with-image h4 {
    color: #3A4249;
    font-size: 19px;
    line-height: 22px;
  }
  .tabs-content .tab-item .tab-items-with-image em {
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0.38px;
  }
  .tabs-content .tab-item .tab-items-with-image li {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-with-image li:last-child {
    margin-bottom: 0;
  }
  .tabs-content .tab-item .tab-items-with-image li > .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tabs-content .tab-item .tab-items-with-image li > .body {
    padding: 15px 15px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .body em {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section {
    margin: 10px 0;
    padding-right: 20px;
    display: grid;
    align-items: center;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn {
    padding: 0;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    display: block !important;
    background-color: #DEDBD1;
    color: #000000;
    height: 30px;
    width: 131px;
    line-height: 30px;
    position: relative;
    text-align: center;
    transition: 0.2s;
    font-size: 12px;
    letter-spacing: 0.38px;
    line-height: 30px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn a:hover {
    transition: 0.2s;
    background-color: #3A4249;
    color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.download {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.download {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section form, .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    display: block !important;
    background-color: #3A4249;
    color: #ffffff;
    height: 30px;
    width: 131px;
    line-height: 30px;
    position: relative;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.38px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section form:hover, .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket:hover {
    transition: 0.2s;
    background: #DEDBD1;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section form select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
  }
  .tabs-content .tab-item .tab-items-no-image h4 {
    color: #3A4249;
    font-size: 19px;
    line-height: 22px;
  }
  .tabs-content .tab-item .tab-items-no-image em {
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0.38px;
  }
  .tabs-content .tab-item .tab-items-no-image li {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-no-image li:last-child {
    margin-bottom: 0;
  }
  .tabs-content .tab-item .tab-items-no-image li > .body {
    padding: 15px 17.5px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .body em {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section {
    padding-right: 20px;
    margin: 10px 0;
    display: grid;
    align-items: center;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    background-color: #DEDBD1;
    color: #000000;
    height: 30px;
    width: 131px;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 0.38px;
    position: relative;
    text-align: center;
    transition: 0.2s;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn a:hover {
    transition: 0.2s;
    background-color: #3A4249;
    color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.download {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.download {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section form, .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #3A4249;
    color: #ffffff;
    height: 30px;
    width: 131px;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 0.38px;
    position: relative;
    text-align: center;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section form:hover, .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket:hover {
    transition: 0.2s;
    background: #DEDBD1;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section form select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tab-line-top {
    margin: -1px 0 0 0;
    margin-top: 30px;
    height: 1px;
    background-color: #DEDBD1;
    /*  max-width: $homepage-wrapper-width;
     margin-left: auto;
     margin-right: auto; */
  }

  .tab-line {
    margin: -1px 0 0 0;
    height: 1px;
    background-color: #DEDBD1;
    /* max-width: $homepage-wrapper-width;
    margin-left: auto;
    margin-right: auto; */
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) and (max-width: 767px) {
  .tabs-list .tabs-navigation {
    padding: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-list .tabs-navigation .tab-listing-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #333;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li {
    display: inline-block;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    display: inline-block;
    letter-spacing: 0.44px;
    line-height: 40px;
  }
  .tabs-list .tabs-navigation .tab-listing-nav > li a.active {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 3px solid #000000;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item {
    display: none;
  }
  .tabs-content .tab-item.on {
    display: block;
  }
  .tabs-content .tab-item .tab-items-with-image {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
  }
  .tabs-content .tab-item .tab-items-with-image h4 {
    color: #3A4249;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .tabs-content .tab-item .tab-items-with-image em {
    letter-spacing: 0.41px;
    font-size: 13px;
    line-height: 16px;
  }
  .tabs-content .tab-item .tab-items-with-image li {
    display: grid;
    grid-template-rows: 213px auto auto;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-with-image li:last-child {
    margin-bottom: 0;
  }
  .tabs-content .tab-item .tab-items-with-image li > .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tabs-content .tab-item .tab-items-with-image li > .body {
    padding: 20px;
    margin-left: -10px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .body em {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.41px;
    font-size: 13px;
    line-height: 16px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    transition: 0.2s;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.biggerBtn a:hover {
    transition: 0.2s;
    background-color: #3A4249;
    color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.download {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .button.download {
    display: inline-block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section form, .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #3A4249;
    color: #ffffff;
    height: 30px;
    width: 156.57px;
    line-height: 30px;
    letter-spacing: 0.41px;
    font-size: 13px;
    position: relative;
    text-align: center;
  }
  .tabs-content .tab-item .tab-items-with-image li > .action-section form:hover, .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket:hover {
    transition: 0.2s;
    background: #DEDBD1;
    color: #000000;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section .update-basket {
    display: inline-block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-with-image li > .action-section form select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image {
    list-style: none;
    padding: 0;
    margin: 20px 0px;
  }
  .tabs-content .tab-item .tab-items-no-image h4 {
    color: #3A4249;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .tabs-content .tab-item .tab-items-no-image em {
    letter-spacing: 0.41px;
    font-size: 13px;
    line-height: 16px;
  }
  .tabs-content .tab-item .tab-items-no-image li {
    display: grid;
    grid-template-rows: auto auto;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-no-image li:last-child {
    margin-bottom: 0;
  }
  .tabs-content .tab-item .tab-items-no-image li > .body {
    padding: 10px;
    padding-top: 20px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .body em {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.41px;
    font-size: 13px;
    line-height: 16px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn a {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
    background-color: #DEDBD1;
    color: #000000;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.41px;
    font-size: 13px;
    position: relative;
    text-align: center;
    transition: 0.2s;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.biggerBtn a:hover {
    transition: 0.2s;
    background-color: #3A4249;
    color: #ffffff;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.download {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #DEDBD1;
    color: #000000;
    height: 45px;
    width: 156.57px;
    line-height: 45px;
    position: relative;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .button.download {
    display: inline-block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section form, .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket {
    font-family: 'Scala Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.44px;
    background-color: #3A4249;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0.41px;
    font-size: 13px;
    position: relative;
    text-align: center;
  }
  .tabs-content .tab-item .tab-items-no-image li > .action-section form:hover, .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket:hover {
    transition: 0.2s;
    background: #DEDBD1;
    color: #000000;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section .update-basket {
    display: inline-block;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tabs-content .tab-item .tab-items-no-image li > .action-section form select {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
}

.tabs-list{
  min-height: 22vh;
}
