@media (max-width: 767px) {
  .deliveryText {
    font-size: 0.7rem !important;
  }

  .searchtitle {
    padding-top: 2rem;
  }

  .unitprice, .OrderText, .delivlabel {
    display: none !important;
  }

  .lfloater {
    float: left !important;
    margin: 0 !important;
  }

  .mobilecard {
    padding: 0 0.3rem !important;
  }
}
.error{
    color: red;
}
.productAction--left .dropdown-toggle {
  font-size: 13px !important;
}

.modalLocation {
  top: 45px !important;
}
.modalLocation .modal-body{
    margin-bottom: 45px !important;
}
.hoverBox-four {
  max-width: 343px;
}

.pac-container {
  z-index: 9999;
}

.sms {
  display: none;
}

.mtblZips {
  display: none;
}

@media screen and (max-width: 768px) {
  .sms {
    clear: both;
    display: block;
  }

  .navbar-tertiary #navcol-1 {
    margin-top: 0px;
  }

  .mtblZips {
    display: contents;
  }

  .serviceArea--table tr:not(.tblZips) {
    display: flex;
    justify-content: space-between;
  }

  .serviceArea--table tr th {
    font-size: 11px;
  }

  .tblZips {
    display: none;
  }

  .textcenter {
    display: initial;
    padding: 3px 3px 3px 5px !important;
  }

  .citySec {
    display: none;
  }

  .selectSec {
    padding-right: 10px !important;
  }

  .cutoffday, .cutofftime {
    padding-left: 1.7rem !important;
  }
  
  .first {
    order: 1;
  }

  .second {
    order: 2;
  }  
}
.megamenu .nav-link:hover {
  color: var(--ts-dark-green);
}

#nav-tree-search {
  display: none;
}

.navTree li a:hover, .navTree li a:focus {
  color: var(--ts-bold-green);
}

.delivsidebar .cart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
}

/* for Nutritional Facts label */
#nutritionfacts {
  background-color: white;
  border: 1px solid black;
  padding: 3px;
  width: 244px;
  white-space: normal;
}

#nutritionfacts td {
  color: black;
  font-family: var(--font-public-sans);
  font-size: 8pt;
  padding: 0;
  font-weight: bold;
}

#nutritionfacts td.header {
  font-family: var(--font-public-sans);
  font-size: 28px;
  white-space: nowrap;
  font-weight: bold;
}

#nutritionfacts div.label {
  float: left;
  font-family: var(--font-public-sans);
  font-weight: bold;
}

#nutritionfacts div.serving {
  font-family: var(--font-public-sans);
  font-size: 8pt;
  text-align: center;
}

#nutritionfacts div.weight {
  display: inline;
  font-family: var(--font-public-sans);
  padding-left: 5px;
  font-weight: normal;
}

#nutritionfacts div.dv {
  display: inline;
  float: right;
  font-family: var(--font-public-sans);
  font-weight: bold;
}

#nutritionfacts table.vitamins td {
  font-family: var(--font-public-sans);
  white-space: nowrap;
  width: 33%;
}

#nutritionfacts div.line {
  border-top: 1px solid black;
  padding-left: 0px 5px;
}

#nutritionfacts div.labellight {
  float: left;
  font-family: var(--font-public-sans);
  font-weight: normal;
}

#nutritionfacts .highlighted {
  border: 1px dotted grey;
  padding: 2px;
}

/* end Nutritional Facts Label */
.left-align-slick .slick-list .slick-track {
  margin-left: 0;
}

@media (max-width: 768px) {
  .landingNav .navbar-collapse.show,
  .landingNav .navbar-collapse {
      max-width: 276px;
      background: #fff;
      box-shadow: 0px 16px 40px rgba(34, 41, 46, 0.5);
      position: absolute;
      left: 0px;
      top: 40px;
      z-index:9;
      padding: 32px 48px;
      width: 100%;
  }
}

#modalLocation a.nav-link:hover, #modalLocation a.nav-link.active {
  color: var(--ts-dark-green) !important;
}

.megamenu .col-megamenu a.nav-link:hover {
  color: var(--ts-dark-green) !important;
  font-weight: bold !important;
}

.sdmenu:hover, .sdmenu[aria-expanded="true"] {
  font-weight: bold !important;
  color: var(--ts-white) !important;
}

.tDesc {
  font-family: var(--font-public-sans);
}

h1, h2, h3, h4 h5 h6 {
  font-family: var(--font-public-sans);
}

/* Froala CSS */

.fr-box {
    position: relative;
}

.fr-wrapper {
    width: 100%;
}


/* lost & found */

.chatcard-bordered {
    border: 1px solid #ebebeb;
}

.chatcard {
    border: 0;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    -webkit-transition: .5s;
    transition: .5s;
}

.padding {
    padding: 3rem !important
}

body {
    background-color: #f9f9fa
}

.chatcard-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}


.chatcard-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent;
    border-bottom: 1px solid rgba(77,82,89,0.07);
}

.chatcard-header .card-title {
    padding: 0;
    border: none;
}

h4.chatcard-title {
    font-size: 17px;
}

.chatcard-header>*:last-child {
    margin-right: 0;
}

.chatcard-header>* {
    margin-left: 8px;
    margin-right: 8px;
}

.btn-secondary {
    color: #4d5259 !important;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    color: #fff;
}

.btn-xs {
    font-size: 11px;
    padding: 2px 8px;
    line-height: 18px;
}
.btn-xs:hover{
    color:#fff !important;
}

button, input, optgroup, select, textarea {
    font-family: var(--font-public-sans);
}


.chatcard-title {
    font-family: var(--font-public-sans);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(77,82,89,0.07);
}


.ps-container {
    position: relative;
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0;
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.media .avatar {
    flex-shrink: 0;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
}

.media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table;
}

.media-body {
    min-width: 0;
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color:#9b9b9b;
}

.media>* {
    margin: 0 8px;
}

.media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8;
}

.media-meta-day {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
    color: #8b95a5;
    opacity: .8;
    font-weight: 400;
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.media-meta-day::before {
    margin-right: 16px;
}

.media-meta-day::before, .media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb;
}

.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb;
}

.media-meta-day::after {
    margin-left: 16px;
}

.media-chat.media-chat-reverse {
    padding-right: 12px;
    padding-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0;
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.media-chat.media-chat-reverse .media-body p {
    float: right;
    clear: right;
    background-color: #48b0f7;
    color: #fff;
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
}


.border-light {
    border-color: #f1f2f3 !important;
}

.bt-1 {
    border-top: 1px solid #ebebeb !important;
}

.publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 10px;
    background-color: #f9fafb;
}

.publisher>*:first-child {
    margin-left: 0;
}

.publisher>* {
    margin: 0 8px;
}

.publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent;
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #8b95a5;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.file-group {
    position: relative;
    overflow: hidden;
} 

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
} 

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1; 
    width: 20px;
}

.text-info {
    color: #48b0f7 !important;
}
.page-footer ul li{
    line-height: 1.7;
}

/*tags*/
.scan-profile .nickname{
    font-size: 20px;
    font-weight: 800 !important;
}
.scan-profile .scanid{
    color: #A8A8A8;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600 !important;
    font-size: 14px;
}
.scan-profile .tagid{
    color: #A8A8A8;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700 !important;
    font-size: 20px;
}
a[href=""] {
    cursor: default;
}
@media (min-width: 1400px) {
  #sucMsgModal .modal-lg{
    max-width: 800px;
  }
}
.landingHero-video{
    margin-top: 52px;
}
@media (max-width: 992px) {
    .landingHero-video{
        margin-top: 38px;
    }   
    .msgBox {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .landingHero-video{
        margin-top: 42px;
    } 
    .msgBox {
        font-size: 20px;
    }  
}
.changePass .card {
  border-radius: 8px;
  width: 100%;
  max-width: 407px;
}
.lineTab ul.nav-tabs-custom li.nav-item a.nav-link {
  color: var(--ts-dark-green);
}
.msgBox {
        width: 100%;
        background-color: #373737;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid lightgray;
        z-index: 200;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        padding: 20px 0;
    }
    
    .msgBox {
        display: none;
        position: fixed;
        z-index: 1073;
    }
.auto-search-list1 {
  top: 70px;
  background: #275048;
  width: 100%;
  z-index: 10;
}
@media (min-width: 960px) {
  .auto-search-list1 {
    background: rgba(39, 80, 72, 0.98);
  }
}
@media (min-width: 767px) {
  .auto-search-list1 {
    width: calc(100% - 58px);
  }
}
.auto-search-list1 ul {
  padding: 0;
  list-style-type: none;
  max-height: 200px;
  overflow-y: auto;
}
.auto-search-list1 ul li {
  border-bottom: 1px solid transparent;
  line-height: 1.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.auto-search-list1 ul li i {
  color: var(--ts-pale-green);
}
.auto-search-list1 ul li:hover {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--ts-gold);
}
.auto-search-list1 ul li:hover i {
  color: var(--ts-gold);
}
.auto-search-list1 ul li a {
  color: #fff;
}
.auto-search-list1 ul li a:hover {
  color: var(--ts-gold);
}
.roi td{
    padding: 0 20px 10px 0;
}

@media (min-width: 768px){
    .herosection .parallax-overlay{
        min-height: 500px;
    }
}
.embed iframe{
    max-width: 100%;
}
.zipcode .desktop{
    display: inline;
}
.zipcode .mobile{
    display: none;
}
@media (min-width: 992px) and (max-width:1200px) {
    .container{
        max-width: 95%;
    }
    .zipcode .desktop{
        display: none;
    }
    .zipcode .mobile{
        display: inline;
    }
}