@media only screen and (max-width: 1200px) {
  

}


@media only screen and (max-width: 1080px) {

.carousel-control-next, .carousel-control-prev {
    top: 315px;
}
.centered {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
}



@media only screen and (max-width: 991px) {
  .categorybtn a {
    font-size: 13px;
  }
  .cleaningprobox{
    margin-bottom: 10px;
  }
  .dusterbox{
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 768px) {
  .centered {
      position: absolute;
      top: 50%;
      left: 25%;
      transform: translate(-50%, -50%);
  }
  .carousel-control-next, .carousel-control-prev {
    top: 260px;
  }
  
  .bestproducttitle h5 {
    font-size: 14px;
  }
  .bestsellersproduct img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bestproducttitle {
    padding: 10px 10px;
  }
  .headferslider .carousel-inner img{
    height: 250px;
    object-fit: cover;
  }
  .productdetailsdescription{
    margin: 15px 0 0 0;
  }
  .aboutcalltoaction{
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 640px) {
  .centered {
      position: absolute;
      top: 50%;
      left: 40%;
      transform: translate(-50%, -50%);
  }
  .carousel-control-next, .carousel-control-prev {
      top: -250px !important;
  }
}


@media only screen and (max-width: 479px) {
  .carousel-control-next, .carousel-control-prev {
    top: -120px !important;
  }
}

@media screen and (max-width:48em) {
   
}

/*Stying for small screens*/
@media only screen and (max-width: 768px){
  .carousel-control-prev,
  .carousel-control-next{
    display: none;
  }

  .allcategoriestitle {
    padding: 30px 10px;
  }
  #menu-header-menu{
    margin: 30px 0 0 0;
  }
    /*nav{
        position: fixed;
        z-index: 3;
    }*/
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 15%;
        transform: translate(-5%, -50%);
        z-index: 999999;
        transition: all 0.7s ease;
        margin-top: 10px;
    }
    .nav-links{
        position: fixed;
        background: #228d6a;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        top: 0%;
        z-index: 999;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1 !important;
    }
    .headersocialmedia ul {
  text-align: center;
}
.centered p {
  font-size: 11px;
  color: #e5620a;
  font-weight: 600;
  line-height: 20px;
}
.centered h1 {
  font-size: 20px;
  color: #0037c3;
  font-weight: 900;
}
.centered {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.headersliderbtn a {
  background: #0037c3;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
}
.headferslider span i {
  padding: 10px;
  background: #ececec;
  border-radius: 50%;
  color: #000;
}

.cleaningprobox {
  position: relative;
  margin-bottom: 10px;
}
.newlaunchproductbox img{
  width: 100% !important;
  min-width: 100%;
}
.rightgifteleganttitle {
  top: 25%;
}
.gifteleganttitle {
  top: 25%;
}
.giftproductbox {
  position: relative;
  margin-bottom: 20px;
}
.welcomecontainer p {
  line-height: 25px;
}
.newlaunch-slider .owl-prev span {
  padding: 10px;
  background: #ececec;
  border-radius: 50%;
}
.newlaunch-slider .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 95%;
  margin-left: 0px;
  display: block !important;
  border: 0px solid black;
  background: none;
}
.newlaunch-slider .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 95%;
  right: 21px;
  display: block !important;
  border: 0px solid black;
  background: none;
}
.newlaunch-slider .owl-next span {
  padding: 10px;
  background: #ececec;
  border-radius: 50%;
}
.nav-links li a {
  text-decoration: none;
  margin: 0 0 0 30px;
  color: #fff;
  font-size: 20px;
}
.nav-links li {
  display: block;
  padding: 10px;
}
.categorybox {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cleaningprotitle ul li {
  display: inline-block;
  padding: 0 25px;
}
.cleaningprotitle {
  position: absolute;
  right: 25px;
  bottom: 25%;
  transform: translateY(-50%);
}
.bestsellerscat {
  position: absolute;
  left: 0px;
  top: 10%;
  transform: translateY(-50%);
  padding: 5px 5px;
}

.dusterbox {
  margin-bottom: 10px;
}
}