.threebiebtnincart > div {
    height: auto !important;
    margin-top: 2px;
    padding: 0 5px;
}

.threebiebtnincart > div img {
    margin-top: -4px;
    max-width: 13px;
}

.threebiecartbtn > div {
    height: auto !important;
    margin-top: 2px;
    padding: 0 5px;
}

.threebiecartbtn > div img {
    margin-top: -4px;
    max-width: 13px;
}

.fade-enter-active, .fade-leave-active {
    transition: transform 0.25s ease-in-out 0.1s, opacity 0.15s linear;
    transform: translate(0, 0) scale(1);
    transform-origin: top right;
    opacity: 1;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
    transform: translate(0, -40px) scale(0.9);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.1s linear 0.25s;
}

#minibsks {
    display: none;
    position: fixed;
    width: 100%;
    /*max-width: 1700px;*/
    max-width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    /* overflow: auto; */
    z-index: 999999999;
    top: auto;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
}

#minibsks form {
    font-size: 14px;
    ; }

#wholesale-cartquote {
    font-weight: bold !important;
    font-family: 'ITCAvantGardePro-Bk' !important;
    letter-spacing: 1px;
}

/*! Firefox */
#minibsks {
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
}

/*! Other Browser */
#minibsks::-webkit-scrollbar {
    width: 11px;
}

#minibsks {
    scrollbar-width: thin;
    scrollbar-color: #5f615f #0f0f0f;
}

#minibsks::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

#minibsks::-webkit-scrollbar-thumb {
    background-color: #5f615f;
    border-radius: 15px;
    border: 3px solid #0f0f0f;
}

#minibsks .minibsk-holder {
    width: min-content;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    min-width: 450px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#minibsks .minibsk-header {
    padding: 20px;
}

#minibsks .product-row {
    padding: 10px;
}

#minibsks .minibsk-container {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(99vh - 296px);
    min-height: 100px;
}

#minibsks .checkout-container {
    background-color: #fff !important;
    padding: 20px;
    box-shadow: 0px 0 5px #808080;
}

#minibsks .btn-height {
    height: 35px;
    line-height: 35px;
    padding: 0 16px;
}

#minibsks .wd-80 {
    width: 80%;
}

#minibsks .row-auto {
    width: 100%;
    height: 100%;
    margin: auto;
}

#minibsks .qtyboxMain {
    border: solid 0.2px;
    background: #ffffff;
    width: 60%;
    height: 24px;
    ; border-radius: 3rem;
    right: 0;
    left: 27%;
    position: absolute;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    border-color: #d1d3d4;
}

#minibsks .qtybtns {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 0 7px;
    display: block;
}

#minibsks .image-wrapper img {
    max-width: 100%;
    max-height: 100px;
}

#minibsks a {
    color: #414042 !Important;
    font-size: 16px !Important;
    font-weight: bold !important;
}

#minibsks h5 {
    color: #414042 !important;
    letter-spacing: 1px !important;
    font-size: 14px !Important;
    /* font-weight: bold !important; */
    font-family: 'ITCAvantGardePro-Md' !important;
}

#minibsks .priceloop {
    position: relative;
    left: 0;
    top: 0px;
    font-family: 'ITCAvantGardePro-Bold';
}

#minibsks .psubtotal {
    font-family: 'ITCAvantGardePro-Bold';
}

#minibsks .divider {
    border-bottom: solid 1px;
    margin: 5px 0;
    color: #808080;
}

.qtybox:focus {
    border: solid 1px #000;
}

#minibsks .qtybox:focus+.minus-qty-ordhp, .product-row:hover .minus-qty-ordhp {
    opacity: 1;
    transform: translate(-50%, 0) translate(-30px, 0) scale(1.6);
}

#minibsks .qtybox:focus+.minus-qty-ordhp+.add-qty-ordhp, .product-row:hover .add-qty-ordhp {
    opacity: 1;
    transform: translate(-50%, 0) translate(30px, 0) scale(1.6);
    font-weight: 100;
}

#minibsks .remove-item, .bask-item-quantity-update-button {
    opacity: 0;
    transition: opacity 0.3s, transform 0.5s;
}

#minibsks .qtybox:focus+.minus-qty-ordhp+.add-qty-ordhp+.remove-item, .qtybox:focus+.minus-qty-ordhp+.add-qty-ordhp+.remove-item+.bask-item-quantity-update-button, .product-row:hover .remove-item, .product-row:hover .bask-item-quantity-update-button {
    opacity: 1;
}

#minibsks .nobg {
    background: none;
}

#minibsks .paddingZero {
    padding: 0px !important;
}

#minibsks .decpr {
    font-size: 12px;
    /* font-weight: bold; */
    font-family: 'ITCAVANTGARDEPRO-MD';
    /* PS-26775 Consolidation of Global CSS */
    font-style: normal;
    margin-top: -4%;
    max-height: 35px;
    /* R-94456 */
}

#minibsks .item-name {
    font-size: 12px;
    color: #414042;
    /* font-weight: 600; */
    line-height: normal;
    padding-bottom: initial;
    letter-spacing: 1px;
}

.ft-w-b {
    font-weight: bold !important;
}

#threebies-message .threebmessage {
    background-color: #2b5249;
    color: #fff !important;
    margin: unset;
    padding: 20px 15px 13px 15px;
    text-align: center;
    width: 100%;
}

.threebimgicon {
    position: absolute;
    top: 12%;
    right: -20%;
}

.threebiecartbtn {
    background-color: rgb(43, 82, 73);
    color: #fff !important;
    width: max-content;
    height: 30px !important;
}

.threebiecartbtn:hover {
    color: #fff !important;
}

.minibsk-holder .tooltip {
    position: relative;
    z-index: 999999999;
    /* Set a value higher than other elements */
}

@media screen and (min-width: 1366px) {
    #minibsks .minibsk-holder {
        width: min-content;
        position: absolute;
        right: 0;
        /* top: -13rem; */
        z-index: 9999;
        background: #fff;
        min-width: 450px;
        border: 1px solid #ddd;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    }
}

@media screen and (min-width: 1367px) {
    #minibsks .minibsk-holder {
        width: min-content;
        position: absolute;
        right: 0;
        /* top: -13rem; */
        z-index: 9999;
        background: #fff;
        min-width: 450px;
        border: 1px solid #ddd;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    }
}

@media screen and (max-width: 1199px) {
    #minibsks .minibsk-holder {
        width: min-content;
        position: absolute;
        right: 0;
        /* top: -14rem; */
        z-index: 9999;
        background: #fff;
        min-width: 450px;
        border: 1px solid #ddd;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    }
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
    #minibsks .minibsk-holder {
        width: min-content;
        position: absolute;
        right: 0;
        /* top: -14rem; */
        z-index: 9999;
        background: #fff;
        min-width: 450px;
        border: 1px solid #ddd;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    }

    #minibsks .minibsk-container {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(99vh - 371px);
        min-height: 100px;
    }

    .threebiecartbtn {
        margin-left: -14%;
    }
}

/* loader start */
.loaderContainers {
    position: absolute;
    width: 100%;
    max-width: 1364px;
    height: 100%;
    background-color: rgb(255 255 255 / 40%);
    opacity: 1;
    overflow: auto;
    z-index: 999;
    top: 170px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.loaders {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #f47a44;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
    top: 25%;
    left: 50%;
}

.retproducts img, .retproducts .item-name, .retproducts .qtyboxMain, .retproducts .priceloop, .retproducts .psubtotal, .BASK .retproducts .checkmark, .retproducts .decpr, .retproducts .mobtxtdisable {
    opacity: 0.4;
    z-index: 99;
}

/* minicart item not available css */
.retproducts .image-wrapper a {
    pointer-events: none;
    cursor: default;
}

.retproducts .txt-left a {
    pointer-events: none;
    cursor: default;
}

.retproducts .paddingZeros.tab-margin-zeros a {
    pointer-events: none;
    cursor: default;
}

.retproducts .paddingZeros.tab-margin-zeros .qtyContainer {
    pointer-events: none;
    cursor: default;
}

.retproducts .txt-left .options-row.gray .txt-green.bold-ft.ft-10p {
    pointer-events: none;
    cursor: default;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
}

/* minicart item not available css ends*/
.slide_diagonal {
    box-shadow: inset 400px 50px 0 0 #ffc84178;
    transition: box-shadow 2s;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #D1D3D4 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

#minibsks .loaderContainers {
    position: absolute;
    max-width: 1364px;
    background-color: rgb(255 255 255 / 40%);
    opacity: 1;
    overflow: hidden;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}

.minibaskclose .close {
    opacity: 1 !important;
}

.check-cart {
    transition: left 3s ease;
    animation-direction: alternate;
    transition-timing-function: unset;
    left: 0;
}

.cartqty {
    position: absolute;
    left: -18%;
    font-size: 12px;
    background-color: #f47a44;
    border-radius: 10px;
    height: 20px;
    width: 39px;
    top: -26%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-mini-basket-wrapper-adding {
    border: solid #628e83 2px;
    padding: 2px 10px;
    color: #fff !important;
    font-size: 26px;
    vertical-align: middle;
    position: relative;
    float: right;
    border-radius: 5px;
    background-color: #628e83;
}

@media only screen and (max-width: 767px) {
    .cartqty {
        position: absolute;
        left: -18%;
        /* 20-oct-2023 */
        font-size: 12px;
        background-color: #f47a44;
        border-radius: 10px;
        height: 20px;
        width: 30px;
        top: -38%;
        text-align: center;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}