.select-variant {
    width: 100%;
    height: 4em;
    min-width: 132px;
    padding: .85rem .5rem;
    transition-duration: 0s;
    color: #6f6e6b;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
}

.disabled-variant {
    width: 100%;
    height: 4em;
    min-width: 132px;
    padding: .85rem .5rem;
    transition-duration: 0s;
    color: #6f6e6b;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
    pointer-events: none;
}

.select-variant span {
    display: inline;
    font-size: 1.4rem;
}

.disabled-variant span {
    display: inline;
    font-size: 1.4rem;
}

.label-danger {
    background-color: coral;
    color: aliceblue;
    float: right;
    margin-bottom: 5px;
}

.select-variant .color {
    position: absolute;
    top: -0.3em;
    right: 0.1em;
}

.select-variant .size {
    position: absolute;
    bottom: 0.1em;
    right: 0.2em;
}

.select-variant .original {
    position: absolute;
    bottom: 0.1em;
    right: 0.3em;
}

.active-variant::before {
    background-color: red;
}

.select-variant:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.select-variant.active {
    transform: scale(1.05);
    box-shadow: 0 0 5px #333;
}

.select-variant.active:before {
    content: "✓";
    background-color: dodgerblue;
    transform: scale(1);
}

#toast-container {
    top: 30% !important;
    left: 40%;
}

.required > label::after {
    margin: 0 0 0 .45rem;
    color: #e02b27;
    font-size: 1.2rem;
    content: '*';
}

*, ::after, ::before {
    box-sizing: border-box;
}

.password-addon {
    padding: 5px 12px !important;
}

/*
.input-group-prepend {
    width: 48px;
    height: 48px;
}

.input-group-append {
    width: 70px;
    height: 48px;
}
 */

.sticky-header.fixed .cart-dropdown {
    position: absolute;
    right: 0%;
}

.order-summary {
    margin-top: 0;
}

.checkout-progress-bar li {
    width: 30%;
}

.cart-ready {
    background-color: rgb(54, 171, 40) !important;
}

.action-btn {
    min-width: auto;
    display: table-cell;
}

tr.filters {
    display: none;
}

.request-quotation {
    min-width: 132px;
    padding: .85rem .5rem;
    transition-duration: 0s;
    color: #6f6e6b;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
}

.request-quotation::before {
    margin-top: 2px;
    font-family: 'porto';
    font-size: 1.9rem;
    line-height: 1;
    content: '\f29c';
}

.request-quotation span {
    display: inline;
    font-size: 1.4rem;
}

.request-quotation:hover, .request-quotation:focus {
    border-color: #08c;
    background-color: #08c;
    color: #fff;
}

.footer-payments i {
    margin-left: 5px;
}

.hide {
    display: none !important;
}

.toast {
    font: normal 400 1.4rem / 1.8 "Open Sans", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 1.4rem;
    line-height: 1.8;
}