/* CSS Document */


/* #tab_shipping {
    width: 100%;
} */


/* added css for Seller Dashboard, Products Form, categories listing for the selection[ */

.box--scroller {
    max-height: 200px;
    overflow: auto;
}

.box--scroller ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box--scroller ul li {
    padding: 5px 0;
}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    background: var(--brand-color);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: default;
    line-height: 16px;
    z-index: 1;
}

.header-cart-table tr th .tooltip {
    width: .85rem;
    height: .85rem;
    line-height: .85rem;
    font-size: .85rem;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -35px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#cartSummary .tooltip .tooltiptext {
    margin-left: -28px;
}

.mov-cart-page {
    font-weight: bold;
    font-size: 14px !important;
}

.cart.dropdown .qty .increase,
.cart.dropdown .qty .decrease,
.dropsection.cart-detail .qty,
.dropsection.cart-detail .qty input {
    height: 30px;
    line-height: 30px;
}

.product-listing .tile {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.check-login-wrapper .form-side .checkout-register {
    margin-left: 15px;
    width: 220px;
}

.self_walkin {
    display: none;
}

.Summary--wrapper .check__wrapper .checkbox {
    padding: 0 0 0 25px;
}

body .cart-summary .Summary--wrapper td:first-child {
    width: 20%;
}

.Summary--wrapper td:nth-child(2) {
    width: 35%;
}

.Summary--wrapper .action_two_cell {
    justify-content: flex-end;
}

#shoAccessRequestsListing .statustab, #MyTeamListing .statustab {
    width: 90px;
    margin-left: 0px;
    padding-left: 0px;
}

#shoAccessRequestsListing .statustab.active .switch-labels, #MyTeamListing .statustab.active .switch-labels {
    background: #00bf6f;
}

#shoAccessRequestsListing .statustab .switch-labels, #MyTeamListing .statustab .switch-labels {
    background: #f25454;
}

#shoAccessRequestsListing .switch-labels, #MyTeamListing .switch-labels {
    text-transform: none;
    font-size: 11px;
}

#shoAccessRequestsListing .switch-handles, #MyTeamListing .switch-handles {
    height: 22px;
    width: 22px;
}

#shoAccessRequestsListing .switch-handles, #MyTeamListing .switch-handles {
    left: 0px;
    top: 2px;
}

#shoAccessRequestsListing .statustab.active .switch-handles, #MyTeamListing .statustab.active .switch-handles {
    left: 66px;
}

span.requestPending {
    font-size: 16px;
    font-weight: bold;
    color: var(--second-color);
}

a.shop-access-request {
    font-size: 16px;
    font-weight: bold;
}

#custom_notify_days {
    display: none;
}

.final_order_table th:last-child {
    text-align: right;
}

.batchTable .actions li a {
    background: var(--first-color);
    color: #fff;
    width: 100%;
}

.store-list-search .tile {
    display: block;
    border: 1px solid #ebebeb;
}

.store-list-search .varified {
    position: absolute;
    z-index: 9;
    top: 16px;
    right: 11px;
    background: #549af1;
    color: #fff;
    padding: 5px 7px;
    border-radius: 0 10px;
    font-size: 12px;
}

.shopTypeFilter .checkbox input[type="radio"] {
    width: inherit;
    height: inherit;
    position: absolute;
}

.shopType-tooltip {
    position: relative;
    display: inline-block;
    background: var(--first-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    margin-left: 5px;
}

.keywordSearch {
    color: var(--brand-color);
    font-weight: 600;
}

.padding-20 {
    padding: 20px;
}

@media screen and (max-width:991px) {
    .check-login-wrapper .form-side .checkout-register {
        width: 100%;
        margin: 20px 0;
    }
}

@media(min-width:1600px) {
    .Summary--wrapper {
        display: flex;
        flex-direction: row;
    }
}

@media(max-width:1199px) {
    body .cart-summary .Summary--wrapper td:first-child {
        width: 100%;
    }
    .Summary--wrapper td:nth-child(2) {
        width: 100%;
    }
    .Summary--wrapper .action_two_cell {
        justify-content: flex-start;
    }
    .check__wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .Summary--wrapper .check__wrapper .checkbox {
        margin-bottom: 5px;
    }
    .Summary--wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:767px) {
    .store-list .varified {
        top: 10px;
        right: 10px;
    }
}

.prescription__uploaded .uploaded-file{
    background:#fff;
}   
.uploaded-file .file-download {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: -0.5rem;
    font-size: 14px;
    right: -0.5rem;
    z-index: 99;
    background: #fff;
}

.uploaded-file .file-download:hover {
    box-shadow: 0  5px 10px #d1d1d1;
    background: var(--brand-color);
    color: var(--brand-color-inverse);
}
.preference-Form .checkbox, .preference-Form .radio {
    display:inline-block;
}

.table--logs td:nth-child(7), .table--logs td:nth-child(8), .table--logs td:nth-child(9){
    word-break: break-all;
}
.login-link{
    display:flex;
    justify-content:space-between;
    align-items: center;
}

.login-link .otp-link{
    font-size: 0.875rem;
    text-decoration: underline;
}

.phoneCode{
    position: relative;
}
.phoneCode .country-code {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    height: 2.75rem;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .875rem 0 0 .875rem;
    z-index: 1;
    bottom: 1px;
}
.phoneCode input{
    padding-left: 4.5rem!important;
}
.extraText {
    position: absolute;
    margin: 5px;
    left: 0px;
} 

.fullWidth input{
    width:100% !important;
}
.fullWidth #user_country_phone_code_html{
    border-right:unset;
}

.edit_phone{
    float: right;
    cursor: pointer;
}
#user_country_phone_advisory_html {
    font-size: 0.8rem;
    display: block;
    line-height: normal;
}