@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&amp;display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif !important;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.logotext {
  text-decoration: none;
  color: inherit;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none;
}

ul {
  margin: 0;
  list-style-type: none;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  color: #c0c0c0;
  background: #F8F8F8;
  /*-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;*/
}

.header {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.header::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.topbar {
  width: 100%;
  float: left;
  height: auto;
  padding: 10px 0;
  position: relative;
}

.topbar .text-center {
  font-weight: 900;
  color: #ffffff;
  line-height: 18px;
}

.left {
  float: left;
  width: auto;
}

.right {
  float: right;
  width: auto;
}

.topbar ul.right li {
  float: left;
  margin-left: 25px;
}

.topbar ul.right li a {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 700;
  display: block;
  font-family: 'Source Sans Pro', sans-serif !important;
}

.topbar ul.right li a:hover {
  color: #ea624c;
}

.topbar p {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 700;
  display: block;
  font-family: 'Source Sans Pro', sans-serif !important;
  margin: 0;
}

.top-menu {
  width: 100%;
  float: left;
  text-align: center;
}

.top-menu li {
  display: inline-block;
  margin: 0 20px;
}

.top-menu li a {
  font-size: 12px;
  font-weight: 400;
  color: #696969;
  display: block;
  line-height: 16px;
}

.header-info {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px 0;
  position: relative;
  background: #252523;
  /* background: #000; */
}

.logo {
  width: auto;
  float: left;
  height: auto;
}

.logo h2 {
  color: #fff;
  font-size: 2em;
}

.logo h2 span {
  color: #000;
  font-weight: 100;
}

.quick-info {
  width: auto;
  float: right;
}

.quick-info li {
  float: left;
  margin-left: 40px;
}

.quick-info li a {
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
}

.quick-info li a:hover {
  color: #000;
}

.one-third {
  width: 33.33%;
  float: left;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
  font-weight: normal !important;
}

.header-info h3 {
  font-size: 18px;
  color: #ea624c;
  margin: 0 0 5px;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 700;
}

.header-info .info {
  margin-top: 9px;
}

.header-info p {
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.header-info p span {
  color: #ffd049;
  font-weight: 400;
}

.header-info p a {
  color: #fff;
  font-weight: 400;
}

.header-info p a:hover {
  text-decoration: none;
  color: #000;
}

.nav-section {
  width: 100%;
  background: #fff;
  float: left;
  height: auto;
  position: relative;
  min-height: 45px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

#navbar {
  width: 100%;
  float: left;
  height: auto;
}

.header-inner {
  width: 100%;
  float: left;
  height: auto;
}

#navbar>ul {
  width: 100%;
  float: left;
  text-align: center;
}

#navbar>ul>li {
  display: inline-block;
  margin: 0 5px -3px;
}

#navbar>ul>li>a {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  display: block;
  line-height: 19px;
  padding: 20px 25px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

#navbar>ul>li>a:hover,
#navbar>ul>li.active>a {
  border-color: #000;
}

.nav.navbar-right {
  float: right;
}

#menu-switcher {
  display: none;
}

.switch {
  width: 100%;
  float: left;
  text-align: right;
  min-height: 45px;
  position: relative;
  display: none;
}

.nav-section label::before {
  border-bottom: 2px solid #000;
  box-shadow: 0 5px 0 0 #000, 0 0 0 0 inset, 0 -5px 0 0 #000;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.nav-section label {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  cursor: pointer;
  display: block;
  height: 35px;
  padding: 0;
  position: absolute !important;
  right: 20px;
  top: 5px;
  width: 40px;
  z-index: 9999;
  border: 1px solid #000;
  display: none;
}

#navbar {
  width: 100%;
  float: left;
  height: auto;
}

.service-section,
.footer-section {
  width: 100%;
  float: left;
  height: auto;
}

.footer-section {
  padding: 50px 0;
}

.service-section p {
  font-weight: 300;
}

.service-section ul li {
  float: left;
  text-align: center;
  width: 277px;
  min-height: 350px;
  margin: 0 20px 0 0;
  padding: 30px;
  background: #FFF;
  border-radius: 3px;
}

.footer-section ul li {
  float: left;
  width: 376px;
  margin: 0 20px 0 0;
  padding: 20px;
  text-align: -webkit-auto;
}

.footer-section p {
  line-height: 25px;
}

.footer-section ul li:last-child {
  margin-right: 0;
}

.service-section li .service-thumb {
  text-align: center;
  color: #000;
  font-size: 2.6em;
}

.service-section li .service-info {
  font-size: 18px;
  color: #333333;
  float: left;
  width: 100%;
  padding: 20px 0;
}

li .footer-info {
  font-size: 20px;
  color: #FFF;
  float: left;
  width: 100%;
  padding: 20px 0;
}

.payments {
  font-size: 1.6em
}

.service-section li:last-child {
  margin: 0;
}

.product-desc {
  width: 100%;
  float: left;
  height: auto;
  padding: 50px 0 100px;
}

.product-desc input[type='radio'] {
  display: none;
}

.product-desc input[type="radio"]:checked+img {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.slider-thumb img {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  float: left;
  width: 100%;
  height: 0;
  -webkit-object-fit: scale-down;
  -moz-object-fit: scale-down;
  -ms-object-fit: scale-down;
  object-fit: scale-down;
}

.desc-left {
  width: 570px;
  float: left;
  height: auto;
  position: relative;
}

.slider-thumb {
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  height: 445px;
  padding: 20px 0px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}

.slider-nav {
  width: 100%;
  float: left;
  height: auto;
}

.slider-nav ul {
  margin: 10px 0 0;
  float: left;
  width: 100%;
}

.slider-nav li {
  margin: 0 2% 0 0;
  width: 23.5%;
  float: left;
}

.slider-nav li label {
  cursor: pointer;
  display: block;
  height: 110px;
  background: #fff;
  border: 1px solid #E6E6E6;
}

.slider-nav li label img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: scale-down;
  -moz-object-fit: scale-down;
  -ms-object-fit: scale-down;
  object-fit: scale-down;
}

.slider-nav li:last-child {
  margin: 0;
}

.slider-nav li {
  overflow: hidden;
}

.slider-nav li img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.slider-nav li img:hover {
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s;
}

.desc-right {
  width: 580px;
  float: left;
  height: auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 50px;
  box-shadow: rgb(20 21 26 / 10%) 0px 0px 1px, rgb(71 77 87 / 8%) 0px 7px 14px, rgb(20 21 26 / 8%) 0px 3px 6px;
  background: #FFF;
  border: 1px solid #E6E6E6;
}

.desc-center {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 50px;
  box-shadow: rgb(20 21 26 / 10%) 0px 0px 1px, rgb(71 77 87 / 8%) 0px 7px 14px, rgb(20 21 26 / 8%) 0px 3px 6px;
  background: #FFF;
  color: black;
  border: 1px solid #E6E6E6;
}

table {
  border-collapse: collapse;
}

table.description-table {
  width: 100%;
  border-collapse: collapse;
}

table.description-table table,
th,
td {
  border: 1px solid black;
}

table.description-table th,
td {
  padding: 8px;
  text-align: left;
}

table.description-table th {
  background-color: #f2f2f2;
}

table.description-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.description-table {
  color: black;
}

.description-section {
  padding-top: 1rem;
}

.price-section {
  width: 100%;
  float: left;
  height: auto;
  text-align: left;
}

.price {
  width: 100%;
  text-align: left;
  float: left;
  height: auto;
  position: relative;
}

.sale-price {
  font-size: 35px;
  color: #000;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.desc-right h1 {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  position: relative;
  text-align: left;
  padding-bottom: 25px;
  width: 100%;
  float: left;
}

.desc-center h1 {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  position: relative;
  text-align: left;
  padding-bottom: 25px;
  width: 100%;
  float: left;
}

.desc-center h2 {
  color: #000;
  font-weight: 900;
  position: relative;
  text-align: left;
  padding-bottom: 25px;
  width: 100%;
  float: left;
}


.desc-right h1::before,
.desc-center h1::before,
.info-list::before {
  width: 300px;
  float: left;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  background: #DBE0E4;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-list::after {
  width: 300px;
  float: left;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  background: #DBE0E4;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-list {
  position: relative;
}

.desc-right .price-section {
  margin: 0 0 25px 0;
}

.desc-center p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}

.desc-right p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}

.info-list {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px 0;
  position: relative;
}

.list-left {
  width: 50%;
  float: left;
  height: auto;
  padding-right: 10px;
}

.list-block {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 15px;
}

.list-block>label {
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: 700;
  width: 85px;
  padding-left: 0px;
  text-transform: uppercase;
}

.info-list .pull-left {
  color: #7B899A;
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.info-list .pull-left>a {
  color: #7B899A;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  width: 27px;
  text-align: center;
}

.list-block.size .pull-left>a {
  margin-right: 10px;
}

.colorbox {
  display: block;
  height: 16px;
  width: 30px;
}

.info-list .list-block:last-child {
  margin: 0;
}

.list-block.size a {
  width: auto;
}

.tab-block input[type="radio"] {
  display: none;
}

.tabs .tab-selector-1:checked~.label-block .tab-label-1,
.tabs .tab-selector-2:checked~.label-block .tab-label-2,
.tabs .tab-selector-3:checked~.label-block .tab-label-3,
.tabs .tab-selector-4:checked~.label-block .tab-label-4,
.label-block label:hover {
  color: #000;
}

.tabs .tab-selector-1:checked~.tab-content #menu1,
.tabs .tab-selector-2:checked~.tab-content #menu2,
.tabs .tab-selector-3:checked~.tab-content #menu3,
.tabs .tab-selector-4:checked~.tab-content #menu4 {
  height: auto;
  opacity: 1;
  width: 100%;
  z-index: 100;
  visibility: visible;
  padding: 0;
}

.tab-content>.tab-pane {
  box-sizing: border-box;
  float: left;
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}

.tab-content {
  width: 100%;
  color: #7B898E;
  background: #FFF;
  box-shadow: rgb(20 21 26 / 10%) 0px 0px 1px, rgb(71 77 87 / 8%) 0px 7px 14px, rgb(20 21 26 / 8%) 0px 3px 6px;
  padding: 0;
  float: left;
  padding: 40px;
  border: 1px solid #E6E6E6;
}

.tab-content h2 {
  color: #000;
  font-weight: bold;
}

.tab-outer {
  width: 100%;
  float: left;
  height: auto;
}

.tab-block.tabs {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.label-block {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px 0;
  text-align: center;
}

.label-block label {
  font-size: 1.3em;
  color: #a1a1a1;
  line-height: 15px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  padding: 5px;
  line-height: 16px;
  display: inline-block;
  margin: 0 20px;
}

.panel-left {
  width: 50%;
  float: left;
  height: auto;
  padding-right: 25px;
}

.tab-block p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
  font-weight: 400;
}

.video-block {
  width: 50%;
  float: right;
  height: auto;
  margin: 0px 0 0;
}

.responsive-video {
  width: 100%;
  height: auto;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.featured-block {
  width: 100%;
  float: left;
  height: auto;
  padding: 50px 0;
}

.featured-title,
.featured-title-vorteile {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 0 50px;
}

.featured-title h2,
.featured-title-vorteile h2 {
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.featured-title h2 span,
.featured-title-vorteile h2 span {
  padding: 0 20px;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.featured-title h2 span::after,
.featured-title h2 span::before {
  content: " ";
  display: block;
  height: 1px;
  width: 1000px;
  background: #D9E1E7;
  position: absolute;
  top: 50%;
}

.featured-title-vorteile h2 span::after,
.featured-title-vorteile h2 span::before {
  content: " ";
  display: block;
  height: 1px;
  width: 1000px;
  background: #3f5977;
  position: absolute;
  top: 50%;
}

.featured-title h2 span::before,
.featured-title-vorteile h2 span::before {
  left: -1010px;
}

.featured-title h2 span::after,
.featured-title-vorteile h2 span::after {
  right: -1010px;
}

.featured-block ul {
  float: left;
  width: 100%;
}

.featured-block ul li {
  float: left;
  width: 270px;
  margin: 0 30px 0 0;
  background: #faf7f0;
}

.product-info {
  width: 100%;
  float: left;
  height: auto;
  padding: 20px;
  text-align: center;
  background: #DDE3E7;
  border-radius: 0 0 3px 3px;
}

.product-price {
  width: 100%;
  float: left;
  height: auto;
}

.product-price .sale-price {
  font-size: 36px;
  color: #000;
}

.featured-block ul li:last-child {
  margin: 0;
}

.product-thumb {
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.product-thumb img {
  width: 100%;
  height: auto;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.featured-block ul li:hover .product-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-bottom {
  width: 100%;
  float: left;
  height: auto;
}

.product-title {
  width: 100%;
  float: left;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #363636;
}

.product-title h3 {
  font-size: 14px;
  color: #b5b5b5;
  font-weight: normal;
  margin: 0;
}

.product-price {
  width: 100%;
  float: left;
  height: auto;
  margin: 15px 0 0;
}

.product-price .sale-price {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

.featured-block .product-price {
  margin: 0;
  position: relative;
  padding-bottom: 18px;
  margin: 0 0 12px;
}

.featured-block .product-price::before {
  width: 145px;
  float: left;
  position: absolute;
  content: '';
  height: 1px;
  background: #D9D8E9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab-content .half {
  width: 50%;
  display: block;
  height: auto;
  float: left;
  padding-right: 20px;
}

.tab-content .half ul {
  display: block;
}

.tab-content .half ul li,
.tab-content .full ul li {
  font-size: 16px;
  list-style: armenian;
  line-height: 18px;
  color: #000;
  padding-left: 20px;
  margin: 0 0 10px;
}

.tab-content li::before {
  content: "\2022";
  color: #000;
  padding-right: 0.5em;
  font-weight: bold;
}

.service-block {
  width: 100%;
  float: left;
  height: auto;
}

.vorteile,
.footer {
  width: 100%;
  float: left;
  height: auto;
  background: #252523;
  position: relative;
}

.vorteile {
  padding: 0;
  margin-top: 100px;
  padding: 130px 0;
}

.footer::before {
  width: 20%;
  float: left;
  height: 100%;
  position: absolute;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  left: 0;
  bottom: 0;
}

.footer::after {
  width: 20%;
  float: right;
  height: 100%;
  position: absolute;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
  content: '';
  right: 0;
  bottom: 0;
}

.footer .logo {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
}

.footer-link {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0 50px;
}

.footer-link li {
  display: inline-block;
  margin: 0 20px;
}

.footer-link li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-link li a:hover {
  color: #000;
}

.opening-time {
  width: 100%;
  float: left;
  text-align: center;
  height: auto;
}

.opening-time h2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

.opening-time h2 span {
  width: 254px;
  background: #333333;
  display: inline-block;
}

.opening-time p {
  font-size: 14px;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0;
}

.copyright {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 9;
  border-top: 1px solid #3f5977;
  padding: 20px 0;
}

.copyright p {
  font-size: 14px;
  color: #3f5977;
  text-align: center;
  line-height: 14px;
}

.product-info h2 {
  font-size: 18px;
  color: #7B898F;
  font-weight: normal;
  width: 100%;
  float: left;
  line-height: 24px;
}

@media only screen and (max-width: 479px) {
  .caption h2 {
    font-size: 22px;
    margin: 0 0 5px;
  }

  .caption h1 {
    font-size: 25px;
    margin: 0 0 5px;
  }

  .cb-slideshow,
  .cb-slideshow::after {
    height: 400px;
  }

  .slider-nav {
    width: 100%;
    height: 65px;
  }

  .slider-nav li {
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
  }

  .slider-nav li:last-child {
    margin: 0;
  }

  .label-block {
    padding: 15px !important;
  }

  .label-block label {
    width: 100%;
    margin: 0 0 10px;
    float: left;
    text-align: center;
    padding: 5px;
  }

  .label-block label:last-child {
    margin: 0;
  }

  .desc-center h1 {
    font-size: 20px;
  }

  .desc-right h1 {
    font-size: 20px;
  }

  .header-right ul li {
    width: 100% !important;
    padding: 0;
    margin: 0 0 10px !important;
    text-align: left;
    border: none;
  }

  .featured-block ul li {
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  .service-section ul li,
  .footer-section ul li {
    width: 250px !important;
    height: 280px !important;
    margin: 0px !important;
    padding: 2px !important;
  }

  .slider-nav li label {
    height: 66px;
  }

  .slider-thumb {
    height: 230px;
    margin: 0;
    width: 100%;
  }

  .logo img {
    width: 175px;
  }


  .left-info ul li {
    font-size: 13px;
  }

  .sale-price {
    font-size: 30px;
    line-height: 30px;
  }

  .label-block label {
    width: 100% !important;
    margin: 0 0 5px !important;
  }

  .tab-content {
    padding: 20px !important
  }
}

@media only screen and (min-width: 480px) and (max-width:639px) {
  .label-block label {
    margin: 0 15px;
  }

  .caption h2 {
    font-size: 30px;
    margin: 0 0 5px;
  }

  .caption h1 {
    font-size: 35px;
    margin: 0 0 5px;
  }

  .cb-slideshow,
  .cb-slideshow::after {
    height: 500px;
  }

  .header-right ul li {
    padding-left: 8px !important;
  }

  .header-right ul li {
    margin: 0 3px !important;
  }

  .slider-nav li label {
    height: 90px;
  }

  .slider-thumb {
    height: 340px;
  }

  .label-block label {
    padding: 15px 8px;
  }

  .label-block label {
    margin: 0 5px !important;
  }
}

@media only screen and (max-width: 639px) {
  .list-left {
    width: 100%;
    padding: 0;
  }

  .info-list .list-block:last-child {
    margin: 0 0 15px;
  }

  .service-section li {
    margin: 0 0 15px;
    width: 100% !important;
    padding: 0;
  }

  .service-section li:last-child {
    margin: 0;
  }

  .service-section li .service-info {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) and (max-width:767px) {
  .caption h2 {
    font-size: 45px;
  }

  .caption h1 {
    font-size: 50px;
  }

  .service-section li {
    width: 33.33% !important;
    padding: 0;
  }

  .service-section li .service-info {
    padding: 2px 0 7px 18px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .navbar-header label {
    display: block;
  }

  .nav-section label {
    display: block;
  }

  #navbar {
    display: none;
  }

  #menu-switcher:checked+#navbar {
    display: block;
  }

  .service-section {
    padding: 10px 0;
  }

  .left-info {
    width: 100%;
  }

  .left-info.right {
    text-align: center;
    margin: 10px 0 0;
  }

  .left-info {
    text-align: center;
  }

  .left-info ul {
    width: 100%;
    text-align: center;
  }

  .left-info ul li {
    float: none;
    display: inline-block;
  }

  .desc-left {
    width: 100%;
  }

  .desc-center {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }

  .desc-center p {
    margin: 0 0 20px;
  }

  .desc-right {
    width: 100%;
    margin: 110px 0 30px;
    padding: 20px 20px 20px 20px;
  }

  .desc-right p {
    margin: 0 0 20px;
  }

  .panel-left {
    width: 100%;
    padding: 0;
  }

  .video-block {
    width: 100%;
    margin: 10px 0 0;
  }

  .featured-block ul {
    padding: 0;
  }

  .featured-block ul li {
    width: 48%;
    margin: 0 4% 30px 0;
  }

  .featured-block ul li:nth-child(2n) {
    margin-right: 0;
  }

  .featured-block .sale-price {
    font-size: 30px;
    line-height: 35px;
  }

  .featured-block {
    margin: 0 0 20px;
    padding: 40px 0 20px;
  }

  .footer-left {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 0;
    margin: 0 0 20px;
  }

  .quick-link {
    width: 100%;
    margin: 0 0 20px;
  }

  .nav-container {
    width: 100%;
  }

  #navbar {
    width: 100%;
  }

  #navbar ul {
    float: left;
    width: 100%;
  }

  #navbar ul li {
    float: left;
    margin: 0 0px 0 0;
    width: 100%;
  }

  #navbar ul li a {
    font-size: 16px;
    display: block;
    line-height: 18px;
    padding: 7px 0;
  }

  .cb-slideshow li .caption {
    top: 50%;
  }

  .product-desc {
    padding: 40px 0 30px;
  }

  .header-left,
  .logo {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .logo a {
    display: inline-block;
  }

  .header-right ul {
    width: 100%;
    text-align: center;
  }

  .header-right ul li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .header-right {
    width: 100%;
  }

  #navbar .dropdown {
    width: 100% !important;
    left: 0 !important;
    padding: 30px 20px;
  }

  #navbar .dropdown ul {
    width: 100% !important;
    margin: 0 0 20px;
  }

  #navbar .dropdown .offer-block {
    float: left;
    max-width: 100%;
  }

  #navbar .dropdown ul li.heading {
    margin: 0 0 10px;
  }

  .logo {
    left: 0%;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    line-height: normal;
    top: 0;
    text-align: center;
    padding: 10px 0 15px;
  }

  .info-list::before,
  .info-list::after {
    max-width: 100%;
  }

  .label-block {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }

  .label-block label {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 15px;
  }

  .tab-content {
    padding: 20px;
    width: 100%;
  }

  .footer-link li {
    margin: 0 10px 2px;
  }

  .footer-logo {
    left: 0%;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    line-height: normal;
    top: 0;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 0 20px;
  }

  .nav-link {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 20px;
  }

  .nav-link li {
    float: left;
    margin: 0 0 5px;
    width: 100%;
  }

  .footer-left {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 0;
    margin: 0 0 20px;
  }

  .quick-link {
    width: 100%;
  }

  .topbar .left {
    width: 100%;
    float: left;
    text-align: center;
  }

  .topbar .right {
    width: 100%;
    float: left;
    text-align: center;
  }

  .topbar .right li {
    display: inline-block;
  }

  .topbar ul.right li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .one-third {
    width: 100%;
    float: left;
    text-align: center;
  }

  .header-info {
    padding: 10px 0;
  }

  .header-info .one-third.text-center {
    margin: 15px 0;
  }

  #navbar ul {
    margin: 35px 0 0;
  }

  .tab-block.tabs {
    padding: 20px 0;
  }

  .header-info .right {
    width: 100%;
  }

  .quick-info {
    width: 100%;
    text-align: center;
  }

  .quick-info li {
    float: none;
    display: inline-block;
    margin: 0 8px;
  }

  .header-info p {
    text-align: center;
  }

  .footer-link {
    padding: 20px 0 20px;
  }

  .info-list {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  .container {
    width: 740px;
  }

  #navbar ul li {
    margin-right: 18px;
  }

  #navbar ul li a,
  .contact-info ul li {
    font-size: 16px;
  }

  #navbar>ul>li {
    margin: 0 0px -3px;
  }

  .nav {
    width: 50%;
  }

  .logo {
    left: 0%;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    line-height: normal;
    top: 0;
    text-align: center;
  }

  .info-list::before,
  .info-list::after {
    max-width: 100%;
  }

  .desc-left {
    width: 100%;
  }

  .desc-right {
    width: 100%;
    margin: 50px 0 0;
    padding: 35px 30px 35px;
  }

  .desc-center {
    width: 100%;
    margin: 50px 0 0;
    padding: 35px 30px 35px;
  }


  .tab-block p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .panel-left {
    width: 100%;
    padding: 0;
  }

  .video-block {
    width: 100%;
    margin: 10px 0 0;
  }

  .featured-block ul {
    padding: 0;
  }

  .featured-block ul li {
    width: 48%;
    margin: 0 4% 30px 0;
  }

  .featured-block ul li:nth-child(2n) {
    margin-right: 0;
  }

  .featured-block .sale-price {
    font-size: 30px;
  }

  .footer-logo {
    left: 0%;
    line-height: normal;
    position: relative;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    line-height: normal;
    top: 0;
    text-align: center;
  }

  .nav-link {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 20px;
  }

  .nav-link li {
    float: left;
    margin: 0 0 5px;
    width: 100%;
  }

  .footer-left {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 0;
    margin: 0 0 20px;
  }

  .quick-link {
    width: 100%;
  }

  .dropdown.three {
    width: 750px;
    left: -45px;
    padding-left: 55px;
  }

  #navbar .dropdown.three ul.first-nav {
    width: 188px;
    float: left;
  }

  #navbar .dropdown.three ul.second-nav {
    width: 153px;
    float: left;
  }

  #navbar .dropdown .offer-block {
    width: 353px;
    float: right;
    height: auto;
    position: relative;
  }

  .product-desc {
    padding: 50px 0 60px;
  }

  .header-info p {
    font-size: 16px;
  }

  .tab-block.tabs {
    padding: 0;
  }

  .footer-link li {
    margin: 0 30px;
  }

  .service-section li {
    width: 33.33% !important;
  }

  .label-block {
    padding: 20px 0;
  }

  .featured-block {
    padding: 50px 0 30px;
  }

  .footer-link {
    padding: 20px 0;
  }

  .desc-right p {
    margin: 0 0 25px;
  }

  .desc-center p {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }

  .logo img {
    width: 190px;
  }

  .desc-right {
    width: 378px;
    padding: 40px;
  }

  .desc-center {
    padding: 40px;
  }

  .price {
    right: -20px;
    left: -18px;
    padding: 15px 20px 15px 18px;
  }

  .desc-right h1 {
    margin: 0px;
    font-size: 30px;
    padding-bottom: 0px;
  }

  .desc-center h1 {
    margin: 0px;
    font-size: 30px;
    padding-bottom: 0px;
  }

  .info-list .list-block:last-child {
    margin: 0 0 10px;
  }

  .list-left {
    width: 100%;
    padding-right: 0;
  }

  .list-block {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 10px;
  }

  .list-block>label {
    font-size: 14px;
  }

  .info-list .pull-left,
  .info-list .pull-left>a {
    font-size: 14px;
  }

  .product-desc {
    padding: 50px 0;
  }

  .tab-block p {
    font-size: 16px;
    line-height: 24px;
  }

  .featured-block ul li {
    width: 217px;
  }

  .featured-block .sale-price {
    font-size: 30px;
  }

  .footer-left {
    width: 270px;
    padding-right: 20px;
  }

  .quick-link {
    width: 280px;
  }

  .nav-link {
    width: 400px;
  }

  .desc-right p {
    margin: 0 0 15px;
  }

  .desc-center p {
    margin: 0 0 15px;
  }

  .desc-right .price-section {
    margin: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .info-list .list-left:last-child {
    width: 40%;
    float: right;
  }
}

.desc-right h1::before {
  display: none;
}

.desc-center h1::before {
  display: none;
}

.tab-content ul {
  margin-top: 20px !important;
}

/*.tab-content .full ul li {list-style: inside;}*/
.tab-content .full ul li::marker {
  margin-right: 50px;
}

div.ask-a-question {
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 20px;
  text-align: center;
}

div.ask-a-question a {
  transition: .3s all ease-in-out;
  display: block;
  background-color: #000;
  border-radius: 35px;
  margin-bottom: 1px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 0;
}

@media all and (min-width: 500px) {
  div.ask-a-question a {
    display: block;
    margin-bottom: 0;
  }

  div.ask-a-question a:hover {
    text-shadow: none;
    background-color: #008ec4 !important;
    color: #fff !important;
  }
}

@media all and (min-width: 600px) {
  div.ask-a-question a {
    margin: 0px;
  }
}

@media all and (min-width: 800px) {
  div.ask-a-question {
    margin: 35px 0 0px 0px;
  }
}

a.logotext {
  color: #fff !important;
}

div.container div.desc-center h1.no-padding {
  padding: 0px;
  padding-bottom: 0px;
}

img.dynamic-image {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

.flex-applications-list p {
  margin-bottom: 10px; /* space between rows */
  line-height: 1.6;     /* more vertical breathing room */
}

.flex-applications-list p span {
  display: inline-block;
  margin-right: 15px;   /* space between columns */
  min-width: 100px;     /* optional: aligns columns better */
}

/* === Vehicle compatibility block === */
.flex-content {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.flex-applications-list p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  margin: 8px 0;
  transition: background 0.2s ease;
}

.flex-applications-list p:hover {
  background: #f0f0f0;
}

.flex-applications-list span {
  font-size: 14px;
  color: #333;
  margin-right: 15px;
}

/* field-specific tweaks */
.flex-manufacturer {
  font-weight: 700;
  min-width: 80px;
}

.flex-model {
  font-weight: 600;
  color: #000;
  min-width: 140px;
}

.flex-engine {
  font-style: italic;
  color: #444;
  min-width: 120px;
}

.flex-power {
  color: #008000;
  font-weight: 600;
}

.flex-manufactured {
  margin-left: auto; /* pushes to the right */
  font-size: 13px;
  color: #777;
}

/* === Product info (flex) === */
.flex-content .flex-specs-list p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  margin: 8px 0;
  transition: background 0.2s ease;
  line-height: 1.6;
}

.flex-content .flex-specs-list p:hover {
  background: #f0f0f0;
}

.flex-content .flex-specs-list .spec-label {
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
  min-width: 140px; /* helps column alignment */
}

.flex-content .flex-specs-list .spec-value {
  display: inline-block;
  color: #333;
  flex: 1 1 auto;
  min-width: 160px;
}

/* optional: make long values wrap nicely on small screens */
@media (max-width: 640px) {
  .flex-content .flex-specs-list .spec-label {
    min-width: 120px;
  }
}
