
.cart-ajaxdwl-cover {
    display: none;
    background: #261E1E none repeat scroll 0% 0%;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 2000;
}

.input-fly.cart-showhideme label {
    display: block !important;
}

.cart-window-outside {
    position: relative;
}

    .cart-window-outside .close {
        cursor: pointer;
        text-align: center;
        width: 40px;
        float: right;
        display: block;
        color: #636363;
        text-decoration: none;
        font-weight: normal;
        font-size: 30px;
        position: absolute;
        top: -13px;
        right: -10px;
    }

.cart-window-box .input-fly input[type="text"],
.cart-window-box .input-fly input[type="password"] {
    width: 100%;
}

/* Desktop or TV **************************************************************/
@media only screen and (min-width: 771px) {
    #header-account {
        width: 350px !important;
    }
    /*    .cart-register-window,
    .cart-dwl-window { display:none; width:350px; z-index:9998; padding:0; }*/
    .cart-window-outside {
        margin: 20px;
    }

    .cart-forgot-password a {
        text-align: right !important;
    }

    .yoauam-switch-window {
        text-align: center;
        padding: 5px;
        display: inline;
    }
}
/******************************************************************************/

/* Tablet *********************************************************************/
@media only screen and (max-width: 771px) {
    .cart-forgot-password a {
        text-align: right !important;
    }

    .yoauam-switch-window {
        text-align: center;
        padding: 5px;
        display: inline;
    }
}

@media only screen and (max-width: 670px) {
    .yoauam-switch-window {
        text-align: center;
        display: block;
        padding: 0;
    }

    .cart-forgot-password a {
        text-align: center !important;
    }
}
/******************************************************************************/

/* Mobile *********************************************************************/
@media only screen and (max-width: 480px) {
    .yoauam-switch-window {
        text-align: center;
        display: block;
        padding: 0;
    }

    .cart-window-box .input-fly input[type="text"],
    .cart-window-box .input-fly input[type="password"] {
        width: 100%;
    }
}
/******************************************************************************/

.cart-ajaxdwl-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -15px;
    height: 31px;
    width: 40px;
    z-index: 1000000;
    background: url('https://cdn0.fahasa.com/skin/frontend/base/default/images/cart/ajaxdwl/loader.gif') no-repeat center center;
}

.cart-window-title h3 {
    display: inline;
    margin: 0;
    color: #3399cc;
}

.yoauam-switch-window {
    cursor: pointer;
    color: #3399cc;
    line-height: 33px;
}

.cart-window-subtitle p {
    margin: 20px 0 5px 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    border-bottom: 1px solid #3399cc;
}

.cart-window-box .input-fly {
    padding: 5px 0;
    width: 100%
}

    .cart-window-box .input-fly label {
        font-size: 14px;
        line-height: 26px;
    }

    .cart-window-box .input-fly input[type="text"],
    .cart-window-box .input-fly input[type="password"] {
        font-size: 15px;
        padding: 3px;
        height: 40px !important;
    }

.cart-ajaxdwl-error {
    color: #eb340a;
}

.err-licence {
}

.err-newsletter {
}

.cart-window-box label a {
    display: inline !important;
    padding: 0 !important;
}

.cart-window-box .input-fly-checkbox input {
    margin: 0;
}

.cart-window-box .input-fly-checkbox label {
    font-size: 12px;
    width: auto;
}

.cart-window-box .input-fly .cart-ajaxdwl-error {
}

.cart-window-box .input-fly-checkbox .cart-ajaxdwl-error {
    text-align: left;
}

.cart-window-box .box-contents {
}

.cart-window-box .box-contents-button {
    width: 100%;
}

    .cart-window-box .box-contents-button button {
    }

.cart-window-box .cart-forgot-password {
    margin-top: 10px;
}

.cart-fhs-fp {
    display: block;
    margin-bottom: 10px;
}

.fhs_label_note {
    color: #9FA7AB;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.cart-dwl-window {
    background-color: #fff;
    position: relative;
    /* width: 450px; */
    /* max-width: calc(100vw - 20px); */
    /* border-radius: 10px; */
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

.fhs_popup_show {
    display: none;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 99999;
}

.fhs_popup_effect {
    -webkit-transition: all 0.5s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s ease-in-out;
}

.cart-change-window {
    display: none;
    background-color: #fff;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    position: fixed;
    top: 15%;
    left: 50%;
    width: 450px;
    max-width: calc(100vw - 20px);
    z-index: 99999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.checked-error {
    border: 1px solid #C92127 !important;
}

.popup-dwl-tab {
    padding: 24px 8px 8px 8px !important;
    font-size: 1.1em;
    font-family: sans-serif;
    font-weight: normal;
}

    .popup-dwl-tab .popup-dwl-tab-item > a {
        text-decoration: none;
    }

    .popup-dwl-tab > .popup-dwl-tab-item {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        padding: 0 8px;
        user-select: none;
        width: 100%;
        font-weight: bold;
    }

        .popup-dwl-tab > .popup-dwl-tab-item:last-child {
            margin-right: 0 !important;
        }

        .popup-dwl-tab > .popup-dwl-tab-item hr {
            font-size: 2em;
            margin: 5px 0;
            border: 1px solid #eee0;
            -webkit-transition: all 0.5s ease-in-out; /* For Safari 3.1 to 6.0 */
            transition: all 0.5s ease-in-out;
            width: 20%;
            margin-block-start: 0.2em;
            margin-block-end: 0.2em;
            margin-inline-start: auto;
            margin-inline-end: auto;
        }

        .popup-dwl-tab > .popup-dwl-tab-item:hover hr, .popup-dwl-tab > .popup-dwl-tab-item.active hr {
            border: 1px solid #C92127;
            width: 100%;
        }

        .popup-dwl-tab > .popup-dwl-tab-item.active a, .popup-dwl-tab .popup-dwl-tab-item:hover a {
            color: #C92127;
        }

.popup-btn-close-bottom {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 22px);
    transition: all 0.3s;
}

    .popup-btn-close-bottom > img:hover {
        transform: scale(1.03);
    }

    .popup-btn-close-bottom > img:active {
        transform: scale(0.98);
    }

.popup-dwl-content {
    padding: 0 32px 16px 32px;
}

.cart-dwl-window label {
    font-size: 14px;
    padding: 10px 0 0 0;
}

.fhs-input-box {
    padding: 0 !important;
}
