.navbar-brand img { width: 25px; height: 25px; margin-top: -3px; }
.card-product .card-header-image { border: 1px solid #C3C3C3; }
.subscribe-line .container { border-top: 1px solid #C3C3C3;}
.card-product { margin-bottom: 0; margin-top: 0; }
.font-normal { font-weight: normal; }
.product-page footer { background: #E5E5E5; }
@media only screen and (max-width: 600px) {
    .hidemobile { display: none; }
}
span.code {
     font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
}
.brand h4 b { text-transform: uppercase; }
.outofstock { pointer-events: none; }
.product-page .page-header { background-position: top right; }
.text-line-through { text-decoration: line-through; color: grey; }
.product-page .tab-content img { max-width: 100%; }

.nav .nav-item { width: 25%; }
.product-page .flexi-nav > li a { width: 100%; max-width: 100%; }
.checkoutbtn { margin-top: 11px; }
.order-container { width: 500px; max-width: 99%; }

body.order .card-title { margin-top: 0; }
body.order footer { display: none; }

.form-control, .form-control:focus { color: black; }
.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating {
     color: #4D4D4D;
}
label a, label a:visited { color: #AAAAAA; text-decoration: underline; }
.form-check label.form-check-label { line-height: 20px; padding-left: 35px; }
.form-check span { margin-top: 5px; }
@media only screen and (max-width: 600px) {
    .clearmobile { width: 100%; clear: both; }
}
a:hover, a:focus { color: black; }
.product-page #accordion .card-body, .product-page #accordion .card-header { pointer-events: none; }
.product-page form { margin-bottom: 0; }
.outofstock .card-header { position: relative; }
.outofstock .card-header .labelcontainer {
     position: absolute;
     z-index: 2;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.4\0);
}
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 16px/1.2 "Roboto", "Helvetica", "Arial", sans-serif;

  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}


.loading {
     opacity: 0.5;
     pointer-events: none;
}
.yesholder { margin-top: 20px; margin-bottom: 20px; width: 200px; height: 270px; margin-left: auto; margin-right: auto; }
.yesholder img { display: none; }
.align-center { margin-left: auto !important; margin-right: auto !important; }
.checkoutimageholder {
     display:flex;
     align-items: baseline;
     justify-content: space-between;
}
.checkoutimage {
     float: right;
     width: 100px;

}
.order-page .table tr:first-child td { border-top: none; }
.no-pointer-events { pointer-events: none; }
.text-wrap { white-space: normal; }


@media only screen and (max-width: 620px) {
    .row .col-md-4 {
        margin-bottom: 50px;
    }
}
.partner-page .navbar-translate { color: black; }
.partner-page .navbar.navbar-transparent { color: black; }
body.partner-page { background-color: white; }
.partner-page small {     margin-top: 30px;
    display: block; }
.partner-page footer { background-color: whitesmoke; }
.partner-page  .main-raised { margin: 0; }
.partner-page .section { padding: 0 0 50px 0; }

@media only screen and (max-width: 620px) {
    .partner-page .navbar .navbar-brand {
         white-space: normal;
         margin-right: 0;
    }
    .partner-page .navbar .navbar-translate {
         display: block;
         text-align: center;
    }
    .partner-page .navbar .navbar-translate span {
         display: block;
         margin-top: 10px;
    }

    .swal2-popup .swal2-content {
         font-size: 14px !important;
    }
    .yesholder { height: 200px; }
    .yesholder img { height: 220px; }

    .product-page .page-header { min-height: 45vh; }

    .product-page .shop3 {
         padding: 2px;
    }

    .product-page .shop3 .thecontent { padding: 20px; }

    .hidemediumscreen {
    display: none;
    }


}

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

    .nomm {
         margin-top: -20px !important;
    }

}



.cookieinfo a { display: none; }
.cookieinfo a.cookielink { display: inline-block; }


@media only screen and (min-width: 620px) {
    .card-product .card-footer .btn {
        margin-bottom: 50px;
    }


}


.modal-body {
position: relative;
padding: 20px;
height: 220px;
overflow-y: scroll;
}

@media screen and ( min-height: 500px ) and ( min-width: 600px ) {
     .modal-body {
     position: relative;
     padding: 20px;
     height: 500px;
     overflow-y: scroll;
     }
}

.bg-grey {
     background: whitesmoke;
     padding: 0 20px;
     border-radius: 10px;
     border: 1px solid #C3C3C3;
}


@media screen and ( min-width: 1000px ) {
     .bg-grey {
          background: white;
          position: relative;
          top: -160px;
     }

     .shop3 .thecontent {
          margin-top: -140px;
     }
}

@media screen and ( min-width: 1000px ) and ( max-width: 1200px ) {
     .hidemediumscreen {
     display: none;
     }
}

.blue { color: #9C27B0; }

#discountform .modal-body { height: auto; overflow-y: hidden; }