.new_arrivals_cover .clr1 {
    color: #fd2f2d;
  }
  .section-line {
    font-size: 32px;
    position: relative;
  }
  .section-line span {
    background-color: #fff;
    padding-right: 10px;
  }
  .btns {
    display: table;
    margin: 10px auto;
    float: right;
  }
  .customNextBtn, .customPreviousBtn, .customNextBtn1, .customPreviousBtn1 {
    float: right;
    background: #fd2f2d;
    color: #fff;
    padding: 6px 10px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 15px;
  }
  .ribbon1 {position: absolute; top: 0; left: 0; z-index: 9;}
  .ribbon1 span {
      position: relative;
      display: block;
      text-align: center;
      background: #fd2f2d;
      font-size: 14px;
      line-height: 1;
      padding: 12px 8px 10px;
      width: 50px;
      font-weight: bolder;
      color: #fff;}
  .ribbon1 span::after, .ribbon1 span::before {position: absolute; content: "";}
  .ribbon1::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-top: 10px solid #fd2f2d;}
      .product {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
      border-radius: 3px;}
  .product-top {position: relative; overflow: hidden; border: 1px solid #eaeaea; background-color: #fff; height: 250px;}
  .product-top img { width: auto !important; max-height: 250px; display: inline-block !important; }
  .product-content {background: #df8937; padding: 15px 0px; border-top: none; height: 140px;}
  .enquire-button1 {
      background-color: #fef100;
      border: 1px solid #fef100;
      color: #000 !important;
      padding: 3px 10px;
      border-radius: 50px;}
.section-line :after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 0.5em;
border-top: 1px solid #c4c4c4;
z-index: -1;
}
.new_arrivals_product .product-title {
  height: 50px;
}

@media (min-width:1px) and (max-width:767.98px){
  .enquire-button1 {padding: 10px 10px;}
  .section-line {font-size: 25px;}
  }	