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

/*endregion*/

/*region product-module*/
.heading {
    padding: 0 0 30px;
}
.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 .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;
}

.pc-builder-tbody .price-wrap .price-old.price {
    margin-left: 0px;
}


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

.actions button i {
    margin-right: 7px;
}

.actions button.btn-compare:hover {
    color: var(--mainred);
}

.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;
    border: none;
        background: var(--secondarycolor);
    color: var(--mainwhite);
}
.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;
    line-height: 14px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
    flex: 0 0 auto;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* height: 50px; */
    /* width: 50px; */
    background: #000000;
    /* color: #fff; */
    /* font-weight: 700; */
    /* text-align: center; */
    /* border-radius: 50px; */
    /* line-height: 15px; */

}

.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;
}
