/* stack clock css */
body {
    /* text-align: center; */
    /* background: #00ecb9; */
    font-family: sans-serif;
    font-weight: 100;
  }
  
  /* Styling for heading */
  #auction-heading {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0px 20px;
  }
  
  #clockdiv {
    font-family: sans-serif;
    color: #000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
  }
  
  #clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    background: #fd781a;
    display: inline-block;
  }
  
  #clockdiv div>span {
    padding: 15px;
    border-radius: 3px;
    background: #0f4578;
    display: inline-block;
    color: #fff;
  
  }
  
  /* Style for visible text */
  .smalltext {
    padding-top: 5px;
    font-size: 16px;
  }
  
  /* stack clock css */
  
  /* simple clock  css  */
  
  .simple-container {
    color: #333;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 0 !important;
    border: 5px solid white;
    box-shadow: -3px 5px 15px #403e3e, inset -1px 1px 15px #929191;
    border-radius: 10px;
  }
  
  .simple-countdown {
    display: inline-block;
    font-size: 1.5em !important;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
  }
  
  .simple-container ul {
    padding: 0;
    margin: 10px;
  }
  
  .simple-countdown span {
    display: block;
    font-size: 4.5rem;
  }
  
  @media all and (max-width: 768px) {
  
    .simple-countdown {
      font-size: 1.125rem;
      padding: .75rem;
    }
  
    .simple-countdown span {
      font-size: 3.375rem;
    }
  }
  
  
  /* simple css end */
  /* 3-clock css */
  
  #third-clock {
    width: 465px;
    height: 112px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    margin: auto;
    padding: 24px 0;
  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  #third-clock:before {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 48px;
    left: -10px;
  }
  
  #third-clock:after {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 48px;
    right: -10px;
  }
  
  #third-clock #tiles {
    position: relative;
    z-index: 1;
  }
  
  #third-clock #tiles>span {
    width: 92px;
    max-width: 92px;
    font: bold 48px 'Droid Sans', Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative;
  }
  
  #third-clock #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
  }
  
  #third-clock #tiles>span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
  }
  
  #third-clock .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
  }
  
  #third-clock .labels li {
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
  }
  
  
  /* 3-clock css end */
  
  /* 4-clock css */
  .countdown-section {
    background-color: #ffd405;
  }
  
  .text-center {
    text-align: center;
  }
  
  .countdown-header {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
  }
  
  .counter-div {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    padding: 24px 0;
  }
  
  .counter-element {
    width: fit-content;
    display: flex;
    flex-direction: column;
  }
  
  .number-div {
    background-color: #012a2f;
    border-radius: 10px;
    width: 80px;
    padding: 12px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
  }
  
  .element-text {
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #012a2f;
  }
  
  .counter-animate {
    animation: slideInFromTop 0.5s ease-in-out;
  }
  
  .show {
    opacity: 1;
  }
  
  @media screen and (max-width: 450px) {
    .number-div {
      width: 60px;
    }
  
    .counter-div {
      gap: 5px;
    }
  
    .et-desktop {
      display: none;
    }
  }
  
  @media screen and (min-width: 451px) {
    .et-mobile {
      display: none;
    }
  }
  
  @keyframes slideInFromTop {
    from {
      transform: translateY(-80%);
      opacity: 0;
    }
  
    to {
      transform: translateY(0%);
      opacity: 1;
    }
  }
  
  
  /* 4-clock css */
  
  
  .mainss {
    height: 58vh;
    background-size: cover;
    background: url('https://i.ibb.co/jfLZFhm/Bitmap.png') no-repeat top center;
  }
  
  .mainss #h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3rem;
    padding-top: 30px;
    text-transform: uppercase;
  }
  
  .countdownflip {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  
  
  .countdownflip>div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
  
  .number {
    font-weight: 500;
    font-size: 44px;
    color: #CAA78C;
  }
  
  
  
  
  
  
  
  @media screen and (max-width:600px) {
    .mainss #h1 {
      font-size: 40px;
    }
  
    .countdownflip {
      flex-direction: column;
      align-items: center;
      gap: 10px;
      margin-top: 30px;
    }
  
    .countdownflip>div {
      background-color: #fff;
      width: 250px;
      height: 60px;
      margin: 0;
      flex-direction: row;
      justify-content: space-between;
      padding: 20px;
    }
  
    .number {
      font-size: 34px;
    }
  }
  
  /* slider css */
  /* Add your CSS styles for the floating deal slider here */
  .auction-slider {
    transform: translate(-10%, -40%);
    background-color: #fafafa;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    right: 0;
    position: fixed;
    width: 165px;
    top: 70%;
    border-top: 21px solid #666;
    ;
  
  }
  .auction-slider .border-top{
    color: black;
    font-size: medium;
    margin-left: 12px;
  }

 .slider .image-slider .product-image img {
    margin-left: 25px;
  }

.product-details .product-item-name{
  margin-left: 20px;
}
  
  .close-slider {
    position: absolute;
    top: -20px;
    right: 0px;
    background-color: #666;
    padding: 0px 5px;
    text-decoration: none;
  
    border-radius: 3px;
  }
  
  .close-slider span {
    color: #fff;
    font-weight: 900;
  }
  
  
  
  .auction-item {
    margin-bottom: 20px;
  }
  
  .slider-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  
  
  .slider img {
    max-width: 100%;
    height: auto;
    width: 100px;
  }
  
  .original-price #ori-price {
    text-decoration: line-through;
    font-weight: 900;
  }
  
  .original-price #deal-price {
    font-size: 20px;
  }
  
  /* Discount price css */
  
  
  .fieldset .field.qty .label {
    margin-top: 10px;
  }
  
  .discount-discount {
    position: absolute;
    z-index: 1000;
  
  }
  
  .discount-discount .discount-text {
    color: #fff;
    background: #ff1744;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    padding: 8px;
    font-weight: bold;
  }
  
  .discount-discount .discount-text span {
    display: block;
    font-size: 16px;
  }
  
  .discount-discount .discount-text:before {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 0 solid transparent;
    border-top: 7px solid #420909;
  }
  
  /* total qty left */
  
  .qty-items {
    display: inline-block;
    width: 50%;
    font-size: 25px;
    border: 2px solid;
    margin-top: 10px;
    text-align: center;
    box-shadow: 1px 1px 4px 0px;
  }
  
  .remaining-qty-items {
    display: inline-block;
    margin: 10px 15px 10px 0;
    padding-right: 15px;
    border-right: solid 1px #cecece;
  }
  
  .count-items {
    font-weight: 700;
  }
  
  .items-text {
    font-size: 12px;
  }
  
  .sold-qty-items {
    display: inline-block;
  }
  
  .count-items::after {
    /* Use the content property with attr() to remove zeros */
    content: attr(data-value);
    /* Optionally, add a period after the number */
    content: attr(data-value) ".";
  }
  .auction-item.slider {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .auction-slider .slick-track {
    margin: 0 !important;
  }
  .auction-slider .border-top {
    border: 2px solid !important;
    padding: 3px;
    text-align: center;
  }
  .auction-slider .slider {
    margin: 10px auto;
  }