<!--
/**
 * Cart popup component styles
 *
 * @category   Hanger
 * @package    Hanger_PopupDisplay
 * @author     Sandeep S Kharay <skharay@hanger.com>
 * @copyright  Copyright (c) 2022 Hanger Inc. 
 * 
 */
-->
.no-header-footer .modal-footer {
    display: none;
}

.no-header-footer .modal-inner-wrap {
    box-shadow: none;
    border-radius: 8px;
    max-width: 800px;
}

.no-header-footer .modal-product-list li {
    border: 1px solid #f2f2f2;
    float: left;
    position: relative;
    list-style: none;
    padding: 0;
    width: 200px;
    height: 200px;
}

.no-header-footer .modal-product-list li:hover {
    border: 1px solid #ff4747;
}

.no-header-footer .modal-product-list ul {
    padding-left: 30px;
}

.no-header-footer .modal-product-list li + li {
    margin-left: 20px;
}

.no-header-footer .view-shopping-cart {
    font-size: 1.2rem;
    color: #fff;
    background-color: #0095da;
    border: 1px solid #0095da;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: none;
    width: 180px;
}

.no-header-footer .continue-shopping {
    font-size: 1.2rem;
    background-color: #fff;
    color: #0095da;
    border: 1px solid #0095da;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: none;
    width: 180px;
}

.no-header-footer a.close-modal:before {
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    font-size: 20px;
}

.no-header-footer a, .no-header-footer a:hover {
    text-decoration: none;
}

.no-header-footer .modal-popup-top {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 14px;
}

.no-header-footer .modal-popup-body {
    height: 290px;
    padding-top: 20px;
}

.no-header-footer .modal-popup-header {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px
}

.no-header-footer .modal-popup-icon {
    float: left;
    position: relative;
    display: block;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    .no-header-footer .modal-product-list li {
        width: 50%;
    }

    .no-header-footer .continue-shopping {
        margin-top: 5px;
    }

    .no-header-footer .modal-popup-top p {
        font-size: 13px;
    }

    .no-header-footer .modal-product-list li + li {
        margin-left: 10px;
    }

    .no-header-footer .modal-product-list li {
        width: 45%;
        margin-left: 10px;
    }

    .no-header-footer .modal-product-list {
        margin: 0;
        padding: 0;
    }

    .no-header-footer .modal-popup-header {
        padding-bottom: 0;
    }

    .no-header-footer .cart-buttons {
        text-align: center;
    }

}
.modal-popup-body .action.primary{
    margin-top: 0px;
    width: 80%;
    float: left;
    border-radius: 0 5px 5px 0;
}
.modal-popup-body .control{
    width: 20%;
    float: left;
}
.modal-popup-body .control input{
    border: 2px solid #0095da;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
    padding-left: 19px;
}
.modal-popup-body .fieldset{
    margin-top: 10px;
}
.modal-popup-body button.button-arrow{
    background: #ffffff;
    border: 0;
    color: #0095da;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    font-size: 2rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    position: absolute;
    padding-left: 0px;
    margin-left: 0px;
    border-radius: 0 5px 5px 0;
    padding: 0px;
    padding-left: 0px;
    margin-top: 18px;
    margin-left: 5px;
}