
@media only screen and (max-width: 480px) {
    .only-mobile {
        display: block !important;
    }
}

.only-desktop {
    display: block !important;
}

@media only screen and (max-width: 480px) {
    .only-desktop {
        display: none !important;
    }
}

.only-mobile-list {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .only-mobile-list {
        display: block !important;
    }
}

.only-desktop-list {
    display: block !important;
}

@media screen and (max-width: 640px) {
    .only-desktop-list {
        display: none !important;
    }
}

/* Text */
.text-center {
    text-align: center;
}

/* Spacing */
.mt-30 {
    margin-top: 30px;
}

/* Grid */
.column-wide-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
}

.column-wide-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
}

.column-wide-7 {
    flex: 0 0 62.6666666667% !important;
    max-width: 62.6666666667% !important;
}

.column-wide-5 {
    flex: 0 0 37.3333333334% !important;
    max-width: 37.3333333334% !important;
}

@media only screen and (max-width: 480px) {
    .column-wide-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .column-wide-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .column-wide-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .column-wide-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/* Other */
.hpm-pos-rel {
    position: relative;
}

/* OLD - iOS 6-, Safari 3.1-6 */
.merchant-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 40em) {
    .merchant-row {
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
    }
}

/**
 * Global
 */
/* Container & Lightbox */
.hpm-container {
    font-family: 'Gilroy';
    font-size: 24px;
    color: #414042;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0px;
    position: relative;
}

    .hpm-container b {
        font-family: 'Gilroy';
    }

    .hpm-container td,
    .hpm-container th {
        border-bottom: none;
        padding: 0;
        text-align: left;
    }

    .hpm-container fieldset,
    .hpm-container form {
        margin-bottom: 0;
    }

.hpm-lightbox {
    max-width: 1200px;
}

@media only screen and (max-width: 480px) {
    .hpm-lightbox {
        max-width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.hpm-hr {
    border-color: #414042;
    width: 50px;
    text-align: left;
}

@media screen and (max-width: 800px) {
    .hpm-hr {
        margin: 2rem 0;
    }
}

@media screen and (max-width: 320px) {
    .hpm-hr {
        margin: 1.5rem 0;
    }
}

/* Alerts */
.hpm-alert {
    position: absolute;
    /*top: 15px;*/
    left: 50%;
    z-index: 20;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-family: 'Gilroy';
    font-size: 12px;
    background-color: #de4a51;
    color: #fff;
    border-radius: 5px;
    align-items: center;
    padding: 8px;
    width: 60%;
}

@media only screen and (max-width: 640px) {
    .hpm-alert {
        width: 90%;
    }
}

.hpm-alert span {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    .hpm-alert span:nth-child(2) {
        display: block;
        flex: 1 1 auto;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

.hpm-alert img {
    display: block;
    width: 30px;
}

/* Close button */
.hpm-close {
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 10;
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 480px) {
    .hpm-close {
        top: 34px;
    }
}

.hpm-close:hover {
    opacity: 0.3;
}

.hpm-close::before,
.hpm-close::after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #8f9ba7;
}

@media only screen and (max-width: 480px) {
    .hpm-close::before,
    .hpm-close::after {
        width: 4px;
        background-color: #7a4792;
    }
}

.hpm-close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.hpm-close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

/**
 * Login page/view
 */
.hpm-login a {
    font-family: 'Gilroy';
    color: #231f20;
    text-decoration: underline;
}

.hpm-login p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 880px) {
    .hpm-login p {
        font-size: 14px;
        margin-top: 30px;
    }
}

.hpm-login .hpm-header {
    display: none !important;
    position: relative;
    left: 0;
    z-index: 1;
    height: 90px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0 );
    border-bottom: 1px solid #939598;
    padding: 15px;
}

@media screen and (max-width: 360px) {
    .hpm-login .hpm-header {
        height: 80px;
    }
}

.hpm-login .hpm-header .hpm-logo {
    width: 65px;
    /*float: left;*/
}

@media screen and (max-width: 360px) {
    .hpm-login .hpm-header .hpm-logo {
        width: 45px;
        margin-top: 5px;
    }
}

.hpm-login .hpm-header h2 {
    font-family: 'Gilroy';
    float: left;
    font-size: 23px;
    margin-left: 20px;
    margin-top: 16px;
}

@media screen and (max-width: 420px) {
    .hpm-login-text {
       display:none;
    }
}

@media screen and (max-width: 360px) {
    .hpm-login .hpm-header h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-show-header .hpm-login .hpm-header {
        display: block !important;
        text-align:center;
    }
}



@media screen and (max-width: 1024px) {
    .hpm-login .hpm-col-image {
        
    }
}

@media screen and (max-width: 880px) {
    .hpm-login .hpm-col-image {
        
    }
}

@media screen and (max-width: 768px) {
    .hpm-login .hpm-col-image {
        
    }
}

@media screen and (max-width: 640px) {
    .hpm-login .hpm-col-image {
        display: none !important;
    }
}

.hpm-login .hpm-col-form-2 {
    
}

@media screen and (max-width: 1115px) {
    .hpm-login .hpm-col-form-2 {
        
    }
}

@media screen and (max-width: 880px) {
    .hpm-login .hpm-col-form-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.hpm-login .hpm-col-form {
    font-family: 'Gilroy';
    text-align: center;
}

@media screen and (max-width: 1115px) {
    .hpm-login .hpm-col-form {
        /*padding-left: 60px;
        padding-right: 35px;*/
    }
}

@media screen and (max-width: 880px) {
    .hpm-login .hpm-col-form {
       /* padding-left: 20px;
        padding-right: 20px;*/
    }
}


@media screen and (max-width: 640px) {
    .hpm-login .hpm-col-form {
        /*max-width: 100% !important;
        flex: 0 0 100% !important;*/
    }
}

@media only screen and (max-width: 480px) {
    .hpm-login .hpm-col-form {
        /*margin-top: 20px;*/
    }
}

.hpm-login .hpm-col-form .hpm-logo {
    width: 116px;
    margin-bottom: 20px;
}

@media screen and (max-width: 880px) {
    .hpm-login .hpm-col-form .hpm-logo {
        width: 90px;
        margin: 80px auto 20px;
    }
}

@media screen and (max-width: 640px) {
    .hpm-login .hpm-col-form .hpm-logo {
        margin-top: 20px;
    }
}

.hpm-login .hpm-col-form h1 {
    font-size: 28px;
    line-height: 1.571;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
    .hpm-login .hpm-col-form h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 880px) {
    .hpm-login .hpm-col-form h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-login .hpm-col-form h1 {
        font-size: 20px;
        line-height: 1.2;
    }
    .modal-body {
        padding: 0 1rem 1rem !important;
    }
    .hpm-login p {
        margin-top: 15px;
    }
    .hpm-login .hpm-input-id {
        width: 90% !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 360px) {
    .hpm-login .hpm-col-form h1 {
        font-size: 18px;
    }
}

.hpm-login .hpm-input-id {
    font-family: 'Gilroy';
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #414042;
    height: 60px;
	font-weight:700;
    line-height: 72px;
    border-color: #dedede !important;
	margin-bottom:20px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0 );
}

    .hpm-login .hpm-input-id::placeholder {
        color: #d7d9db;
        opacity: 1;
    }

    .hpm-login .hpm-input-id:focus {
        border-color: #e30d7d;
    }

@media screen and (max-width: 880px) {
    .hpm-login .hpm-input-id {
        font-size: 24px;
        height: 62px;
        line-height: 62px;
    }
}

@media screen and (max-width: 768px) {
    .hpm-login .hpm-input-id {
        font-size: 22px;
        height: 52px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-login .hpm-input-id {
        font-size: 20px;
        height: 46px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 360px) {
    .hpm-login .hpm-input-id {
        font-size: 18px;
    }
}

.hpm-login .button.hpm-button-login {
    width: 60%;
    height: 55px;
    margin-bottom: 0;
    background-color: #e30d7d;
    border-color: #e30d7d;
    border-radius: 34px;
    font-family: 'Gilroy';
    font-size: 24px;
    letter-spacing: 0.4rem;
}

    .hpm-login .button.hpm-button-login:hover {
        background-color: #c60c6d;
    }

@media screen and (max-width: 880px) {
    .hpm-login .button.hpm-button-login {
        height: 58px;
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .hpm-login .button.hpm-button-login {
        width: 60%;
        height: 42px;
        font-size: 22px;
    }
}


.hpm-login .button.hpm-button-confirm {
    width: 35%;
    height: 48px;
    margin-bottom: 0;
    background-color: #e30d7d;
    border-color: #e30d7d;
    border-radius: 34px;
    font-family: 'Gilroy';
    font-size: 18px;
    letter-spacing: 0.4rem;
}

    .hpm-login .button.hpm-button-confirm:hover {
        background-color: #c60c6d;
    }

@media only screen and (max-width: 767px) {
    .hpm-login .button.hpm-button-confirm {
        width: 45%;
        height: 38px;
        font-size: 16px;
        padding: 0 2.0rem;
        letter-spacing: 0.2rem;
    }
}

@media only screen and (max-width: 414px) {
    .hpm-login .button.hpm-button-confirm {
        width: 80%;
        margin-top: 15px;
    }
}


.hpm-login .button.hpm-button-cancel {
    width: 35%;
    height: 48px;
    margin-bottom: 0;
    background-color: white;
    border: 2px solid #3d3a3b;
    border-radius: 34px;
    font-family: 'Gilroy';
    font-size: 18px;
    letter-spacing: 0.4rem;
    color: #3d3a3b;
}

    .hpm-login .button.hpm-button-cancel:hover {
        background-color: #3d3a3b;
        color: white;
    }

@media only screen and (max-width: 767px) {
    .hpm-login .button.hpm-button-cancel {
        width: 45%;
        height: 38px;
        font-size: 16px;
        padding: 0 2.0rem;
        letter-spacing: 0.2rem;
    }
}

@media only screen and (max-width: 414px) {
    .hpm-login .button.hpm-button-cancel {
        width: 80%;
    }
}

.hpm-rememberqr {
    font-family: 'Gilroy';
    font-size: 16px;
    margin-left: 5px;
}

/**
 * List page/view
 */
/* List column */
.hpm-list .hpm-col-list {
    padding-left: 70px;
    padding-right: 15px;
    margin-top: 100px;
}

@media screen and (max-width: 860px) {
    .hpm-list .hpm-col-list {
        flex: 0 0 60% !important;
        max-width: 60% !important;
        padding-left: 30px;
    }
}

@media screen and (max-width: 800px) {
    .hpm-list .hpm-col-list {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .hpm-list .hpm-col-list {
        order: 1;
        -webkit-order: 1;
        flex: 0 0 0 !important;
        max-width: none !important;
        margin-bottom: 60px;
        margin-top: 0;
    }
}

.hpm-list .hpm-col-list h1 {
    font-family: 'Gilroy';
    color: #e30d7d;
    font-size: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .hpm-list .hpm-col-list h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .hpm-list .hpm-col-list h1 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .hpm-list .hpm-col-list h1 {
        font-size: 26px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-list h1 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.hpm-list .hpm-col-list h3 {
    font-family: 'Gilroy';
    color: #414042;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0;
    margin-left: 30px;
}

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-col-list h3 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-list h3 {
        font-size: 12px;
    }
}

.hpm-list .hpm-scrollable {
    height: 230px;
    overflow: scroll;
    overflow-x: hidden;
    margin-left: -30px;
}

@media screen and (max-width: 768px) {
    .hpm-list .hpm-scrollable {
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-scrollable {
        height: 170px;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-scrollable {
        height: 120px;
    }
}

.hpm-list .hpm-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.hpm-list .hpm-scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.hpm-list .hpm-col-list .hpm-form-row {
    width: 90%;
    margin-bottom: 20px;
    position: relative;
    margin-left: 30px;
}

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-col-list .hpm-form-row {
        margin-bottom: 10px;
    }
}

.hpm-list .hpm-col-list .hpm-form-row:last-child {
    margin-bottom: 0;
}

.hpm-list .hpm-col-list .hpm-input-radio {
    position: absolute;
    margin-top: 14px;
    margin-left: -30px;
}

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-col-list .hpm-input-radio {
        margin-top: 14px;
        margin-left: -20px;
    }
}

.hpm-list .hpm-col-list .hpm-input-label {
    font-size: 21px;
    font-weight: 400;
    color: #414042;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .hpm-list .hpm-col-list .hpm-input-label {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-col-list .hpm-input-label {
        font-size: 16px;
        line-height: normal;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-list .hpm-input-label {
        font-size: 14px;
    }
}

.hpm-list .hpm-col-list .hpm-form-text {
    display: block;
    font-family: 'Gilroy';
    font-size: 12px;
    font-weight: 700;
    color: #e30d7d;
    margin-bottom: 0;
}

    .hpm-list .hpm-col-list .hpm-form-text span {
        font-family: 'Gilroy';
        color: #414042;
        font-size: 13px;
    }

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-list .hpm-form-text {
        font-size: 10px;
    }
}

/* Summary column - aside  */
.hpm-list .button.hpm-button-continue {
    width: 90%;
    height: 56px;
    margin-bottom: 0;
    background-color: #1e9cd7;
    border-color: #1e9cd7;
    border-radius: 34px;
    font-family: 'Gilroy';
    font-size: 22px;
    letter-spacing: 0.4rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .hpm-list .button.hpm-button-continue {
        width: 70%;
        height: 48px;
        font-size: 18px;
    }
}

.hpm-button-sticky {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -30px;
    background-color: white;
    margin-right: -30px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .hpm-button-sticky {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-button-sticky {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .hpm-button-sticky {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.hpm-button-sticky .button.hpm-button-continue {
    width: 50%;
    height: 38px;
    background-color: #1e9cd7;
    border-color: #1e9cd7;
    margin-bottom: 0;
    font-size: 18px;
}

@media screen and (max-width: 320px) {
    .hpm-button-sticky .button.hpm-button-continue {
        height: 32px;
        font-size: 16px;
        line-height: 0;
    }
}

.hpm-list .hpm-col-summary {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 125px;
    background-color: #f7f7f7;
}

@media screen and (max-width: 860px) {
    .hpm-list .hpm-col-summary {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
}

@media screen and (max-width: 800px) {
    .hpm-list .hpm-col-summary {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .hpm-list .hpm-col-summary {
        order: -1;
        -webkit-order: -1;
        flex: 0 0 0 !important;
        max-width: none !important;
        height: auto;
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hpm-list .hpm-col-summary p.lead {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -.1rem;
    line-height: 1.6;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .hpm-list .hpm-col-summary p.lead {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 640px) {
    .hpm-list .hpm-col-summary p.lead {
        line-height: normal;
        margin-bottom: 15px;
        width: 85%;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary p.lead {
        font-size: 16px;
    }
}

.hpm-list .hpm-col-summary p {
    font-size: 14px;
    margin-bottom: 0;
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary p {
        font-size: 12px;
    }
}

.hpm-list .hpm-col-summary .hpm-table {
    margin-top: 40px;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .hpm-list .hpm-col-summary .hpm-table {
        margin-bottom: 25px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .hpm-list .hpm-col-summary .hpm-table {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary .hpm-table {
        margin-top: 0;
    }
}

.hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(2) td,
.hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(4) td {
    padding: 1rem 0 0;
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(2) td,
    .hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(4) td {
        padding: 0;
    }
}

.hpm-list .hpm-col-summary .hpm-table p {
    font-family: 'Gilroy';
    font-size: 13px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .hpm-list .hpm-col-summary .hpm-table p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-col-summary .hpm-table p {
        margin-top: 15px;
    }
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary .hpm-table p {
        margin-top: 5px;
    }
}

.hpm-list .hpm-col-summary .hpm-table .hpm-paracik {
    font-family: 'Gilroy';
    font-size: 26px;
    color: #f1c220;
    border: none;
    border-bottom: 1px solid #f1c220;
    border-radius: 0;
    margin-bottom: 0;
}

    .hpm-list .hpm-col-summary .hpm-table .hpm-paracik:focus {
        border-color: #f1c220;
    }

@media only screen and (max-width: 480px) {
    .hpm-list .hpm-col-summary .hpm-table .hpm-paracik {
        font-size: 22px;
        margin-bottom: 0;
    }
}

.hpm-list .hpm-col-summary .hpm-table .hpm-paracik-border {
    border: 2px solid #f1c220;
}

.hpm-list .hpm-col-summary .hpm-table span {
    font-family: 'Gilroy';
    font-size: 22px;
}

.hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik,
.hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik span {
    font-family: 'Gilroy';
    font-size: 14px;
}

@media screen and (max-width: 320px) {
    .hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik,
    .hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik span {
        font-size: 12px;
    }
}

.hpm-list .hpm-col-summary .hpm-table .hpm-cart .hpm-icon-cart {
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.hpm-list .hpm-col-summary .hpm-table .hpm-cart span {
    position: absolute;
    background-color: #c0bfc1;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    color: #414042;
    font-size: 8px !important;
    text-align: center;
    top: -6px;
    left: 16px;
    padding-top: 1px;
}

.hpm-list .hpm-col-summary .hpm-table .hpm-tl-border {
    font-family: 'Gilroy' !important;
    font-size: 25px !important;
    border: 1px solid #dfe1e3;
    display: block;
    text-align: center;
    height: 38px;
}

/* Close button */
@media only screen and (max-width: 480px) {
    .hpm-close .hpm-list-close {
        top: 25px !important;
    }
}

/* Row */
@media screen and (max-width: 640px) {
    .merchant-row {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
}

/**
 * Cta page/view
 */
.hpm-cta {
    position: relative;
    font-family: 'Gilroy';
    max-width: 420px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 480px) {
    .hpm-cta {
        max-width: 100%;
    }
}

.hpm-white {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    color: #b2b8c3;
    -webkit-box-shadow: 0px 5px 0px 0px #e7e7e8;
    -moz-box-shadow: 0px 5px 0px 0px #e7e7e8;
    box-shadow: 0px 5px 0px 0px #e7e7e8;
}

@media only screen and (max-width: 480px) {
    .hpm-white {
        -webkit-box-shadow: 0px 2px 0px 0px #e7e7e8;
        -moz-box-shadow: 0px 2px 0px 0px #e7e7e8;
        box-shadow: 0px 2px 0px 0px #e7e7e8;
    }
}

.hpm-grey {
    background-color: #bfc4cd;
    border: 1px solid #bfc4cd;
    color: white;
    -webkit-box-shadow: 0px 5px 0px 0px #919aa3;
    -moz-box-shadow: 0px 5px 0px 0px #919aa3;
    box-shadow: 0px 5px 0px 0px #919aa3;
}

@media only screen and (max-width: 480px) {
    .hpm-grey {
        -webkit-box-shadow: 0px 2px 0px 0px #919aa3;
        -moz-box-shadow: 0px 2px 0px 0px #919aa3;
        box-shadow: 0px 2px 0px 0px #919aa3;
    }
}

.hpm-pink {
    background-color: #e81e89;
    border: 1px solid #e81e89;
    color: white;
    -webkit-box-shadow: 0px 5px 0px 0px #b12d70;
    -moz-box-shadow: 0px 5px 0px 0px #b12d70;
    box-shadow: 0px 5px 0px 0px #b12d70;
}

@media only screen and (max-width: 480px) {
    .hpm-pink {
        -webkit-box-shadow: 0px 2px 0px 0px #b12d70;
        -moz-box-shadow: 0px 2px 0px 0px #b12d70;
        box-shadow: 0px 2px 0px 0px #b12d70;
    }
}

.hpm-pink:hover, .hpm-pink:focus, .hpm-pink:hover strong, .hpm-pink:focus strong {
    color: #ff94cf !important;
}

.hpm-cta-logo {
    width: 40px;
    margin-left: 1rem;
    float: left;
}

@media only screen and (max-width: 480px) {
    .hpm-cta-logo {
        margin-left: 2rem;
        width: 34px;
        margin-top: 2px;
    }
}

@media (max-width: 320px) {
    .hpm-cta-logo {
        margin-left: 1rem;
    }
}

.hpm-vl {
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: 1px solid;
    float: left;
}

@media only screen and (max-width: 480px) {
    .hpm-vl {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 320px) {
    .hpm-vl {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


.hpm-cta-text {
    font-size: 20px;
    margin-top: 5px;
    float: left;
}

@media (max-width: 320px) {
    .hpm-cta-text {
        font-size: 18px;
    }
}

.hpm-cta-text strong {
    color: #e81e89;
}

.hpm-arrow {
    position: absolute;
    right: 3rem;
    /*margin-top: 0.4rem;*/
}

@media (max-width: 220px) {
    .hpm-arrow {
        right: 2.5rem;
    }
}

.hpm-arrow span {
    position: absolute;
    height: 0.1rem;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

    .hpm-arrow span:nth-child(1) {
        width: 1rem;
        top: 1rem;
        left: 0;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }

    .hpm-arrow span:nth-child(2) {
        width: 1rem;
        top: 1rem;
        left: 0;
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }

.hpm-arrow-right span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hpm-arrow-right span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hpm-white .hpm-arrow span {
    background-color: #b1b8c4;
}

.hpm-grey .hpm-arrow span, .hpm-pink .hpm-arrow span {
    background-color: #fff;
}

.hpm-pink .hpm-cta-text strong {
    color: #fff;
}

/**
 * Status page/view
 */
.hpm-status {
    font-family: 'Gilroy';
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0px 5px 0px 0px #e7e7e8;
    -moz-box-shadow: 0px 5px 0px 0px #e7e7e8;
    box-shadow: 0px 5px 0px 0px #e7e7e8;
}

@media only screen and (max-width: 480px) {
    .hpm-status {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-shadow: 0px 2px 0px 0px #e7e7e8;
        -moz-box-shadow: 0px 2px 0px 0px #e7e7e8;
        box-shadow: 0px 2px 0px 0px #e7e7e8;
    }
}

.hpm-status-title {
    font-family: 'Gilroy';
    font-size: 16px;
    color: #e81e89;
    letter-spacing: normal;
    margin-bottom: 5px;
}

@media (max-width: 320px) {
    .hpm-status-title {
        font-size: 14px;
    }
}

.hpm-status-subtitle {
    font-size: 18px;
    line-height: 1.2;
    color: #414042;
    margin-bottom: 10px;
}

@media (max-width: 320px) {
    .hpm-status-subtitle {
        font-size: 16px;
    }
}

.hpm-status-body {
    -ms-flex: 1;
    flex: 1;
}

.hpm-status-logo {
    width: 95px;
    height: 80px;
    padding-left: 10px;
}

@media only screen and (max-width: 480px) {
    .hpm-status-logo {
        width: auto;
        height: 60px;
    }
}

@media (max-width: 320px) {
    .hpm-status-logo {
        width: auto;
        height: 50px;
    }
}

.hpm-text {
    float: left;
    margin-top: 5px;
    font-size: 20px;
}

    .hpm-text strong {
        color: #e81e89;
    }

.hpm-edit, .hpm-delete {
    width: 13px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 2px;
}

.hpm-status-actions > a {
    font-family: 'Gilroy';
    font-size: 11px;
    color: #f1c220;
    text-decoration: none;
    margin-right: 20px;
}

    .hpm-status-actions > a:hover, .hpm-status-actions > a:focus {
        opacity: 0.7;
    }

/*# sourceMappingURL=hopi-merchant.css.map */
