/*region product-listing */
.product-listing {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.component-info {
  background: black !important;
  color: #fff !important;
  border: .0625rem solid #006CB8 !important;
}

/*endregion*/

/*region product-module*/
.heading {
    padding: 15px 0 20px;
}
.heading h3 {
    margin: 0;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
}
.heading .left {
    position: relative;
}
#carousel0 img {
    margin-left: 0px;
    width: 43%;
    height: auto;
}
.product-listing .product {
    text-align: center;
    padding: 15px;
    background: #FFFFFF;
    position: relative;
    border: 1px solid var(--gray);
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-listing .product:hover {
    box-shadow:
        0 4px 8px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.product .product-info {
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.product .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    flex: 1 1 auto;
}
.product h4.name a {
    color: var(--maincolor);
    transition: color 0.3s ease;
}



.product .caption {
    margin: 0 0 0px;
    position: relative;
    height : 35px;
    display: none;
}
.product-wrap .marks {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 8;
    flex-direction: column;
    align-items: flex-start;
}

.product-wrap .marks .mark {
    background: var(--lightblack);
    width: auto;
    color: var(--yellowcolor);
    font-size: 12px;
    padding: 3px 10px;
    line-height: 14px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
    flex: 0 0 auto;
}
.caption .price-wrap {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 16px;
}
.caption .price-wrap.price {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.price-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.price-wrap .price-new .symbol {
    position: relative;
    top: -2px;
}
.price-wrap .price-new {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}
.price-wrap .symbol {
    font-size: 10px;
    margin-right: 3px;
    font-weight: 700;
}
.price-wrap .price-old.price {
    font-size: 12px;
    line-height: 20px;
    text-decoration: line-through;
    color: var(--main);
    display: inline-block;
}
.pc-builder-tbody .price-wrap .price-old.price {
    margin-left: 0px;
}
.actions button {
    background: 0;
    border: 1px solid #BDBDBD;
    padding: 8px 15px;
    cursor: pointer;
    transition: .3s;
}

.actions button:hover {
    background: var(--lightblack);
    color: #fff;
    border-color: var(--lightblack);
}

.actions button i {
    margin-right: 7px;
}
.actions button.btn-cart {
    width: 100%;
    margin: 15px 0 0 !important;
    font-size: 13px;
    border-radius: 0;
    font-weight: 700;
    background: var(--maincolor);
    border: none;
    color: var(--mainwhite);
    padding: 8px 15px;
}
.actions button.btn-compare:hover {
    color: var(--mainred); 
}
.actions button.btn-compare {
    width: 100%;
    margin: 10px 0 0px !important;
    font-size: 12px;
    border-radius: 0;
    background: none !important;
    border-color: #fff;
    color: var(--maincolor);
    padding: 0 !important;
}
.company-info h1 {
    color: black !important;
}



.component-info {
    background: #006CB8 !important;
    color: #fff !important;
    border: .0625rem solid #006CB8 !important;
}
.btn:hover,
.actions .btn-cart:hover,
.cart-option #button-cart:hover {
    opacity: .9;
    transition: .3s;
    cursor: pointer;
    background:black;
    border: none;
    color: #fff;
}
.actions .btn-cart:hover[disabled] {
    border-color: #d2d2d2;
}
.actions .btn-cart[disabled] {
    border-color: #D2D2D2;
}

.discount-badge {
      width: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    font-weight: 700;
    text-align: center;

}

.discount-badge span {
    display: block;
}

.discount-badge p {
    margin: 0;
}
/*endregion*/

/*bidding info *module* css*/

.bid-info-module>span, .bid-info-module>span+span{
    background: var(--lightblack);
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.bid-info-module>span+span{
    margin-left: 10px;
}

.countdown label{
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.btn-bid{
    border: 2px solid var(--lightblack);
    background: var(--lightblack);
    color:  #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    transition: 0.3s all;
    text-transform: unset;
}

#button-bid{
    text-transform: unset;
}

.btn-bid:hover{
    border: 2px solid var(--lightblack);
    background: transparent;
    color:  var(--lightblack);
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}

/*bidding info *product* css*/

.bid-info-product div, .bid-info-product span{
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    padding: 5px 10px;
    margin: 15px 0;
}

.bid-info-product .price, .bid-info-product .symbol{
    box-shadow: unset;
}

.bidding-log{
    box-shadow: 0px 4px 30px rgb(200 200 200 / 60%);
}

.bidding-log-title{
    text-align: center;
    background: var(--lightblack);
    color: #fff;
}

.bidding-log-title h2{
    margin: 0;
}


.bidding-log-body{
    padding: 15px;
    overflow-y: scroll;
    height: 474px;
}
.catagory-top-brand-text{
    background:white;
}
.catagory-top-brand-text:hover{
    background: var(--mainred);
}
.bidding-log-body{
    text-align: center;
}

.bidding-log-body hr:last-child{
    display: none;
}

.product-info-all {
    min-height: 100%;
    padding: 20px 0px;
}

.bidding-input input{
    padding: 8px 10px;
    margin: 15px 0;
}

.bidding-input>input+span{
    background-color: var(--lightblack);
    color: #fff;
    padding: 12px 15px 13px 15px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 10px 0 -4px;
}

.bidding-log-body::-webkit-scrollbar-thumb {
    background: var(--lightblack);
    border-radius: 100px;
}

.bidding-log-body::-webkit-scrollbar {
    width: 5px;
}

.btn-ob-mobile{
        display: none;
        position: absolute;
        right: 0;
        margin: 0;
}

    /* ... other CSS styles ... */
    
    @media (max-width: 1255px) {
      .qwer {
        display: none !important;
      }
    }
    
    /* ... other CSS styles ... */
    
    /* ... other CSS styles ... */
    
    @media (max-width: 1255px) {
      /* Styles for screens 1255px and smaller */
      /* ... (Your existing styles for this breakpoint) ... */
    }
    
    @media (min-width: 1256px) { /* IMPORTANT: 1256px, not 1255px */
      .qwe {
        display: none !important;
      }
    }
    
    /* ... other CSS styles ... */
    
    .product-overview-area {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      background-color: white;
      padding: 30px;
    }
    
    @media (max-width: 767px) {
      .product-overview-area {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
      }
    }
    
    @media (max-width: 500px) {
      .product-overview-area {
        padding: 15px;
      }
    }
    
    /* -----Image Section-----  */
    
    .product-overview-area .image-section {
      min-width: 40%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    
    @media (max-width: 991px) {
      .product-overview-area .image-section {
        min-width: 25%;
      }
    }
    
    @media (max-width: 767px) {
      .product-overview-area .image-section {
        width: 100%;
      }
    }
    
    .product-overview-area .image-section .main-image {
      max-width: 500px;
    }
    
    @media (max-width: 767px) {
      .product-overview-area .image-section .main-image {
        max-width: 350px;
      }
    }
    
    .product-overview-area .image-section .main-image img {
      width: 100%;
      object-fit: contain;
      object-position: center;
    }
    
    .product-overview-area .image-section .gallery-images {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    
    .product-overview-area .image-section .gallery-images img {
      border: 1px solid #eeeeee;
      cursor: pointer;
      width: 70px;
      height: 70px;
      object-fit: contain;
      object-position: center;
    }
    
    @media (max-width: 767px) {
      .product-overview-area .image-section .gallery-images img {
        width: 60px;
        height: 60px;
      }
    }
    
    .product-overview-area .image-section .banner {
      width: 100%;
      height: 100px;
    }
    
    @media (max-width: 767px) {
      .product-overview-area .image-section .banner {
        max-height: 70px;
      }
    }
    
    .product-overview-area .image-section .banner img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
    
    /* -------Spec section-------  */
    
    .product-overview-area .product-info-short {
      width: 100%;
    }
    
    .product-overview-area .product-info-short h1 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 10px;
    }
    
    .product-overview-area .product-info-short .short-info-badge {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    
    .product-overview-area .product-info-short .short-info-badge .badge {
      padding: 5px 10px;
      background-color: var(--main);
      color: var(--white);
      border-radius: 100px;
      font-size: 14px;
    }
    
    @media (max-width: 500px) {
      .product-overview-area .product-info-short .short-info-badge .badge {
        font-size: 12px;
      }
    }
    
    
    .product-overview-area .product-info-short .short-info-badge .badge .value {
      color: var(--white);
      font-weight: 600;
    }
    
    .product-overview-area .product-info-short > .price {
      margin-top: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .product-overview-area .product-info-short .price .sale-price {
      font-size: 36px;
      font-weight: 500;
      color: #27a56c;
    }
    
    .product-overview-area .product-info-short .price .discount {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    
    .product-overview-area .product-info-short .price .percentage {
      font-size: 14px;
      font-weight: 500px;
      color: rgb(234 179 8);
    }
    
    .product-overview-area .product-info-short .price .regular-price {
      font-size: 18px;
      color: rgb(148 163 184);
      text-decoration: line-through;
      font-weight: 500;
      line-height: 0px;
    }
    
    .product-overview-area .product-info-short .short-description {
      margin-top: 20px;
    }
    
    .product-overview-area .product-info-short .short-description h2 {
      font-size: 18px;
      font-weight: 500;
    }
    
    .product-overview-area .product-info-short .short-description .list {
      margin-top: 10px;
      font-size: 14px;
      margin-left: 15px;
      color: #334155;
      line-height: 22px;
    }
    
    .product-overview-area .product-info-short .short-description a {
      color: #334155;
      font-weight: 400;
      margin-top: 10px;
      display: block;
      text-decoration: none;
    }
    
    .product-overview-area .product-info-short .payment {
      margin-top: 20px;
    }
    
    .product-overview-area .product-info-short .payment h2 {
      font-size: 18px;
      font-weight: 400;
    }
    
    .product-overview-area .product-info-short .payment .methods {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 10px;
    }
    
    @media (max-width: 500px) {
      .product-overview-area .product-info-short .payment .methods {
        flex-direction: column;
      }
    }
    
    .product-overview-area .product-info-short .payment .methods .box {
      border: 1px solid #e3d9d9;
      max-width: 250px;
      display: flex;
      gap: 10px;
      padding: 10px;
      cursor: pointer;
      flex: 1;
    }
    
    @media (max-width: 500px) {
      .product-overview-area .product-info-short .payment .methods .box {
        max-width: 100%;
      }
    }
    
    .product-overview-area .product-info-short .payment .methods .box .price {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 5px;
    }
    
    .product-overview-area .product-info-short .payment .methods .box p {
      font-size: 12px;
      color: #999999;
    }
    
    .product-overview-area .product-info-short .payment .actions {
      margin-top: 20px;
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    
    @media (max-width: 500px) {
      .product-overview-area .product-info-short .payment .actions {
        gap: 10px;
      }
    }
    
    .product-overview-area .product-info-short .payment .actions .quantity {
        height:52px;
      display: inline-block;
      border: 1px solid #000;
    }
    
    .product-overview-area .product-info-short .payment .actions .quantity span {
    
        padding: 6px 12px !important;
      display: inline-block;
      padding: 10px;
      cursor: pointer;
    }
    
    .product-overview-area
      .product-info-short
      .payment
      .actions
      .quantity
      span.qty {
      border-left: 1px solid black;
      border-right: 1px solid black;
    }
    
    .product-overview-area .product-info-short .payment .actions .quantity input {
      padding: 0;
      border: none;
      text-align: center;
      font-weight: bold;
    }
    
    .product-overview-area
      .product-info-short
      .payment
      .actions
      button#button-cart {
      border: 0;
      font-weight: 700;
      background-color: black;
      line-height: 16px;
      color: white;
      padding: 10px 30px !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    @media (max-width: 500px) {
      .product-overview-area
        .product-info-short
        .payment
        .actions
        button#button-cart {
        display: none;
      }
    }
    
    .product-overview-area .product-info-short .payment .actions button#buy-now {
      border: 0;
      font-weight: 700;
      background-color: var(--maingreen)!important;
      line-height: 16px;
      padding: 10px 30px !important;
      height:52px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .product-overview-area
      .product-info-short
      .payment
      .actions
      button.compare-button {
      border: 0;
      font-weight: 700;
      background-color: transparent;
      color: black;
      padding: 10px 10px;
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }