body {
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
a,a:hover,a:visited{
    text-decoration: none;
    outline: none !important;
}

button.owl-prev,button.owl-next{
    outline: none;
}
.headerTop {
    padding: 20px 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.headerTopCol {
    width: 33.33%;
    text-align: center;
}
.headerTopCol:first-child {
    text-align: left;
}
.headerTop .headerTopCol:nth-child(3) {
    text-align: right;
}
.headerTopCol a{
    color: #2e2e2e;
    text-decoration: none;
}
.headerTop{
    font-size: 13px;
    line-height: 28px;
}
.headerTopCol img {
    max-width: 200px;
}
.headerTopCol i {
    color: #98ca3c;
    margin-right: 5px;
}
.headerBottom {
    background-color: #98ca3c;
    padding: 10px 0;
    text-align: center;
}
.headerRow {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.headerRow .headerCol:nth-child(1) {
    width: 40%;
}
.headerRow .headerCol:nth-child(2) {
    width: 60%;
    text-align: right;
}
.headerRow .headerCol:nth-child(1) img {
    max-width: 150px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul li a {
    font-size: 14px;
    padding: 5px 5px;
    margin: 0;
    display: block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

nav ul li a:hover {
    text-decoration: none;
    color: #55731c;
}
nav ul li a:visited {
    color: #fff;
}
.main-menu-more {
    display: none;
}
.footerBottom {
    padding: 20px 0;
    margin: 0;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
.footerBottom p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #b2b2b2;
}
.footerTop {
    background-color: #98ca3c;
    padding: 10px 0;
    text-align: center;
}
.footerRow {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.footerRow .footerCol{
    width: 100%;
}
footer nav ul li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.footerBottom ul li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
.footerBottom ul li:first-child i {
    display: none;
}
.footerBottom ul li i {
    margin: 0 10px;
    font-size: 8px;
    color: #98ca3c;
}
.footerBottom ul {
    margin: 15px 0;
}
h1:not(.site-title):before, h2:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 0;
    margin: 0;
    width: 0;
}
h2 {
    padding: 0;
    margin: 0 0 15px;
    color: #98ca3c;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}
h4 {
    color: #4d6d10;
    font-size: 20px;
}
.my-list {
    width: 100%;
    padding: 10px;
    border: 1px solid #f5efef;
    float: left;
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 2px 3px 0px #e4d8d8;
    position:relative;
    overflow:hidden;
}
.my-list h3{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc4c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.my-list span {
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.my-list .offer{
    width: 100%;
    float: left;
    margin: 5px 0;
    border-top: 1px solid #ccc4c4;
    margin-top: 5px;
    padding-top: 5px;
    color: #afadad;
    font-size: 12px;
}
.my-list a {
    color: #424242;
    text-decoration: none;
}
.productImage {
    background-color: #f4f4f4;
    text-align: center;
    padding: 5px;
    margin: 0;
    border-radius: 5px;
}
.productDoc a {
    background-color: #99cb39;
    display: block;
    padding: 7px;
    text-align: center;
    color: #334412;
    font-size: 18px;
    text-decoration: none;
}
.productDoc a:hover {
    background-color: #334412;
    color: #99cb39;
}
.productInfo h3 {
    color: #4d6d10;
}

.productInfo p {
    font-size: 16px;
}
.TableBox-1 .TableRow .TableCol {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    padding: 7px 0;
}
.collageRow {
    display: flex;
    flex-flow: row wrap;
}
.collageRow .collageCol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    border: 10px solid #fff;
    height: 385px;
    overflow: hidden;
    background: rgba(244,244,244,1);
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 68%, rgba(236,236,236,1) 78%, rgba(227,227,227,1) 88%, rgba(201,201,201,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(68%, rgba(241,241,241,1)), color-stop(78%, rgba(236,236,236,1)), color-stop(88%, rgba(227,227,227,1)), color-stop(100%, rgba(201,201,201,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 68%, rgba(236,236,236,1) 78%, rgba(227,227,227,1) 88%, rgba(201,201,201,1) 100%);
    background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 68%, rgba(236,236,236,1) 78%, rgba(227,227,227,1) 88%, rgba(201,201,201,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 68%, rgba(236,236,236,1) 78%, rgba(227,227,227,1) 88%, rgba(201,201,201,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 68%, rgba(236,236,236,1) 78%, rgba(227,227,227,1) 88%, rgba(201,201,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#c9c9c9', GradientType=0 );
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(1) {
    width: 25%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(2) {
    width: 50%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(3) {
    width: 25%;
}

.collageRow:nth-child(4n+1) .collageCol:nth-child(4) {
    width: 25%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(5) {
    width: 25%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(6) {
    width: 50%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(7) {
    width: 50%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(8) {
    width: 25%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(9) {
    width: 25%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(10) {
    width: 25%;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(11) {
    width: 75%;
}

.boxheading {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}
.boxheading h4 {
    color: #3d3d3d;
    font-size: 19px;
    text-transform: uppercase;
}
.boxbtn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}
.boxbtn a {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(2) h4 {
    font-size: 60px;
    color: #fff;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(6) h4 {
    font-size: 60px;
    color: #fff;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(7) h4 {
    font-size: 60px;
    color: #fff;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(11) h4 {
    font-size: 60px;
    color: #fff;
}


.collageRow:nth-child(4n+1) .collageCol:nth-child(2) .boxbtn a {
    background-color:#fff;
    color: #000;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(6) .boxbtn a {
    background-color:#fff;
    color: #000;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(7) .boxbtn a {
    background-color:#fff;
    color: #000;
}
.collageRow:nth-child(4n+1) .collageCol:nth-child(11) .boxbtn a {
    background-color:#fff;
    color: #000;
}

.collage-overlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(152, 202, 60, 0.95);
}
.collage-overlayer {
    display: none;
    align-items: center;
    justify-content: center;
}
.collage-overlayer .boxbtn {
    position: relative;
    left: auto;
    bottom: auto;
}
.collage-overlayer .boxbtn a {
    color: #9dcc45;
    background-color: #fff;
    font-size: 18px;
}
.collageRow .collageCol:hover .collage-overlayer{
    display: flex;
}
.collageRow .collageCol:hover .boxheading h4{
    color: #fff;
}
.collageRow .collageCol .collage-overlayer .boxbtn a{
    color: #9dcc45 !important;
}
.ThumSlider {
    margin: 50px 0;
}
.ThumSlider h3 {
    color: #98ca3c;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}
.ThumSlider p {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 17px;
}
#owl-carousel-1 {
    margin: 80px 0 0;
}
.itemInfo-2 h5 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}
#owl-carousel-1 .owl-item img {
    width: auto;
    margin: 0 auto;
    max-width: 150px;
    max-height: 200px;
}
.itemInfo-1 {
    text-align: center;
    height: 250px;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.popular {
    position: absolute;
    right: -5px;
}
.owl-dots {
    display: none;
}
section.BannerSlider {
    margin: 0 0 30px;
    position: relative;
}
.banneroverlayer .container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.banneroverlayer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerinfo {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.bannerinfo h1 {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bannerinfo h1 small {
    display: block;
    font-weight: 100;
    font-size: 32px;
}
.bannerinfo a {
    background-color: #98ca3c;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 3px;
    text-decoration: none;
}
.bannerinfo p {
    margin-bottom: 30px;
}


.owl-theme .owl-nav button {
    z-index: 99;
    position: absolute;
}
.owl-theme .owl-nav button.owl-prev {
    left: 5%;
    top: 45%;
    background: transparent !important;
    background-image: url(../images/prev.png) !important;
    background-repeat: no-repeat !important;
    z-index: 999;
    position: absolute;
    height: 50px;
    font-size: 0;
}
.owl-theme .owl-nav button.owl-next {
    right: 5%;
    top: 45%;
    background: transparent !important;
    background-image: url(../images/next.png) !important;
    background-repeat: no-repeat !important;
    z-index: 999;
    position: absolute;
    height: 50px;
    font-size: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 10px 10px;
}
.ThumSlider .owl-theme .owl-nav button.owl-prev {
    left: -3%;
    top: 35%;
}
.ThumSlider .owl-theme .owl-nav button.owl-next {
    right: -3%;
    top: 35%;
}
.toggleBtn {
    background-color: #84af35;
    text-align: right;
    padding: 0 15px;
    color: #fff;
    display: none;
    cursor: pointer;
}
.innerBannerRow {
    min-height: 200px;
    display: flex;
    align-items: center;
    background-position: 0 0;
    background-size: cover;
}
.innerBannerRow h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    text-align: left;
    font-weight: 500;
    margin: 0;
}
.breadcrumbRow {
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 10px;
}
/* Style the list */
ul.breadcrumb {
    padding: 7px 0;
    list-style: none;
    background-color: transparent;
    margin: 0;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #8d8d8d;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\203A";
}
ul.breadcrumb li a {
    color: #000000;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
ul.gridView {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
ul.gridView li {
    width: 25%;
    text-align: center;
    padding: 15px 15px 15px 0;
    position: relative;
}
ul.gridView li .gridImg {
    display: flex;
    align-items: center;
    height: 280px;
    justify-content: center;
    border: 1px solid #e9e9e9;
}
ul.gridView li img {
    max-width: 150px;
}
.gridhead {
    padding: 15px 0;
}
.gridhead h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #000;
}
ul.gridView li:hover .gridImg {
    border-color: #98ca3c;
}
ul.gridView li:hover .gridhead h4 {
    color: #98ca3c;
}
ul.gridView li a {
    text-decoration: none;
}
.tabs-container__panel h3 {
    margin: 15px 0;
    padding: 0;
    font-size: 32px;
    color: #98ca3c;
}
.tabRow {
    margin: 0px 0;
}
.gridtag {
    background-color: #828282;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 8px;
    padding: 3px 10px;
    text-transform: uppercase;
}
.gridtag:before,
.gridtag:after {
    content: "";
    display: block;
    position: absolute;
}
.gridtag:after {
    right: 0;
    top: 13px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 7px;
    background-color: #828282;
    transform: skew(1deg,-40deg);
    height: 20px;
}
ul.gridView li:hover .gridtag {
    background-color: #98ca3c;
}
ul.gridView li:hover .gridtag:after {
    background-color: #98ca3c;
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.featuredRow {
    margin: 50px 0;
}
.featuredRow .boxheading h4 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.featuredRow .boxbtn a {
    color: #000000;
    background-color: #fff;
}
.SpecItem {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.SpecItem ul{
    list-style-type: none;
}
.productimage{
    width:70%;
    margin: 100px auto;
}
.Specleft,.Specright {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0;
}
.SpecItem li {
    font-size: 13px;
}
.SpecItem p {
    font-size: 14px;
    color: #808080;
}
.SpecItem h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.borderSpec {
    background: #98ca3c;
    height: 3px;
    width: 50px;
}
.FileDownload {
    text-align: center;
    background: #eaeaea;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}
.FileDownload  li{
    margin: 26px 0;
}

.FileDownload  ul {
    padding: 0;
}
.FileDownload h2{
    color: red;
}
/*********************/
.productdetails {
    margin: 50px 0;
}
.productDetailsRow {
    display: flex;
    flex-flow: row wrap;
}
.productDetailsRow .productDetailsCol {
    width: 33.33%;
    margin-bottom: 20px;
}
.productDetailsRow .productDetailsCol:nth-child(1) {
    width: 35%;
}
.productDetailsRow .productDetailsCol:nth-child(2) {
    width: 40%;
}
.productDetailsRow .productDetailsCol:nth-child(3) {
    width: 25%;
}
.proImg {
    border: 1px solid #f2f2f2;
    margin: 0 5px;
    text-align: center;
    margin-right: 25px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proImg img {
    max-width: 200px;
}
.sidebarInfo {
    text-align: center;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}
.sidebarInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebarInfo ul li {
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;
}
.sidebarInfo ul li {
    border-bottom: 1px solid #f7f7f7;
    padding: 5px;
    font-size: 15px;
    text-align: center;
}
.sidebarInfo ul li img {
    display: block;
    max-width: 100px;
    margin: 0 auto 15px;
    text-align: center;
}
.sidebarInfo ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.specbutton {
    text-decoration: none;
    background-color: #00aee6;
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
.installationbutton {
    text-decoration: none;
    background-color: #007935;
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
.iesbutton {
    text-decoration: none;
    background-color: #263746;
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
.imagebutton {
    text-decoration: none;
    background-color: #8fbf37;
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
.SpecificationsRow p {
    color: #646464;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.SpecificationsBox h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
}
.SpecificationsRow .SpecificationsCol {
    font-size: 14px;
    line-height: 30px;
    color: #3d3d3d;
}
.SpecificationsRow {
    display: flex;
    flex-flow: row wrap;
}
.SpecificationsRow .SpecificationsCol {
    width: 50%;
}
.SpecificationsRow .SpecificationsCol:nth-child(odd) {
    color: #3d3d3d;
}
.SpecificationsRow .SpecificationsCol:nth-child(even) {
    color: #646464;
}
.SpecificationsBox h4::after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8fbf37;
    display: table-cell;
    width: 50px;
}
.breadcrumbRow .breadcrumb {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    background-color: transparent;
    color: #8d8d8d;
}
.breadcrumbRow .breadcrumb a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
}
.breadcrumbRow .breadcrumb .seprater:after {
    padding: 8px;
    color: black;
    content: "\203A";
}
.ThumSlider .item a {
    color: #000;
    text-decoration: none;
}
.ThumSlider .item a:hover {
    color: #98ca3c;
}
.ThumSlider .item .gridtag {
    right: -5px;
}

.TechnicalRow table { 
    width: 100%; 
    border-collapse: collapse; 
}
/* Zebra striping */
.TechnicalRow tr:nth-of-type(odd) { 
    background: #fff; 
}
.TechnicalRow tr:nth-of-type(even) {
    background-color: #e2efd9;
}
.TechnicalRow th { 
    background: #98ca3c; 
    color: #fff; 
    font-weight: 600; 

}
.TechnicalRow td, .TechnicalRow th {
    padding: 5px 10px;
    border: 1px solid #a8d08d;
    text-align: left;
    min-height: 35px;
}
.TechnicalRow td:nth-of-type(1) {
    width: 15%;
}
.TechnicalRow td:nth-of-type(2) {
    width: 25%;
}
.TechnicalRow td:nth-of-type(3) {
    width: 15%;
    text-align: center;
}
.TechnicalRow td:nth-of-type(4) {
    width: 45%;
}
.TechnicalRow td:nth-of-type(3) img {
    max-width: 90px;
}

.PdfRow {
    padding: 50px 0;
    background-color: #f2f2f2;
    text-align: center;
}
.PdfRow .pdfbox{
    background-color: #fff;
    margin-bottom: 50px;
}
.downloadBtn a {
    background-color: #98ca3c;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.downloadBtn {
    display: block;
    margin-bottom: 50px;
}
.postid-1189 .productDetailsRow .productDetailsCol:nth-child(1) {
    display: none;
}
.postid-1189 .productDetailsRow .productDetailsCol:nth-child(2) {
    width: 100%;
}
.postid-1189 .productDetailsRow .productDetailsCol:nth-child(3) {
    display: none;
}
.productdetails ul.connectors {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
.productdetails ul.connectors li {
    width: 31%;
    border: 1px solid #f2f2f2;
    margin: 1%;
    padding: 15px;
    text-align: center;
}
.SpecificationsBox ul.connectors li h4::after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8fbf37;
    display: table-cell;
    width: 0px;
}
.maincontent {
    padding: 40px 0 0;
}
.contactbox {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 5px rgba(142, 142, 142, 0.3);
}
.contactbox-col {
    width: 50%;
    padding: 20px;
    border: 7px solid #ffffff;
}
ul.contactInfo {
    margin: 0;
    padding: 0;
}
ul.contactInfo li {
    display: flex;
    flex-flow: row wrap;
}
.contactInfoCol {
    width: 50%;
    border-bottom: 1px solid #ecebeb;
    padding: 5px 0;
}
.contactbox .contactbox-col:nth-child(1) {
    text-align: center;
}
table.ipart_veet { 
    width: 100%; 
    border-collapse: collapse; 
}
table.ipart_veet tr:nth-of-type(odd) { 
    background: #fff; 
}
table.ipart_veet tr:nth-of-type(even) {
    background-color: #e2efd9;
}
table.ipart_veet th { 
    background: #98ca3c; 
    color: #fff; 
    font-weight: 600; 

}
table.ipart_veet td, table.ipart_veet th {
    padding: 5px 10px;
    border: 1px solid #a8d08d;
    text-align: left;
    min-height: 35px;
}
.panel-default>.panel-heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-header button:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.card-header button[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header button[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.card {
    margin: 15px 0;
}
.card-header {
    padding: 0;
    margin: 0;
    background-color: #e2f9d3;
}
.card-header button {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #577322;
    display: block;
    width: 100%;
    text-align: left;
}
.card-header button:hover {
    background-color: #cbf3b2;
    color: #3b4e18;
    text-decoration: none;
}
.card-body {
    padding: 15px;
    background-color: #f8fbf6;
}
.card-header button:focus {
    background-color: #e2f9d3;
    text-decoration: none;
}
#terms-conditions {
    padding: 50px 0;
}
.error-404 {
    text-align: center;
    margin: 50px 0 70px;
}
.error-404 h3{
    color: #98ca3c;
    font-size: 120px;
    font-weight: 700;
}
.error-404 h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 60px;
    margin: 40px;
    color: #98ca3c;
}
.error404 input.search-submit {
    background-color: #98ca3c;
    border-radius: 0;
    margin:0 !important;
}
.error404 .search-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.error404 input.search-field {
    padding: 12px;
}
.error404 label{
    margin:0 !important;
}
.recallsOuter{
    width: 60%;
    margin: 0 auto;
    padding: 12px;
    background-image: radial-gradient( #fff, #98ca3c);
    border-radius: 20px;
}
.recallsOuter:hover{
    background-image: radial-gradient( #fff, #67970f);
}
.recallsRow {
    display: flex;
    flex-flow: row wrap;
    padding: 30px;
    justify-content: center;
    text-align: center;
}
.recallsCol img {
    width: 150px;
}
.recallsRow .recallsbutton {
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border: 3px solid #98ca3c;
    background-color: #98ca3c;
}
.recallsOuter a p{
    text-decoration: none;
    color: #000;
    font-size: 1.5em;
    margin: 40px;
}
.recallsOuter a {
    text-decoration: none;
}
.searchbox {
    text-align: center;
    margin: 50px auto 70px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 15px;
    justify-content: center;
}

.searchbox .page-header .page-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 60px;
    margin: 0 0 15px;
    color: #98ca3c;
    display: block;
}
.searchbox .page-header {
    margin: 20px 0;
    width: 100%;
}

.searchbox .resultfound.mix {
    width: 25%;
    display: flex;
    border: 0px solid #e1e1e1;
    justify-content: center;
    position: relative;
    padding: 10px;
}
.searchbox .resultfound.mix article {
    display: flex;
    width: 100%;
    border: 1px solid #e1e1e1;
    justify-content: center;
}
.searchbox .resultfound.mix .gridImg img {
    max-width: 150px;
    max-height: 150px;
    height: auto;
    width: auto;
}
.searchbox .resultfound.mix .gridImg {
    padding: 15px;
}
.searchbox form.search-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.searchbox input.search-submit {
    background-color: #98ca3c;
    border-radius: 0;
    margin: 0 !important;
}
.searchbox input.search-field {
    padding: 12px;
}
.searchbox label {
    margin: 0 !important;
}

.resultfound.entry {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}
.resultfound.entry:last-child {
    /* border: 0;*/
}
.resultfound.entry .gridhead h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #424345;
}
.searchbox .resultfound.mix .gridtag {
    background-color: #828282;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 15px;
    right: 4px;
    padding: 3px 10px;
    text-transform: uppercase;
}
.headerTop.headerbrands {
    background: #272a2d;
    color: #ccc;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 10px 0;
}
.brandsleft {
    width: 80%;
    float: left;
}

.brandsleft .info {
    font-size: 13px;
    float: left;
    margin: 0 25px 0 0;
    text-transform: uppercase;
}

.brandsleft span {
    float: left;
    margin: 0 15px 0 0;
}

.brandsright {
    width: 20%;
    float: left;
}

.headerSearch form.search-form {
    position: relative;
    top: 5px;
}
.headerSearch form.search-form input.search-submit {
    position: absolute;
    border: 1px solid #808080;
    border-radius: 0;
    background-color: #808080;
    padding: 10px;
    height: 35px;
    top: 0;
    right: 0;
}
.headerSearch form.search-form input.search-field {
    padding: 5px;
    height: 35px;
    min-width: 215px;
}
.headerSearch form.search-form label {
    width: 100%;
}

.item-video iframe{border:none}
.owl-carousel .owl-item {
	height: 530px;
}
.item-video {
	width: 100%;
	float: left;
	height: 530px;
}
