html {
  scroll-behavior: smooth;
}
div#tabs {
  margin: 10px 0px 0px 0px;
  display: block;
    width: 100%;
    }
  div#tabs [type=radio] {
    display: none; }
  div#tabs label.mobile_tab {
    display: none; }
  div#tabs label li {
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    float: left;
    cursor: pointer;
    /*width: 15%;*/
    text-align: center;
    background: #960e0e;
    padding: 8px 3%;
    margin-right: 1px;
    transition: all 0.5s;
    font-weight: bold; }
  div#tabs label li a {
    color: #fff;
    text-decoration: none; }
  div#tabs [type=radio]:checked + label li, div#tabs label li:hover {
    background: #da0909; }
  div#tabs [type=radio]:checked + label li a, div#tabs label li:hover a {
    color: #fff; }
  div#tabs #tab-1:checked ~ .content1, div#tabs #tab-2:checked ~ .content2, div#tabs #tab-3:checked ~ .content3, div#tabs #tab-4:checked ~ .content4, div#tabs #tab-5:checked ~ .content5 {
    display: block; }
  div#tabs #tab-1:checked ~ .content1 .tabcontent, div#tabs #tab-2:checked ~ .content2 .tabcontent, div#tabs #tab-3:checked ~ .content3 .tabcontent, div#tabs #tab-4:checked ~ .content4 .tabcontent, div#tabs #tab-5:checked ~ .content5 .tabcontent, div#tabs #tab-1:checked ~ .content1 h4, div#tabs #tab-2:checked ~ .content2 h4, div#tabs #tab-3:checked ~ .content3 h4, div#tabs #tab-4:checked ~ .content4 h4, div#tabs #tab-5:checked ~ .content5 h4 {
    animation-name: tabIn;
    animation-duration: 1.2s; }
  div#tabs .content {
    border-radius: 0px 0px 0px 0px;
    animation-duration: 0.5s;
    clear: both;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: none; }
  div#tabs .content h4.tabtitle {
    display: none; }
  div#tabs .content .tabcontent {
    white-space: normal;
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #333; }
  div#tabs .content .tabcontent a {
    color: #333;
    text-decoration: underline; }

div#tabs label li a {
  display: block;
  pointer-events: none;
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
pre{
  border: 1px solid transparent;
}

.ebay-table{
border-collapse: collapse;
width: 100%;
border-bottom:1px solid #ccc;
}

.ebay-table th {
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    background: #960e0e;
    color: #fff;
}

.ebay-table td {
    border: 1px solid #ccc;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
p {
    font-weight: 400;
    font-size: 14px;
    padding: 0px 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 24px;
    margin-bottom: 8px;
    word-break: keep-all;
    text-align: justify;
}
.our-story{
	background: #960e0e;
    color: #fff;
    height: auto;
    font-size: 15px;
    margin-bottom: 0px !important;
    border-radius: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    padding: 8px 10px;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-weight: bold;

}
.our-story-text{
	padding: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0px 0px 0px 0px;
    color: #333;
  }
  .verify-fitment {
  	background: #960e0e;
      color: #fff;
      height: auto;
      font-size: 15px;
      margin-bottom: 0px !important;
      border-radius: 0px 0px 0px 0px;
      margin: 10px 0px 0px 0px;
      padding: 8px 10px;
      font-family: 'Karla', sans-serif;
      text-transform: uppercase;
      font-weight: bold;

  }
  .verify-fitment-text {
  	  padding: 10px;
      background: #fff;
      border: 1px solid #e1e1e1;
      border-top: none;
      font-size: 13px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      border-radius: 0px 0px 0px 0px;
      color: #333;
    }
 .our-product{
 	background: #960e0e;
    color: #fff;
    height: auto;
    font-size: 15px;
    margin-bottom: 0px !important;
    border-radius: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    padding: 8px 10px;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
 }

 .our-product-text{
	padding: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0px 0px 0px 0px;
    color: #333;
    display: block;
    overflow: hidden;

  }
  .our-product-list{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: relative;
  }
  .our-product-list li{
  	list-style: none;
  	float: left;
  	display: inline-block;
    width: 16%;
    margin: 3px;
  }
  li{
  	font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 24px;
  }
  .logo{
  	display: inline-block;
    width: 100px;
    padding: 10px 0;
  }

   .logo img {
    width: 100%;
  }
  .call-details{
  	display: inline-block;
  	vertical-align: top;
  	margin-top: 20px;
  	/*float: right;*/
    /*margin-left: 180px;*/
  }
  .call-details p{
  	font-size: 25px;
  	margin-top: 0;
  	padding-top: 5px;
  	text-align: center;
  	font-family: 'Montserrat', sans-serif;
  }
  .call-details p span{
  	font-weight: 800;
  }
  .call-details p a{
  	color: #000;
  	text-decoration: none;

  }
  .menu{
    /*background: #0b818c none repeat scroll 0 0;
    border-bottom: 1px solid #1a8c96;*/
    background: #960e0e none repeat scroll 0 0;
    border-bottom: 1px solid #171717;
    padding: 12px 0 12px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
  }
  .menu-inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.menu-info-block {
    display: inline-block;
    margin: 0 37px;
    text-align: left;
    vertical-align: middle;
}
.menu-info-block a{
	font-size: 16px;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#fff;
    text-decoration: none;
}


.pro-reco{
  border:1px solid #ccc;
  padding: 5px;
}

.pro-reco-link {
    display: block;
    text-decoration: none;
}

.pro-img {
    background-color: white;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.pro-img-inner {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pro-img-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.pro-title{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 37px;
    line-height: 20px;
    margin: 5px 0 0 0;
    color: #333;
    -webkit-line-clamp: 2;
    display: -webkit-inline-box;
    vertical-align: middle;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;

}
.pro-reco:hover{
  box-shadow: 0 5px 5px #ccc;
}
.pro-reco:hover .pro-title{
  text-decoration: underline;
  cursor: pointer;
}

.pro-price{
  font-size: 17px;
  font-weight: 600;
}

.freeshipping{
  display: inline-block;
  float: right;
  margin-top: 13px
}
.specification{
  background: #960e0e;
    color: #fff;
    height: auto;
    font-size: 15px;
    margin-bottom: 0px !important;
    border-radius: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    padding: 8px 10px;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.spec-table{
border-collapse: collapse;
width: 100%;
}

.spec-table th {
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
   /* background: #ccc;*/
    color: #000;
    padding: 9px;
	    white-space: nowrap;
}

.spec-table td {
    border: 1px solid #ccc;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.spec-table1{
border-collapse: collapse;
width: 100%;
}

.spec-table1 th {
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
   /* background: #ccc;*/
    color: #000;
    padding: 9px;
    width: 40%;
}

.spec-table1 td {
    border: 1px solid #ccc;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.warranty-content{
	padding-left:4px;
}
.warranty-content h4{
    color:#e40000;
    font-weight:600;
}

.warranty-content p:before{
   content:'\2218';
   padding-right:10px;
}


.pa-left-30{
padding-left:30px;
}
.p_t_50 {
  padding-left: 50px;
}
.p_t_25 {
  padding-left: 25px;
}
.verify-fitment-text a {
  text-decoration: none;
  display: inline-block;
}
.arrow_box {
  position: relative;
  background: #960e0e;
  height: 130px;
  width: 205px;
  color:#fff;
  text-align: center;
  cursor: pointer;
  transition:.2s ease-in-out;
}
.arrow_box:hover {
  background: #da0909;
}
.arrow_box_inner:hover {
  color:#52baff;
}
.arrow_box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #960e0e;
  border-width: 65px;
  margin-top: -65px;
  z-index: 1;
  transition: .2s ease-in-out;

}
.arrow_box:hover:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #da0909;
  border-width: 65px;
  margin-top: -65px;
  z-index: 1;

}
.arrow_box:before {
  right: 31%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 75px;
  margin-top: -75px;
  z-index: 0;
}
.arrow_box_inner {
  top:4%;
  left: 15%;
  z-index: 3;
  position: relative;
}
.arrow_box_step {
   font-size: 22px;
   font-weight: 600;
   text-align: center;
   padding: 5px 0;
   color: #fff;
}
.arrow_box_text {
  padding: 10px 0px 10px 20px;
  font-size: 14px;
  word-spacing: 2px;
}
/* .arrow_box_inner img {
  width: 50px;
} */
.ebay-table > thead > tr {
  display:block;
  width:100%;
}

.ebay-table > tbody > tr {
  display:inline-flex;
  width:100%;
}
@media (min-width:1366px) {
  .ebay-table > tbody > tr {
  display:inline-flex;
  width:98.5%;
}
.ebay-table > thead > tr {
  display:block;
  width:100%;
}
}


.ebay-table body > tr {
  display: block;
}
.ebay-table tbody {
  display: block;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ebay-table thead > tr > th, .ebay-table tbody > tr > td {
  min-width:200px;
  width: 200px;
}

.table_scroll {
  height: 400px;
  overflow-y: scroll;
  border-bottom: 1px solid #ccc;
}
