@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

#main {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

.header_div {
  background-color: #019996;
  padding: 20px 0;
}

.divider {
  border-right: 2px solid;
  border-right-color: #019996;
  padding-right: 5px;
}

.nav>li {
  display: inline;
}

#section1 {
  /*background-image: url(../img/sec1-background.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  ;

}

@media only screen and (max-width: 790px) {
  #section1 {
    min-height: 200px;
  }
}

#section1 .well {
  margin-bottom: 20px;
  background-color: rgba(0, 4, 4, 0.64);
  border: none;
  border-radius: 0px;
  padding: 20px
}

.bold {
  font-weight: bold;
}

.bigger {
  font-size: 16px;
}

.padd_side_zero {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-nav {
  text-align: center;

}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navigation {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 66px;
}

.sidebar-nav {
  height: 45px;
  padding: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  color: #fff;

}

#section2 {
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 50px;
  color: #000000;
}

#section2 .tab-content {
  border-right: 1px solid #ddd;
  padding-right: 25px;
  margin-top: -15px;
  padding-top: 10px;
}

#section3 {
  margin-bottom: 25px;
  color: #000000;
}

.list-group-item {
  border: 0px;
  background-color: transparent;
  padding: 5px 5px;
}

#footer {
  background-color: #019996;
  color: #fff;
  padding: 25px;
}

.fa-youtube {
  color: #fff;
  background-color: #e62117;
}

.btn-social-icon.btn-lg {
  border-radius: 0px;
  margin-right: 10px;
}

.footer_logo {
  padding-left: 25px;
  padding-top: 25px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: none;
}

.header-text {
  background: url(../img/catchline_logo.jpg) repeat-x;
  color: #019996;

  padding-left: 15px;
  padding-right: 25px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  ;
  font-weight: bold;
}


.header_logo {}

.img_logo {
  margin-right: -16px;
  margin-top: -1px;
}

@media screen and (max-width: 991px) {
  .img_logo {
    margin-right: -1px;
    /*margin-top: -44px;*/
  }
}

.padd_top {
  padding-top: 14px;
}

.navbar {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .navbar {

    margin-top: 0;
  }
}

a {
  color: #fff;
  display: inline-block;
}

.rec_gear {
  top: 150px;
  position: absolute;
  /*width: 450px;*/
}

@media only screen and (max-width: 790px) {
  .rec_gear {
    top: 80px;
    width: 450px;
  }
}

.selector {
  padding-top: 5px;
  text-align: center;
}

.sf-menu li li {
  width: inherit;
}

.navbar-nav>li {
  display: block;
  width: 20%;
}

.stretch {
  width: 100%;
  text-align: center;
}

.pos_rel {
  position: relative;
}

.btn_green {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 25px;
  height: auto;
  color: #fff;
  background-color: #019996;
  border: 0px;
  text-align: center;
}

.img_container a {
  display: block;
}

.img_products {
  width: 100%;
  /*padding-top: 25px*/
}

@media (max-width: 991px) {
  .btn_green {
    bottom: 22px;
    height: 10%;
  }
}

.nav-text {
  padding-bottom: 5px;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 0px;
}*/
/*.full-width{
	width: 100%
}*/
.nav-tabs>li>a {
  color: grey;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #019996;
}*/
.no_border {
  border: 0px;
  padding-bottom: 25px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #F6F6F6;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 12px 22px;
  font-size: 18px;
  width: 146px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #019996;
  border-color: #204d74;
}

.btn-primary {
  color: #fff;
  background-color: #019996;
  border-color: #2e6da4;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pad_top {
  padding-top: 12px;
}

.social_btns {
  text-align: right;
}

.right_border {
  border-right: 1px solid #ddd;
}

@media (max-width: 991px) {
  .mobile_padd {
    padding-top: 35px;
    width: 100%;
  }
}

.half_line {
  width: 50%;
}

.text-underline {
  text-decoration: underline;
}

.shop-cart {
  margin-top: 8px;
}

.cart,
.cart:hover {
  color: #fffdf3;
  font-size: 10px;
}

.cart p {
  display: inline-block;
  position: absolute;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .sidebar-nav {
    margin-bottom: 35px;
  }
}

.btm_line {
  border-bottom: 2px solid #019996;
  padding-bottom: 10px;
}

.btn_shoop {
  position: absolute;
  right: 1px;
  bottom: 30px;
  width: 14%;
  height: auto;
  color: #fff;
  background-color: #019996;
  border: 0px;
}

.img_shoop {
  width: 100%;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .full_width {
    width: 100%;
  }
}

.fa-angle-double-right {
  padding-left: 2px;
}

.no_border {
  border-right: 0px;
}

.fw_bold {
  font-weight: bold;
  font-size: 19px;
}

.p_list {
  margin-right: -15px;
  margin-left: -15px;
}

/*Fade all the DIV when user hovers on any div*/
.p_list:hover .img_container {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.fade_products {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

/*Fade out the particular DIV when user hover on that DIV*/


.highlight_products .img_container {
  box-shadow: 3px 3px 15px #666;
  border-color: #D2D2D2;
  background: #D2D2D2;
  color: #fff;
  cursor: pointer;

  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

#section2 #shk_butOrder {
  display: none;
}

#section2 .checkout_page #shk_butOrder {
  display: inline;
}



@media (max-width: 767px) {
  .img_logo {
    width: 90px;
  }

  .header_logo {
    /*margin-top: -39px;*/
    margin-left: 15px;
  }
}

@media (max-width: 321px) {
  .img_logo {
    width: 75px;
  }

  .header_logo {
    /*margin-top: -31px;*/
    margin-left: 5px;
    background-color: #f2f2f2;
  }
}

.home_news {
  padding-top: 20px;
}

.grn_it {
  color: #019996;

}

.product_id {
  color: #f9f9f9;
}

.product_weight {
  color: #f9f9f9;
}

.bluetext {
  color: #56BCE0;
  font-size: 26px;
}



/******** NIEUW 2021 ************/
.backgrijs {
  background-color: rgb(239, 239, 238);
  padding: 4rem 0;
}

.backzwart {
  background-color: #000;
  padding: 4rem 0;
  color: #fffdf3;
}

.backzwart #section2 {
  color: #fffdf3;
}