@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

Body *{
font-family: 'Poppins', sans-serif;;
}

h1, h2, h3, h4, h5, h6, .page-header, .titleText {
    font-family: '', Poppins!important; 
}

a{
   color: #229c86; 
}
a:focus, a:hover {
    color: #229c86;
    text-decoration: underline;
}

a#lnk_login {
    color: #FFF;
}

/*hamburgermenu*/
.sidebar-nav li a:hover {
    text-decoration: underline;
    color: #229c86;
}

/*Navigation Bar*/
#myMenuBarContent .glyphicon.glyphicon-shopping-cart.menu-icon, #myMenuBarContent .glyphicon{
    color: #FFF;
}   /*Glyphicons*/

/*shopping cart ball*/
div#shoppingCartOverlay {
    background: #333;
    top: 7px;
}

/*shopping cart amount*/
span#shoppingCartAmount{
  color: #fff;
}
#myMenuBarContent {
    background: #229c86; 
    border-bottom: 0px solid #333;
}

/* Product Rij dum-row */
.dum-row {
 display: flex;
}

.expand-position-for-picture-info-sign{
	  top: -5px;
    right: -5px;
}

/*Text in Productbox*/
.productDescription.titleText {
    background: none;
    margin: 5px;
    text-align: center;
    margin-left: 0px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
}

/*Price Box*/
.productPrice{
  margin: 0px 0 5px 0;
  text-align: center;
}

/*Mobile productbox*/
.col.col-xs-6{
  width: calc(100% - 10px);
}

.row.col-container.mobileProductRow{
  margin: 0px;
}

@media only screen and (max-width: 900px) {
  .row.col-container.mobileProductRow{
    margin: 0px auto;
    grid-template-columns: repeat( auto-fit, minmax(201px, 50%) );
  }
}

.col-container.desktopProductRow::before,
.col-container.desktopProductRow::after,
.col-container.mobileProductRow::before,
.col-container.mobileProductRow::after{
	content: none;
}

.col-container.desktopProductRow > div:first-child,
.col-container.desktopProductRow > div:last-child{
	display: none;
}

.col-container{
  margin-top: 10px;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(201px, 25%) );
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Glyphicon Information*/
.glyphicon-info-sign:before{
  color:#229c86;
  background: transparent;
}

/*Input fields*/
input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], .form-control, textarea {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    color: #000;
    padding: 10px 17px;
    box-shadow: none;
    height: auto;
}

input [type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, .form-control:focus, textarea:focus {
        border: 1px solid #000;
        box-shadow: none;
        border-radius: 10px;
        outline: 0;
}

/*buttons*/
.btn,
.btn.btn-default,
 .btn.btn-primary, a#btn_save {
    background: #229c86;
    border: 1px solid #229c86;
    color: #FFF;
    border-radius: 10px;
    padding: 15px 20px;
}

.btn.btn-default.reversed {
        background: #229c86;
        border: 1px #FFF solid;
        color: #fff;
        border-radius: 10px;
}

.btn:hover, .btn.btn-default:hover, a#btn_save:hover, #lnk_registerUser:focus, #lnk_registerUser:active {
    background: #FFF;
    border: 1px solid #229c86;
    color: #229c86;
}
.btn.btn-default.reversed:hover {
     border: 1px solid;
     border-color: #229c86;
     background: #FFF;
     color: #229c86;
 }

a#btn_save {
    background: #229c86;
    color: #FFF;
}

button#addToCartBtn {
    background: #229c86;
    color: #FFF;
}

button#addToCartBtn:hover{
  border: 1px solid #229c86;
}

.prdinfo__basket {
    border: 1px solid #229c86;
    border-radius: 50px;  
    color: #229c86;
  
}

button#btn_pi_plus {
    color: #229c86;
}
button#btn_pi_minus{
    color: #229c86;
}

input#addNew{
    color: #229c86;
}

/*text box afrekenscherm */
.bg-info {
    background: #229c86;
}

/*aantallen afrekenscherm*/
span.subtractOneToProduct.circleButton {
    background: #DFD746;
}

span.addOneToProduct.circleButton {
    background: #DFD746;
}

/* media queries */
@media only screen and (max-width: 600px) {
  .productDescription.titleText {
        Font-size: 12px;    
} 
}

/*admin inlog*/
.navbar-default.navbar-fixed-top {
    background: #229c86;
    color: #FFF;
}

a#lnk_products, a#lnk_manager, a#dropdown-menu2, a#dropdown-menu1, a#lnk_settings, a#lnk_categoryManager,a#lnk_ordersMenu,a#diagnostics, a#lnk_idencodeMenu{
    color: #FFF;
}

.fullDesktop #bigDiv #basketdiv .panel-heading {
    color: #fff;
    background-color: #229c86;
  
}

.btn, .btn-sm {
    border: 1px solid #229c86;
    background: #229c86;
}

.fullDesktop #bigDiv #basketdiv {
    right: 0;
    border-color: #229c86;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #229c86;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
   background-color: #229c86;
}

.bootstrap-dialog.type-primary .modal-header {
    background: #229c86;
}
 
/* Product Rij dum-row */
.dum-row {
 display: flex;
}

/*Productbox*/
.productBox {
    padding: 10px 10px 30px 10px;
    margin-bottom: 0;
   /*  border: 1px solid #229c86; */
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.productBox.productCat {
    padding-bottom: 0px;
}

/*Price Box*/
.productPrice{
  margin: 0px 0 0px -8px;
  text-align: left;
  position: absolute;
  bottom: 5px;
  padding-bottom: 2px;
}

.productDescription.titleText{
  margin: 0px 0 0px -8px;
  text-align:left;
}

.productImage{
  border-radius: 15px;
}