.dropbtn {
    color: white;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px !important;
}

.dropdown-content a:hover,
.dropdown-content:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.become-supply {
    width: 100%;
}

.become-supply:hover {
    background-color: #b12f2f;
}

.become-supply i {
    font-size: 22px;
    position: relative;
    bottom: -3px;
}

.cart-table-content table tbody>tr td.product-wishlist-cart>.order-history-reorder {
    background-color: #47ca78;
}

.order-history-reorder i {
    font-size: 21px;
    position: relative;
    bottom: -4px;
}

.billing-info-wrap .billing-info input.upload-img {
    border: 0;
    margin-top: 10px;
}


/* buyer Account */

.buyer-address-title {
    margin-bottom: 15px;
}

.billing-address {
    margin-top: 10px;
}


/* end buyer Account */


/* wishlist */

.buyer-cart-wishlist {
    width: 120px;
}

.cart-table-content table tbody>tr td.order-list-review {
    padding-left: 0;
}

.cart-table-content table tbody>tr td.product-remove.wishlist-action {
    width: 70px;
}


/* End wishlist */


/* checkout add address */

.input-radio-address {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
}

.add-address {
    margin: 0px 0 0 21px;
    font-weight: 500;
}


/* end checkout add address */


/* inoice  */

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0dfcc6b;
}

.bg-invoice::before {
    content: "";
    height: 50px;
    width: 272px;
    background-color: #F0DFCC;
    display: block;
    position: absolute;
    z-index: 0;
    margin-left: -20px;
    top: 32px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.bg-invoice h3 {
    z-index: 1;
    position: relative;
    color: #5a5a5a;
    margin-top: 3px;
    font-weight: 600;
    text-transform: uppercase;
    right: 0px;
    top: 17px;
}

.bg-invoice p {
    margin-top: 15px;
    position: relative;
    top: 14px;
}

p.mar-track {
    margin-bottom: 15px;
    margin-left: 10px;
}

.buyer-address {
    padding-left: 80px;
}


/* end inoice  */

.write-rate {
    font-size: 16px;
    margin-bottom: 5px;
}

.review-btn {
    margin-top: 25px;
    text-align: end;
}

.review-btn a {
    background-color: #ff5151;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 25px;
    text-transform: uppercase;
}

.review-btn a:hover {
    background-color: #333;
}

.write-product-ratting-review {
    margin-bottom: 25px;
}

.write-product-ratting {
    font-size: 25px;
    color: #ff5151;
    opacity: .4;
}


/* order history */

.shop-topbar-wrapper {
    margin-top: 15px;
}

.order-placed {
    margin-left: 20px;
}

.track-status {
    margin-left: 10px;
}

.product-wishlist-cart .order-history-reorder {
    background-color: #47ca78;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}

.product-wishlist-cart .order-history-reorder:hover {
    background-color: #333;
}

.product-wishlist-cart-view .order-history-reorder {
    background-color: #ff5151;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}

.product-wishlist-cart-view .order-history-reorder:hover {
    background-color: #333;
}


/* end order history */


/* dashboard */

.shop-dash {
    margin-top: 0;
}

.product-wishlist-cart-return .order-history-reorder {
    background-color: #ffb300;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}

.buyer-span-pending {
    padding: 6px 12px;
    border-radius: 50%;
    font-size: 13px;
    color: #d2d140;
}

.buyer-span-complete {
    padding: 6px 12px;
    border-radius: 50%;
    font-size: 13px;
    color: #47ca78;
}

.return-condition {
    margin-top: 20px;
    font-size: 12px;
}

.billing-info-wrap .billing-info select {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px;
}

.return-img-radi {
    max-width: 100%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: 5px solid #b7b7b7;
}

.return-img img {
    width: inherit;
    padding: 21px 30px 28px 22px;
}

.multiselect-option span input[type=checkbox] {
    position: absolute;
    left: -139px;
    top: -3px;
    height: 18px;
}

.multiselect-native-select .btn-group {
    width: -webkit-fill-available;
    border: 1px solid #e8e8e8;
    height: 50px;
}

.multiselect-native-select .btn-group .custom-select {
    border: none;
    text-align: left !important;
    padding-top: 12px;
}

.multiselect-native-select .btn-group .custom-select:focus {
    border: none;
    box-shadow: none;
}


/* Preloader */

.preload {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: rotate(45deg) translate(-100%, -30%);
    width: 100px;
    height: 100px;
}

.preload hr {
    border: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    animation: spin 2s ease infinite;
    position: absolute;
    transform: rotate(135deg) translate(-100%, -30%);
}

.preload :first-child {
    background: #ff5151;
    animation-delay: -1.5s
}

.preload :nth-child(2) {
    background: #ff5151;
    animation-delay: -1s
}

.preload :nth-child(3) {
    background: #ff5151;
    animation-delay: -0.5s
}

.preload :last-child {
    background: #ff5151
}

@keyframes spin {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

.loader-screen {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
}


/* end dashboard */

.la-heart-o {
    cursor: pointer;
}