﻿.search-result-image {
    max-height: 40px;
    max-width: 40px;
}

.search-result-image {
    max-height: 70px;
    max-width: 70px;
}

.button-large {
    border: none;
}

.attest-section {
    display: block;
    text-align: center;
    margin-top: 2rem;
}

    .attest-section .selection {
        display: flex;
        justify-content: center;
        display: block;
        margin-bottom: 2rem;
    }

        .attest-section .selection select {
            padding: .4rem;
            margin-left: 1rem;
        }

.button-large__cancel {
    background-color: #666 !important;
}


.order-placed {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    display: block;
    line-height: 1;
}

/* Electra Custom | start */
[data-stock-quantity="0"],
[data-stock-quantity="0"] .s-stock {
    color: #e25307 !important;
}


.gadget-dropdown {
    position: relative;
}

    .gadget-dropdown > label {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 60px;
        top: 16px;
        z-index: 99999;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .gadget-dropdown > label {
        font-weight: 200;
        font-size: .9rem;
    }

        .gadget-dropdown > label input {
            margin-left: 10px;
            padding-top: 2px;
            cursor: pointer;
        }

.cart-list--empty {
    border: none;
}

.ui-slider .ui-slider-handle:focus {
    outline: none !important;
}

.ui-widget-header {
    background: #07ace2;
}

.ui-widget-content {
    border-radius: 3px;
    background-color: #ddd;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border: 2px solid #215d71;
    border-radius: 50%;
    background-color: #fff;
}

.price-interval-data {
    margin-bottom: 24px;
    color: #07ace2;
    font-size: 14px;
    letter-spacing: -0.25px;
    text-transform: none;
}

    .price-interval-data input {
        background: transparent;
        border: none;
    }


.filter-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: .4rem;
}

.w-form-label {
    display: block;
    width: 100%;
    position: relative;
}

.num-items {
    font-weight: 200;
    position: absolute;
    right: 0;
    color: rgba(0, 0, 0, 0.3);
}

.filter-price {
    margin-bottom: 1rem;
}

.filter-status {
    font-weight: 200;
    font-size: 12px;
    text-align: center;
}

    .filter-status span {
        font-weight: 600;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
    width: 100%;
}

*:focus {
    outline: none;
}

.s-img-item {
    max-height: 40px !important;
}



.cart-container--section {
    background: white;
    margin-bottom: 2rem;
    padding: 0 2rem 2rem 2rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.cart-container--section__no-bg {
    background: transparent;
    box-shadow: none;
}


.cart-container--section-inner {
    display: block;
    width: 100%;
}

    .cart-container--section-inner h2 {
        text-transform: uppercase;
    }

    .cart-container--section-inner .address h3 {
        font-size: 1.1rem;
        position: relative;
    }

        .cart-container--section-inner .address h3 span.change-address {
            font-size: .8rem;
            font-weight: 200;
            position: absolute;
            right: 0;
            cursor: pointer;
            color: #e25307;
        }

.cart-container--cart-items {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
}


    .cart-container--cart-items .cart-items-row,
    .cart-container--cart-items .cart-items-sub-total-row {
        display: flex;
        align-items: flex-end;
        padding: 1rem;
    }



.cart-item-cell {
    flex: 1;
}


    .cart-item-cell label {
        font-weight: 200;
        margin: 0;
        padding: 0;
    }

        .cart-item-cell label span {
            margin-right: 1rem;
            display: block;
            font-size: .7rem;
        }

        .cart-item-cell label input {
            width: 100%;
            display: block;
            font-size: .8rem;
            padding: 4px;
        }

            .cart-item-cell label input:read-only {
                border: none;
                font-style: italic;
            }

.cart-item--image a {
    position: relative;
    width: 100%;
    display: block;
}

.packages-items-counter {
    position: absolute;
    bottom: -10px;
    z-index: 99999;
    left: 20px;
}

.packages-items {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ecca2c;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}



.cart-item-cell--large {
    flex: 2;
}

.cart-item-cell--small {
    flex: .5;
    min-width: 80px;
}

.cart-container--cart-summary {
    background: #F5F2EC;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

    .cart-container--cart-summary > div {
        font-weight: 800;
        font-size: 1.4rem;
    }

        .cart-container--cart-summary > div span {
            font-size: 1.2rem;
        }

.cart-item--image img {
    max-height: 80px;
    max-width: 80px;
}

.cart-item--quantity {
    text-align: center;
}

.cart-item-stepper-container {
    display: inline-block;
}


.cart-item-stepper {
    display: flex;
    justify-content: space-evenly;
    max-width: 160px;
}

.stepper-icon {
    width: 8px;
    height: 8px;
}


.stepper-action {
    display: block;
    position: static;
    width: 28px;
    height: 28px;
    background: none;
    border: 2px solid #c7c8ca;
    vertical-align: middle;
}

.stepper-value {
    line-height: 28px;
    font-size: 15px;
    display: block;
    vertical-align: middle;
    margin: 0 3px;
    width: 60px;
}

.quantity-form {
    position: relative;
}

    .quantity-form input {
        display: inline;
        width: 38px;
        height: 28px;
        padding: 0;
        text-align: center;
        font-size: 15px;
        outline: 0 none;
        box-shadow: none;
        border: none;
        font-weight: 800;
    }


.article-nr {
    left: auto;
    top: auto;
    right: 32px;
    bottom: 32px;
    color: #999;
    font-size: 10px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cart-item--price {
    text-align: right;
}

    .cart-item--price span {
        font-weight: 800;
        color: #07ace2;
    }

.cart-item--product p {
    padding: 0;
    font-weight: 800;
}

.divider h3 {
    font-size: 12px;
    display: block;
    color: #e25307;
    margin-left: 1rem;
    text-transform: uppercase;
}


.address-container {
    display: flex;
    margin-top: 2rem;
}

.address {
    flex: 1;
    padding: 0 2rem;
}

    .address:first-child {
        border-right: solid 1px #ddd;
    }

    .address:last-child {
        border-left: solid 1px #ddd;
    }

.section-bg {
    background: #f5f5f5;
    padding: 1rem;
    border-bottom: solid 2px #ece9e9;
}

.form-control label,
.form-control .label {
    font-weight: 200;
    display: block;
    padding: .2rem 0;
}

    .form-control label span,
    .form-control .label span {
        width: 26rem;
        display: inline-block;
        font-weight: 800;
    }

        .form-control .label span.value {
            font-weight: 200;
        }

    .form-control label input {
        padding: 4px;
        width: 400px;
        display: inline-block;
    }

.address .form-control label span {
    display: block;
    width: 100%;
}

.address .form-control label input {
    display: block;
    width: 100%;
}


.form-control--inline {
    display: flex;
    justify-content: space-between;
}


.address .form-control label .input-small {
    display: inline-block;
    width: 10%;
}

.address .form-control label .input-medium {
    display: inline-block;
    width: 85%;
}

.cart-items-sub-total {
    text-align: right;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}


.hidden {
    display: none !important;
}

input:disabled {
    background: #f5f5f5;
}

.actions {
    display: block;
    width: 100%;
    text-align: center;
}


.featherlight .featherlight-content,
.featherlight .featherlight-close-icon {
    background-color: #F5F2EC;
    overflow-y: hidden;
    max-width: 50rem;
}

.address-selector-container {
    background-color: #F5F2EC;
    max-width: 28rem;
    min-width: 28rem;
    min-height: 34rem;
    max-height: 34rem;
}

    .address-selector-container > div {
        margin-top: -26px;
    }


.address-form {
    width: 100%;
    margin-bottom: 1rem;
}

    .address-form button {
        min-width: 10rem;
    }

.address-picker {
    width: 100%;
}

    .address-picker h3 {
        font-size: .9rem;
        margin-bottom: 0;
        padding-left: 10px;
    }

    .address-picker ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border: solid 2px #ece9e9;
        background: #f5f5f5;
        height: 245px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .address-picker ul li {
            padding: 5px 10px;
        }

            .address-picker ul li:hover {
                background: #ededed;
            }


.address-item {
    font-weight: 200;
    font-size: .8rem;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.address-item--selected {
    color: #e25307;
}


.address-item[data-address-current="true"] {
    cursor: default;
}


.address-item--row {
    display: block;
    width: 100%;
}

.remove-address {
    position: absolute;
    right: 0;
    top: 10px;
    background: #e25307;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    padding-left: 1px;
}


.form-item label {
    display: flex;
    align-items: center;
}

    .form-item label span {
        width: 130px;
    }

    .form-item label input {
        font-weight: 200;
        min-width: 60%;
        padding: 4px 8px;
    }

        .form-item label input[name="zipcode"] {
            max-width: 65px;
            min-width: inherit;
            margin-right: 1rem;
        }

        .form-item label input[name="city"] {
            max-width: 60px;
            min-width: 42%;
        }

.form-actions {
    text-align: center;
    margin-top: 1rem;
}


.form-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-style: solid;
}

.address-form p.error {
    font-size: 12px;
    color: red;
    margin: .4rem 0;
}

html.login-page,
body.login-page {
    height: 100%;
    padding: 0;
    margin: 0;
}

.login-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

    .login-bg:after {
        content: '';
        background: url('../App_Themes/RingUp/Images/login.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .7;
    }


body.login-page form {
    display: block;
}

.login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-container--inner {
    background-color: #fff;
    width: 400px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    border: solid 1px #ccd7e0;
    justify-content: center;
    padding: 2rem;
    align-items: center;
}

.login-item {
    display: block;
    margin-bottom: 1rem;
    position: relative;
}

    .login-item .fa {
        position: absolute;
        right: 7px;
        top: 7px;
        color: #999;
    }


    .login-item img {
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
    }

    .login-item input[type="text"],
    .login-item input[type="password"] {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: .4rem;
        font-size: 12px;
        border-radius: 4px;
        border: solid 1px #ccd7e0;
    }

        .login-item input[type="text"]:focus,
        .login-item input[type="text"]:focus + .fa,
        .login-item input[type="password"]:focus,
        .login-item input[type="password"]:focus + .fa {
            border-color: #e25307;
            color: #e25307;
        }


    .login-item input[type="submit"] {
        display: block;
        box-sizing: border-box;
        display: inline-block;
        padding: 0.75em 2.5em;
        border-radius: 20px;
        background-color: #e25307;
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        color: #fff;
        font-size: 12px;
        line-height: 1em;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-color: transparent;
    }

.login-action {
    display: block;
    margin-top: 1rem;
}



#user-start-message {
    display: none;
    width: 45rem;
    min-height: 8rem;
    padding: .5rem 1rem;
}

    #user-start-message > h1,
    #user-start-message > h2 {
        margin-top: 0;
        padding-top: 0;
    }


body.start-message .featherlight {
    background: rgba(0,0,0,.8);
}


.attest-container strong {
    display: block;
    margin-bottom: .5rem;
}

.attest-container textarea {
    display: block;
    margin-bottom: 1rem;
    resize: none;
    min-width: 40rem;
    min-height: 10rem;
    padding: 10px;
}

.attest-container .button {
    border: none;
}





.search-form {
    max-width: 1024px;
}

    .search-form h2 {
        margin: 0 0 1rem 0;
        padding: 0;
        font-size: 16px;
    }

.search-form-row {
    display: flex;
    flex-direction: row;
    margin: .5rem 0 1rem 0;
}

.search-form-col {
    flex: 1;
}

    .search-form-col > div {
        margin-right: 1rem;
    }

        .search-form-col > div input,
        .search-form-col > div select {
            display: block;
            width: 100%;
            padding: 4px;
        }

.search-actions {
    margin-bottom: 2rem;
}

.search-result {
    width: 100%;
}

.search-result-row {
    display: flex;
    flex-direction: row;
    margin: .5rem 0 1rem 0;
}

.search-result-col {
    flex: 0 0 10em;
}

    .search-result-col span {
        display: block;
    }

.search-result-head {
    border-bottom: solid 2px #333;
}

.search-result-head a {
    font-weight: 600;
    color: #333;
}



.search-result-row {
    margin: 0;
    padding: 1rem;
}

.search-result-row .search-result-col:nth-child(1) {
    flex: 0 0 2em;
}

.search-result-row .search-result-col:nth-child(2), .search-result-row .search-result-col:nth-child(8), .search-result-row .search-result-col:nth-child(11) {
    flex: 0 0 5em;
}

.search-result-body .search-result-row {
    cursor: pointer;
}

    .search-result-body .search-result-row:hover {
        background-color: #f6f6f6 !important;
    }

    .search-result-body .search-result-row:nth-child(odd) {
        background-color: #f9f9f9;
    }

.search-result-body .search-result-row:nth-child(even) {
    background-color: #f0efef;
}

.search-result-orders {
    display: none;
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 2rem;
    border-top: 2px dashed #c8c8c8;
}

.search-result-orders-details {
    font-size: .7rem;
}

.search-result-orders-details table {
    width: 100%;
    table-layout: fixed;
}

    .search-result-orders-details table tr {
        vertical-align: top;
    }


    .search-result-orders-details table th {
        text-align: left;
    }


    .search-result-orders-details table.packages {
        color: #00498D;
        margin-top: 2rem;
    }


.search-result-orders-details table.articles {
    margin: 1rem 0;
}
.search-result-orders-details table tr {
        border-bottom: 1px dotted #c8c8c8;
        line-height: 2rem;
    }


    .search-result-orders-details table.package-items tr {
        border-bottom: none;
        font-weight: 600;
    }


    .text-right {
        text-align: right !important;
        padding-right: 10px !important;
    }





/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .cart-container--cart-items .cart-items-row {
        padding: 1rem 0;
        align-items: normal;
        display: block;
        position: relative;
        margin-bottom: 2rem;
    }

    .cart-item--product {
        min-height: 70px;
        display: inline-block;
        width: 70%;
        overflow-x: hidden;
    }

    .cart-item--image {
        display: inline-block;
        vertical-align: top;
    }

        .cart-item--image img {
            max-width: 80px;
            max-height: 80px;
        }

    .cart-item--quantity {
        display: block;
    }

    .cart-item--price {
        position: absolute;
        top: -10px;
        right: 0;
    }

    .form-control label span {
        width: inherit;
    }

    .form-control label input {
        width: 100%;
    }
}


/* Electra Custom | end */
