/*============================================================================
   #Webcms
==============================================================================*/
@media only screen and (max-width: 850px){
   
    .Notification-minicart {
      display: none;
    }
  }

@media only screen and (max-width: 480px){
    .headerbot{
        
        padding-bottom: 15px;
    }
    .logo {
      padding-left: 0;
      padding-bottom: 10px;
    }
  }

@media only screen and (max-width:993px) {
  .textslide {
    font-family: 46.4px 'Times New Roman', Times, serif;
    position: absolute;
    top: 10%;
    left: 10%;
    color: #FFFFFF;
    padding: 0 20px;
    width: 50%;
  }


  .botbutom button {
    color: #e8e8e7;
    border-radius: 5px;
    background-color: transparent;
    border: #a8741a 2px solid;
    width: 151px;
    height: 50px;
    font-weight: bolder;
  }

  .textslide span {
    color: #f1f1f1;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 13px;
  }
}

@media only screen and (max-width: 850px){
  .headertop {
      display: none;
  }

  .rightbot a {
      display: none;
  }

  .search-right span{
     display:  none;
  }

  .logo {
      padding: 0px;
  }

  .search-right {
    top:10%;
  }
}


@media only screen and (max-width:680px) {
  .textslide {
    font-family: 46.4px 'Times New Roman', Times, serif;
    position: absolute;
    top: 4%;
    left: 10%;
    color: #FFFFFF;
    padding: 0 20px;
    width: 69%;
  }

  .textslide h2 {
    font-size: 33px;
  }

  .botbutom button {
    color: #e8e8e7;
    border-radius: 5px;
    background-color: transparent;
    border: #a8741a 2px solid;
    width: 151px;
    height: 50px;
    font-weight: bolder;
  }

  .textslide span {
    color: #f1f1f1;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 13px;
  }
}

@media only screen and (max-width: 591px){ 
  .carousel-item {
    min-height: 400px;
  }

  .imgslide img {
    min-height: 400px;
    object-fit: cover;
  }
  
  .textslide {
      top: 7%;
      left: 3%;
      font-size: 10px;
      color: #FFFFFF;
      padding: 0 20px;
      width: 80%;
  } 

  .textslide h2 {
      font-size: 37px;
  }

  .service {
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .policy h3 {
      font-weight: bolder;
      font-size: 16px;
  }

  .producall {
      padding-top: 10px;
      padding-bottom: 1px;
  }

  .listprd {
      padding-bottom: 14px;
  }

  .textsale h2 {
      font-size: 40px;
      font-weight: bolder;
  }

  .textsale button {
      width: 194px;
      height: 48px;
      font-weight: bolder;
      margin-top: 10px;
  }

  .inputemail  {
      width: 100%;
      background-color: white;
  }

  .confirm {
      border-radius: 0;
      width: 135px;
      height: 40px;
      margin-top: 16px;
      color: whitesmoke;
      background-color: #a8741a;
      border: 2px;
  }

  .newprd{
      display: block;
  }

  .newprdbaner {
      width: 100%;
      min-height: 150px;

  }

  .textproducslide h2 {
      font-size: 17px;
  }

  .textnewprd {
      top:20%;
      left:0%;
      font-size: 14px;
  }

  .textnewprd h2 {
      font-size: 28px;
  }

  .contenproducslide a {
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden
  }

  .contenproduc a {
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden
  }

  .sale {
    background-color: red;
    color: white;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 0.9mm;
    font-size: 13px;
    display: flex;
    align-items: center;

  }
}

@media only screen and (min-width: 550px){
  .contenproducslide a {
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden
  }

  .contenproduc a {
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden
  }
}

@media only screen and (max-width: 576px){
  .tab {
    display:grid;
    padding-top: 26px;
  }
  
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 4px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    border-top: 2px solid rgba(0,0,0,0.0);
  }

}


  