@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", sans-serif;
    color: #000;
    background:#fff;
    overflow-x:hidden;
}
h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight:500;
    margin-bottom: 20px;
}
h2  {
    font-size: 44px;
    line-height: 50px;
}
h3 {
    font-size:36px;
    line-height: 40px;
}
h4 {
    font-size: 30px;
    line-height: 42px;
}
h5 {
    font-size: 24px;
    line-height: 30px;
}
h6 {
    font-size: 20px;
    line-height: 28px;
}
p, li {
    font-size:16px;
}
hr {
    color:#b5b5b5
}
.input-group {
    width:initial;
    background: #F7F7F7;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
}
.input-group input {
    background-color: #F7F7F7!important;
    border:0;
    text-align:center;
    padding:0;
}
.input-group .input-group-prepend button {
    background-color:#F7F7F7;
    color:#000;
    border: solid 0px
}
.carousel-control-prev-icon {
    background: url(../../theme/images/Slide-Left.svg) no-repeat center center / cover;
}
.carousel-control-next-icon {
    background: url(../../theme/images/Slide-Right.svg) no-repeat center center / cover;
}
.navbar-collapse i {
    color: #000!important;
}
.navbar-collapse i:hover {
    color: #fff!important;
}
.navbar-toggler {
    border: 0
}
.navbar-nav li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    text-transform: uppercase;
}
.nav-link.active {
    color: #fff!important;
}
a.nav-link:active {
    color: #fff!important
}
a.nav-link:hover {
    color: #fff
}
.dropdown-menu {
    
}
.dropdown-menu li {
    padding-left: 0px;
}
.logo {
    width: 300px;
} 
section {
    padding: 4rem 0rem;
}
.grey-bg {
    background-color:#F7F7F7
}
.grey-text {
    color:#696C70;
}
.orange-bg {
    background-color:#FF9000
}
.orange-text {
    color:#FF9000
}
.btn-primary {
    border-radius: 10px;
    background: #FF9000;
    border:1px solid #FF9000;
    text-transform: uppercase;
    padding: 5px 25px;
    color:#000;
}
.btn-secondary {
    border-radius: 10px;
    background: #fff;
    color:#000;
    border:1px solid #fff;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-add {
    border-radius: 10px;
    background: #fff;
    color:#000;
    border:1px solid #000;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-primary:hover,
.btn-secondary:hover {
    border:1px solid #FF9000;
    background: #FF9000;
    color:#fff;
}
.btn-add:hover {
    border:1px solid #FF9000;
    background: #FF9000;
    color:#000;
}
.text-link-light {
    color:#fff;
    border-bottom:2px solid #fff;
    padding-bottom:5px;
    text-decoration: none;
}

.text-link-dark {
    color:#000;
    border-bottom:2px solid #000;
    padding-bottom:5px;
    text-decoration: none;
}
.promo {
    background: #000;
}
.promo p {
    margin-bottom: 0;
    padding: 5px 5px;
    color:#fff;
}
/*hero*/
.hero {
    background: url(../../theme/images/hero.png) no-repeat center center / cover;
    color:#fff;
    padding: 0;
}
.hero .row {
    height: 80vh;
}
.hero h6 {
    color:#FF9000;
    text-transform: uppercase;
}



/*buyCards*/
.buyCards  {
    background:#000;
    color:#fff;
    padding: 4rem 0rem 2rem 0rem;
}
.buyCards .card  {
    background:transparent;
    border: 0px;
    color:#fff;
}
.buyCards .card-images  {
    border-radius: 10px; 
    background:#fff;
    padding: 10px;
    max-height: 350px;
}
.buyCards .card-images img  {
    padding: 15px 0px;
    margin:auto;
    display: block;
}
.buyCards  .card-body  {
    padding:10px 0px;
}
.buyCards  p  {
    margin-bottom: 0px
}
.buyCards  p.prod-discount  {
    background: #FF9000;
    border-radius: 25px;
    padding: 0px 10px;
}
.buyCards  p.prod-retail {
    color: #A0A0A0;
    text-decoration: line-through
}
.buyCards  .card-footer  {
    text-align:center;
    background:transparent;
    border-top: 0px;
    padding:0;
}
.buyCards .ft-highlight {
    color:#000;
    border-radius: 20px; 
    padding: 5px 15px;
    font-size:14px;
    font-weight: 500;
    background-color:#9BEE68;
    position:absolute;
    text-transform: uppercase;
}
.buyCards .ft-highlight i {
    color:#ffcc00;
}
.buyCards .prod-name {
    font-size:16px;
    margin-bottom: 5px
}




/*csIcons*/
.csIcons {
    background-color:#000;
    text-align:center;
}
.csIcons img {
    margin-bottom: 15px;
    height: 60px;
}
.csIcons h6 {
    color: #fff;
}
.csIcons p {
    font-size:14px;
    line-height: 22px;
    color: #A0A0A0;
}

/*shopCat*/
.shopCat {
    background:#1F1F1F;
    color:#fff;
}
.shopCat a {
    color:#fff;
    text-decoration:none;
}
.shopCat a:hover {
    color:#FF9000;
}
.shopCat img {
    border-radius: 400px;
    width:70%;
    background:#fff;
    margin-bottom: 15px;
    border: 3px solid #fff;
}
.shopCat img:hover {
    border: 3px solid #FF9000;
}
.shopCat .card {
    height: 65vh;
    border-radius: 10px;
    border: 0;
    padding: 25px;
    color:#fff;
}
.shopCat .card .btn-secondary {
    border:1px solid #fff;
    background:transparent;
    color:#fff
}
.shopCat .card .btn-secondary:hover {
    border:1px solid #FF9000;
    background:#FF9000;
    color:#fff
}
.shopCat .top {
    background: url(../../theme/images/cat-top.png) no-repeat center center / cover;
}
.shopCat .allinone {
    background: url(../../theme/images/cat-allinone.png) no-repeat center center / cover;
}
.shopCat .night {
    background: url(../../theme/images/cat-night.png) no-repeat center center / cover;
}
.shopCat .card p,
.shopCat .card h4{
   text-shadow: 0px 4px 4px rgba(0,0,0,0.26);
}

/*review*/
.review {
    background:#FF9000
}
.review p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
}
.review p.name {
    font-size: 16px;
    font-style: normal;
    margin-bottom:0px;
}

.review p.verify {
    color:#A0A0A0;
    font-size: 14px;
    font-style: normal;
}

.review h6 {
     color:#A0A0A0;
    text-transform: uppercase;
    font-size: 16px;
    margin-top:5px;
}
.review .carousel-inner {
  padding: 1em;
}
.review .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  padding: 5px;
}
.review .card img {
    border-radius: 10px;
    width: 75px;
}
.review .card .star {
    width: 75px;
    margin-top: 10px;
}
.review .carousel-control-prev,
 .review .carousel-control-next {
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
.review  .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
  }
.review  .carousel-inner {
    display: flex;
  }
}

@media (max-width: 767px) {

}

/*affIcons*/
.affIcons {
    padding: 0rem 0rem 4rem 0;
    background:#1F1F1F;
    color:#fff;
}
.affIconsImg img {
    width: 50%;
    margin: auto;
    display:block;
}

.affIconsImg div {
    padding: 0px 0px;
    align-self: center !important;
}


footer {
  background:#353535; 
}   
 
footer a {
    color: #fff;
    text-decoration: none;
}
footer h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
footer p {
    font-size: 15px;
    color:#fff;
}
footer p.small {
    margin-bottom:0px;
}
footer .formOutter {
    border:1px solid #E9E9E9;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
footer .form-control {
    border:0;
}
footer .btn-primary {
    border-radius: 10px;
}
footer .cards img {
    width:100%
}
.mobCTA {
    background: #fff;
    padding: 1rem;
    border-top:1px solid #000;
}
.mobCTA i {
    color: #000;
}
.mobCTA p {
    margin-bottom: 0px;
    color: #000;
}
@media (max-width: 1024px) {
h1 {
    font-size: 50px;
    line-height:50px;
}
.shopCat .card {
    height: 35vh;
}

}
@media (max-width: 991px) {
h1 {
    font-size: 40px;
    line-height:50px;
}
.shopCat .card {
    height: 35vh;
}
.buyCards .btn-primary {
    border-radius: 25px;
    padding: 5px;
}
.buyCards p.prod-discount {
    display:none;
}

.affIcons {
    padding: 0rem 0rem 2rem 0rem
}
.affIconsImg img {
    width: 65%;
}
}
@media (max-width: 768px) {
.hero .carousel-caption {
    width: 40%!important
}
h1 {
    font-size: 40px;
    line-height: 35px;
}
}
@media (max-width: 767px) {
section { 
    padding: 0.5rem  0rem;
}

.logo {
    width: 220px;
}  
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-link.active {
    width: 100px;
    margin-bottom: 5px;
}
.navbar-nav {
    padding:1rem 0 .5rem 0;
}
.navbar-nav li {
    position: relative;
    padding-left: 5px;
    list-style: none;
    text-transform: uppercase;
    padding: 5px 5px;
}
li.formSearch {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    background: #fff;
    padding:5px;
    margin-bottom:5px;
}
.nav-item form input {
    border:0;
}
.hero .row {
    height: 50vh;
}
.hero p,
.hero h6 {
    text-align:center;
}
.hero .btn-primary {
    margin:auto!important;
    display:block;
}
h1 {
    font-size: 45px;
    line-height: 55px;
    text-align:center;
}
h3 {
    margin-bottom: 25px;
}

.buyCards {
    padding: 2rem .5rem;
}
.buyCards p.prod-discount {
   display: initial;
   padding: 0px 5px;
}
.buyCards p {
    font-size: 14px;
}
.csIcons {
    padding: 1rem .5rem 2rem .5rem;
}

.shopCat .card {
    height: 25vh;
    padding-bottom: 5px;
}


footer .cards {
    padding-bottom: 5rem;
    text-align:center;
}
/*footer .cards img {
    width:50%
}*/
footer p.small {
    margin-bottom:10px;
}
footer h5 {
    margin-top: 20px;
}
}

@media (max-width: 400px) {
    .hero {
        margin-top: 15px;
    }
}