@media only screen and (max-width: 572px) {
  .catBtn {
    display: flex;
    position: relative;
    column-gap: 5px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 17px;
  }
}

/* desktops */
@media only screen and (min-width: 821px) {
  .catBtn {
    display: flex;
    position: relative;
    column-gap: 5px;
    justify-content: start;
  }
}

/* ipad mini */
@media only screen and (min-width: 573px) and (max-width: 820px) {
  .catBtn {
    display: flex;
    position: relative;
    column-gap: 5px;
    justify-content: start;
  }
}

/* fold */
/* i think need to use div of orange container as well and adjust */
@media only screen and (min-width: 280px) and (max-width: 359px) {
  .catBtn {
    display: flex;
    position: relative;

    justify-content: center;
    font-size: small;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

/* modal and button css */
.img-size {
  height: 450px;
  width: 700px;
  background-size: cover;
  overflow: hidden;
}
.imageCarosel .modal-content {
  width: 1000px;
  border: none;
}
.imageCarosel .modal-body {
  padding: 0;
}

.imageCarosel .carousel-control-prev-icon {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  width: 30px;
  height: 48px;
}
.imageCarosel .carousel-control-next-icon {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  width: 30px;
  height: 48px;
}

.truncate4-productListing {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.truncate3-productListing {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.truncate2-productListing {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* recommended products icons */
.img-load {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1200) {
  .img-load {
    width: 50%;
  }
}

@media only screen and (max-width: 572px) {
  .img-load {
    width: 100%;
    height: 100px !important;
  }
}

@media screen and (max-width: 750) {
  .img-load {
    width: 75%;
  }
}

@media screen and (max-width: 1200) {
  .orangePart .img-load {
    width: 50%;
  }
}

@media only screen and (max-width: 572px) {
  .orangePart .img-load {
    width: 100%;
  }
}

/* header big image */
/* .orangePart ,.img-load{
  height:auto;
  width: 100%;
} */

/* 
@media screen and (max-width : 750px){
  .orangePart ,.img-load{ */
/* width:100%; */
/* }
}

@media screen and (max-width : 1200px){
  .orangePart ,.img-load{ */
/* width:50%; */
/* margin-right: 1rem; */
/* margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem; */
/* }
}

@media only screen and (max-width: 572px) {
  .orangePart ,.img-load{ */
/* width:60%; */
/* margin-right: 6rem;
    margin-left: 1rem;
    margin-bottom: 0rem;
  }
} */

/* 
@media only screen and (max-width: 572px) {
  .ratingsLineMobView{
    
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .writtenPartCss, .ratingsLineMobView{
    
    
  }
} */

/* .smallImagesCss ,.img-load{
  height:auto;
  width:100%;
}


@media screen and (max-width : 750px){
  .smallImagesCss ,.img-load{
    width:100%;
  }
}

@media screen and (max-width : 1200px){
  .smallImagesCss ,.img-load{
    width:50%;
    
    
  }
}

@media only screen and (max-width: 572px) {
  .smallImagesCss ,.img-load{
    width:60%;
    margin-right: 6rem;
    margin-left: 1rem;
    margin-bottom: 0rem;
  }
} */
