#dropi-cod-button, .buttonBuyNow {
    display: none !important;
}
.mw-couriers-choose,.mw-payments-choose {
    padding:10px;
    margin-top:5px;
    border: 1px solid rgba(120, 120, 120, .3);
    border-radius: 8px;
}
.mw-couriers-choose:hover ,.mw-payments-choose:hover {
    cursor:pointer;
}
.mw-couriers-choose input,.mw-payments-choose input {
    margin-right:10px;
}
.mw-couriers-selected,.mw-payments-selected {
    border: #6faaff 2px solid;
    outline: 0;
    /*box-shadow: 0 0 0 2.5px rgb(12,107,247,.25);
    border-color: #6faaff;*/
}
.mw-select {
    margin-right:20px;
}
.first_name-cont {
    float: left;
    width: 50%;
}
.last_name-cont {
    float: left;
    width: 50%;
    padding-left:5px;
}
.mw-couriers-dd-menu {
    position: relative;
    bottom: 8px;
    background: #fff;
    z-index: 9999999;
    width: 100%;
    height: 250px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.mw-couriers-office {
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.mw-couriers-office:hover  {
    background:#f3f3f3;
    cursor:pointer;
}
.mw-couriers-dd,.mw-couriers-menus {
    display:none;
}
.mw-couriers-dd {
    position:absolute;
    width:100%;
    z-index:99999;
}
.mw-couriers-menus {
    position:relative;
    margin-top:10px;
    color:#4f4f4f;
}
.mw-couriers-search input {
    float: left;
    width: 100%;
    padding-left: 16px;
    color: #666;
    border: 1px solid rgba(120,120,120,.3);
    border-top:none;
    outline: 0;
    line-height: 1.3;
    margin-top: -1px!important;
    margin-bottom: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background:#fff;
    height: 45px;
    font-size: 17px;
}

.mw-couriers-menu:hover {
    cursor:pointer;
}
.mw-couriers-text {
    vertical-align: middle;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
}

.mw-couriers-search input:focus {
    border: 1px solid #4f4f4f!important;
}
.mw-couriers-menu,.mw-input {
    border: 1px solid #ccc;
    padding:5px;
    padding-left:15px;
    border-radius:10px;
}
.mw-couriers-logo {
    width: 100%;
    max-width:90px!important;
    float: right;
}
.mw-couriers-minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    height:100%;
}
.mw-couriers-minimal:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.mw-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.mw-modal-content {
    margin: 15% auto; /* 15% from the top and centered */
    margin-top: 7%;
    width: 47%; /* Could be more or less, depending on screen size */
    border-radius:16px;
    position:relative;
    font-size:14px;
    color: #4f4f4f;
}

/* The Close Button */
.mw-col-1 {
    margin: 40px;
}
.mw-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.mw-col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.mw-col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.mw-close {
    color: #aaa;
    font-size: 45px;
    margin-right:15px;
    position:absolute;
    right:0;
    line-height: normal;
}
.mw-product-info, .mw-client-info {
    padding:40px;
}
.mw-product-info {
    background:#f5f5f5;
    border-top-right-radius: 8px;
}
.mw-client-info {
    background:#fff;
    border-top-left-radius: 8px;

}
.mw-close:hover,
.mw-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#mw-modal input[type=text] {
    width: 100%;
    padding: 13px;
    color: #666;
    border: 1px solid rgba(120,120,120,.3);
    outline: 0;
    line-height: 1.3;
    margin-top:7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block;
    height: 43px !important;
    border-radius: 8px;
}
#mw-modal input[type=text]:focus{
    border: #6faaff 2px solid;
    outline: 0;
    box-shadow: none!important;
}
#mw-modal .mw-input-error:focus{
    border-color: #e62634 !important;
}

.mw-complete-button {
    border: 0;
    padding: 1rem 7rem;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    color: #fff;
    font-size:20px;
    background-color: #35a600;
    margin-top:30px;
    width: 60%;
    margin: auto;
    border-radius:8px;
}
.mw-complete-box {
    text-align:center;
    background:#fff;
    padding:20px;
    border-top:1px solid #ccc;;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    
}
.mw-product-img {
    width: 70px;
    min-width: 70px;
    object-fit: contain;
    max-height: 100%;
    min-height: 70px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin: 0 14px 0 0;
    background-color: #ededed;
}
.mw-qty {
    background: #666666;
    position: absolute;
    top: -7px;
    left: 58px;
    color: #fff;
    padding: 0px 7px;
    border-radius: 36px;
    font-size: 12px;
}
.mw-table  {
    width:100%;
    margin-bottom:20px;
    margin-top:10px;
}
.mw-table tr {
    display:block;
}
.mw-td-center {
    align-items: center;
    position:relative;
    width: 1%;
    white-space: nowrap;
    padding: 0;
}
.mw-table th, .mw-table td{
    text-align:left;

}
.mw-prod-title {
    color:#343333;
}
.mw-table>:not(caption) > * > *  {
    height: 100% !important;
    vertical-align: middle;
}
.mw-total-price {
    text-align: right;
    font-size: 17px;
}
.mw-input-error, .mw-shipping-error-box{
    border: 1px solid #dc3545!important;
    border-radius: 8px;
}
.mw-shipping-error {
    padding:5px;
}
.mw-error {
    color:#dc3545;
    font-size:12px;
    display:none;
}
.mw-var-title {
    font-size:12px;
}
.mw-danger {
    color:#dc3545;
}

@media (max-width: 2000px) {
    .mw-modal-content {
        width:70%;
    }
}
@media (max-width: 1400px) {
    .mw-modal-content {
        width:95%;
    }
}

@media (max-width: 600px) {
    .mw-complete-button {
        font-size:15px;
        padding: 11px 0px;
        width:100%;
        margin-bottom:20px;
    }

    .mw-modal-content {
        padding-top:0;
        margin-top: 2%;
    }
    .mw-col-1 {
        margin:0;
        padding:20px;
    }
    .mw-close {
        margin-right: 20px;
        z-index:999999;

    }
    .mw-col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .mw-product-info {
        border-top-right-radius: 0px;
    }
    .mw-client-info {
        border-top-right-radius: 8px;
    }
}

#mw-loading {
    display:none;
}
.mw-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}
.mw-loading {
    position:fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    opacity: 1!important;
}
#mw-orderinfo {
    position:relative;
}
.mw-button {
    border: 0;
    padding: 6px 16px;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display:inline-block;
    border-radius:8px;
    margin-left:5px;
}
.mw-btn-main {
    background-color: #000;
}
.mw-btn-remove {
    background-color: #e62634;
}
.mw-text-remove {
    color: #e62634;
}
.mw-text-success {
    color: #35a600;
}
.mw-discount-val {
    width:73%!important;
}
#mw-orderinfo *:disabled {
    background-color: #e5e5e5;
}
.mw-border-top {
    border-top: 1px solid #ccc;
}
.mw-mt-3 {
    margin-top:30px;
}
#mw-modal h2 {
    font-size: 2rem;
    margin-bottom:5px;
    margin-top:20px;
    color: #4f4f4f;
}
#mw-modal .customcheck {
    position: relative;
    top: 3px;
    padding-right: 36px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline !important;
    margin: 0!important;
}
#mw-modal .customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
#mw-modal .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e9eaed;
    /*border-radius: 5px;*/
}

/* On mouse-over, add a grey background color */
#mw-modal .customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#mw-modal .customcheck input:checked ~ .checkmark {
    background-color: #35a600;
    /*border-radius: 5px;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
#mw-modal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#mw-modal .customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#mw-modal .customcheck .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mw-left-col {
    width: 80%;
    display:inline;
}
.mw-right-col {
    width: 20%;
    float: right;
}
#mw-cities-menu, #mw-zips-menu {
    margin-top: 8px;
}
.mw-powered {
    float: right;
    position: relative;
    bottom: 23px;
    right: 8px;
    font-size: 12px;
}
.mw-discount-pos {
    position: absolute;
    top: 17px;
    left: 53px;
    color: #a1a1a1;
    font-size: 14px;
}
.mw-discount-box {
    position:relative;
}
.mw-discount-remove {
    text-decoration: underline;
    font-size: 13px;
    position:absolute;
}
.mw-discount-remove:hover {
    cursor:pointer;
}
.mw-btn-modal {
    position:relative!important;
}

.upcart-checkout-button {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
}
.upcart-checkout-button:hover, .mw-btn-modal:hover {
    cursor:pointer;
}
.mw-selected {
    -webkit-appearance: auto!important;
}
.mw-terms {
    text-align: center;
    margin-bottom: 16px;
}
.mw-loading-complete {
    position: relative;
    top: 4px;
    left: 10px;
    text-align:center;
}
.mw-loading-complete img{
    vertical-align: unset!important;
}
.mw-empty-cart {
    margin-bottom: 13px;
    color: #ff0000;
}
.mw-add-btn {
    position:relative;
}
.mw-note {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px !important;
    padding: 11px;
    font-size: 14px !important;
    line-height: 20px !important;
    background: #fff;
    border-color: #7878784d !important;
}
.mw-note:focus {
    outline: none !important;
    border:1px solid #4f4f4f;
    box-shadow: 0 0 0;
  }
.mw-prod-prop{
    font-size: 13px;
}
.mw-cust-btn1 {
    width: 100%;
    background: #ed5921;
    color: #fff;
    border-radius: 32px;
    padding: 13px;
    text-align: center;
    font-weight: bold;
}
.mw-375-button {
    display: block;
    position: relative;
    z-index: 3;
    float: left;
    width: auto;
    min-width: var(--btn_miw);
    min-height: calc(var(--btn_pv) * 2 + var(--btn_fz) * var(--btn_lh));
    margin: 0 var(--btn_dist) var(--btn_dist2) 0;
    padding: var(--btn_pv) var(--btn_ph);
    box-shadow: var(--btn_sh_inner);
    border-radius: var(--btn_br);
    border: 0 solid black;
    background: black;
    color: white;
    font-weight: var(--btn_fw);
    font-style: var(--btn_fs);
    font-family: var(--btn_ff);
    font-size: var(--btn_fz);
    line-height: var(--btn_lh);
    text-indent: 0;
    text-align: center;
    text-decoration: none;
    text-transform: var(--btn_tt);
    letter-spacing: var(--btn_ls);
    cursor: pointer;
}
.mw-375-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: var(--btn_sh_inner);
    border-radius: var(--btn_br);
    border: 0 solid black;
    background: black;
}
.mw-ship-price {
    display:inline;
}
#mw-modal h2 {
    font-size:20px;
}