/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Hides KB Search on Client Area Home Page */
.home-kb-search {
    display: none;
}

.navbar-main,
ul.top-nav > li.primary-action > a.btn, .btn-primary {
    background-color: #00b073;
    color: #fff;
    transition: background-color 0.15s;
}

body.brand-default ul.top-nav li.primary-action .btn {
    background-color: #00b073;
    color: #fff;
    transition: background-color 0.15s;
}

.navbar-main .navbar-nav > li > a:hover {
    background-color: #118f54;
}

.dropdown-toggle {
    background-color: #00b073;
}

.row a {
    text-decoration: underline;
}

.express-checkout-buttons {
    display: none;
}

/*Jan 11, 2024 cart style updates*/
.method__container {
    position: relative;
}

.radio-inline.disabled {
    opacity: .6;
}

.radio-inline.disabled, .iradio_square-blue.disabled, .iradio_square-blue.disabled > .iCheck-helper {
    cursor: not-allowed;
}

.radio-inline.disabled:hover + .po__tooltip {
    display: block;
}

.po__tooltip {
    background: #00b373;
    border-radius: 4px;
    color: white;
    display: none;
    margin-top: 5px;
    padding: 10px;
    position: absolute;
    z-index: 2;
}

.accept__tos {
    margin-top: 10px;
}
