#protector {
    z-index: 1000000;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.0);
    position: fixed;
    display:none;
        
      
}



.navbar-brand img {
    max-height: 70px;
    height: 90%;
    margin-right: 20px;

}


.navbar-brand {
    font-variant: small-caps;
    color: #000;
    
}

.navbar {
    box-shadow: 0px 3px 3px 0px rgba(17,17,17,0.2);
    padding: 0px;
    padding-top: 10px; 
    padding-bottom: 10px;
}
.col-primary {
    color: lightskyblue;
}

.col-success {
    color: lightseagreen;
}

.col-danger {
    color: red;
}

.btn-xs {
    padding: 2px;
    font-size: 11px;
}

#cart {
    background: #fff;
    position: fixed;
    right:0px;
    width: 450px;
    z-index: 500;
    height:100%;
    box-shadow: -7px 0px 19px 0px rgba(194,194,194,1);
    padding: 15px;
    top: 0px;
    padding-top: 110px;
}


#cartHead #closer { display: none; }


@media (max-width: 768px) {
    #cartTitle { display: none; }
}

@media (max-width: 1130px) {

    #cartHead #closer { display: inline; }


    .nav-item {
        padding-left: 15px;
    }
    
    #cart {
        background: #ccc;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: initial;
        z-index: 500;
        height:100%;
        max-height: 100px;
        overflow: hidden;
        box-shadow: -7px 0px 19px 0px rgba(194,194,194,1);
        padding: 30px;
        padding-top: 15px;
        top: initial;


    }

    #cart.active {
        background: #fff;
        max-height: calc(100% - 100px) !important;
        overflow: auto;
    }

    #cart #closer {  display: none; }
    #cart.active #closer { display: inline; }

}


@media (max-width: 1400px) {
    .leftContainer { margin-left: 0px;}
}


.category { border-bottom: 1px solid #f9f9f9; color: #222; padding:10px; margin-top: 10px; font-size: 18px;}
.prod { font-size: 15px; margin-top: 15px; margin-left: 0px; padding: 10px;}
.prodprice { font-size: 15px}
.prod:hover {
    background: #f9f9f9;
}
.prodImage { max-width: 85px; max-height: 85px; float: left; margin-right: 20px; }
#prodPreview { height: 250px; background-size: contain;  background-position: center; background-repeat: no-repeat; margin-bottom: 25px; padding: 20px; color: #fff; font-size: 24px; text-shadow: 1px 1px 1px #000,  3px 3px 5px #777;}
#mainContent { overflow: auto }

@media (max-width: 1024px) {
    .prodImage { max-width: 64px; max-height: 65px; float: left; margin-right: 10px; }
    .category { font-size: 16px;}
    .prod { font-size: 13px;}
    .prodprice { font-size: 13px}
    
}


#catSelector { 
    position: fixed;
    top: 100px;
    left: 0px;
    padding: 15px;
    
    max-height: 99px;
    padding-right: 15px;
    box-shadow: 0px 0px 19px 0px rgba(194,194,194,1);
    background: #eee;
    overflow: auto;
    width:100%;
  
    z-index: 1;
    padding-top: 15px;
}

@media (max-width:1130px) {
    #catSelector{
       width: 100% !important;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}


/* Simple Scrollbar */

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


#showCase {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 1000;
    
    
}

#showCaseImg {
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

#footer {
    background: #e4492e;
    color: #fff;
}

#footer a { 
    color: #fff;
}