.in-stock {
    color: #37b048;
}

.out-stock {
    color: #d22f25;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #000000;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #3F4444;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid white;
    border-radius: 50%;
    background: #e31f3c;
    color: #white;
}

.shop-filters .filter-title {
background: #3F4444;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: ;
}

.toolbar .cart-btn>.btn {
    background: 
#3F4444;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 350px !important;
    height: auto !important;
    max-height: none !important;
}
@media only screen and (max-width: 425px){
header .header-mobile .logo img {
/* change this for mobile portrait view */
    max-width: 150px;
}
}
@media only screen and (max-width: 768px){
header .header-mobile .logo img {
/* change this for mobile landscape view */
    max-width: 200px;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #white;
}

.menu ul.catalog > li:hover {
    background-color: #e10f2c;
}

@media (max-width: 768px) {
  .banner-row-three-mobile {
  	> .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      
      &::before,
      &::after {
		display: none;
      }
    }
    
    .singlebanner_container {
      width: calc(100% / 3);
    }
  }
}
  .header-full>.container {
    height: 120px;
}

.header-full .logo img {
    max-width: 245px !important;
    max-height: 120px !important;
    width: auto !important;
}

header .header-full .logo {
    margin: 0px;
​    
}
  /* start of video */

.tagline {
    z-index: 20;
}
.tagline:first-child {
    height: 54vh;
    min-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   display: -webkit-box; 
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex; 
   display: flex;
   -webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
section#section-top {
    height: 54vh;
    overflow:hidden;
}
.video-filter {
    z-index: 0;
    background-color: #2d364157;
    width: 100%;
    height: auto;
    position: absolute;
     left: 0;
}
.bgvid-c {
    height: 54vh;
    width: 100vw;
    overflow: hidden;
    position: absolute;
}
#bgvid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100vw;
    position: relative;
}
#section-top h1 {
    color: #fff;
}
.img-icon {
    width: 10px;
    margin-top: -3px;
    margin-left: 5px;
}
.btn-white {
    background: transparent;
    border: 1px white solid;
    color: white;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.37);
    color: white;
}
#section-top .btn-primary {
    border: 1px solid;
    border-color: white;
}
@media only screen and (min-width: 1501px) {

    #bgvid {
    bottom: 50%;
}

    }

@media only screen and (max-width: 1500px) and (min-width: 1220px) {

    #bgvid {
    bottom: 32%;
}

    }

@media only screen and (max-width: 992px) {
    #section-top h1 {
    font-size: 1.5em;
}
#section-top .btn {
    font-size: 23px;
    padding: 12px 30px;
}

}

@media only screen and (max-width: 600px) {
  h1 #section-top  {
    font-size: 1.5em;
}
#section-top .btn {
    font-size: 14px;
    padding: 10px 15px;
}

}

/* end of video */