﻿.BannerDetails {
    position: relative;
}
#placeBid-popup {
    background: rgb(47 90 123 / 70%);
    height: 100vh;
}
.placeBid-popup .modal-dialog {
    max-width: 550px;
    margin-top: 10%;
}
.placeBid-popup .modal-header {
    border: none;
}
.placeBid-popup .modal-header h3 {
    color: #073854;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.placeBid-popup p {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 10px;
}
.place-amount p {
    color: #535353;
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 700;
}
.placeBid {
    border-top: 1px solid #e9ecef;
}
.bid-info {
    font-size: 14px;
    color: #073854;
}
.close .fa-times-circle {
    color: #4ca9f5;
}
.user-pic {
    border-radius: 50%;
    border: 1px solid #8DC4FA;
    width: 40px;
    height: 40px;
}
.place-bid-btn {
    background: #E04C4C;
    color: #fff;
}
.placeBid-popup .lightblue-text {
    color: #7EC5FF !important;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline !important;
}
.bid-info-div i.fa-check {
    color: #2AC76D;
    font-size: 12px;
}
.btn.place-bid-btn {
    padding: 7px 20px;
    color: #fff;
}
.BannerDetails .backHistory {
    position: absolute;
    left: 0px;
    top: -36px;
    color: #fff;
    font-size: 23px;
    opacity: 1;
    background: #125c82;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 30px;
}
.BannerDetails .textBanner {
    position: absolute;
    bottom: 11px;
    left: 0px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 2px 3px rgb(0 0 0);
    background: rgb(4 51 74 / 80%);
    padding-left: 15px;
    padding-right: 15px;
}
.productDetailMain p {
    background: none !important;
}
.productDetailMain h3 {
    font-size: 24px;
    color: #073854;
    font-weight: bold;
    margin-top: 25px;
}
.productDetailMain h4 {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    margin-top: 10px;
}

.displayForms label {
    min-width: 170px;
    font-weight: 500;
    max-width: 170px;
    padding-right: 8px;
}

.displayForms .headrow {
    margin-bottom: 5px;
    margin-top: 5px;
}

.uploadDetailContainer {
    padding: 11px 12px;
    background: #F0F0F0;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .uploadDetailContainer .headUpload {
        font-weight: bold;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
    }

        .uploadDetailContainer .headUpload i {
            color: #7EC5FF;
        }

.uploadfileall .fileInfo {
    min-width: 33.333%;
    margin-top: 10px;
}

.fileInfo .ftUpload {
    font-size: 16px;
    color: #4D83AF;
}

.fileInfo .fnUpload {
    font-size: 15px;
    color: #212121;
    margin: 0px 5px;
}

.fileInfo .fsUpload {
    font-size: 15px;
    color: #A8A8A8;
    margin: 0px 5px;
}

.fileInfo .fdownload {
    font-size: 15px;
    color: #7EC5FF;
    margin: 0px 5px;
}

.allavailableImage {
    flex-wrap: wrap;
}

    .allavailableImage .imageSingle {
        min-width: calc(33.333% - 5px);
        max-width: calc(33.333% - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }

video.imageZoom {
    height: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imageSingle > video {
    max-width: 100%;
}

.rightButtonBid {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
    padding-bottom: 20px;
}

    .rightButtonBid > div {
        width: 100%;
    }

    .rightButtonBid span {
        display: block;
    }

    .rightButtonBid .BidButton {
        text-align: center;
        background: #E04C4C;
        font-size: 20px;
        color: #fff;
        padding: 11px;
        border-radius: 5px;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
    }

    .rightButtonBid #bidNow {
        background: rgb(0 128 0);
    }

    .rightButtonBid .BidAmountText {
        padding-right: 10px;
        min-width: 185px;
    }

    .rightButtonBid .openihBidText {
        font-size: 14px;
        color: #4D83AF;
        font-weight: bold;
        line-height: 1;
    }

    .rightButtonBid .openihBidAmount {
        font-size: 28px;
        color: #535353;
        font-weight: bold;
        line-height: 1;
        cursor: pointer;
    }

.lastBid {
    padding-top: 0px;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0, 0.2);
    margin-bottom: 30px;
}

    .lastBid h3 {
        margin-bottom: 20px;
    }

.lastBidSection {
    background: #F7FBFF 0% 0% no-repeat padding-box;
    border: 1px solid #0000000A;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 7px;
}
#allbids {
    max-height: 465px;
    overflow-y: auto;
}
#mybids {
    max-height: 465px;
    overflow-y: auto;
}
#dvLastBids .tab-pane::-webkit-scrollbar {
    width: 10px;
}
#dvLastBids .tab-pane::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dddcdc;
    border-radius: 10px;
}
#dvLastBids .tab-pane::-webkit-scrollbar-thumb {
    background: #30697b;
    border-radius: 10px;
}

#dvLastBids .tab-pane::-webkit-scrollbar-button:single-button:vertical:decrement {
    display: none !important;
}

#dvLastBids .tab-pane::-webkit-scrollbar-button:single-button:vertical:increment {
    display: none !important;
}
.lastBidFlex {
    margin-bottom: 8px;
}

    .lastBidFlex .lastBidName {
        font-size: 17px;
        line-height: 1;
        color: #073854;
        font-weight: bold;
    }

    .lastBidFlex .lastBidTime {
        font-size: 15px;
        color: #919191;
        padding-left: 10px;
        font-weight:500;
    }
.bidAmounts {
    font-size: 15px;
    font-weight: 500;
}
.bidAmounts span {
    font-weight: bold;
    font-size:17px;
}
.commonDetail {
    font-size: 15px;
    font-weight: 500;
}
.btnContactSeller {
    background: #004a7f;
    background: #004a7f;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0px;
    cursor: pointer !important;
}

.headDetail {
    font-size: 19px;
    font-weight: bold;
    color: #535353;
    margin-top: 25px;
}

.commentSection h3 i {
    color: #7EC5FF;
}

.commentBox {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0, 0.2);
}

    .commentBox .smallHead {
        color: #073854;
        font-size: 15px;
        font-weight: 500;
    }

        .commentBox .smallHead span {
            font-weight: bold;
        }

    .commentBox .bigHead {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #073854;
        line-height: 1;
    }

.commentarea {
    margin-top: 5px;
    margin-bottom: 20px;
}

.leftuserComment {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #073854;
}

.rightuserComment {
    width: 100%;
    text-align: right;
}

.commentuser > div {
    width: 100%;
}

.allUserComment {
    width: 100%;
}

.commentuserImage {
    max-width: 78px;
}

.leftuserComment {
    font-size: 21px;
    font-weight: bold;
}

    .leftuserComment .verifiedUser {
        font-size: 15px;
        font-weight: 500;
        color: #212121;
        margin-left: 5px;
    }

        .leftuserComment .verifiedUser i {
            color: #2AC76D;
        }

.rightuserComment {
    font-size: 15px;
    color: #919191;
}

.detailContent {
    font-size: 17px;
    color: #212121;
    margin-top: 5px;
}

.userCommentBox {
    margin-top: 30px;
}

.brokerComment {
    margin: 15px 0px;
    padding-left: 100px;
    background-image: url(../images/replystick.JPG);
    background-repeat: no-repeat;
    background-position: top left 30px;
}

.commentbroker {
    background: #F7FBFF 0% 0% no-repeat padding-box;
    border: 1px solid #0000000A;
    border-radius: 10px;
    padding: 18px 22px;
}

.bokerreply span {
    font-size: 15px;
    line-height: 20px;
    padding: 1px 5px;
    background: #7EC5FF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    margin-left: 6px;
}
/*slider css*/

.gallary-banner {
    /*position: relative;
    padding: 50px 0;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2F5A7B;*/
}

.slider-for img {
    max-height: 100%;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 100%;
}
@media(max-width:1100px){
    .slider-for img {
        width: 100%;
    }
    .gallary-banner .slick-prev:before, .gallary-banner .slick-next:before{
        color:#fff !important;
    }
}
.slider.slider-nav {
    margin: 0;
}

.slick-slider {
    margin-bottom: 0px;
    height: fit-content;
}

.BannerDetails .slider {
    background: transparent;
}

.gallary-banner .slick-prev {
    left: 0px !important;
    z-index: 1;
}

.gallary-banner .slick-next {
    right: 0px !important;
    z-index: 1;
}

    .gallary-banner .slick-prev:before, .gallary-banner .slick-next:before {
        color: #125c82;
        font-size: 60px;
        opacity: 1;
        line-height: 1;
        border-radius: 50px;
    }
.slick-prev:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f053" !important;
}
.slick-next:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f054" !important;
}
.lg-toolbar.lg-group {
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 99;
    padding-right: 32px;
}

.lg-toolbar .lg-icon {
    color: #fff;
    font-size: 25px;
    background: #125c82;
    padding: 4px 5px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
}
.lg-toolbar span {
    color: #fff;
    font-size: 25px;
    background: #125c82;
    padding: 4px 5px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
}
.lg-toolbar span a, .lg-toolbar span a:hover{
    color:#fff;
}
.slider-nav img {
    padding-right: 8px;
    max-width: 116px;
    height: 112px;
}
.lg-GearIcon img {
    max-width: 25px;
}
/*slider css*/
/*Bid Now Popup*/
#BidNowModal .modal-dialog {
    max-width: 650px;
}

#BidNowModal .modal-content {
    background: #f9f9f9 !important;
    overflow: hidden;
}

#BidNowModal .modal-body {
    padding-top: 0px;
}

#BidNowModal .headBid h3 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

#BidNowModal .headBid p {
    color: #fff;
    line-height: 1.2;
}

#BidNowModal label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1;
}

#BidNowModal .form-control, #BidNowModal .add-cart-box-body input {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
    color: #000;
    padding: 9px !important;
}

#BidNowModal .add-cart-box-body input {
    padding-left: 10px;
    padding-right: 10px;
}

#BidNowModal .add-cart-box-head {
    margin: 15px 0px;
    margin-bottom: -10px;
}

#BidNowModal .card-number {
    width: 100%;
}

#BidNowModal .expiration-cate {
    width: 100%;
    min-width: 60%;
}

#BidNowModal .cardsNames {
    padding-left: 20px;
}

#BidNowModal .expiration-cate div.d-flex {
    margin: 0px;
}
/*File Upload*/
#drop-zone {
    width: 100%;
    border: 1px dashed #8F9AE8;
    border-radius: 5px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
}

    #drop-zone input {
        position: absolute;
        cursor: pointer;
        left: 0px !important;
        top: 0px !important;
        bottom: 0px !important;
        right: 0px !important;
        opacity: 0;
        width: 100%;
    }
    /*Important*/

    #drop-zone.mouse-over {
        border: 3px dashed rgba(0, 0, 0, .3);
        color: #7E7E7E;
    }
/*If you dont want the button*/

#clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 17px;
    width: 150px;
    border-radius: 4px;
    background-color: #2F5A7B;
    padding: 10px;
    float: right;
    margin-right: 5px;
}

    #clickHere:hover {
        background-color: #46789e;
    }

#filename {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
    z-index: 1;
    text-align: left;
}

.file-preview {
    background: #ccc;
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.closeBtn:hover {
    color: red;
    display: inline-block;
}

.maxSizeInfo {
    text-align: left;
    padding-left: 50px;
    position: relative;
}

.upleft {
    position: absolute;
    left: 6px;
    color: #3d88c3;
    font-size: 38px;
}

.maxSizeInfo span {
    display: block;
    font-size: 15px;
    color: #272727;
    font-weight: bold;
}

.maxSizeInfo small {
    display: block;
    color: #272727;
    font-size: 13px;
}

.maxSizeInfo span i {
    color: #7EC5FF;
}

.checkYatchServey #drop-zone {
    display: none;
}

.checkYatchServey .custom-control {
    margin-bottom: 5px;
}

    .checkYatchServey .custom-control label {
        font-weight: 500;
    }

span.closeBtn {
    float: right;
    color: #CC2422;
    margin-right: 10px;
    margin-top: 9px;
}

#filename > div {
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 4px;
    color: #272727;
    font-weight: bold;
}

    #filename > div .fa-stack {
        color: #7EC5FF;
    }

.checkYatchServey {
    margin-top: 30px;
}

#BidNowModal .reserve-table {
    padding: 15px;
    padding-bottom: 0px;
    text-align: right;
    width: 100%;
}

    #BidNowModal .reserve-table a {
        display: inline-block;
        width: auto;
        padding: 8px 24px;
    }

input#CardMonth {
    margin-left: 0px;
}

.infoContainer {
    margin-bottom: 15px;
}

    .infoContainer label, .infoContainer span {
        font-size: 17px !important;
    }

.currentBidAmount span {
    display: block;
    text-align: right;
    margin-right: 10px;
}

.enterBidamount .currentBidAmount span {
    text-align: left;
    display: inline;
    margin: 0;
    font-size: 18px;
    color: #0259a0;
    font-weight: 500;
}

span.AmountBidSection {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1;
    color: #000;
    font-weight: bold !important;
}

.BidNewOption input {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #000;
    padding: 0px 10px;
    height: 38px;
    text-align: right;
}

.placementofBid {
    margin-top: 14px;
    text-align:right;
}

span.buttonNewBids {
    background: #E04C4C 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 7px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.NewBidButton .bidnow-btn, #bidNowLogin, #bidNow {
    background: rgb(224 76 76);
    font-weight: 500;
    font-size: 18px !important;
    min-width:155px;
}
/*Contact Broker Popup*/

#ContactBroker .modal-dialog {
    max-width: 540px;
}

#ContactBroker .modal-content {
    background: #fff !important;
}

#ContactBroker .modal-body {
    padding-top: 0px;
}

#ContactBroker .headBid h3 {
    font-weight: bold;
    font-size: 24px;
    color: #073854;
}

#ContactBroker .headBid p {
    color: #212121;
    line-height: 1.2;
}

#ContactBroker label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
}

#ContactBroker input {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
    color: #000;
    display: block;
    width: 100%;
    height: 38px;
    padding: 0px 10px;
}

#ContactBroker textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
    color: #000;
    display: block;
    width: 100%;
    height: 100px;
    padding: 5px 10px;
}

.btnLastBid {
    text-align: right;
    margin-top: 10px;
}

    .btnLastBid span {
        display: inline-block;
        cursor: pointer;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        padding: 10px 15px;
        background: transparent linear-gradient(288deg, #2F5A7B 0%, #206771 100%) 0% 0% no-repeat padding-box;
        border-radius: 5px;
    }

.allavailableImage .imageSingle img {
    width: auto;
    height: auto;
    border-radius: 10px;
    min-height: 70px;
}

.lg-toolbar .lg-close {
    display: none;
}
/*Css For Full View*/
.fullView .slider-for img {
    max-width: 100%;
    max-height: calc(100vh - 120px);
}

.BannerDetails .fullView .slider {
    height: auto;
    max-height: none;
}
.fullView .gallary-banner {
    background-color: #2F5A7B;
}

.fullView .lg-close {
    padding: 5px 5px;
    display: inline-block;
}

.fullView BannerDetails .textBanner {
    bottom: 45px;
}

.lg-toolbar span {
    cursor: pointer;
}

.lg-toolbar a {
    color: #fff;
    text-decoration: none !important;
}

.slick-slide {
    height: 420px !important;
    overflow: hidden;
    border-radius: 10px;
}

.fullView .slick-slide {
    height: auto !important;
}

.headMains {
    font-size: 17px;
    font-weight: bold;
    color: #073854;
}
.SectionHead.headMains, .subSectionHead.headMains {
    margin: 5px 0 10px;
}
.productDetailMain {
    margin-bottom: 30px;
}
.SectionMain {
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.subSectionMain {
    background: #eaeaea;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sectionFeature > label {
    padding-left: 5px;
    margin: 0px;
    font-size: 15px;
}

.subSectionFeature > label {
    padding-left: 5px;
    margin: 0px;
    font-size: 15px;
}

.arraySeprate {
    margin-right: 6px;
    margin-bottom: 5px;
    text-align: left;
}

    .arraySeprate span {
        display: inline-block;
        line-height: normal;
        font-size: 16px;
        font-weight: 600;
    }

    .arraySeprate .comas {
        margin-left: -2px;
    }
.SectionMain .valuedetail {
    font-weight: 500;
    font-size:15px;
}
.SectionMain:first-child .valuedetail {
    font-weight: 600;
}

.enterBidamount .currentBidAmount span {
    text-align: left;
}

.arrayTypeValue .arraySeprate:last-child .comas {
    display: none;
}

.arraySeprate .arrayVal {
    padding: 0;
}

.display-None {
    display: none;
}

#BidNowModal {
    backdrop-filter: none;
    background: rgb(64 153 230 / 40%);
}

    #BidNowModal .modal-dialog {
        max-width: 860px;
    }

    #BidNowModal .breakWrap {
        flex-wrap: wrap;
    }

    #BidNowModal .breakOnResponsive .expiration-cate {
        margin-left: 0px;
    }

    #BidNowModal .add-cart-box-head {
        margin-top: 0px;
    }

        #BidNowModal .add-cart-box-head h2 i {
            display: none;
        }

.userDetails > div {
    margin-right: 15px;
}

#BidNowModal .breakWrap .card-number input {
    margin-bottom: 17px;
}

#BidNowModal .form-Heading {
    font-weight: 500;
}

#BidNowModal .popupCurrentBid {
    justify-content: flex-end;
}

#BidNowModal input#CardCIVNO {
    margin-right: 0px;
}

.actionBidCommon {
    background: #e9f0f7;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
}

#BidNowModal .autoIncrement {
    flex-wrap: wrap;
    margin-top: 0px;
}

    #BidNowModal .autoIncrement .custom-control-label::before, #BidNowModal .autoIncrement .custom-control-label::after {
        top: 0px;
    }

    #BidNowModal .autoIncrement > div {
        min-width: 100%;
        width: 100%;
    }

.dollarContainer {
    position: relative;
}

.dollarContainer, .dollarContainer input {
    font-weight: 500;
}

.dollarContainer span {
    position: absolute;
    top: 4px;
    margin-top: 0;
    margin-left: 8px;
    color: #7b7a7a;
    line-height: 39px;
}

input#txtUserEnteredBid {
    width: 90%;
    max-width: 260px;
}

.currentBidAmount {
    text-align: left;
}

#BidNowModal #addAddress {
    border-right: 1px solid #f7f6f6;
    background: #fff;
    padding-top: 6px;
}

.onProductDetail {
    right: 16px !important;
    top: -50px !important;
}

    .onProductDetail p {
        margin-bottom: 0px !important;
    }

.actionBidCommon .bidSection {
    min-width: 47%;
    margin-left:2%;
}

.actionBidCommon .incrementSection {
    width: 51%;
}

.incrementSection small {
    display: block;
}

.incrementSection .autoIncrement label {
    font-size: 20px !important;
}

    .incrementSection .autoIncrement label::before, .incrementSection .autoIncrement label::after {
        width: 20px;
        height: 20px;
        left: -28px;
    }

.incrementSection #dvMaxBid {
    margin-top: -10px;
    margin-left: 10px;
}

.AuctionEndCounter {
    top: -48px !important;
    right: 15px !important;
}

.smallText {
    font-size: 11px;
    color: #636363;
}

.incrementSection .custom-control-label::before {
    background-color: #bcdaf7;
}
.gallary-banner {
    margin-bottom: 10px;
    height: 460px;
    overflow: hidden;
    width:100%;
}

#dragZoom {
    left: 0px;
    top: 0px;
    cursor: move;
}

.backHistory i {
    /*text-shadow: 1px 2px 3px rgb(0 0 0);*/
}

.lg-toolbar i {
   /* text-shadow: 1px 2px 3px rgb(0 0 0);*/
}
.lastBid .tab-content {
    box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%);
    background: #fff;
    padding: 10px;
    border-radius: 0px 4px 4px 4px;
}

.lastBid .lastBidSection:last-child {
    margin: 0;
}

.lastBid .nav-tabs li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    box-shadow: 0px 0px 2px 1px #bcd7ff;
    color: #000;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    background: #cbe7fe;
    font-weight: 500;
}

.lastBid .nav-tabs a.active, .lastBid .nav-tabs li.active a {
    background: transparent linear-gradient( 285deg, #2F5A7B 0%, #206771 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-color: transparent;
}

@media(max-width:991px) {
    .productDetailMain .col-md-8, .productDetailMain .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .rightButtonBid {
        margin-top: 80px;
    }
    .AuctionEndCounter {
        top: 0px !important;
    }
    #BidNowModal .autoIncrement > div > .d-flex {
        display: block !important
    }

    .incrementSection #dvMaxBid {
        margin-top: 10px;
        margin-left: 0;
    }

    #dvMaxBid input {
        max-width: 100%;
        width: 100%;
    }

    .savedCardAvailable .showCardDetail {
        font-size: 14px;
    }

    .allavailableImage .imageSingle img {
        height: auto;
        min-height: 50px;
    }

    #BidNowModal .popupCurrentBid {
        flex-wrap: wrap;
    }

    .optionAllTab .how-pay ul li {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    #BidNowModal .cardsNames {
        padding-left: 0;
    }

    #BidNowModal .card-number {
        margin-bottom: 0;
    }

    .col.d-flex.userDetails {
        flex-wrap: wrap;
    }

    #BidNowModal .currentBidAmount {
        width: 100%;
    }
}

@media(max-width:767px) {
    .optionAllTab .reserve-table > a {
        padding: 4px 20px !important;
        font-size: 14px !important;
    }
    .sectionFeature > label {
        min-width: 145px; font-size:14px;
    }
    .arraySeprate span, .sectionFeature .valuedetail {
        font-size: 14px;
    }
    .BannerDetails .textBanner {
        font-size: 25px;
        left: 60px;
        line-height: normal;
    }
    .gallary-banner {
        height: auto;
        margin-bottom: 10px;
    }
    .user-icon .dropdown-menu {
        left: 0;
        right: inherit;
    }

    #BidNowModal .modal-dialog {
        max-width: 92%;
    }

    #BidNowModal .modal-content {
        max-height: 500px;
        overflow-y: auto;
        margin-top: 20px;
    }

    .displayForms .headrow {
        flex-wrap: wrap;
    }
    .d-flex.headrow.sectionFeature {
        flex-wrap: nowrap;
    }
    .rightButtonBid .BidButton {
        font-size: 16px;
        padding: 10px 5px;
    }
    .d-flex.arrayTypeValue {
        flex-wrap: wrap;
    }

    .cover-popup .modal-header button {
        right: 0px !important;
        top: 2px !important;
    }

    .actionBidCommon {
        margin: 0;
        padding: 15px 10px;
    }

        .actionBidCommon > .d-flex {
            flex-wrap: wrap;
        }

        .actionBidCommon .incrementSection {
            width: 100%;
        }

        .actionBidCommon .bidSection {
            min-width: 100%;
        }

    #BidNowModal .popupCurrentBid {
        justify-content: inherit;
        text-align: left;
        flex-wrap: wrap;
    }

    .currentBidAmount span {
        text-align: left;
        margin-right: 0px;
        margin-bottom: 6px;
    }

    #toast-container.toast-top-center > div {
        width: 96% !important;
        max-width: 600px;
        padding: 5px;
    }

    #toast-container .toast.toast-error .toast-message {
        white-space: normal;
        padding: 8px 30px 10px 34px;
        font-size: 15px;
        background-size: 18px;
        background-position: 7px 8px;
        line-height: 18px;
        ;
    }

    #toast-container .toast.toast-error button.toast-close-button {
        width: 35px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .BidNewOption input {
        max-width: 135px;
    }

    span.buttonNewBids {
        margin-left: 4px;
        padding: 8px;
    }
    .delivery-div .row .col {
        flex-basis: initial;
        width: 50%;
    }

    .delivery-div .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #BidNowModal .currentBidAmount {
        margin-bottom: 7px;
    }

    .rightButtonBid .openihBidText {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .rightButtonBid .openihBidAmount {
        font-size: 20px;
    }

    .rightButtonBid #bidNow {
        font-size: 12px;
        padding: 10px 6px;
    }

    span.AuctionEndCounter p {
        font-size: 16px
    }
}

@media(max-width:500px) {
    .NewBidButton > .buttonNewBids {
        height: 37px;
        line-height: 37px;
        padding: 0 7px;
        margin-left: 2px;
        font-size: 12px;
    }

    .infoContainer label, .infoContainer span {
        font-size: 14px !important;
    }

    #BidNowModal .headBid p {
        font-size: 14px;
    }

    .delivery-div .row .col {
        width: 100%;
        flex-basis: inherit;
    }

    .savedCardAvailable .showCardDetail {
        font-size: 13px;
        padding: 8px 8px;
        font-weight: 600;
    }

    .how-pay ul {
        padding: 0px;
    }

    .optionAllTab .how-pay-div label {
        padding: 5px 7px 5px 30px;
    }

    .BidNewOption input {
        margin-bottom: 0;
    }

    .how-pay-div label:before {
        content: '';
        width: 22px;
        height: 22px;
    }

    .credit-card h4 i {
        font-size: 7px;
    }

    .how-pay-div input:checked + label:after {
        width: 15px;
        height: 15px;
    }

    .optionAllTab .how-pay-div input:checked + label:after {
        top: 8px;
    }
}

.pdR-0{
    padding-right:0px !important;
}
#BidNowModal .headBid {
    background: transparent linear-gradient( 109deg, #32577B 0%, #2F6C7B 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    color: #fff;
    margin: -20px;
    margin-bottom: 10px;
}
    #BidNowModal .headBid p{
        font-size:15px !important;
    }
    #BidNowModal .headBid label, #BidNowModal .headBid span {
        color: #fff;
        font-size: 14px !important;
    }
#BidNowModal button.close span {
    top: -7px;
    right: -7px;
    background: #fff;
}
.contentHeadImg{
    margin-right:10px;
}
    .contentHeadImg img {
        max-width: 210px;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 20px;
        margin-bottom: 0px;
        border: 3px solid #fff;
    }
#BidNowModal .currentBidAmount {
    text-align: right;
}
#BidNowModal .BidNewOption input {
    height: 47px;
}
#BidNowModal .enterBidamount .currentBidAmount span {
    font-size: 14px;
}
#BidNowModal .labelMaxBid {
    padding-left: 13px;
    margin-bottom: -10px;
    font-weight: 500;
}
#BidNowModal .bidSection .tooltip-inner {
    background-color: #31607b;
    text-align:left;
}
#BidNowModal .bidSection .tooltip-inner h4{
    font-size: 17px !important;
}
.labelMaxBid{
    display:none;
}
.SectionMainShort {
    margin-bottom: 11px;
}
    .SectionMainShort .featureLabels {
        margin-right: 10px;
    }

#BidNowModal .infoContainer {
    margin-bottom:0px !important;
}
@media(min-width:1120px){
    .slick-initialized .slick-slide{
        min-width:1110px !important;
    }
}
@media(max-width:1024px){
    .labelMaxBid {
        text-align: right;
    }
}
@media(max-width:767px){
    .headBid > .d-flex{
        display:block !important;
    }
    .contentHeadImg img{
        margin-bottom:10px;
        max-width:100%;
        width:100%;
    }
    .pdR-0 {
        padding-right: 15px !important;
    }
    #BidNowModal .modal-content{
        max-height:90vh;
    }
    #BidNowModal .modal-header button {
        right: 8px !important;
        top: 10px !important;
    }
    .NewBidButton > .buttonNewBids {
        margin-top: 10px;
        padding: 8px;
        height: auto;
    }
    .lg-toolbar .lg-fullscreen{
        display:none;
    }
    #BidNowModal .labelMaxBid {
        text-align: left;
        padding: 0px;
        margin-top: 10px;
    }
    .enterBidamount{
        width:100%;
    }
    input#txtUserEnteredBid {
        width: 100%;
        max-width: none;
    }
    .placementofBid{
        text-align:left;
    }
    .NewBidButton{
        text-align:center;
        width:100%;
    }
}

    .rightButtonBid.d-flex {
        display: block !important;
    }
    .rightButtonBid .BidAmountText {
        padding-right: 0px;
        min-width: 100%;
    }
    .rightButtonBid .BidAmountButton .BidButton{
        max-width:max-content;
        margin-left:auto;
        margin-top:10px;
    }
.rightButtonBid .BidAmountText {
    background: #f7f7f7;
    max-width: max-content;
    display: inline-block;
    min-width: auto;
    padding: 5px;
    border-radius: 5px;
}
@media (max-width:767px){
    .productDetailMain > .row{
        flex-direction:column-reverse;
    }
    .rightButtonBid {
        margin-top: 60px;
    }
    .BannerDetails .textBanner {
        font-size: 100%;
        left: auto;
        right: auto;
        line-height: normal;
        background: #004a7f;
        padding: 5px;
        line-height: 1 !important;
        border-radius: 5px;
        text-shadow: none;
        bottom: 2px;
        width: 100%;
        text-align: center;
    }
    div#divShowOrderMessage {
        margin: 0px 15px !important;
        width: auto !important;
        margin-bottom: -10px !important;
        font-size: 72% !important;
    }
}

.BannerDetails .slider {
    background: transparent;
    max-height: 420px;
}
.enterBidamount .currentBidAmount span.bidYours {
    display: none;
}
input#contactSubject {
    background: #fbfbfb !important;
    cursor: not-allowed;
}
#ContactBroker .validtyCheck input:invalid {
    border-color: red !important;
}
.btnContactSeller{
    cursor:pointer;
}
#contactSeller span {
    cursor: pointer;
}
.tooltip .tooltip-inner {
    background: #004a7f;
}
.gallary-banner .slider:before {
    background-color: transparent !important;
}
#fullScreenShow.fullView .textBanner {
    display:none;
}
#fullScreenShow.fullView .lg-fullscreen{
    display:none;
}
.termsCheck{
    margin-bottom:10px;
}
.termsCheck .custom-control.custom-checkbox {
    padding-left: 0px;
    margin-right: 0px;
}
    .termsCheck .custom-control.custom-checkbox label {
        padding-left: 10px;
        font-size: 12px !important;
        font-weight: bold !important;
        line-height: 2 !important;
    }
label.custom-control-label.label-blue-custom{
    margin-left:20px !important;
}
.termsCheck small {
    display: block;
    padding-left: 25px;
    line-height: 1 !important;
}
    .termsCheck small span{
        font-weight:500 !important;
    }
    @media(max-width:767px) {
        .termsCheck{
        margin-top:10px;
    }
    .termsCheck .custom-control.custom-checkbox label {
        line-height: 1 !important;
    }
}
#dvContactSeller{
    width:max-content;
    float:right;
}

h2.productNameHead {
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: -8px;
}
.gallary-banner{
    padding-top:40px;
}
.makeAnOffer span {
    display: inline-block !important;
    font-weight: bold;
    font-size: 17px;
    color: #073854;
}
.makeAnOffer {
    margin-top: 15px;
    font-size:15px;
    color:#000;
}
.uploadDetailContainer.disable .fdownload {
    pointer-events:none;
}
.uploadDetailContainer.disable .fileInfo {
    opacity: 0.5;
}
#BidNowModal .BidNewOption input {
    width: 215px;
}
.formContactBid button {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    background: transparent linear-gradient( 288deg, #2F5A7B 0%, #206771 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 15px;
}