﻿* {
margin: 0;
}
html, body {
height: 100%;
}
input[type=button], input[type=reset], input[type=submit],button {
    -webkit-appearance: button;
    cursor: pointer
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#ContentHead{ display: none;}
.divMenuIcon { display: none; height: 80px; }
#divMainMenu{height:80px;}
.keyHiddenClass {
    color: white;
}
.form-control, .phone-control,.form-checkbox{
    position: relative;
    width:100%;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #999999;
}
.form-checkbox label {
    display: inline-block;
    margin-top:20px;
    height: 20px;
    box-sizing: border-box;
    outline: none;
    border: none;
}
.form-checkbox input {
    margin-right:7px;
}
.phone-control {
    border-bottom: 2px solid #999999;
}
.phone-control select{
    margin-top: 20px;
    width:50px;
    box-sizing: border-box;
    outline: none;
    border: none;
}
.phone-control input{
    margin-top: 20px;
    width: -webkit-calc(100% - 50px);
    width:    -moz-calc(100% - 50px);
    width:         calc(100% - 50px);
    box-sizing: border-box;
    outline: none;
    border: none;
}
.form-control input,.form-control select{
    margin-top: 20px;
    width:100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    
}
.form-control label, .phone-control label{
    position: absolute;
    top: 20px;
    left: 0;
    color: #999999;
    transition: .5s;
    pointer-events: none;
    width:100%;
}
.form-control input:focus ~ label,
.form-control select:focus ~ label,
.phone-control input:focus ~ label,
.phone-control select:focus ~ label,
.form-control input:hover ~ label,
.form-control select:hover ~ label,
.phone-control input:hover ~ label,
.phone-control select:hover ~ label,
.ControlHasAnswer ~ label{
    top: 0;
    left:0;
    color: #754f1e;
    font-size: 13px;
    font-weight: bold;
}
/* .phone-control select{
color: transparent;
}
.phone-control input:focus ~ select,
.ControlHasAnswer ~ select{
    color: black;
} 
.form-control input:focus,
.form-control select:focus,
.phone-control input:focus,
.phone-control select:focus,
.ControlHasAnswer {
    border-bottom: 2px solid #754f1e !important;
} */
input::-webkit-time-edit{
    color:transparent;

}
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-ampm-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-day-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-hour-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-millisecond-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-minute-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-month-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-second-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-week-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-year-field,
input:not(.ControlHasAnswer):not(:focus)::-webkit-datetime-edit-text
{
  color: transparent;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.footer {
    height: 38px;
    text-align: center;
    display: inline-block;
    border-top: 2px solid #f9c900;
    width:100%;
}
.footer span{
    padding-top:10px;
    display:inline-block;
}
input, select, textarea{
    -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
}
#mainContent{
    max-width: 1024px;
    display:block;
    margin:0 auto 0 auto;
    padding-top: 125px;
}
.placeholder {
    color: #754f1e;
}
.Question{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #754f1e;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #754f1e;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #754f1e;
}
:-moz-placeholder { /* Firefox 18- */
    color: #754f1e;
    padding-left: 10px;
}

#divHeader
{
    height: 80px;
}
#imgLogo{
    background-image:url(images/Logo.svg);
    background-repeat: no-repeat;
    width:120px;
    height: 60px;
    margin-top:10px;
    margin-left:28px;
    margin-right:28px;
}
.full, .half{
    display:block;
    float:left;
}
/*.full > input, .full > select, .full > textarea, 
.half > input, .half > select, .half > textarea {
    width:100%;
    margin-left:30px;
}*/
.full{
    width:100%;
}
.half{
    width:50%
}

@media screen and (min-width: 480px) {
}
@media screen and (max-width: 480px) {
    .page-wrap {
        margin-bottom: 0;
    }
    .footer {
        display:none;
    }
}


/*Group Boxes Control CSS*/
/*.GroupBox{
    width:100%;
    background-color:yellow;
    border:2px black solid;
    -moz-box-sizing: border-box !important;    
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important; 
}
.GroupBoxHeader{
    width:100%;
    background-color:#4cff00;    
    padding:7px;
    border-bottom:2px black solid;
    -moz-box-sizing: border-box !important;    
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important; 
}
.GroupBoxContent{
    width:100%;
    background-color:red;
    padding:10px;
    -moz-box-sizing: border-box !important;    
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important; 
}*/
/*Group Boxes Control CSS*/
.Float {
    float: left;
}
.InverseFloat{
    float:right;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.col-md-1 {
    width: 8.33%;
}

.col-md-2 {
    width: 16.66%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-5 {
    width: 41.66%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-8 {
    width: 66.66%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-11 {
    width: 91.66%;
}

.col-md-12 {
    width: 100%;
}

}
.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}
.spinner{
    background-image: url(images/spinner.svg);
    width:38px;
    height: 36px;
    display:inline-block;
    margin-top: -21px;
    margin-bottom: -4px;
}
.provider-item {
    padding: 10px;
    width: 100%;
}

    .provider-item > a > div {
        margin-bottom: 20px;
    }

.provider-item:hover{
    filter: invert(5%);
}
.provider-info {
    text-align:center
}
.provider-info a{
overflow: hidden;
white-space: nowrap;

}
.category-item {
    box-sizing:border-box;
}
.category-item:hover{
    filter: invert(5%);
}
.category-item .category-img {
    width: 100%;
    background-image:url(images/CatBG.svg);
    background-repeat:no-repeat;
    padding-bottom: 10%;
    /*height: 200px;
    max-width:200px*/
    overflow:hidden;
    position:relative;
    margin: 0 auto;
    text-align:center;
}
.category-item .category-img img {
    width:60%;
    /*position:absolute;*/
    padding-top:7%; 
    left:0;
    margin:auto auto;
}
    /* .category-item a
    {
        display:inline;
    } */
    .category-img label {
        display: block;
        color: #754f1e;
        padding-top: 2px;
    }
.category-item h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 5px 0px;
    font-weight: normal;
    overflow: hidden;
}
.category-info {
    text-align:center
}
.category-description {
      height: 35px;
      overflow:hidden;
}
.category-horizental .category-img {
    width: 40%;
    padding-bottom: 40%;
     float:left
}
.category-horizental .category-info  {
    float:left;
    padding:0px 10px
}
a {
        text-decoration: none;
        color: inherit;
}
.item-item {
    box-sizing:border-box;
    min-height:300px !important;
    max-height:300px !important;
}
.item-item:hover{
    filter: invert(5%);
}
.item-info {
    text-align:center
}
.item-item > .Item-img {
    margin: 0 auto;
    display: -webkit-box;
    width:150px;
    height:150px;
}

[class*="col-"] {
    /* width: 100%; */
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
    float:left;
}
.MenuSide{ display: none; background-color: rgba(0, 0, 0, 0.5); overflow: hidden; height: 100%; width:100%; left:0; top:0; z-index: 999; position: fixed}
.MenuList ul{
    height: 80px; 
    padding-top: 29px;
    padding-right: 30px;
    box-sizing:border-box; 
    list-style-type:none;
} 
.MenuList>ul>li{margin:10px;}

.col-0 {width: 0%;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 400px)  {
    /* For Mobile portrait: */
    .col-xs-0 {width: 0%;}
    .col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}

    
}
@media only screen and (min-width: 400px) and (max-width: 992px) {
    /* For tablets: */
    .col-sm-0 {width: 0%;}
    .col-sm-1 {width: 8.33%;}
    .col-sm-2 {width: 16.66%;}
    .col-sm-3 {width: 25%;}
    .col-sm-4 {width: 33.33%;}
    .col-sm-5 {width: 41.66%;}
    .col-sm-6 {width: 50%;}
    .col-sm-7 {width: 58.33%;}
    .col-sm-8 {width: 66.66%;}
    .col-sm-9 {width: 75%;}
    .col-sm-10 {width: 83.33%;}
    .col-sm-11 {width: 91.66%;}
    .col-sm-12 {width: 100%;}
}
@media only screen and (max-width: 992px) {
    .divMenuIcon { display: block; }
    #divHeader{ text-align: center; }
    .MenuList,.MenuSide { display: none; }
    .MenuList {
        background: #47a3da;
        position: fixed;
        left:0;
    }
    #breadcrumbList{display: none;}
    
    
    .MenuList h3 {
        color: #afdefa;
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }
    .MenuList>ul>li{width:100%;}
    .MenuList a {
        display: block;
        color: #fff;
        font-size: 1.1em;
        font-weight: 300;
    }

    .MenuList a:hover {
        background: #258ecd;
    }

    .MenuList a:active {
        background: #afdefa;
        color: #47a3da;
    }

    /* Orientation-dependent styles for the content of the menu */

    .MenuList {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .MenuList a {
        border-bottom: 1px solid #258ecd;
        padding: 1em;
    }

    .MenuList.cbp-spmenu-open {
        left: 0px;
    }

    /* Push classes applied to the body */

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright {
        left: 240px;
    }

    .cbp-spmenu-push-toleft {
        left: -240px;
    }

    /* Transitions */

    .MenuList {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
@media only screen and (min-width: 992px) {
    #breadcrumbBack {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* For desktop: */
    .col-md-1 {width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.33%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33%;}
    .col-md-11 {width: 91.66%;}
    .col-md-12 {width: 100%;}
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .col-lg-1 {width: 8.33%;}
    .col-lg-2 {width: 16.66%;}
    .col-lg-3 {width: 25%;}
    .col-lg-4 {width: 33.33%;}
    .col-lg-5 {width: 41.66%;}
    .col-lg-6 {width: 50%;}
    .col-lg-7 {width: 58.33%;}
    .col-lg-8 {width: 66.66%;}
    .col-lg-9 {width: 75%;}
    .col-lg-10 {width: 83.33%;}
    .col-lg-11 {width: 91.66%;}
    .col-lg-12 {width: 100%;}
}


.MenuIcon {
    position: relative;
    padding: 9px 10px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.MenuIcon:hover {
    background-color: #ddd;
}
.MenuIcon span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
    background-color: #888;
}
#srch {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(images/Search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 2px;
    border-radius: 8px;
    border: 3px solid #754f1e;
    width: 90%;
    height: 100%;
}
.LoadingMoreSpinner {
    margin: 100px auto 0;
    width: 100%;
    height: 28px;
    padding-top:10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    display: none;
    background-color: rgba(117, 79, 30, 0.5);
  }
  
  .LoadingMoreSpinner > div {
    width: 18px;
    height: 18px;
    background-color: #F9C900;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 7000;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    text-align: center;
}
.socket {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
}

.hex-brick {
    background: #f9c900;
    width: 30px;
    height: 17px;
    position: absolute;
    top: 5px;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.h2 {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.h3 {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.hex-brick-v {
    background: #f9c900;
    width: 26px;
    height: 15px;
    position: absolute;
    top: 6px;
    left:2px;
    right:2px;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.v2 {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.v3 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.gel {
    height: 30px;
    width: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.center-gel {
    margin-left: -15px;
    margin-top: -15px;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
.left-gel {
    margin-left: -50px;
    margin-top: -15px;
    -webkit-animation-delay: -0.4 !important;
    animation-delay: -0.4s !important;
    animation-name: pulse;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}
.right-gel {
    margin-left: 20px;
    margin-top: -15px;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 0;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0.2s !important;
}

.c1 {
    margin-left: -47px;
    margin-top: -15px;
}

.c2 {
    margin-left: -31px;
    margin-top: -43px;
}

.c3 {
    margin-left: 1px;
    margin-top: -43px;
}

.c4 {
    margin-left: 17px;
    margin-top: -15px;
}

.c5 {
    margin-left: -31px;
    margin-top: 13px;
}

.c6 {
    margin-left: 1px;
    margin-top: 13px;
}

.c7 {
    margin-left: -63px;
    margin-top: -43px;
}

.c8 {
    margin-left: 33px;
    margin-top: -43px;
}

.c9 {
    margin-left: -15px;
    margin-top: 41px;
}

.c10 {
    margin-left: -63px;
    margin-top: 13px;
}

.c11 {
    margin-left: 33px;
    margin-top: 13px;
}

.c12 {
    margin-left: -15px;
    margin-top: -71px;
}

.c13 {
    margin-left: -47px;
    margin-top: -71px;
}

.c14 {
    margin-left: 17px;
    margin-top: -71px;
}

.c15 {
    margin-left: -47px;
    margin-top: 41px;
}

.c16 {
    margin-left: 17px;
    margin-top: 41px;
}

.c17 {
    margin-left: -79px;
    margin-top: -15px;
}

.c18 {
    margin-left: 49px;
    margin-top: -15px;
}

.c19 {
    margin-left: -63px;
    margin-top: -99px;
}

.c20 {
    margin-left: 33px;
    margin-top: -99px;
}

.c21 {
    margin-left: 1px;
    margin-top: -99px;
}

.c22 {
    margin-left: -31px;
    margin-top: -99px;
}

.c23 {
    margin-left: -63px;
    margin-top: 69px;
}

.c24 {
    margin-left: 33px;
    margin-top: 69px;
}

.c25 {
    margin-left: 1px;
    margin-top: 69px;
}

.c26 {
    margin-left: -31px;
    margin-top: 69px;
}

.c27 {
    margin-left: -79px;
    margin-top: -15px;
}

.c28 {
    margin-left: -95px;
    margin-top: -43px;
}

.c29 {
    margin-left: -95px;
    margin-top: 13px;
}

.c30 {
    margin-left: 49px;
    margin-top: 41px;
}

.c31 {
    margin-left: -79px;
    margin-top: -71px;
}

.c32 {
    margin-left: -111px;
    margin-top: -15px;
}

.c33 {
    margin-left: 65px;
    margin-top: -43px;
}

.c34 {
    margin-left: 65px;
    margin-top: 13px;
}

.c35 {
    margin-left: -79px;
    margin-top: 41px;
}

.c36 {
    margin-left: 49px;
    margin-top: -71px;
}

.c37 {
    margin-left: 81px;
    margin-top: -15px;
}

.r1 {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

.r1 > .hex-brick {
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 > .hex-brick {
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 > .hex-brick {
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}


@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade {
    0% {
        background: #F9C900;
        border: 3px solid #754F1;
    }

    50% {
        background: #754F1;
    }

    100% {
        background: #F9C900;
        border: 3px solid #754F1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade {
    0% {
        background: #F9C900;
        border: 3px solid #754F1;
    }

    50% {
        background: #754F1;
    }

    100% {
        background: #F9C900;
        border: 3px solid #754F1;
    }
}


/* Scanner */
.overlay--inline {
    display: none;
}

    .overlay--inline.show {
        display: block;
    }

@media (max-width: 603px) {
    .controls {
        flex-direction: column;
        align-items: stretch;
    }

        .controls .readers {
            margin-left: 0;
            margin-top: 1em;
        }
}
.overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index:10;
}

.overlay__content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.overlay__close {
    position: absolute;
    right: 0;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: white;
    cursor: pointer;
    border: 3px solid black;
    font-size: 1.5rem;
    margin: -1rem;
    border-radius: 2rem;
    z-index: 100;
    box-sizing: content-box;
}

.overlay__content video {
    width: 100%;
    height: 100%;
}

.overlay__content canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#btnScanner img{
    width:100%;
    height:100%;
    display:inline-block;
}
.Cart {
    padding-top: 35px;
    padding-right: 30px;
}
.itemQty {
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
    .itemQty > a, .itemQty > div {
        display: inline-block;
        width: 30px;
        height: 27px;
        position: relative;
        text-align: center;
    }

.hex-plus {
    position: relative;
    width: 30px;
    height: 26px;
}
.hex-minus {
    position: relative;
    width: 30px;
    height: 26px;
}
.hex-minus:before, .hex-minus:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.25s ease-out;
}

.hex-minus:before {
    top: 50%;
    left: 25%;
    width: 50%;
    height: 4px;
    margin-top: -2px;
}

.hex-plus:before, .hex-plus:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.25s ease-out;
}
.hex-plus:before {
    top: 25%;
    left: 50%;
    width: 4px;
    height: 50%;
    margin-left: -2px;
}

.hex-plus:after {
    top: 50%;
    left: 25%;
    width: 50%;
    height: 4px;
    margin-top: -2px;
}
.cartOrder{
   margin-bottom: 5px; 
}
.cartOrder .cartOrderHeader{
    background-color: #F9C900;
    height: 22px;
    padding:7px;
    border-radius: 8px;
}
#head {
    background-color: white;
    height: 115px;
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
}
.nav-up {
    top: -115px !important;
}
/* Style the list */
#breadcrumbList ul{
    padding: 5px 16px;
    list-style: none;
    color:#eee;
  }
  
  /* Display list items side by side */
  #breadcrumbList ul li {
    display: inline;
    font-size: 18px;
  }
  
  /* Add a slash symbol > before/behind each list item */
  #breadcrumbList ul li+li:before {
    padding: 8px;
    
    content: ">";
  }
  
  /* Add a color to all links inside the list */
  #breadcrumbList ul li a {
    color: #0275d8;
    text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  #breadcrumbList ul li a:hover {
    color: #01447e;
    text-decoration: underline;
  }

  .orderHeader {
    background-color: #F9C900;
  }

  .MyOrdersDetail{
      display: inline-block;
      width:100%;
  }
  .MyOrdersDetail .Item-img{
    display: inline-block;
    width:80px;
  }
  .MyOrdersDetail .item-Desc{
    display: inline-block;
    margin-top:15px;
  }

.category-list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-btn {
    text-align: left;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #f9f9f9;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
}

    .category-btn:hover,
    .category-btn.active {
        background: #e0e0e0;
    }

.container-fluid {
    height: 100%;
    width: 100%;
}

#firmsbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.firms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 10px;
}

.provider-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

    .provider-card:hover {
        transform: translateY(-4px);
    }
.provider-image {
    height: 200px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .provider-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.provider-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 16px;
}

    .provider-body h5 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 6px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .provider-body p {
        margin: 4px 0;
        font-size: 14px;
        color: #555;
    }

    .provider-body a {
        font-size: 13px;
        word-break: break-word;
    }

.view-button {
    display: block;
    text-align: center;
    background: #4CAF50;
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.text-center{
    text-align: center;
}

.list-group-item {
    font-size: 14px;
    white-space: normal; 
}

.list-group {
    border-radius: 6px;
}

.list-group-item.active {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}
