.timesWelcome {
    display: block;
    text-align: center;
    width: 100%;
}

.timesWelcome img {
    margin: 10px auto;
    display: block;
}
.InputTimeShopColor .form-control {
    border: 1px solid #d4448a;
}
.InputTimeShopColor .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 236 242);
}
.buttonTimesShop {
    background: url(../images/times_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF!important;
}
.buttonTimesShop:hover, .buttonTimesShop:focus {
    box-shadow:0 0 0 0.2rem rgb(252 214 230);
    color: #f9cddb;
}

/* select 2 customization */
.select2-container--default .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #d4448a;
    box-shadow: 0 0 0 1px rgba(212,38,88, .20);
}

.has-error .help-block {
    color: #fb5f5f;
}

.uploadStyle {
    border: 3px dotted #ddd;
    display: inline-block;
    margin: 15px 15px 15px 0;
    position: relative;
}
.uploadStyle input {
    cursor: pointer;
    opacity: 0;
    padding: 40px 30px;
    width: 100%;
}
.uploadStyle > p {
    left: 25px;
    position: absolute;
    top: 35px;
}

/* customer dashboard */
.customer-dashboard {
    width: 800px;
    margin: 0 auto;
}
.profile-box {
    width: 230px;
    margin: 0 auto;
}
.profile-box img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid #9C163A;
}
.profile-box h3 {
    text-align: center;
    border: 1px solid #9C163A;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    margin: 0;
    top: 16px;
    position: relative;
}
.profile-box h5 {
    padding-top: 20px;
    text-align: center;
    border: 1px solid #9C163A;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 120%;
    margin-left: -10%;
    font-size: 30px;
}
.dashboard-box {
    background: url(../images/customer_dashboard/box-bg.png) no-repeat;
    width: 250px;
    height: 250px;
    background-size: contain;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
    text-align: center;
    cursor: pointer;
}
.coupon-card-recharge.dashboard-box {
    background: url(../images/customer_dashboard/coupon-card-recharge.png) no-repeat;
    background-size: contain;
}
.voucher-adjustment.dashboard-box {
    background: url(../images/customer_dashboard/voucher-adj.png) no-repeat;
    background-size: contain;
}
.customer-history.dashboard-box {
    background: url(../images/customer_dashboard/history.png) no-repeat;
    background-size: contain;
}
.coupon-winners.dashboard-box {
    background: url(../images/customer_dashboard/coupon-winners.png) no-repeat;
    background-size: contain;
}
.customer-rating.dashboard-box {
    background: url(../images/customer_dashboard/rating.png) no-repeat;
    background-size: contain;
}
.dashboard-box label {
    color: #fff;
    font-size: 30px;
    top: 45%;
    position: relative;
}
.dashboard-box label.free_shopping_balance {
    font-size: 20px;
}
.dashboard-box label.active_timer {
    font-size: 22px;
    top: 100px;
}
.dashboard-box h4 {
    color: #000;
    font-size: 30px;
    top: 100%;
    position: absolute;
    width: 100%;
}
.add-to-shopping {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    left: 0;
    color: white;
}
form .error, .GlobalFormValidation small.help-block {
    color: red;
}
@media (max-width: 767px) {
    .customer-dashboard {
        width: 95%;
        padding: 10px;
    }
    .dashboard-box {
        height: 100px;
        width: 100px;
        margin-bottom: 30px;
    }
    .dashboard-box label {
        font-size: 14px;
        top: 38px;
    }
    .dashboard-box label.active_timer {
        font-size: 10px;
        top: 40px;
    }
    .dashboard-box label.free_shopping_balance {
        font-size: 10px;
    }
    .dashboard-box h4 {
        font-size: 12px;
    }


    .profile-box {
        width: 180px;
    }
    .profile-box img {
        width: 60px;
        height: 60px;
    }
    .profile-box h3 {
        font-size: 13px;
        top: 8px;
    }
    .profile-box h5 {
        padding-top: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}


/* cart/order steps */

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}
.process-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.process-steps.five-item li {
    width: 20%;
}
.process-steps.three-item li {
    width: 33.33%;
}
.process-steps li.done .icon {
    color: transparent;
}
.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #adadad;
    position: relative;
}
.process-steps li .title {
    font-weight: 600;
    font-size: 13px;
    color: #777;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.no-title-border .process-steps li .title {
    border-bottom: none;
}
.process-steps li.done .icon:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
    color: #fff;
}
.process-steps li + li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #fff;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}
.process-steps li .state-icon {
    font-size: 40px;
    color: #0b0b0b;
}
.process-steps li.active .state-icon,
.process-steps li.done .state-icon {
    color: #9c163a;
}
.process-steps.has-state-icon li + li:after {
    top: 70px;
}
.process-steps li.done .title, .process-steps li.active .title {
    color: #9c163a;
}
.process-steps li.done .icon, .process-steps li.done:after, .process-steps li.active:after, .process-steps li.active .icon {
    background: #9c163a;
}
@media only screen and (max-width: 768px) {
    .pull-none-xs {
        float: none!important;
    }
    .process-steps li .icon {
        height: 25px;
        width: 25px;
        line-height: 26px;
        font-size: 10px;
    }
    .process-steps li .title {
        font-size: 9px;
        margin-top: 4px;
    }
    .process-steps li .state-icon {
        font-size: 20px;
    }
    .process-steps.has-state-icon li + li:after {
        top: 40px;
    }
    .process-steps li.done .icon:before {
        left: 8px;
        top: 7px;
        width: 8px;
        height: 10px;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 12px;
        padding: 2px 10px;
    }
    blockquote {
        padding: 2px 10px;
        margin: 0 0 5px;
        font-size: 12px;
    }
}

/* product listing page */
.shop-thumb {
    position: relative;
    z-index: 1;
    background: #fff;
}
.shop-thumb img {
    width: 150px!important;
    float: left;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: -50%;
}
.shop-thumb .shop-desc {
    padding: 10px;
    margin-left: 150px;
}

@media print{.hidden-print{display:none!important}}
