@CHARSET "UTF-8";

@import "imports.css";

.disabledbrand {
  color: var(--medium-grey);
  cursor: default !important;
}

input.filter {
  width: 26px;
  height: 26px;
}

checkbox.filter:checked:before {
  background-color: green;
}

.body_basket input[type=number]::-webkit-inner-spin-button, .body_basket input[type=number]::-webkit-outer-spin-button {
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
}

.body_basket input[type=number] {
  width: 40px;
  text-align: center;
}

#language {
  padding: 3px;
}

#cart .dropdown-menu table.hcart tr.last td {
  border-bottom: 0;
}

.clear {
  clear: both;
}

.carousel-inner {
  width: 100%;
  max-height: 512px !important;
}

#cart .btn {
  margin: 0;
  border: none;
}

#cart, #cart .dropdown-menu {
  background-color: var(--dark-petrol);

}

#cart .btn .fa-shopping-bag, #cart .btn i.fa-caret-down, #cart .btn i.fa-shopping-cart, #cart .btn span#cart-total {
  color: white;
}

#cart .dropdown-menu {
  margin-top: 0;
}


@media (min-width: 768px) {
  #filter_color .color_a:hover {
    text-decoration: none;
    border-color: #6eb43f;
  }

  .product-col .image {
    min-height: 100px;
  }

  #logo.logocenter {
    width: 280px;
  }

  .showmobile {
    display: none !important;
  }

  .onphone {
    display: none;
  }

  .notonphone {
    display: block;
  }
}

@media (min-width: 992px) {
  .product-col .image {
    min-height: 175px;
  }
}

#productloader {
  text-align: center;
  padding-top: 30px;
  color: var(--petrol);
}

#productloader img {
  max-width: 200px;
}

.product-details {
  background-color: white;
}

div.color {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 5px 5px 0 0;
  border: 1px solid #DCE4E7;
  box-shadow: #DCE4E7 3px 3px 2px;
  position: relative;
}

img.color_image {
  margin: 5px 5px 0 0;
  border: 1px solid var(--medium-grey);
  height: 72px;
  width: 72px;
  object-fit: contain
}

.productinfo_table {
  border-spacing: 0;
  border-top: 1px solid var(--medium-grey);
}

.productinfo_table tr td:first-child {
= font-weight: 600;
  min-width: 100px;
}

.productinfo_table tr td {
  padding: 10px 0;
  border-bottom: 1px solid var(--medium-grey);
}

.productinfo_table a {
  text-decoration: none;
}

.productprice_table table {
  line-height: 12px;
}

.productprice_table tr > td {
  padding: 10px;
}

.productprice_table .pp_th_head {
  min-width: 200px;
}

.productprice_table thead th {
  font-size: 15px;
  padding: 0 4px;
  min-width: 68px;
  max-width: 100px;
  text-align: center;
}

.productprice_table .pp_tr_head {
  padding: 2px 30px 2px 15px;
  white-space: nowrap;
  font-size: 15px;
}

.productprice_table .pp_tr_head {
  color: var(--petrol);
}

.productprice_table .pp_tr_head strong {
  color: var(--dark-petrol);
}

.productprice_table .pp_tr_head_color {
  padding: 2px 15px;
}


.productprice_table tr.odd > td {
  background-color: #eff2f3;
}

.productprice_table tr.odd > td:first-of-type, .productprice_table tr.even > td:first-of-type {
  left: 0;
  position: sticky;
  font-size: 15px;
  min-width: 129px;
}

.productprice_table tr.odd > td:first-of-type {
  background-color: #eff2f3;
}

.productprice_table tr.even > td:first-of-type {
  background-color: white;
}

/*.productprice_table tr.even > td {*/
/*    background-color: rgba(220, 228, 231, 0.4);*/
/*}*/

.productprice_table table td {
  border: 0;
}

.productprice_table table tr:last-child td {
  border-bottom: none;
}

.price_old {
  text-decoration: line-through;
  color: #9a9a9a;
}

.productprice_table .discount_image_td {
  padding-left: 0;
  padding-right: 0;
}

.discount_image {
  width: 90px;
}

.product-col .image > a {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bestchoicelabel {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 6px 4px 6px;
  position: absolute;
  top: 10px;
  left: 12px;
  font-weight: 600;
}

.newlabel {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  top: 170px;
  left: 15px;
}

.product-col .image .newlabel {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: calc(100% - 40px);
  border-color: #0F757E;
  background-color: #0F757E;
}

.product-col .image .newlabel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 22px solid transparent;
  border-left-color: #0F757E;
}

.discountgroup_action {
  background: url(../images/discount/actie.png) center center no-repeat;
  width: 60px;
  height: 57px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-size: cover;
}

.discountgroup_action_value {
  background-position: center;
  background-repeat: no-repeat;
  width: 110px;
  height: 68px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-size: cover;
}

.pp_tr_head_color .color, img.variant_image {
  vertical-align: middle;
  /*border: 1px solid #B4B5B5;*/
  /*box-shadow: #B4B5B5 3px 3px 2px;*/
  border: unset;
  box-shadow: unset;
  position: relative;
  /*margin-bottom: 9px;*/
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: unset;
  max-height: unset;
}

.header_sizes {
  color: var(--dark-petrol);
  font-weight: bold;
  font-family: "Calibri", sans-serif;
  font-size: 32px;
  padding: 0 5px;
}

.colorinside {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 14px;
  height: 28px;
}

.productprice_table table tr:first-child td {
  border-top: none;
}

.productprice_table table td, #header-fixed td {
  padding: 2px;
  line-height: 18px;
  min-width: 65px;
  font-size: 14px;
}

.productprice_table .productsize {
  min-width: 68px;
  max-width: 100px;
  font-weight: bold;
}

.productsize::placeholder, .notavailable {
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.3rem;
}

.asterisk {
  color: #cf2323;
}

.asterisk2 {
  position: relative;
  top: -2px;
  padding-left: 2px;
}

a.a_arrowdown::after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  margin-left: 2px;
  margin-right: 5px;
}


.refreshbasket, .delproduct, .trashbutton {
  padding: 3px 4px 5px 5px;
}

.refreshbasket {
  cursor: pointer;
}

/*** Responsive start *************************************/
@media (max-width: 991px) {
  .product-col .image {
    min-height: 175px;
  }

  .desktop {
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1280px) {
  .modal-content img {
    max-width: 900px;
  }

  .mobile {
    display: none;
  }

  .container {
    width: 992px;
  }
}

@media (min-width: 1280px) {
  .mobile {
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .modal-content img {
    max-width: 512px;
  }

  .container {
    width: 100%;
  }

  .desktop {
    display: none;
  }

  #header-bg {
    background-image: url("../images/header_new_mobile.jpg");
    background-position: center;
  }

  .catitem {
    width: calc(50% - 30px);
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  .modal-content img {
    max-width: 260px;
  }
}

@media (min-width: 400px) and (max-width: 480px) {
  .modal-content img {
    max-width: 340px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .modal-content img {
    max-width: 512px;
  }
}

@media (max-width: 768px) {

  #hometoshop {
    display: block;
    margin-bottom: 20px;
  }

  #logo {
    height: 45px;
    margin-left: 10px;
    background-position: left;
    /*background-size: auto 45px ;*/
  }

  header {
    background-size: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #003a63;
  }

  .onphone {
    display: block;
  }

  .notonphone {
    display: none;
  }

  #header-bg {
    background-image: url("../images/header_new_mobile.jpg");
    background-position: center;
  }

  .mobile-xs-6 {
    float: left;
    width: 50%;
  }

  .mobile-bold {
    font-weight: bold;
  }

  .minbasket, .plusbasket, .refreshbasket, .delproduct {
    font-size: 12px;
  }

  .footer-links .col-sm-6, .footer-links .last {
    text-align: left;
  }

  .catitem {
    width: calc(50% - 30px);
  }

  .panel-smart {
    padding: 15px;
  }

  .ms-options-wrap > button:focus,
  .ms-options-wrap > button,
  #filter_cat .ms-options-wrap > button:focus,
  #filter_cat .ms-options-wrap > button {
    max-width: 100%;
  }

  .filter-item, #filter_cat.filter-item {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }

  #filter_color {
    padding-bottom: 10px;
  }

  .panel-smart {
    min-height: auto;
    padding-top: 15px !important;
  }

  .side-heading {
    margin-bottom: 15px;
  }

  /*#main-container {*/
  /*  position: inherit;*/
  /*}*/
  /*#filter {*/
  /*    display: none;*/
  /*}*/
  #filter.show-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #filter_form {
    height: 870px;
    max-height: 910px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #filter_form::-webkit-scrollbar {
    width: 5px;
  }

  #filter_form::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
  }

  #filter_form::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 8px;
  }

  #filter_form::-webkit-scrollbar-thumb:hover {
    background: var(--petrol);
  }


  @media screen and (max-height: 900px) {
    #filter_form {
      overflow-y: auto;
      max-height: 90vw;
    }
  }

  .show-mobile-menu #filter_selection_count_cont {
    display: block;
    width: 100%;
    text-align: center;
  }

  #filter_mobile_close {
    font-size: 18px;
  }

  #filter_mobile_header {
    display: flex;
  }

  #filter_selection_toon {
    display: inline;
  }

  .ms-options-wrap > .ms-options {
    display: none;
  }

  .ms-options-wrap.ms-active > .ms-options {
    display: block;
  }

  #main-menu ul {
    flex-direction: column;
  }

}

@media (max-width: 510px) {
  .catitem {
    width: calc(100% - 30px);
  }
}

/*** Responsive end ***********************************/

.default_table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #D8E6EC;
  border-radius: 3px 3px 0 0;
}

.default_table tr.dataTableRow td {
  padding: 3px;
}

.default_table.mijnsite tr.dataTableRow td {
  padding: 3px 12px;
}

table.default_table tr.dataTableHeadingRow td {
  border-bottom: 1px solid #D8E6EC;
}

table.default_table tr.dataTableHeadingRow.nobottomborder td {
  border-bottom: 0;
}

table.default_table tr.dataTableHeadingRow.topborder td, .dataTableRow.topborder td {
  border-top: 1px solid #D8E6EC;
  border-radius: 0;
}

table.default_table.notopborder {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

table.default_table.nobottomborder {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.default_table_div {
  border-left: 1px solid #D8E6EC;
  border-right: 1px solid #D8E6EC;
  background-color: #F8F8F8;
}

.dataTableHeadingRow a {
  text-decoration: none;
}

.dataTableHeadingRow td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 6px 3px;
  font-weight: bold;
  vertical-align: top;
  color: #ffffff;
  background-color: #bab9b9;
}

.default_table .dataTableHeadingRow td {
  background-color: #E6F1F6;
  color: #3A505B;
}

.dataTableHeadingRow td:first-child {
  border-top-left-radius: 3px;
}

.dataTableHeadingRow td:last-child {
  border-top-right-radius: 3px;
}

.dataTableHeadingRow td:only-child {
  border-radius: 3px 3px 0 0;
}

.dataTableRow {
  background-color: #F8F8F8;
  height: 20px;
  vertical-align: top;
}

.dataTableHeadingTd {
  font-weight: bold;
}

.dataTableRowOver, .trhover:hover {
  background-color: #EAEAEA;
  height: 20px;
  /*cursor: pointer;
  cursor: hand; */
}

.dataTableHeadingRow td a.popuplink,
.dataTableHeadingRow td a.popuplink:hover,
.dataTableHeadingRow td a.popuplink:visited,
.dataTableHeadingRow td a.popuplink:active {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.orderstatusdiv {
  float: left;
  width: 125px;
  margin-right: 3px;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: normal;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #E3EAEF;
}

.basket-header {
  padding-top: 3px;
  padding-bottom: 3px;
}

#basket_row_header {
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-nav {
  padding: 0px !important;
  font-size: 22px;
}

#main-menu .navbar-toggle {
  color: #3b3b3b;
}

.menu_text {
  font-size: 12px;
  display: block;
  font-weight: 500;
}

.custom-nav {
  padding: 0px !important;
  font-size: 22px;
}

.basket_subtotal {
  background-color: #EEEEEE;
  line-height: 30px;
  margin: 10px 0px 20px 0px;
  padding-left: -15px;
  padding-right: -15px;
}

.lh-30 {
  line-height: 30px;
}

#organtype {
  display: none;
}

.productsize.form-control {
  width: 50px;
}


.EOL {
  display: inline-block;
  background-color: #f44336;
  color: white;
  padding: 4px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  float: right;
  margin-left: 3px;
}

.eolcolor {
  background-color: #f44336;
  color: white;
  padding: 4px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  margin-top: 3px;
  float: left;
}

.isnewcolor {
  background-color: #6EB43F;
  color: white;
  padding: 4px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
  margin-top: 3px;
  float: left;
}

.eco_icon {
  border-radius: 50%;
  height: 15px;
  margin-left: 4px;
}

.retour {
  color: black;
  padding-left: 15px;
  font-weight: 600;
  border-bottom: 1px solid #929497;
}

.retour .row {
  padding: 5px 0;
  margin-right: 0px;
  background-color: #eeeeee;
}

.retour a {
  color: #555;
  font-weight: normal;
}

.retourartikelen {
  font-weight: normal;
  padding: 20px;
}

.retourartikelen .row {
  background-color: white;
}

.uom {
  color: #c0392b;
  font-weight: 600;
}

.form-check-label {
  font-weight: normal;
  padding-left: 12px;
  margin-bottom: 1px;
}

.nostock, .ft-red {
  color: var(--red);
  /*cursor: help;*/
}

.lowstock {
  color: var(--orange);
}

.instock {
  /*color: #4BAC51;*/
  /*font-weight: 600;*/
}

#subcolors > span {
  color: white;
}

.zoom-effect-1 {
  overflow: hidden;
}

.zoom-effect-1 img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.zoom-effect-1:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.effect-image-1 {
  position: relative;
  display: block;
}

.effect-image-1 img {
  padding-bottom: 15px;
}

.effect-image-1:hover .simple-overlay {
  visibility: visible;
  opacity: 1;
}

.opacity-effect img,
.zoom-effect-1 img {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}

.opacity-effect img {
  opacity: 1;
  width: 100%;
  overflow: hidden;
}

.opacity-effect:hover img {
  opacity: .7;
}

.text {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.payper {
  padding: 0 15px;
  margin-bottom: 20px;
}

.payper img {
  margin: 0 auto;
  /*padding: 5px;*/
}

.banner-items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 769px) {
  .banner-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #filter_color .color_a:hover .fa {
    color: #6eb43f !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .banner-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bannercontainer {
  position: relative;
  display: inline-block;
}

.bannercontainer:hover:after {
  content: "\A";
  width: 100%;
  height: 100%;
  background: rgba(110, 180, 63, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#other {
  padding-top: 20px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-size: 1.7rem;
}

.footer-links .social {
  margin-top: 20px;
  font-size: 24px;
}

.mymodal {
  /*display: none; !* Hidden by default *!*/
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 0;
  top: 0;
  min-width: 100%;
  /*width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(75, 172, 82); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  /*background-color: #d4f9d6;*/
  background-color: white;
  margin: 2% auto;
  padding: 15px;
  border: 1px solid #888;
  display: table;
}

/* The Close Button */
.close1 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
}

.footer-links li, .footer-links li a {
  font-family: inherit;
  font-size: 14px;
}

.deellevering {
  color: #0F757E;
  font-style: italic;
}

label.font-weight-normal {
  font-weight: normal;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#img-upload {
  width: 100%;
}

.copyright a, .copyright a:hover {
  color: #9da0a1;
}

.btn.bg-dark-blue.focus, .btn.bg-dark-blue:focus, .btn.bg-dark-blue:hover {
  color: #9da0a1;
}

#cart .dropdown-menu table td a {
  color: white;
  font-style: italic;
}

#cart .dropdown-menu table td a:hover {
  color: #9da0a1;
}

#cart .btn-block1 a,
#cart .btn-block1 a + a {
  background: #fff;
  color: #252a2f;
  text-transform: none;
  font-size: 14px;
}

#cart .btn-block1 a:hover,
#cart .btn-block1 a + a:hover {
  background: #9da0a1;
  color: white;
  text-transform: none;
  font-size: 14px;
}

.copyright {
  background: #01474E;
}

input[type=file] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 34px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
  display: block;
  /*border: 1px solid #d6d7d6;*/
  background: #FFF;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;
  /* File upload button */
}

.control-fileupload:before,
.control-fileupload input,
.control-fileupload label {
  cursor: pointer !important;
}

.control-fileupload:before {
  /* inherit from boostrap btn styles */
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease;
  /* add more custom styles*/
  content: 'Kies';
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  line-height: 20px;
  text-align: center;
}

.control-fileupload:hover:before,
.control-fileupload:focus:before {
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.2s ease-out;
}

.control-fileupload label {
  line-height: 32px;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-right: 90px;
  margin-bottom: 0px;
  cursor: text;
}

#faq .faq-title {
  font-size: 18px;
}

#faq .panel-title > a:before {
  font-family: FontAwesome;
  content: "\f077";
  padding-right: 5px;
}

#faq .panel-title > a.collapsed:before {
  content: "\f078";
}

#faq .panel-title > a:hover,
#faq .panel-title > a:active,
#faq .panel-title > a:focus {
  text-decoration: none;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


.basket-form .green a, .basket-form .green {
  color: #00bb00;
}

.icon-size1 {
  height: 2.2rem;
}

.productcomment {
  font-style: italic;
  opacity: 0.7;
  font-size: 14px;
}

.mycollapse:before {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: left; /* adjust as needed */
  color: #0f747e; /* adjust as needed */
  line-height: 30px;
  padding-right: 12px;
}

.mycollapse.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .collapse-toggle:after {
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #0f747e; /* adjust as needed */
}

.panel-heading .collapse-toggle.collapsed:after {
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.test {
  pointer-events: none;
}

.btn-tooltip {
  text-align: center;
  padding: 0px 0px;
  font-size: 15px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  line-height: 1.42;
  border-radius: 15px;
}

.btn-tooltip-small {
  text-align: center;
  padding: 0px 0px;
  font-size: 13px;
  font-weight: 600;
  width: 12px;
  height: 16px;
  line-height: 1.42;
  border-radius: 10px;
}

.bi-info-circle {
  color: black;
}

.payperbanner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .05rem;
}

.payperflex {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px 15px
}

.bg-payper-grey img {
  max-width: 200px;
}

.cart .cart-basket {
  font-size: 1.1rem;
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  top: 4px;
  right: 4px;
  padding: 1px 2px 1px 1px;
  min-width: 18px;
  min-height: 18px;
  /*width: 20px;*/
  /*height: 20px;*/
  color: #01474E;
  background-color: #ffffff;
  border-radius: 50%;
}

.cart .cart-price {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #01474E;
  font-size: 12px;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}

.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid black;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.checksearch {
  color: white;
  font-size: 10px;
}

.checksearch label {
  font-size: 16px;
}

.model {
  width: 28px;
}

#geenverzendkosten {
  padding: 18px 0 0 0;
  font-weight: bold;
}

.verzendkosten {
  width: 80px;
}

.verzendrow {
  padding: 5px 0
}

.washlabel {
  width: 35px;
  padding: 0 2px 0 2px;
}

.certlabel {
  width: 70px;
  padding: 0 2px 0 2px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.price_old.sale {
  color: var(--black-800);
}

.price.sale {
  color: var(--petrol);
}

.lastmodified {
  line-height: 40px;
  font-size: 1.5rem;
}

.lastmodified span {
  font-style: italic;
}

.py-5 {
  padding: 5px 0;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.tooltip-inner {
  max-width: 400px !important;
  width: 400px;
!important;
}

/***** DATATABLES *****/
.dataTables_wrapper label {
  font-weight: normal;
}

/******* CUSTOM SLIDER **********/
.fitImg {
  max-width: 95%;
  height: auto;
}

#slider {
  text-align: center;
  transition-timing-function: linear;
}
