body {
/*  overflow: visible !important;*/
}
a {
    color: #dc2a1c;
    text-decoration: none;
}    

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.p-05 {
  padding: 0.5em;
}

.p-1 {
  padding: 1em;
}

.topheader {
    padding: 0.5em;
    background-color: #222;    
}

.desktopHeader h4, .desktopHeader h4 a {
    color: white;
}

@media (max-width: 768px) {
  .topheader {
      padding: 2px;
    
  }

  .topheader .btn {
      background-color: #464646;
      border: 0px;
      padding: 8px 10px;
  }
}
@media (min-width: 768px) {
  .topheader .btn {
      background-color: #464646;
      border: 0px;
      padding: 8px 20px;
  }
}
.topheader .btn:hover {
    background-color: #606060    
}

@media (max-width: 768px) { 
.mt-xs-3 {
/*  margin-top: 3em;*/
  }
}

.greySmall {
  color: #ccc;
  margin-left: 5px;
  font-size: 16px;
}

.staticPage a:hover, .staticPage a:focus {
    color: #dc2a1c;
    text-decoration: underline;
}

a:hover, a:focus {
/*    color: #fff;*/
    text-decoration: underline;
}

a.nodec {
   text-decoration: none;
}

a.nodec:hover {
   color: red;
}

@media (max-width: 768px) {    
.foodBox .foodText {
  /*min-height: 75px;*/
  color: #4f4f4f;
  font-size: 13px;
}
}

@media (min-width: 768px) {    
.foodBox .foodText {
  min-height: 75px;
  color: #4f4f4f;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
}

.foodBox h4  {
    color: #3b3b3b;
    font-size: 22px;
    margin: 10px 0px 10px 0px;
    text-align: center;
    font-weight: 600;   
}

.foodBox h3  {
    padding: 0px;
    margin: 10px;
    font-size: 22px;
}    

@media (max-width: 768px) {
  .foodBox h4  {
    margin-top: 10px;
  }
}

.cartBar h4, .modal-content h4, .panel-title {
  color: #000 !important;
}

.panel-body {
  font-size: 1.2rem;
  padding: 10px 15px;
}

.bd-layoutbox-15 {
    height: 350px;
}

.foodBox {
    margin: 5px 5px;    
    background-color: #fff;
    border-radius: 5px;
}

.foodBox:hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 4px 28px;
}

@media (min-width: 768px) {
  .foodBox {
    width: calc(33% - 15px);
    min-height: 400px;
   }
}

@media (max-width: 768px) {
   .foodBox {
        width: calc(100% - 15px);
    }
}

.foodBox .row {
  
} 

@media (max-width: 768px) {
  .cartBar {
    position: sticky;
    top: 0px;
    height: 100vh !important;
    width: 350px !important;
  }
}

@media (max-width: 768px) {
.cartBar {
    position: fixed;
    bottom: 0px;
/*    height: 80vh !important;*/
    width: 100% !important;
    background-color: #fff;
    /*display: none;*/
    overflow: scroll;
    /*margin: 0px 4px 0px 6px;*/
    padding: 10px 10px;
    z-index: 2222;
}
}

@media (min-width: 768px) {
  .cartBar {  
    width: 350px !important;
  }
}



.cartTop {
  /*border-top: 4px solid grey;*/
  }
}


.cartTop::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.cartTop::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.cartTop::-webkit-scrollbar-thumb
{
  background-color: #e08a44;
}

@media (min-width: 768px) {
.cartTop {
/*    overflow: scroll;
    height: 100vh;
    */
    position: fixed;
    background: #e7e7e7;
    padding: 10px;
    min-width: 350px;
    overflow-y: auto;    
  }
  
}

.cartItem {
  padding-top: 10px;
}  

.cartCounter {
background-color: red;
    position: absolute;
    right: 10px;
    color: #fff;
    border-radius: 50px;
    padding: 0px 6px;
    top: -2px;
    font-size: 13px;
}    

@media (min-width: 768px) {
  .cartCounter {
    right: -10px;
  }
}

.cartItem {
  border-bottom: 1px solid #dedede;
}

#bottomBar {
  height: 50px;
}

#bottomBar .btn {
  width: 100% !important;
  height: 37px;
  font-size: 1.3em !important;
  padding-top: 4px;
}

#cartContainer {
  padding: 10px;
}

.bd-form-12 {
  min-height: auto !important;
}

.cartControl {
    color: #ffffff;
    font-size: 1.7rem !important;   
    float: left;
    margin-right: 3px;    
}

.mobileCartDec, .cartDec {
  background: #e41837;
  padding: 0px 4px !important;
}

.mobileCartInc, .cartInc {
  background: #006991;
  padding: 0px 4px !important;
}



.cartControl {
    font-size: 1.5rem !important;
    border-radius: 4px; 
}


#cartcontainer {
    width: 100%;
    padding-bottom: 30px;
}

.cartNote {
  display: none;
  font-size: 14px;
  font-weight: normal;  
}

.cartClose {
    width: 7rem;
    font-size: 2rem;    
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #777991;
    padding: 0px 0px 0px;
    display: block;
    cursor: pointer;
    position: sticky;
    top: 10px;
    right: 0px;
    z-index: 100;
    float: right;
}

.smCase {
  text-transform: lowercase;
}

a.cartNoteSwitch {
  font-size: 20px;
  color: black;
  text-decoration: none;
  margin-top: -5px;
}

a.cartNoteSwitch:link, a.cartNoteSwitch:hover  {
  text-decoration: none;
}

#cartcontainer .fname {
   font-size: 16px;
   font-weight: bold;   
}

#cartcontainer .fprice {
    font-size: 2rem;
    padding-top: 3px;
    display: block;
    font-weight: bold;
    text-align: right;
}

#cartcontainer .totalrow {
/*  border-top: 1px solid #ccc;*/
  padding: 10px 0px;
  margin-top: 10px;
/*  border-bottom: 1px solid #ccc;*/
  font-weight: bold;
  color: #006991;
}

.bd-section-13 {
  height: 90vh !important;
  z-index: 1000;
  position: sticky;
  top: 0px;
  background: #fff;
}

.bd-content-13 {
/*    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;*/
}    

.orderPage, .categoryrow, .bd-columnwrapper-13{
/*  background: #fff;*/
  min-height: 400px;
}


.tab-content {
  background: #272626;
  background: #fff;
  /*min-height: 400px;*/
}

.tab-content input {
/*  padding: 10px 0px 4px 5px !important;*/
}
.tab-content h4 {
  color: #ff3654;
}


.bd-columnwrapper-112 {
  max-height: 108px;
}

a.squarebtn:hover {
  color: #fff;
  text-decoration: none;  
}
.squarebtn:hover {
  background-color: #595959 !important;
  border: 1px solid #595959;  
}

@media (min-width: 768px) {
.squarebtn {

  border-radius: 5px !important;  
  border: 1px solid #ed1c24;  
  color: white;
  /*background: #47a447;*/
  background-color: #ed1c24 !important;
  font-size: 1.8rem;
  width: 100%;
  height: 80px;  
 }
.squarebtn p { 
 line-height: 16px;
 }
}

@media (max-width: 768px) {
.squarebtn {  
  width: 100%;  
  border-radius: 5px !important;    
  color: #555;    
  background-color: #eee !important;
  font-size: 1.2em;
  font-weight: 800;
  text-transform: uppercase;  
 }

 .btn-xs {
    /*padding: 1px 3px !important;*/
    /*padding: 4px 7px !important;*/
    padding: 3px 6px !important;
  }

  .squarebtn img {
        width: 24px;
        margin-right: 5px;
  }

}

.bd-linkbutton-17 {
  width: 100%;
}


@media (min-width: 768px) {
  .bd-icon-23:before, .bd-icon-45:before, .bd-icon-47:before, .bd-icon-tel:before {  
    font-size: 1.2em !important;
  } 
}

.bd-icon-23:before {
  content: '\18f';  
  font-size: 22px;
  margin: 0.2em;
} 

.bd-icon-45:before {
  content: '\29e';
  font-size: 22px;
  margin: 0.2em;
}

.bd-icon-47:before {
  content: '\239';
  font-size: 22px;
  margin: 0.2em;
}
    
.margin-top-btm {
  margin: 10px 0px;
}

@media (min-width: 768px) {
.bd-layoutcolumn-27 {
/*    float: right;*/
  }
}

.categoryRow {
    margin-bottom: 25px;
    background-size: cover;
    height: 180px;
    background-color: #879c63;
    /*background-color: #879c63;*/
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    
    /*background-position-x: 170px;    
    background-position-y: -15px;
    background-size: 200px;*/
}

.categoryRow img {
    width: 100px;  
}

.categoryRow h4 {
    /* padding: 15px 0px 0px 10px; */
    padding: 14px 0px 0px 10px;
    /*color: #c0151c;
    color: #e34b50;*/
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 125px;
    left: 10px;
    font-weight: 900;
    text-transform: uppercase;        
}

@media (min-width: 768px) {
div.shipinfo {    
  font-size: 1.2em;
/*  font-weight: 800;*/
  color: white;
  /*background-color: #fff;*/
  padding: 4px;
  margin-bottom: 0px;
  
}
}
@media (max-width: 768px) {
div.shipinfo {    
    font-weight: 500;
    font-size: 16px;
    color: white;
/*    background-color: #ed1c24;*/
    padding: 2px;
    margin-bottom: 6px;
    ;
}
}

ul.homepagetabs {
  background: none;  
  margin-top: 11px;
}

ul.homepagetabs li {
  width: 50%;
  border: 0px;
}

ul.homepagetabs li:before {
  content: '' !important;
}

ul.homepagetabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
}

@media (min-width: 768px) {
  .headbuttons .btn {
    padding: 10px 14px !important;
  }
}

@media (max-width: 768px) {
  .headbuttons .btn {
    padding: 6px 10px !important;
    font-size: 1.9rem !important;
  }
}

.headbuttons .btn {
    background-color: #464646;
    border: 0px;
}

.headbuttons .btn:hover {
    background-color: #656565;
}
  
.btn-warning, .btn-success {
          
    font-size: 1.6rem !important;
/*    font-family: Roboto Condensed;*/
    padding: 5px 10px;    
}

.btnSubmit, #SimplePayForm > button {
  /*background-color: #5cb85c !important;*/

  background-color: #ed1c24 !important;  
  color: #fff !important;
  border-color: #ed1c24 !important;
  padding: 4px 12px !important;
  font-size: 1.8rem !important;  
  text-transform: uppercase;
}

.btnSubmit:hover, #SimplePayForm > button:hover {
  /*background-color: #47a447 !important;*/
  background-color: #595959  !important;
  border-color: #595959 !important;
}    

@media (max-width: 768px) {
.cartBtnRow {
    position: fixed !important;
    bottom: 0px;
    z-index: 100;
    background: #000;
    left: 0px;
 }
}

@media (min-width: 768px) {
.staticPage {
    max-width: 80%;
    margin: 0 auto !important;
    margin-top: 2em !important;    
  }
}

@media (max-width: 768px) {
.staticPage {
    max-width: 90%;
    margin: 0 auto !important;      
  }
}

.staticPage {
  margin: 0px 10px 10px 10px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  font-size: 18px;
}

.staticPage h1, .staticPage h2, .staticPage h3, .staticPage h6 {
  color: black;
}

.staticPage h1 {
    line-height: 26px;
    font-size: 22px;
}

.staticPage h2 {
  line-height: 1;
  text-decoration: none;
  font-size: 20px;
}

.staticPage h3 {
  line-height: 1;
  text-decoration: none;
  font-size: 20px;
  color: #ed1c24;
  text-align: center;
} 

.staticPage blockquote {
    font-size: 22px !important;
    text-align: center;
    border: 0px;
    background: #cd061f;
    font-style: normal !important;
    color: white;     
}    

.h37 {
/*  min-height: 40px;*/
}
.h45 {
  height: 45px;
}

@media (min-width: 768px) {
  .page-wrapper {
    margin: 0px 10px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }
}

@media (max-width: 769px) {
  .page-wrapper {
    margin: 0px 0px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 10px;
  }
}


.bd-linkbutton-43 {
  width: 100%;
  padding: 8px;
  font-size: 15px;
}

.warningbox {
    padding: 17px;    
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ccc;
    margin-top: 20px !important;
    border-radius: 10px;
}

/* buttons */ 

.ytoCart, .ytoModify, .ysendToCart {
  /*padding: 10px 12px !important;
  font-size: 16px !important;*/
  padding: 4px 0px !important;
  font-size: 1em !important;
  /*background: #e41837;
  border-color: #e41837;*/
  background: #ed1c24;
  border-color: #ed1c24;
  font-weight: 800;
}

.toCart, .toModify, .sendToCart {
    padding: 7px 0px !important;
    font-size: 18px !important;
    background: #ed1c24;
    border-color: #ed1c24;
    border-radius: 30px;
    margin-top: 8px;
}    

.toModify {
  padding: 5px 0px !important;
}

.varSelect {
  height: 32px !important;
  font-size: 16px !important;
  padding: 0px 10px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  padding: 5px 0px 0px 5px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px !important;
}


@media (min-width: 768px) {
  .bd-section-11 {
      height: 100px !important;
  }
}

.bd-section-11 {
    height: 130px;
    background-color: #222;
}

.bd-layoutcolumn-113 {
  text-align: center;
  margin-bottom: 10px;
}


.fixer {
  overflow: hidden;  
}

.newfood {
    background-image: url(../images/newbadge.png);
    height: 80px;
    width: 80px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 0px;
}

@media (max-width: 768px) {
.newfood {
    background-image: url(../images/newbadge.png);
    width: 49px;
    height: 49px;
    z-index: 0;
    left: 0px;
    top: 0px;
    background-size: contain;  
 }
}

.sale {
    background-image: url(../images/salebadge.png);
    height: 80px;
    width: 80px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 0px;
}

@media (max-width: 768px) {
.sale {
    background-image: url(../images/salebadge.png);
    width: 49px;
    height: 49px;
    z-index: 0;
    left: 0px;
    top: 0px;
    background-size: contain;  
 }
}

.cartCell, .priceCell {
    border-top: 1px solid #ccc;
    padding: 5px;
    color: #fff;
}

.cartCell p {
  margin: 0px;
}

.cartCellThx {
  border-top: 1px solid #ccc;
  padding: 0px;
}

.cartCellThx, .cartCellThx h4, .cartCellThx h6 {
  color: #000 !important;
}

.thx .row {
  line-height: 2.2em;
}

@media (max-width: 768px) {
.priceCell {
    border-top: 0px;    
}
}

.category-header {  
    height: 60px;
    padding: 20px 0px 0px 10px;
    margin-bottom: 20px;
    background-size: cover;
}

.category-header h4 {
  font-size: 28px;
  color: #3b3b3b;
  text-align: center;
  font-weight: 700;
}

.bd-footerarea-1 ul li {
  float: left;
  font-size: 1.3rem;
  text-transform: capitalize;
}

.bd-footerarea-1 ul li:first-child {
    padding-left: 0px;
}

@media (max-width: 768px) {
.bd-footerarea-1 ul li {
  width: 100%;
}
}


#od-accordion textarea {
/*  padding: 5px !important;*/
}

ul.footer-menu {  
  letter-spacing: 0;
  list-style-type: none;
  padding: 0px;
}

@media (min-width: 768px) {
  ul.footer-menu {  
/*    width: 1000px;*/
    margin: 0 auto;
  }
}

ul.footer-menu li {
   padding: 0px 6px;
}

ul.footer-menu li a {
  color: #8d8d8d;
}

.col-sm-12 {
  position: static !important;
}

.bd-hmenu-1 {
  margin: 0px !important;
}

li.bd-menuitem-36 {
/*    border-right: 1px dotted #777777;*/
}

.select2-selection--single {
  height: 24px !important;
  padding-top: 0px;
}

.select2-results__option {
  text-align: left;
}

.select2-results__option:before {
  visibility: hidden !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 5px !important;
}

#favaddressform label, #paymentform label {
    font-weight: normal;
    font-size: 1.2em;
    border: 1px solid #eee;
    padding: 10px 0px 10px 40px;
    width: 100%;

}

@media (min-width: 768px) {
.profileWrap {
/*    width: 70%;*/
    margin: 0 auto;
  }
}

.profileWrap h6, .profileWrap h4 {
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;  
}

.profileTool {
  margin-left: 10px;
  text-transform: uppercase;    
  font-size: 1.6rem !important;
  padding: 4px 10px;
  border-radius: 20px;
}


/* modal tweak */

body.modal-open {
    overflow: hidden;
    /*position: fixed;*/
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;  
}

@media (max-width: 768px) {
.modal-dialog {
    width: 93vw;
}
}

.modal-header .close {
  background-color: #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.modifyCart {
  text-transform: uppercase;
  
}

.bd-icon-tel:before {
    content: '\288';
    font-size: 22px;
    margin: 0.2em;
}

.bd-input-24 {
  padding-bottom: 10px;
  padding-top: 7px;
}

.toptext {
  margin-top: -20px;
  line-height: 13px;
}

.topPhone:before {
  content: '\288';
}

.topPhone {
  margin: 2rem 2rem 0 0;
  border-radius: 50px;
  font-size: 2rem;
  border: 2px solid #ed1c24;
  color: #ed1c24;
  padding: 2px 7px !important;
}

.fake-header {
  background: #3c3c3c !important;
  padding: 6px 8px;
  border-radius: 3px;
  /*opacity: 1;
  font-size: 30px;
  padding: 0;*/
}

.bd-section-7 {
/*  background-color: #cd061f;*/
}

@media (max-width: 768px) {
.food-image-x {
  height: 200px;background-position: top center;background-size: cover;
  border-radius: 5px 5px 0px 0px;
}
}

@media (min-width: 768px) {
.food-image-x {
  height: 210px;background-position: top center;background-size: cover;
  border-radius: 5px 5px 0px 0px;
}
}

@media (min-width: 768px) {
.plainwrapper {
    background: white;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;    
}
}

@media (max-width: 991px) {
.plainwrapper {
    background: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 2em;
}
.plainwrapper.profile {
  max-width: 600px;
}
}

@media (max-width: 768px) {
.plainwrapper {
    background: white;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
}
}

.plainwrapper p, .plainwrapper h4, .plainwrapper h3 {
  color: black;
}

.profileBlock {
  margin-bottom: 2em;
}

#addressEdit .form-group {
  margin-bottom: 20px;
}

.profile .cartlistrow {
  padding-top: 10px;
}

.cartlistrow h4 span {
  color: black;
  font-weight: normal;
  font-size: 1.6rem;  
}

.lh-2 {
  line-height: 2.5rem;
}

.thxP {
  font-weight: bold;
  text-transform: uppercase;
  color: #464646;
}

.bd-icon-pencil:before {
  content: '\13f';
}

.bd-icon-pencil {
    
}

.smallText {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.smallText a:hover {
  color: #dc2a1c;
}

.iti {
  width: 92%;
  float: left;
}

input.error {
  border-bottom: 1px solid red;
}

.modal .small {
  font-size: 13px;
  line-height: 1;
  padding-top: 10px;
}

#error-msg, #error-msg-tab {
  color: red;
  font-weight: bold;
}

.cartInfo {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;  
}

/*@media (max-width: 768px) {
  .cartInfo {
    color: white !important;
  }
} */

@media (min-width: 769px) {
  .cartInfo {
    color: black !important;
  }
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #7070 !important;
}

.warningBar {
    background-color: #ed1c24;
    color: white;    
    z-index: 1111;
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media (max-width: 769px) {
.warningBar {
    margin-bottom: 0px;
    border-radius: 0px;
}
}

.warningBar p {
  padding: 2px !important;
  margin: 0px;
}

.langflag {
  float: right;
  margin-top: 21px;
  margin-right: 10px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  padding: 7px;
  color: #ed1c24;
}

.langflag-lg {
  margin-left: 1px;
  border: 2px solid white;
  border-radius: 5px;
  padding: 4px;
  color: white;  
  display: inline-block;
  margin-top: 1px;
}

@media (max-width: 768px) {
  .langflag-lg {
      margin-top: 10px;
      margin-right: 20px;
  }
}


.langflag-lg:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

a.fixred, a.fixred:hover {
    color: #dc2a1c !important;
}


li.bd-menuitem-36:hover {
/*    background-color: #555;*/
}


div.radioBtn {
  background-color: #ccc;
  border-radius: 15px;
}

.radioBtn a {
  border: 0px solid #222;
  color: white;  
  float: left;
  border-radius: 20px;
  font-size: 14px;
}

.radioBtn a.notActive:hover {
    -webkit-box-shadow: inset 0px 0px 15px 3px #b1b1b1;
    box-shadow: inset 0px 0px 15px 3px #b1b1b1;
}

.radioBtn .active:hover {
  background-color: #000;
}

.radioBtn .notActive{
  color: #222;
  background-color: #ccc;
  border: 0px;
}

.radioBtn .active{
  color: #fff;
  background-color: #4f4f4f;
  border-color: #000;
}

.input-group.radios {
  display: grid;
  /*background-color: #ccc;*/
  border-radius: 15px;
  padding: 2px;
}

.col-flex {
    display: flex;
}

.col-flex-right {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.productSearch {
    border-radius: 20px !important;
    font-size: 14px;
}

.mr-5 {
    margin-right: 5px;
}

@media (max-width: 768px) {
#search-results {
    height: 400px;
    width: 100%;
    position: absolute;
    z-index: 111;
    overflow-y: scroll;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
    top: 35px;
    display: none;    
 }
}

@media (min-width: 768px) {
#search-results {
    height: 300px;
    width: 485px;
    position: absolute;
    z-index: 111;
    overflow-y: scroll;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
    top: 35px;
    display: none;
    left: -50px;
 }
}

#search-results ul {
    list-style-type: none;
    padding: 0px;
}

#search-results li {
        font-size: 14px;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#search-results .searchTitle {
    font-weight: bold;
    background: #eeeeee;
    padding: 2px 10px;
    margin: 0px 10px 16px 0px;
}

#search-results .searchResultTitle {
    font-weight: bold;
}

#search-results .searchResultTxt {
    font-size: 16px;
}

#search-results .searchResultPrice {
    font-size: 16px;
    font-weight: bold;
}

#search-results .searchImage {
    margin-right: 10px;
}

#search-results a:hover {
    color: black;
}

#sidebarCart {
    display: none;
    position: absolute;
    right: 0;
    top: 0;    
}

.sidebarMenu {
        position: fixed;
        bottom: 0px;
        top: 0px;
        /*height: 100vh !important;*/ 
        width: 100% !important;
        background-color: #222222;
        /* display: none; */
        overflow-x: hidden;
        overflow-y: scroll;
        /* margin: 0px 4px 0px 6px; */
        padding: 0px;
        z-index: 2222;
}        

.cartCloseLg a {
 font-size: 24px;
 color: black;   
}

.cartCloseLg a:hover {
    text-decoration: none;
}

#mainMenuToggle img, #mobileCartBtn img  {
    color: white;
    width: 48px;
}

.col-xs-flex-left {
  @media (max-width: 769px) {
    align-items: center;
    justify-content: center;
  }
}    

.col-md-flex-right {
  @media (min-width: 768px) {
    justify-content: flex-end;
    align-items: center;
  }  
}

.col-xs-flex-center {
  @media (max-width: 768px) {
    justify-content: center;
  }
}

.col-flex-center {
    justify-content: center;
}    

.col-flex-vcenter {
    align-items: center
}

.sidebarMenu ul {
    list-style-type: none;
    padding: 10px 10px 0px 10px;
}

.sidebarMenu ul li {
    padding-bottom: 10px;
}

.sidebarMenu ul li:last-child {
    padding-bottom: 0px;
}

.sidebarMenu ul a {
    font-size: 22px;
    color: white;
    font-weight: 900;
    line-height: 1.8;
    text-transform: uppercase;
}

ul.otherMenus a {
    font-size: 16px;
    font-weight: normal;
}

.sidebarMenu h4 {
    color: white;
    clear: both;
    font-size: 20px;
    font-weight: 900;
}

.menuClose {
    color: white;
    font-size: 20px;
    margin-top: 10px;
}

#sidebarMenu {
    display:none;
}

.desktopHeader {
    padding: 8px 25px;
    background: #000000;
 /*   position: sticky;
    top: 0;*/
}

.mobileHeader {
    position: sticky;
    top: 0;
    z-index: 1111;
}

.bg-222 {
    background-color: #3b3b3b;
}

.oh {
    overflow: hidden;
    height: 100% !important;    
}

@media (min-width: 1200px) {
  .bd-container-inner-w1300 {
      width: 1400px !important;
      margin-left: auto;
        margin-right: auto; 
  }
}