
  /* menu overlapping shopping cart */

  @media (min-width: 992px) {
    .navbar-nav {
      margin-right: 65px;
    }
  }


/* OPTION 2MENU OVER LAPPING SHOPPING CART */
@media(min-width:992px) {

    .navbar-nav {
        margin-right: 65px;
    }

  .navbar-cart {
        margin-right: 0px;
    }
}


button,.btn {
    border-radius: .25rem!important
}

.header .container {
    max-width: none
}

.header .navbar-dark .navbar-nav .nav-link {
    line-height: 36px;
    text-transform: uppercase
}

.header .navbar-dark .navbar-nav>.active .nav-link {
    color: var(--color-theme-highlight)!important
}

.header .header-info-logo-img img {
    width: 300px
}

.cw-header-contact {
    padding: .75em
}

.cw-header-contact span {
    vertical-align: middle
}

.header a.header-business-phone {
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem
}



@media(max-width: 768px) {
    .header .header-business {
        color:#000!important
    }
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position:fixed;
        top: .5rem;
        left: 0;
        z-index: 1040;
        background: #1b1b1b;
        border-radius: 0 1em 1em 0;
        padding: 0
    }

    nav.navbar .container {
        position: relative;
        margin: 0 auto
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 3.75rem
    }

    .header .navbar,.header .navbar.bg-primary.cw-scrolled .navbar-nav {
        top: 0;
        background: #111;
        border: 1px solid var(--color-theme-highlight);
        border-top: none
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 100px
    }

    .cw-header-contact {
        position: absolute;
        z-index: 1040;
        top: 0;
        width: 100%
    }

}

.cw-hero {
  background-image: linear-gradient(rgb(0 0 0 / 66%), rgb(0 0 0 / 72%)), url(https://apihoard.webit.com/api/v1/Image/3F9971A609A6EB7E6637FABC5A1FCA32/3F9971A609A6EB7E6637FABC5A1FCA32.jpg?size=1920x1440);
    background-size: cover;
    background-position: right
}

@media(max-width: 768px) {
    .cw-hero h1.text-uppercase {
        font-size:1.2em
    }
}

@media(min-width: 992px) {
    .cw-hero h5.text-uppercase.text-highlight {
        margin-top:14em
    }

    .cw-hero h1.text-uppercase {
        font-size: 2.5em
    }
}

.cw-about hr {
    border: 2px solid #E82828;
}

  /*---- Reviews ---*/
  
  .cw-reviews .card {
    border-radius: 1rem;
    box-shadow: 0px -10px 0px #E82828;
  }

  @media (max-width: 767px) {
    .cw-reviews .card {
      margin: 1rem 0.7rem 1rem;
      max-width: 80vw;
    }
  }

  .cw-reviews img {
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto;
  }

  .cw-reviews .col-md-4 {
    padding: 0 0.5rem;
  }

  .card-title {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .card-text {
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem;
  }

  .card-footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
  }

  .cw-name {
    font-size: 0.8rem;
    font-weight: bold;
  }

  .cw-reviews a {
    color: #E82828;
    font-weight: bold;
  }

  .cw-reviews a:hover {
    color: #E82828;
  }



.cw-social-link {
    width: 36px;
}

.footer {
    background-image: url('https://apihoard.webit.com/api/v1/Image/A8884FEF530D231CADAE34FAC582CAFA/A8884FEF530D231CADAE34FAC582CAFA.png?size=1920x1440');
    background-repeat: no-repeat;
}

.productdetails {
    padding-top: 9em;
    padding-bottom: 5em;
}


.productdetails .btn-link {
  color: #ffffff !important;
}