/* Old stylesheet */
@media (min-width: 1170px) {
    .navbar-toggle {
        display: none;
    }
    nav#nav-bitel .container #navbar {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    #site-header .container:after { content: ''; display: block;clear: both;}
    header .navbar-nav {
        float: left;
        margin: 0;
        display: block;
    }
    header #site-header .container .select-persona ul li {
        float: left;
    }
    .navbar-header {
        float: left;
    }
}
@media (min-width: 767px) {
    header #site-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
header #site-header .container .select-persona ul li:first-child {
    border-right: 1px solid #797878;
    margin-right: 20px;
    padding-right: 20px;
}
header #site-header .container .select-persona ul li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #797878;
    line-height: 25px;
    font-size: 13px;
}
li.cart a.mi-bitel {
    font-weight: bold;
    padding-left: 0 !important;
    position: initial !important;
    color: #797878 !important;
    text-decoration: none;
}
.info-bitel ul {
    display: flex;
    margin-bottom: 0;
}
.info-bitel ul li.cart {
    position: relative;
    padding-right: 50px;
}
.info-bitel ul li.cart a {
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 57px;
    height: 40px;
}
.info-bitel ul li.cart a span {
    font-size: 30px;
    line-height: 13px;
    color: #797878;
}
.info-bitel ul li.cart a span.icon-cart {
    background: url(../images/header/svg/icon-cart.svg) no-repeat 0 0;
    background-size: cover;
    height: 27px;
    width: 27px;
    display: inline-block;
    position: inherit;
    bottom: 0;
}
.info-bitel ul li.cart a span.icon-count {
    position: inherit;
    top: 4px;
    right: -3px;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding-top: 2px;
    background-color: #008c95;
    border-radius: 50%;
    min-width: 22px;
    min-height: 20px;
    color: #fff;
    transition: 0.5s ease all;
}
.info-bitel ul li.search {
    line-height: 25px;
    margin-left: 9px;
}
.info-bitel ul li.search #search {
    position: relative;
}
.info-bitel ul li.search #search .form-control {
    padding-right: 50px;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px 10px;
    border: none;
    background-color: #e4e3e3;
    width: 200px;
    line-height: 25px;
    font-size: 13px;
}
.info-bitel ul li.search #search .btn-search {
    color: #008c95;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background-color: transparent;
}
nav#nav-bitel {
    z-index: 99;
    margin-bottom: 0;
    background-color: #ffe60d;
    border: 0;
    border-radius: 0;
    padding: 5px 0 9px;
    transition: 0.6s ease all;
    height: 69px;
}
nav#nav-bitel .container #navbar {
    border-color: transparent;
    flex-basis: 0;
}
nav#nav-bitel .container .navbar-header a.navbar-brand {
    padding: 0;
    background: url(../images/header/png/logo_grande.png) no-repeat 0;
    background-size: 125px;
    width: 135px;
    height: 60px;
    margin-left: 0;
}
nav#nav-bitel .container .navbar-header a.navbar-brand h1 {
    margin: 0;
    text-indent: -555px;
    overflow: hidden;
    height: 50px;
}
nav#nav-bitel .container .navbar-header .navbar-toggle {
    background-color: transparent;
    border: none;
    margin-top: 14px;
}
nav#nav-bitel .container .navbar-header .navbar-toggle span {
    background-color: #008c95;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-header .cart-link {
    margin-top: 11px;
    margin-right: 10px;
    float: right;
}
.menu-newbitel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}
.menu-newbitel > a {
    display: inline-block;
    text-decoration: none;
    font-size: 11.5px;
    color: #2a3a49;
    text-transform: uppercase;
    margin-right: 40px;
    margin-top: 15px;
}
.postpago-item {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0;
    border-radius: 35px;
    border: 1px solid #EAC416;
}
.postpago-item span {
    font-weight: bold;
    font-size: 14px;
    color: #008c95;
    margin-left: 20px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/storage/images/flecha.png) right center no-repeat;
}
.postpago-item .postpago-itemlist ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
}
.postpago-item .postpago-itemlist ul li {
    list-style: none;
    float: left;
    border-bottom: none !important;
}
.postpago-item .postpago-itemlist ul li a {
    color: black !important;
    display: block;
    padding-left: 30px;
    margin-right: 20px;
}
.postpago-item .postpago-itemlist ul li a.item-equipo {
    background: url(/storage/images/equipo.png) left center no-repeat;
    background-size: containt;
}
.postpago-item .postpago-itemlist ul li a.item-plan {
    background: url(/storage/images/planes.png) left center no-repeat;
}
.postpago-item .postpago-itemlist ul li a.item-promociones {
    background: url(/storage/images/promociones.png) left center no-repeat;
}
nav#nav-bitel .container #navbar ul li a {
    color: #008c95;
    line-height: 40px;
}
.prepago-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0;
    border-radius: 35px;
    border: 1px solid #EAC416;
}
.prepago-item span {
    font-weight: bold;
    font-size: 14px;
    color: #008c95;
    margin-left: 20px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(/storage/images/flecha.png) right center no-repeat;
}
.prepago-item .prepago-itemlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 7px;
}
.prepago-item .prepago-itemlist ul li {
    list-style: none;
    float: left;
}
.prepago-item .prepago-itemlist ul li a {
    color: black !important;
    display: block;
    padding-left: 30px;
    margin-right: 20px;
}
nav#nav-bitel .container #navbar ul li a {
    color: #008c95;
    line-height: 40px;
}
.prepago-item .prepago-itemlist ul li a.item-equipo {
    background: url(/storage/images/equipo.png) left center no-repeat;
}
.prepago-item .prepago-itemlist ul li a.item-plan {
    background: url(/storage/images/planes.png) left center no-repeat;
}
footer {
    margin-top: 0;
    background: #4cb9ca;
    padding-bottom: 0;
    padding-top: 40px;
    color: #008c95;
}
footer .box-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .box-footer-content .box-footer.box-footer-logotipo {
    width: 20%;
}
footer .box-footer-content .box-footer.box-footer-logotipo .box-item {
    width: 100%;
}
footer .box-footer-content .box-footer.box-footer-options {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .box-footer-content .box-footer.box-footer-options .box-item {
    width: 50%;
}
footer .box-footer-content .box-footer.box-footer-options .box-item.box-item-postpago, footer .box-footer-content .box-footer.box-footer-options .box-item.box-item-postpago {
    margin-bottom: 40px;
}
footer .box-item .title-nav {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
footer .box-item ul {
    margin: 0;
    padding: 0;
}
footer .box-item ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
footer .box-item a {
    color: #ffffff;
    font-weight: 300;
}

.box-footer-copyright {
    background: #fee945;
    margin-top: 50px;
}
.box-footer-copyright .box-footer-item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-footer-copyright .box-footer-item .box-item, .box-footer-copyright .box-footer-item a {
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.box-footer-copyright .box-footer-item .box-item:hover, .box-footer-copyright .box-footer-item a:hover {
    text-decoration: underline;
    color: #1c1c1c;
}
@media screen and (max-width: 1170px) {
    nav#nav-bitel .container #navbar {
        padding: 0;
        position: absolute;
        right: 0;
        z-index: 100;
        top: 69px;
        width: 210px;
        background-color: #008c95;
    }
    .navbar-header {
        float: initial;
        width: 100%;
    }
    #nav-bitel .container {
        width: 100%;
        padding-left: 50px;
        max-width: none !important;
    }
    .menu-newbitel {
        display: block;
    }
    .postpago-item {
        display: block;
        border-radius: 0;
        border: none;
        margin-left: 0;
    }
    .postpago-item span {
        color: #ffffff;
        display: block;
        margin-bottom: 10px;
        width: 130px;
    }
    .postpago-item .postpago-itemlist ul {
        padding-left: 10px;
        display: block;
    }
    .prepago-item .prepago-itemlist ul {
        padding-left: 10px;
        display: block;
    }
    nav#nav-bitel .container #navbar ul {
        margin: 0;
    }
    .postpago-item .postpago-itemlist ul li {
        float: initial;
        margin-bottom: 15px;
        border-bottom: none !important;
    }
    .postpago-item .postpago-itemlist ul li a {
        color: white !important;
        line-height: 20px !important;
        background: none !important;
    }
    .prepago-item .prepago-itemlist ul li a {
        color: white !important;
        background: none !important;
    }
    .prepago-item {
        display: block;
        border-radius: 0;
        border: none;
        margin-left: 0;
    }
    .prepago-item span {
        color: #ffffff;
        display: block;
        margin-bottom: 10px;
        width: 130px;
    }
    .prepago-item .prepago-itemlist ul li {
        float: initial;
        margin-bottom: 15px;
        border-bottom: none !important;
    }
}
/* New stylesheet */
@font-face {
    font-family: 'RobotoMedium';
    src:url(../fonts/Roboto-Medium.ttf) format("truetype");
}

@font-face{
    font-family: 'arial_rounded_mt_boldbold';
    src:url(../fonts/font-bold/arlrdbd-webfont.woff2) format("woff2"),url(../fonts/font-bold/arlrdbd-webfont.woff) format("woff");
    font-weight:400;
    font-style:normal
}

@font-face {
    font-family: 'multicolore';
    src: url('../fonts/multicolore/multicolore-webfont.woff2') format('woff2'),
    url('../fonts/multicolore/multicolore-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 13px;
}
.container {
    padding: 0 !important;
}

.error-msg {
    color: red;
    margin: 3px 0;
}
.error-input {
    border-color: red !important;
}
.error-msg.for-float-label {
    display: block;
    margin-top: -18px;
}
.clear { clear: both;}
.cl-pink, .color-violet-i { color: #9f5ed9 !important;}
.cl-violet { color: #9454c9;}
.cl-cyan { color: #00a1a4;}
.cl-cyan-2 { color: #129ea2;}
.cl-bondi-blue { color: #00a5b1 !important;}
.cl-gray { color: #3c3c3c;}
.cl-dark-gray { color: #405264;}
.cl-555 { color: #555;}
.cl-black { color: #000 !important;}
.cl-yellow { color: #f5a623}
.cl-notice { color: #f76f5a !important;}
.cl-2a3a49 { color: #2a3a49 !important;}
.cl-12c9aa { color: #12c9aa !important;}
.cl-4cb9ca { color: #4cb9ca !important;}
.cl-01919c { color: #01919c !important;}
.mg-l-20 { margin-left: 20px }
.bg-gray { background: #fafbfc;}
.bg-white { background: #fff;}
.bg-bondi-blue { background: #00a5b1;}
.bg-yellow { background: #fff200;}
.bg-violet { background: #9454c9 !important;}

.border-violet { border-color: #9454c9 !important;}

.border-e6 { border-color: #e6e6e6;}

.fs-10 { font-size: 10px;}
.fs-11 { font-size: 11px;}
.fs-12 { font-size: 12px;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px;}
.fs-15 { font-size: 15px;}
.fs-16 { font-size: 16px;}
.fs-17 { font-size: 17px;}
.fs-18 { font-size: 18px;}
.fs-19 { font-size: 19px;}
.fs-20 { font-size: 20px;}
.fs-22 { font-size: 22px;}
.fs-24 { font-size: 24px;}
.fs-26 { font-size: 26px;}
.fs-28 { font-size: 28px;}
.fs-30 { font-size: 30px;}
.fs-32 { font-size: 32px;}
.fw-100{ font-weight: 100;}
.fw-200{ font-weight: 200;}
.fw-300{ font-weight: 300;}
.fw-400{ font-weight: 400;}
.fw-500{ font-weight: 500;}
.fw-600{ font-weight: 600;}
.fw-700{ font-weight: 700;}

.mb-135 {
    margin-bottom: 135px;
}

.fab { font-family: "Font Awesome 5 Brands" !important;}

a.disabled {
    pointer-events: none;
}

.ellipsis-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-outline {
    border: 1px solid #fafbfc;
    border-radius: 8px;
    padding: 3px 5px;
}
.text-outline-red {
    border-color: red;
    color: red;
}
.text-outline-yellow {
    border-color: yellow;
    color: yellow;
}
.text-outline-green {
    border-color: green;
    color: green;
}
.text-outline-violet {
    border-color: #9f5ed9;
    color: #9f5ed9;
}
.dashed-line {
    border-top: 1px dashed rgba(217, 217, 217, 0.5);
}

.btn-s-2 {
    border-radius: 6px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    padding: 13px 50px;
}

.btn-2 {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(159, 94, 217, 0.25);
    font-size: 13px;
    line-height: 18px;
    padding: 17px 41px 15px 43px;
    font-weight: 500;
}

.btn-primary {
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(159, 94, 217, 0.25);
    background-color: #9f5ed9;
    font-size: 13px;
    line-height: 18px;
    padding: 17px 41px 15px 43px;
    font-weight: 500;
    color: #fff;
}
.btn-info {
    background: #00a1a4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #9f5ed9 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #9f5ed9 !important;
    opacity: 48%;
}
.btn-default {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e3e3e3;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 30px;
    color: #666;
}
.btn-default:hover {
    color: #666;
}
.btn-rounded {
    border-radius: 25px;
}
.btn-rounded-sm {
    border-radius: 21px;
    box-shadow: 0 5px 10px 0 rgba(159, 94, 217, 0.25);
    padding: 12px 15px;
    line-height: 18px;
}

.btn-rounded-xs {
    border-radius: 11px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
    padding: 3px 13px;
    line-height: 16px;
    font-size: 11px;
    background: #fff;
}
.btn-rounded-xs.btn-danger {
    background: #dc3545;
}
.btn-50 {
    font-size: 14px;
    line-height: 19px;
    padding: 15px 41px 14px 43px;
}

.custom-modal .modal-header {
    border: none;
}
.auth-container {
    background: #fafbfc;
}
.auth-tabs-container {
    width: 414px;
    float: left;
}
.auth-tabs {
    margin-bottom: 19px;
}
.auth-tabs .nav-item {
    width: 100%;
}
.auth-tabs .nav-item .nav-link {
    border: none;
    text-align: center;
    font-size: 13px; color: #405264;
    font-family: 'RobotoMedium', sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 15px;
    background: transparent;
}
.auth-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid #12c9aa;
    color: #12c9aa;
}
.auth-tabs-container .form-group {
    background: #fff;
    padding: 8px 17px 12px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(81, 100, 120, 0.03);
    border: solid 1px #e3eaf2;
}
.auth-tabs-container label {
    margin: 0;
}
.auth-tabs-container .form-group label {
    font-size: 12px;
    color: #516478;
    line-height: 16px;
    margin-bottom: 2px;
    font-weight: 500;
}
.auth-tabs-container label.checkbox {
    font-size: 13px;
    color: #516478;
}
.auth-tabs-container .form-group input {
    background: none;
    border: none;
    height: 19px;
    padding: 0;
    font-size: 14px;
}
.auth-tabs-container a {
    font-size: 13px;
    color: #00a5b1;
}
.auth-tabs-container .btn-primary {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(159, 94, 217, 0.25);
    background-color: #9f5ed9;
    border: none;
}
.auth-tabs-container .btn-primary[type=submit] {
    margin-top: 23px;
}

.line-center {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 22px;
}
.line-center:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 1px #ccd7e4;
    z-index: -1;
}
.line-center span {
    margin: 0;
    padding: 0 10px;
    background: #fafbfc;
    display: inline-block;
}
.third-party-auth-group {
    text-align: center;
    margin: 17px 0 26px;
}
.third-party-auth-group a {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 20px;
}
.third-party-auth-group a img {
    width: 100%;
}
label.checkbox {
    position: relative;
    padding-left: 24px;
}
label.checkbox input[type=checkbox] {
    position: absolute;
    width: 1;
    opacity: 0;
}
label.checkbox:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 2px;
    border: solid 2px #00a5b1;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #00a5b1
}
label.checkbox.checked:before {
    background: #00a5b1;
}

label.checkbox.checked:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 1.4px 1.4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
}
label.checkbox.white:before {
    border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px #d8d8d8;
    background-color: #fcfcfc;
    width: 20px;
    height: 20px;
}
label.checkbox.white.checked:after {
    border-color: #000;
    left: 8px;
    width: 4px;
    height: 8px;
    border-width: 0 1.5px 1.5px 0;
}
label.checkbox.default:before {
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.13);
    border: solid 1px #8da0b1;
    background-color: #fcfcfc;
}
label.checkbox.default.checked:before {
    background-color: #00a5b1;
}
label.checkbox.default.checked:after {
    border-color: #fff;
    left: 7px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
}
label.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
label.radio .check-mark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #979797;
}
label.radio input:checked ~ .check-mark {
    border-color: #9f5ed9;
}
label.radio input:checked ~ .check-mark:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #9f5ed9;
    top: 4px;
    left: 4px;
}
label.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.modal-header .close {
    padding: 1rem;
    margin: -50px -50px 0 auto;
    opacity: 1;
}
.modal .close.conner-button {
    position: absolute;
    top: 35px;
    right: 35px;
    padding: 0;
}
.modal.empty-header .modal-header {
    padding: 0;
    margin: 0;
    border:none;
    font-size: 0;
}
.modal.empty-header .modal-header .close {
    padding: 0;
    margin: -16px -16px 0 auto;
    outline: none;
}

.sidebar-menu {
    width: 263px;
    text-align: right;
    float: left;
}
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 145px;
    display: inline-block;
}
.sidebar-menu ul li {
    margin-bottom: 15px;
}
.sidebar-menu ul li a {
    display: flex;
    height: 40px;
    border-radius: 25px;
    font-size: 11px;
    color: #405264;
    padding: 12px 0 13px 28px;
    border: solid 1px #e3eaf2;
    text-decoration: none;
    justify-content: left;
    align-items: center;
}
.sidebar-menu ul li a.active {
    border: none;
    color: #ffffff;
    background-color: #12c9aa;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.06);
}
.sidebar-menu ul li a.disabled {
    color: #8d9dba;
}
.main-content-wrapper {
    margin-left: 59px;
    float: left;
    width: 700px;
}

.box {
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(81, 100, 120, 0.03);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}
.box.arrow-bottom:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #fff;
    bottom: -9px;
    left: calc(50% - 7px);
}
.box.arrow-bottom:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #e3eaf2;
    bottom: -10px;
    left: calc(50% - 7px);
}
.box-header {
    border-bottom: solid 1px #e3eaf2;
    padding: 13px 22px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #405264;
}
.box .wrapper {
    padding: 0 25px;
}
.box label {
    font-size: 12px; color: #405264;
}
.box .control-label {
    font-size: 11px;
    color: #798796;
}
.form-group.float-label {
    border-radius: 3px;
    border: solid 1px #ccd7e4;
    background-color: #ffffff;
    position: relative;
    margin: 10px 0 19px;
}
.form-group.float-label.error {
    border-color: red !important;
}
.form-group.float-label.with-checkbox {
    display: inline-block;
    width: calc(100% - 47px);
}
.check-box-btn.verify-checkbox {
    margin-top: 10px;
}
.form-group.float-label .control-label {
    position: absolute;
    background: #fff;
    left: 9px;
    top: -10px;
    padding: 0 6px;
}
.float-label .form-control {
    border: none;
    font-size: 13px;
    line-height: 18px;
    color: #405264;
    padding: 8px 0 8px 15px;
}
.float-label select.form-control {
    height: 34px !important;
}
.float-label .form-control:disabled, .float-label .form-control[readonly] {
    background: #fafbfc;
}
.form-group.float-label.sea-green {
    border-color: #94d8dc;
}
.form-group.float-label.sea-green .control-label {
    color: #129EA2;
}
.form-group.float-label.big {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    font-weight: 500;
}
.form-group.float-label.big .form-control {
    line-height: 22px;
}
.form-group.float-label.big select {
    height: auto !important;
}
.box .group-title {
    font-size: 12px;
    font-weight: 500;
    color: #405264;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding-left: 17px;
    margin: 20px 0 16px
}
.box .group-title span {
    background: #fff;
    padding: 0 8px;
}
.box .group-title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 1px #e3eaf2;
    z-index: -1;
}
.box .btn-default {
    border-radius: 2px;
    border: solid 1px #ccd7e4;
    background-color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #405264;
    padding: 9px 17px 11px;
}
.check-box-btn {
    background: #00a1a4;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    position: relative;
}
.check-box-btn.invalid {
    background: #797878;
}
.check-box-btn.checked:before {
    left: 14px;
    top: 8px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
}

.box-toggle .box-title {
    border-radius: 3px;
    box-shadow: 0 3px 7px 0 rgba(81, 100, 120, 0.05);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    font-size: 12px;
    color: #405264;
    padding: 15px 20px 15px 22px;
}
.box-toggle .box-title .toggle-btn {
    background: url('../v2-images/toggle-down.png') no-repeat center center;
    display: inline-block;
    width: 26px;
    height: 26px;
    float: right;
    margin-top: -3px;
}
.box-toggle .box-title .toggle-btn.active {
    background: url('../v2-images/toggle-up.png') no-repeat center center;
}
.box-toggle .counter {
    border-radius: 9.5px;
    background-color: #00a1a4;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 2px 8px;
}
.box-toggle .box-body {
    padding: 20px 22px;
}
.box-toggle .box-body.scroll-x {
    overflow-x: scroll;
}
.box-toggle .table thead {
    background: #f6f8fa;
    color: #00a5b1;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}
.box-toggle .table {
    border: 1px solid #e3eaf2;
}
.box-toggle .table td, .box-toggle .table th {
    border-top: none;
    border-bottom: solid 1px #e3eaf2;
    padding: 12px 0 12px 25px;
    text-align: left;
}
.table.no-wrap td, .table.no-wrap th {
    white-space: nowrap;
}

.point-info-wrapper {
    background: #fff;
    width: 199px;
    height: 290px;
    border-right: 1px solid #e3eaf2;
    float: left;
    text-align: center;
    padding-top: 47px;
}

.point-info-wrapper:after,
.point-info-wrapper:before {
    content: '';
    display: block;
    position: relative;
    left: 100%;
    width: 0;
    z-index: 999;
    height: 0;
    border-style: solid;
}

.point-info-wrapper:after {
    top: -94px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}
.point-info-wrapper:before {
    top: 88px;
    border-color: transparent transparent transparent #e3eaf2;
    border-width: 11px;
}
@media only screen and (max-width: 768px) {
    .point-info-wrapper:after,
    .point-info-wrapper:before {
        content: unset;
    }

}
.point-info-wrapper .point-value {
    font-size: 30px;
    color: #9f5ed9;
    font-weight: 500;
}
.point-info-wrapper .btn-detail {
    width: 87px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px #e3eaf2;
    font-size: 10px;
    padding: 4px 0 5px 12px;
    text-align: left;
}
.point-info-wrapper .btn-detail .fa {
    float: right;
    margin: 2px 9px 0 0;
}
.icon-comments {
    width: 50px;
    height: 50px;
    background-image: linear-gradient(to bottom, #f9fafc, #f1f4f7);
    display: inline-block;
    border-radius: 100%;
}
.icon-comments:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url('../v2-images/icon-comment.png') no-repeat center center;
}
.form-change-point {
    width: calc(100% - 199px);
    float: right;
    height: 290px;
    background: #fcfdfd;
    padding: 24px 28px;
    position: relative;
}
.form-change-point .btn-primary.float-btn {
    position: absolute;
    bottom: -22px;
    left: 61px;
    border-radius: 25px;
    box-shadow: 0 5px 10px 0 rgba(159, 94, 217, 0.25);
    background-color: #9f5ed9;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 13px 38px;
}
.form-change-point .change-type-elm {
    width: 252px;
}
.form-change-point .bitel-number-elm {
    width: 295px;
}
.change-box {
    margin: 0 0 33px 37px;
}
.change-box span {
    display: inline-block;
    float: left;
}
.change-box:after {
    content: '';
    display: block;
    clear: both;
}
.change-box .btn-minus, .change-box .btn-plus {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
}
.change-box .btn-minus {
    border: solid 1px #ccd7e4;
    background-color: #ffffff;
}
.change-box .btn-minus:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #00a1a4;
    position: absolute;
    top: 16px;
    left: 11px;
}
.change-box .btn-plus {
    background-color: #00a1a4;
}
.change-box .btn-plus:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 11px;
}
.change-box .btn-plus:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 16px;
}
.change-box .change-point-value {
    width: 83px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #ccd7e4;
    background-color: #ffffff;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #00a1a4;
    padding: 8px 10px;
    line-height: 16px;
}
.change-box .change-point-value input {
    border: none;
    outline: none;
    width: 30px;
    text-align: right;
    color: #00a1a4;
}
.change-box .change-point-value input::-webkit-outer-spin-button,
.change-box .change-point-value input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.change-box .change-point-value input[type=number] {
    -moz-appearance: textfield;
}
.change-box .equal-character {
    position: relative;
    height: 36px;
    width: 14px;
    margin: 0 20px;
}
.change-box .equal-character:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #00a1a4;
    left: 0;
    top: 10px;
}
.change-box .equal-character:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #00a1a4;
    left: 0;
    top: 20px;
}
.change-box .change-result, .modal .change-result {
    display: inline-block;
    width: 123px;
    height: 40px;
    border-radius: 20px;
    border: dashed 1px #12c9aa;
    background-color: rgba(18, 158, 162, 0);
    font-size: 20px;
    font-weight: 500;
    color: #12c9aa;
    text-align: center;
    margin-top: -2px;
    line-height: 35px;
}

.table .btn-detail {
    border-radius: 11px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    font-size: 11px;
    color: #405264;
    line-height: 15px;
    padding: 3px 10px;
}
.box .filter-form {
    padding: 19px 0;
}
.btn-filter {
    margin-top: 10px;
    padding: 8px 22px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 2px;
}
#modal-detail-order .modal-dialog {
    max-width: 893px;
}
#modal-detail-order .modal-header {
    border: none;
}
.modal .order-number-info {
    width: 40%;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    padding: 16px 32px;
    font-size: 13px;
    color: #444;
    float: left;
}

.modal .order-number-info .product-img {
    float: left;
    margin-right: 15px;
}
.modal .order-number-info .order-number {
    border-radius: 17px;
    border: dashed 1px #129ea2;
    background-color: #f5ffff;
    font-size: 20px;
    font-weight: 500;
    color: #129ea2;
    margin-top: 8px;
}
.modal .order-detail-info {
    margin-top: 45px;
}
.order-statuses {
    float: right;
    padding-top: 30px;
}
.order-statuses .status-item {
    position: relative;
    float: left;
    margin: 0 22px;
    text-align: center;
    width: 80px;
    height: 40px;
}
.order-statuses .status-item:after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #c3c3c3;
    position: absolute;
    top: 8px;
    right: -66px;
}
.order-statuses .status-item:last-child:after {
    display: none;
}
.order-statuses .status-item.completed:after {
    background: #4cb9ca;
}
.order-statuses .status-point {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}
.order-statuses .status-point:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #c3c3c3;
    position: absolute;
    top: 3px;
    left: 3px;
}
.order-statuses .status-item.completed .status-point {
    background: #4cb9ca;
    margin-bottom: 0;
}
.order-statuses .status-item.completed .status-point:after {
    display: none;
}
.order-statuses .status-item.in-progress .status-point {
    border: 1px solid #4cb9ca;
    background: #fff;
    position: relative;
}
.order-statuses .status-item.in-progress .status-point:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #4cb9ca;
    position: absolute;
    top: 3px;
    left: 3px;
}
.order-statuses .status-title {
    display: block;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
}
.order-statuses .status-item.completed .status-title, .order-statuses .status-item.in-progress .status-title {
    color: #4cb9ca;
}
.order-detail-info .headline {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.detail-price-info {
    padding: 18px 0;
}
.detail-price-info .detail-price-info-item {
    float: left;
    width: 20%;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    height: 100px;
    padding: 5px 5px 5px 29px;
}
.detail-price-info .detail-price-info-item .title {
    font-size: 10px;
    color: #555;
    margin-bottom: 14px;
    display: block;
    text-transform: uppercase;
}
.detail-price-info .detail-price-info-item .value {
    font-size: 20px;
    color: #4cb9ca;
    display: block;
}
.detail-price-info .detail-price-info-item.big {
    width: 40%;
}

.detail-price-info .detail-price-info-item.big .title {
    color: #9f5ed9;
}
.detail-price-info .detail-price-info-item.big .value {
    color: #9f5ed9;
    font-size: 24px;
    font-weight: bold;
    margin-top: -4px;
}
.detail-price-info .detail-price-info-item .note {
    border-radius: 14px;
    background-color: #f4f4f4;
    font-size: 12px;
    color: #222;
    padding: 5px 14px;
    margin-top: 9px;
    display: inline-block;
}
.change-point-info-tabs {
    margin-top: 45px;
}
.change-point-info-tabs .tab-content {
    padding: 30px 22px;
}
.change-point-info-tabs .nav-link {
    border: none;
    background: none;
    font-size: 14px;
    color: #405264;
    min-width: 160px;
    text-align: center;
}
.change-point-info-tabs .nav-link.active {
    background: none;
    border-bottom: 3px solid #12c9aa;
    color: #12c9aa;
}
.change-point-info-tabs p {
    margin-bottom: 10px;
}
.change-point-info-tabs .table-desc {
    border: 1px solid #e3eaf2;
    font-size: 11px;
    width: 100%;
}
.change-point-info-tabs .table-desc th {
    border-bottom: 1px solid #e3eaf2;
    font-size: 12px;
    color: #405264;
    font-weight: 500;
    padding: 4px 30px;
}
.change-point-info-tabs .table-desc td:nth-child(2) {
    font-weight: bold;
}
.change-point-info-tabs .table-desc td {
    padding: 4px 30px;
    color: #405264;
}
.change-point-info-tabs .see-more {
    text-align: center;
    margin-top: 20px;
}
.change-point-info-tabs .see-more a {
    border-radius: 25px;
    border: dashed 1px #12c9aa;
    padding: 6px 13px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #12c9aa;
    display: inline-block;
    margin-bottom: 25px;
}
.history {
    font-size: 14px;
    font-weight: 500;
    color: #12c9aa;
    margin-top: 17px;
}
.solid-bot-violet {
    border-bottom: 3px solid #9f5ed9;
}
.note-point {
    font-size: 11px;
    font-weight: 300;
    color: #405264;
    margin-top: 16px;
}
.note-point strong {
    color: #12c9aa;
}
.value-point {
    padding: 5px !important;
}
#modal-see-more-point .modal-content {
    max-width: 418px;
}
.change-point-history {
    margin-top: 22px;
}
.change-point-history .item {
    border-radius: 3px;
    border: solid 1px #e3eaf2;
    margin-bottom: 30px;
    padding: 17px 20px;
}
.change-point-history .result-info {
    border-right: 1px solid #e3eaf2;
    float: left;
    width: 40%;
}
.change-point-history .result-info .value {
    font-size: 13px;
    font-weight: 500;
    color: #00a1a4;
    display: block;
}
.change-point-history .result-info .result-value {
    display: inline-block;
    font-size: 14px;
    color: #00a1a4;
    border-radius: 20px;
    border: dashed 1px #00a1a4;
    background-color: rgba(18, 158, 162, 0);
    min-width: 74px;
    text-align: center;
    margin-top: 4px;
    padding: 0 5px;
}
.change-point-history label {
    font-size: 11px;
    color: #405264;
    margin: 0;
}

.detail-point-box {
    border-radius: 3px;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
}
.detail-point-box .item {
    border-bottom: solid 1px #e3eaf2;
    color: #405264;
    padding: 10px;
}
.detail-point-box .item .title {
    float: left;
    width: 60%;
    line-height: 18px;
    padding: 10px 50px;
}
.detail-point-box .item .title .highlight {
    color: #00a1a4;
    font-weight: 500;
}
.detail-point-box .item .value {
    float: right;
    min-width: 97px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #e3eaf2;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 9px 50px;
    text-align: center;
}
.detail-point-box .item:after {
    content: '';
    display: block;
    clear: both;
}
.detail-point-box .item.subtotal {
    color: #9f5ed9;
    border: none;
}
.detail-point-box .item.subtotal .title {
    font-weight: 500;
}
.detail-point-box .item.subtotal .value {
    background: #9f5ed9;
    border-color: #9f5ed9;
    color: #fff;
}
.modal-title.pink-line-bottom {
    position: relative;
    text-transform: uppercase;
}
.modal-title.pink-line-bottom strong {
    position: relative;
}
.modal-title.pink-line-bottom strong:after {
    content: '';
    position: absolute;
    width: calc(100% - 15px);
    height: 3px;
    background: #ae51ff;
    right: 0;
    bottom: -3px;
}
.text-line-bottom {
    position: relative;
}
.text-line-bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ae51ff;
    right: 0;
    bottom: -3px;
}
.modal-content-part {
    border-top: 1px solid #e3eaf2;
    padding: 40px 30px 60px;
    position: relative;
}
.modal-content-part:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    left: calc(50% - 7px);
}
.modal-content-part:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #e3eaf2;
    top: -10px;
    left: calc(50% - 7px);
}
#modal-confirm-change-point .inputs-wrapper {
    display: inline-block;
    width: 239px;
}
#modal-confirm-change-point .inputs-wrapper button {
    width: 100%;
}
#modal-confirm-change-point .inputs-wrapper input {
    font-size: 16px;
    padding: 13px 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
#modal-confirm-change-point .inputs-wrapper .float-label .control-label {
    left: 31%;
    font-weight: 500;
}
#modal-confirm-change-point table {
    width: 90%;
    margin: 0 auto 30px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(81, 100, 120, 0.03);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
}
#modal-confirm-change-point table td {
    width: 50%;
    padding: 15px 17px 20px;
    border-right: 1px solid #e3eaf2;
}
.bread-crumb ul {
    list-style: none;
    font-size: 11px;
    text-transform: uppercase;
    margin: 15px 0;
}
.bread-crumb ul li {
    display: inline-block;
}
.bread-crumb ul li a {
    color: #405264;
}
.bread-crumb ul li span {
    color: #405264;
    font-weight: bold;
}
.box-shadow {
    border-radius: 4px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #e4e4e4;
    background-color: #f9f9f9;
    position: relative;
}
.box-shadow.step-point:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 10px solid #e4e4e4;
    border-right: 9px solid transparent;
    left: 31%;
    top: -10px;
}
.box-shadow.step-point:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 9px solid transparent;
    top: -9px;
    left: 31%;
}
.box-shadow-2 {
    border-radius: 10px;
    box-shadow: 0 4px 9px 0 rgba(202, 213, 224, 0.09);
    border: solid 1px #e3eaf2;
}
.form-wrapper.caret-right {
    background: #fff;
    padding: 37px 68px 57px;
    height: 100%;
    border-right: 1px solid #e6e6e6;
    position: relative;
}
.form-wrapper.caret-right h1 {
    font-weight: 300;
    color: #000;
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.extend-btn {
    border-left: 1px solid #e4e4e4;
    padding: 7px 0 7px 30px;
    text-align: center;
    font-size: 12px;
    color: #9f5ed9;
}
.extend-btn img {
    display: block;
    margin: 0 auto;
}
.change-sim-intro-img {
    max-width: 465px;
    height: 440px;
    background: url('../v2-images/replacement-img.png') no-repeat top center;
    background-size: 100% auto;
    margin: 19px auto 0;
}
.shopping-cart-steps {
    display: inline-block;
    margin: 25px auto 0;
}
.shopping-cart-steps:after {
    content: '';
    display: block;
    clear: both;
}
.shopping-cart-steps .status-item {
    position: relative;
    float: left;
    margin: 0;
    text-align: center;
    width: 200px;
    height: 40px;
}
.shopping-cart-steps .status-item:after {
    content: '';
    display: inline-block;
    width: calc(100% - 26px);
    height: 1px;
    background: #c3c3c3;
    position: absolute;
    top: 12px;
    right: calc(-50% + 13px);
}
.shopping-cart-steps .status-item:last-child:after {
    display: none;
}
.shopping-cart-steps .status-item.completed:after {
    background: #4cb9ca;
}
.shopping-cart-steps .status-point {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}
.shopping-cart-steps .status-point:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #c3c3c3;
    position: absolute;
    top: 3px;
    left: 3px;
}
.shopping-cart-steps .status-item.active .status-point {
    border: 1px solid #4cb9ca;
    margin-bottom: 0;
}
.shopping-cart-steps .status-item.active .status-point:after {
    background: #4cb9ca;
}
.shopping-cart-steps .status-item .status-img {
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    text-align: center;
}
.shopping-cart-steps.steps-number .status-item:after {
    top: 12px;
}
.shopping-cart-steps .status-text {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: solid 1.3px #c3c3c3;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #c3c3c3;
    display: inline-block;
}
.shopping-cart-steps .status-item.active .status-text {
    border: solid 1.3px #4cb9ca;
    background-color: #4cb9ca;
    color: #fff;
}
.shopping-cart-steps .status-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.shopping-cart-steps .status-item.active .status-title {
    color: #4cb9ca;
}
.shopping-cart-steps.steps-with-title .status-item.active .status-point {
    background: #4cb9ca;
}
.shopping-cart-steps.steps-with-title .status-item.active .status-point:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    border-radius: 0;
}
.shopping-cart-steps.steps-with-title .status-item:after {
    top: 8px;
}

.group-title {
    text-transform: uppercase;
    color: #129ea2;
    border-bottom: 1px dashed #e4e4e4;
    padding: 11px 0;
    text-align: center;
}
.group-title.border-top {
    border-top: 1px dashed #e4e4e4 !important;
}
.notice-delivery {
    border-radius: 23px;
    padding: 9px 20px;
    display: inline-block;
    position: relative;
    max-width: 660px;
}
.notice-delivery img {
    float: left;
}
.notice-delivery:before {
    content: '';
    position: absolute;
    opacity: 0.05;
    background-color: #00a1a4;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    top: 0;
    left: 0;
}
.notice-delivery span {
    color: #129ea2;
    opacity: 1;
}
.notice-delivery.danger span {
    color: #f76f5a;
}
.notice-delivery.danger:before {
    background-color: #f76f5a;
}
.detail-price-info.box-shadow .detail-price-info-item {
    height: 87px;
    padding: 15px;
    flex: 1;
}
.detail-price-info.box-shadow .detail-price-info-item.big {
    width: 34%;
    border: none;
}
.detail-price-info.box-shadow.three-items .detail-price-info-item {
    width: 33.333%;
}
.detail-price-info.box-shadow.five-items .detail-price-info-item {
    width: 20%;
    padding: 25px 10px !important;
}
.delivery-maps {
    position: relative;
    min-height: 100px;
}
.search-delivery-address {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -170px;
    border-radius: 23px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #cad1d7;
    background: #fff url('../v2-images/icon-search.svg') no-repeat 305px 13px;
    z-index: 9999;
    height: 46px;
    width: 342px;
    padding: 1px 20px;
}
.search-delivery-address input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    line-height: 42px;
}

@media (min-width: 1024px) {
    .form-wrapper.caret-right:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-left: 10px solid #e6e6e6;
        border-bottom: 9px solid transparent;
        right: -10px;
        top: 45%;
    }
    .form-wrapper.caret-right:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 9px solid transparent;
        right: -9px;
        top: 45%;
    }
}
.pagination {
    justify-content: flex-end;
    padding-right: 20px;
}
.pagination.center {
    justify-content: center;
}
.pagination .page-item {
    margin-left: 10px;
}
.pagination .page-item.active .page-link {
    background: #12c9aa;
    border-color: #12c9aa;
    color: #fff;
}
.pagination .page-item span, .pagination .page-item a {
    border-radius: 100% !important;
    color: #798796;
}
/* replacement-payment */
.replacement-payment .box-shadow.step-point:before,
.replacement-payment .box-shadow.step-point:after {
    left: 49.2%;
}
/*replacement-completed*/
.replacement-completed .box-shadow.step-point:before,
.replacement-completed .box-shadow.step-point:after {
    left: 67.2%;
}

.group-title-completed {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.group-title-completed img {
    height: 40px;
    margin: 0 auto;
}

.group-title-completed label {
    font-size: 19px;
    color: #444444;
    display: block;
    margin: 0;
}

.group-title-completed span {
    font-weight: bold;
}
.group-title-completed p {
    font-size: 16px;
    color: #444444;
    margin: 0;
    font-weight: 300;
}
.name {
    font-weight: 300 !important;
}
.sms {
    color: #00a1a4;
    font-weight: unset !important;
}
.card-info {
    width: 100%;
}

.card-info-content {
    max-width: 390px;
    width: 100%;
    height: 122px;
    border-radius: 6px;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    margin: 0 auto;
}
.card-info-content.box-small {
    width: 300px;
    height: 100px;
}

.card-left {
    padding: 25px 20px;
    width: 60%;
    border-right: solid 1px #e6e6e6;
    display: inline-block;
}

.card-left img {
    height: 70px;
    display: inline-block;
}

.card-left-id {
    display: inline-block;
    margin-left: 24px;
}

.card-left-id span {
    font-size: 13px;
    color: #444444;
}

.order-request-code {
    padding: 2px 15px;
    border-radius: 17px;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.05);
    background-color: #f5ffff;
    border: dashed 1px #129ea2;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #129ea2;
    margin-top: 8px;
    display: inline-block;
}

.order-request-code.purple {
    color: #9453cd;
    border-radius: 16.5px;
    border-color: #9f5ed9;
    background-color: #fbf5ff;
}

.card-right {
    width: 40%;
    display: inline-block;
    float: right;
    padding: 16px 32px;
}

.card-right-item{
    margin: 8px 0 0 0;
    display: block;
    width: 100%;
    height: 20px;
    white-space: nowrap;
}

.card-right-item label, .card-right-item p {
    display: inline-block;
    margin: 0;
}

.card-right-item label{
    float: left;
    font-size: 13px;
    font-weight: 500;
    color: #555555;
}

.card-right-item p{
    font-size: 15px;
    text-align: right;
    color: #4cb9ca;
    float: right;
}

.card-title-info {
    text-transform: unset;
    font-size: 13px;
    padding: 20px;
}

.card-info.auto-width {
    text-align: center;
}
.card-info.auto-width .card-info-content {
    width: auto;
    height: auto;
    max-width: none !important;
    display: inline-block;
}
.card-info.auto-width .card-left, .card-info.auto-width .card-right {
    width: auto;
    min-width: initial !important;
    max-width: initial !important;
}

.price-sim-card {
    padding-left: 50px ;
}
.card-image img {

}

.card-image p {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    color: #00a1a4;
    padding-right: 10px;
    margin: 0;
}
.card-image p:nth-child(2) {
    text-align: right;
}
.card-image img {
    width: 100%;
    max-width: 241px;
}

.group-button a.btn {
    margin-left: 20px;
    width: 100%;
    max-width: 302px;
    padding: unset;
    height: 50px;
    line-height: 50px;
}

/*-----------------------*/
.ps-game {
    width: 620px;
    height: 94px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    background-color: #4cb9ca;
    margin: 0 auto;
    display: flex;
}
.ps-game-logo {
    width: 25%;
}

.ps-game img {
    height: 27px;
    margin-top: 15px;
}
.ps-game span {
    width: 38%;
}
.ps-game a {
    width: 30%;
    height: 40px;
    padding: 9px 31px;
    border-radius: 26px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 12%);
    background-image: linear-gradient(to bottom, #bb77e4, #9454c9);
    text-align: center;
    margin: 10px 15px;
    text-decoration: none;
}

@media only screen and (max-width: 767px){
    .ps-game {
        width: 90%;
        height: auto !important;
        display: table;
        text-align: center;
    }
    .ps-game-logo, .ps-game span, .ps-game a{
        width: 100% !important;
        display: block !important;;
    }
    .ps-game-logo {
        margin-top: 0;
    }

    .ps-game span {
        margin: 10px 0;
    }
}

.payment-method-1 .group-title {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}

.payment-method-1 .group-title b {
    color: #9f5ed9;
    font-weight: 500;
}

.payment-method-1 .order-id {
    text-align: center;
    display: block;
    padding: 17px;
    margin: 0 auto;
}

.payment-method-1 .order-id img {
    height: 70px;
    display: inline-block;
    margin-top: -12px;
}

.payment-method-1 .order-id div {
    display: inline-block;
    padding: 12px;
}

.payment-method-1 .order-id div span {
    display: block;
    font-size: 13px;
    color: #444444;
    margin-top: 12px;
}

.payment-method-1 .order-id div label{
    display: block;
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}

.payment-method-1 .plan-control {
    text-align: center;
}

.payment-method-1 .plan-control .button-shipper{
    display: inline-block;
    border-radius: 19px;
    border: dashed 1px #d9d9d9;
    padding: 8px 24px;
}
.payment-method-1 .plan-control .button-shipper img{
    display: inline-block;
    float: left;
}
.payment-method-1 .plan-control .button-shipper p{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-left: 13px;
}
.payment-method-1 .expired img {
    margin: -4px 6px 0;
}
.payment-method-1 .expired p {
    font-size: 14px;
    line-height: 1.57;
    color: #000000;
}

.payment-method-1 .card-info-content {
    width: auto;
    display: flex;
    height: 98px;
}
.payment-method-1 .card-info.big-item {
    width: 620px;
    border-bottom: none;
}
.payment-method-1 .card-info.big-item .card-info-content {
    height: auto;
    max-width: none;
}

.payment-method-1 .card-info-content .card-left {
    padding: 17px 10px 17px 17px;
    width: auto;
}
.payment-method-1 .card-info-content .card-right {
    width: auto;
}
.payment-method-1 .big-item .card-info-content .card-right {
    width: 50%;
}
.payment-method-1 .card-info {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4;
    width: 460px;
    margin: 0 auto;
}

.payment-method-1 .card-info img {
    float: left;
    height: 100px;
}

.payment-method-1 .card-left-id{
    margin-left: 0;
}

.payment-method-1 .card-left-id p{
    font-size: 12px;
    color: #444444;
}

.payment-method-1 .my-order-number {
    display: inline-block;
    margin-top: 31px;
}

.payment-method-1 .my-order-number img {
    height: 70px;
    display: inline-block;
    float: left;
}

.payment-method-1 .my-order-number div{
    display: inline-block;
    margin-left: 25px;
    padding-top: 12px;
    text-align: left;
}

.payment-method-1 .my-order-number p{
    font-size: 13px;
    color: #444444;
}

.payment-method-1 .my-order-number span{
    font-size: 19px;
    font-weight: 500;
}

.infomation-delivery {
    padding: 20px 0 20px 50px !important;
    /*border-bottom: 1px dashed #e4e4e4;*/
}

.dashed-bot {
    border-bottom: 1px dashed #e4e4e4;
    width: 100%;
}

.infomation-delivery .title-info {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.info-item label {
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    margin: 0;
    /*display: block;*/
}

.info-item p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.detail-price-info-item.big p{
    border-radius: 14px;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 2px 5px;
}

.payment-method-1 .detail-price-info {
    padding-bottom: 27px;
}

.price-info-title {
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
    padding-left: 27px;
}

.payment-method-1 .detail-price-info-item {
    margin-top: 20px;
}
.order-completed.step-4 .detail-price-info-item {
    width: 33%;
}

.repayment {
    padding: 36px 0 36px 66px;
    border-bottom: 1px dashed #e4e4e4;
    border-top: 1px dashed #e4e4e4;
}

.repayment h4 {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.repayment h4 b{
    font-weight: 500;
}

.repayment-item label{
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

.repayment-item {
    border-right: solid 1px #e4e4e4;;
}

.repayment-item p{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42;
    color: #444444;
}

.repayment-item p b{
    font-weight: 500;
}

.repayment-bank img {
    height: 36px;
    margin: 0 10px 10px 0;
}

.download-app {
    padding: 0 40px;
}

.download-app h4{
    font-size: 25px;
    font-weight: bold;
    color: #222222;
}

.item-download-app {
    padding: 40px 0;
}
.item-download-app:nth-child(1) {
    border-right: 1px solid #e6e6e6;
}

.item-download-app:nth-child(2) {
    padding: 70px 40px 40px 40px;
}

.app-active span{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.26;
    color: #000000;
    display: inline-block;
}

.app-active span b{
    color: #00a1a4;
}

.app-active img {
    margin-left: 20px;
}

.app-img {
    margin-top: -20px;
}

.app-img img:nth-child(2) {
    margin-top: -45px;
}

.app-desc span {
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #000000;
    font-weight: 300;
}

.app-desc span p {
    font-weight: 500;
}

.app-desc a {
    border-radius: 14px;
    background-color: #00a1a4;
    padding: 5px 20px;
    margin-left: 10px;

    font-size: 13px;
    color: #ffffff;
}

.download-app-contact {
    margin-top: 28px;
}

.download-app-contact div{
    display: inline-block;
}

.download-app-contact img {
    display: inline-block;
    float: left;
}

.download-app-contact div {
    margin-left: 12px;
}
.download-app-contact p{
    margin: 0;
    font-size: 19px;
    font-weight: 300;
    color: #000000;
}

.download-app-contact a{
    font-size: 22px;
    font-weight: bold;
    color: #00a1a4 !important;
}

.mg-0 {
    margin: 0 auto !important;
}

.color-violet {
    color: #9f5ed9;
}

.solid {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.modal-xl {
    width: 90%;
    max-width: none;
}
[v-cloak] {
    display: none;
}

.affiliate-url-wrapper {
    position: relative;
}
.affiliate-url-wrapper .domain-url {
    border-radius: 21px;
    background: #fff200;
    color: #007689;
    line-height: 18px;
    padding: 12px 17px 12px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.affiliate-url {
    border-radius: 21px;
    border: 1px solid #ccd7e4;
    width: calc(100% - 150px);
    height: 42px;
    margin-left: 150px;
    padding: 9px 15px 9px 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flip-box-wrapper {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box-wrapper .front-side, .flip-box-wrapper .back-side {
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-wrapper .back-side {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.flip-back-btn:hover {
    color: #00a5b1;
    text-decoration: none;
}
.flip-back-btn img {
    height: 24px;
    display: inline-block !important;
    width: auto !important;
}
.back-side {
    padding: 15px 60px;
    text-align: justify;
}
.back-side .plan-title {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    color: #9454c9;
}
.back-side > .text-box {
    padding-bottom: 15px;
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 15px;
}
.back-side .text-box h4 {
    color: #00a5b1;
    font-size: 13px;
    line-height: 21px;
}
.back-side .text-box p {
    color: #585858;
    font-size: 13px;
    line-height: 21px;
}

.table-fixed {
    table-layout: fixed;
}

.modal-content .bottom-close-btn {
    height: 48px;
    width: 167px;
    border-radius: 6px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    background-color: #4cb9ca;
    border: none;
    color: #ffffff;
    margin-top: 20px !important;
}

#modal-promotion-info table {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 19px;
}
#modal-promotion-info table td {
    padding: 15px;
}
#modal-promotion-info table td:first-child {
    border-right: 1px solid #e6e6e6;
}
#modal-promotion-info table tr:first-child td {
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
}
#modal-promotion-info table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
#modal-promotion-info table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
#modal-promotion-info .border-e6 {
    margin: 0 -1rem;
}
#modal-promotion-info .icon-close {
    position: absolute;
    top: -15px;
    right: -8px;
}

.banner-principal {
    position: relative;
    width: 100%;
}
.banner-principal .slider {
    width: 100%;
}
.banner-principal .slider a {
    display: block;
    width: 100%;
    text-align: center;
}
.banner-principal .slider picture {
    display: block;
    width: 100%;
}
.banner-principal .slider img {
    max-width: 100%;
}
.banner-principal .cycle-pager {
    position: absolute;
    bottom: 22px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    text-align: center;
    z-index: 101;
}
.banner-principal .cycle-pager span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}
.banner-principal .cycle-pager-active {
    background: #9454c9 !important;
}

.tabs-header > div {
    display: inline-block;
    padding: 21px 39px 17px;
    margin: 0 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #e3eaf2;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #2a3a49;
}
.tabs-header > div a {
    color: #2a3a49;
    display: block;
    text-decoration: none;
}
.tabs-header > div.active {
    background-color: #1bb5ba;
    color: #fff;
}

.tabs-content > div {
    display: none;
}
.tabs-content > .active {
    display: block;
}
.bg-slider-container {
    background: transparent url('../v2-images/bg-tab-content.svg') top center no-repeat;
    background-size: contain;
    min-height: 529px;
    margin: 0 -80px;
    padding: 53px 44.75px 0;
    position: relative;
}
.float-direction-icon {
    position: absolute;
    top: 30px;
    right: 180px;
}

.product-item {
    border-radius: 10px;
    box-shadow: 0 4px 18px 0 rgba(202, 213, 224, 0.25);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    width: 330px;
    height: 462px;
    margin: 0 35.25px;
    padding: 20px 30px 30px;
    position: relative;
}
.product-item .product-model {
    white-space: normal !important;
    height: 50px;
    line-height: 25px;
}
.product-item .product-tag {
    position: absolute;
    border-radius: 13.5px;
    background-color: #7ed321;
    top: 30px;
    left: 16px;
    font-size: 10px;
    color: #fff;
    padding: 5px 9px 6px;
}
.product-item .btn {
    border-radius: 25px;
    box-shadow: 0 2px 6px 0 rgba(202, 213, 224, 0.76);
    padding: 15px 40px;
    margin-top: 25px;
}
.product-item .product-img {
    height: 223px;
    margin-bottom: 8px;
}
.product-item .product-img img {
    max-width: 100%;
    max-height: 100%;
}
.carousel-blue-slider {
    padding-bottom: 50px;
}
.carousel-blue-slider .cycle-pager {
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    text-align: center;
}
.carousel-blue-slider .cycle-pager span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #ced9df;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}
.carousel-blue-slider .cycle-pager-active {
    background-color: #00a5b1 !important;
}
.bg-slider-container .cycle-prev, .bg-slider-container .cycle-next {
    position: absolute;
    top: 240px;
}
.bg-slider-container .cycle-prev {
    left: 0;
}
.bg-slider-container .cycle-next {
    right: 0;
}

.box-small-service-info {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(202, 213, 224, 0.1);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    padding: 25px 48px;
}
.box-small-service-info .service-icon {
    display: inline-block;
    width: 80px;
    vertical-align: top;
}
.box-small-service-info .text-left {
    width: 178px;
    display: inline-block;
}
.bg-yellow-pieces {
    background: url('../v2-images/bg-yellow-pieces.svg') top center no-repeat;
    background-size: cover;
    padding-bottom: 51px;
}

.bread-crumb {
    border-bottom: solid 1px #e3eaf2;
}
.breadcrumb {
    background: transparent;
    padding: 22px 0;
    margin: 0;
}
.breadcrumb li, .breadcrumb a {
    color: #405264;
    text-transform: uppercase;
    font-size: 11px;
}
.breadcrumb li {
    margin: 0 10px 0 0;
}
.breadcrumb .active {
    color: #2a3a49;
    font-weight: bold;
}

.left-sidebar {
    width: 22%;
    float: left;
}
.main-content-with-sidebar {
    float: right;
    width: 75%;
}
.counter {
    width: 25px;
    height: 18px;
    border-radius: 9px;
    text-align: center;
    background: #f0f2f6;
    color: #6a7b8c;
    font-size: 11px;
    display: inline-block;
}
.filter-box {
    border-radius: 10px;
    box-shadow: 0 4px 18px 0 rgba(202, 213, 224, 0.25);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    padding: 30px 17px;
    margin-bottom: 20px;
}
.filter-box .title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.04px;
    color: #2a3a49;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.filter-box .collapse-box {
    margin-bottom: 30px;
}
.filter-box .collapse-box .title {
    position: relative;
}
.filter-box .collapse-box .collapse-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../v2-images/icon-circle-up.svg') center center no-repeat;
}
.filter-box .collapse-box ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter-box .collapse-box ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.filter-box .collapse-box ul li .counter {
    position: absolute;
    right: 0;
    top: 0;
}
.selected-filters .selected-tag {
    border-radius: 22px;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    padding: 6px 13px;
    display: inline-block;
    margin-bottom: 5px;
}
.selected-filters .selected-tag .remove {
    display: inline-block;
    margin-left: 5px;
    background: url('../v2-images/remove-icon.svg') center center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.selected-filters .selected-tag .remove:hover {
    cursor: pointer;
}

.products-list {
    border-radius: 10px;
    box-shadow: 0 4px 18px 0 rgba(202, 213, 224, 0.25);
    border: solid 1px #e3eaf2;
    border-top: 0;
    border-left: 0;
    margin-bottom: 50px;
    overflow: hidden;
}
.products-list .product-item {
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    float: left;
    width: 33.333333%;
    border-right: none;
    border-bottom: none;
}
.products-list .product-item:first-child {
    border-top-left-radius: 10px;
}
.products-list .product-item:nth-child(3) {
    border-top-right-radius: 10px;
}
.products-list .product-item:nth-child(7) {
    border-bottom-left-radius: 10px;
}
.products-list .product-item:nth-child(9) {
    border-bottom-right-radius: 10px;
}
.products-list .btn-detail-product {
    border-radius: 25px;
    box-shadow: 0 2px 6px 0 rgba(202, 213, 224, 0.76);
    border: solid 1px #9454c9;
    background-color: #9454c9;
    padding: 12px 23px 13px 24px;
}
.products-list .product-brand {
    color: #5a6c7f;
}

.detail-product {
    padding: 20px 30px;
}

.product-images {
    position: relative;
}
.product-images img {
    max-width: 100%;
    max-height: 100%;
}
.product-images .list-images {
    width: 46px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-images .list-images a {
    display: block;
    height: 51px;
    margin-bottom: 13px;
    border-radius: 6px;
    border: solid 1px #e3eaf2;
    text-align: center;
    padding: 8px;
}
.product-images .list-images a.active {
    border-color: #11cccc;
}
.product-images .list-images a img {
    max-height: 100%;
    max-width: 100%;
}

.oval-input-box {
    border-radius: 22px;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    padding: 11px 18px;
    color: #6a7b8c;
}
.oval-input-box select {
    border: none;
    outline: none;
}

.oval-box {
    border-radius: 18px;
    border: solid 1px #e3eaf2;
    background-color: #fafbfc;
}

.box-shadow-2.product-info {
    padding: 27px 50px 40px;
}
.box-cyan {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px rgba(16, 168, 176, 0.45);
    background-color: #ffffff;
    padding: 8px 42px;
}
.product-price {
    font-family: 'multicolore';
}
.legend-box {
    border-radius: 6px;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    position: relative;
}
.legend-box .title {
    font-size: 14px;
    color: #007689;
    position: absolute;
    top: -13px;
    left: 16px;
    background: #fff;
    padding: 0 6px;
}
.attribute-item {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    width: 16%;
    vertical-align: top;
}
.attribute-item .icon {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items :center;
}
.attribute-item img {
    max-width: 100%;
}
.attribute-item .title {
    font-size: 12px;
    color: #11cccc;
}
.attribute-item .value {
    font-size: 14px;
    font-weight: 300;
    color: #2a3a49;
}

.list-colors .color-item {
    display: inline-block;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: top;
}
.list-colors .color-item:hover {
    cursor: pointer;
}
.list-colors .color-item span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    vertical-align: top;
    border: 1px solid #d9d9d9;
}
.list-colors .color-item.active {
    border-color: #222;
}

.document-info {
    border-radius: 10px;
    box-shadow: 0 4px 9px 0 rgba(202, 213, 224, 0.09);
    border: solid 1px #e3eaf2;
    padding: 37px 0 37px 48px;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #2a3a49;
}
.document-info:after {
    content: '';
    clear: both;
}
.document-info .btn-toggle {
    float: right;
    border-left: 1px solid #9eb0c0;
    padding: 7px 35px;
    position: absolute;
    top: 17px;
    right: 0;
    text-align: center;
}
.document-info .btn-toggle:hover {
    cursor: pointer;
}
.document-info .btn-toggle img {
    max-width: 33px;
    max-height: 33px;
}
.document-info .btn-toggle span {
    font-size: 12px;
    display: block;
    color: #9f5ed9;
}

.step-point-01-4:before {
    left: 22.8% !important;
}
.step-point-01-4:after {
    left: 22.8% !important;
}
.step-point-02-4:before {
    left: 40.5% !important;
}
.step-point-02-4:after {
    left: 40.5% !important;
}
.step-point-03-4:before {
    left: 58.2% !important;
}
.step-point-03-4:after {
    left: 58.2% !important;
}
.step-point-04-4:before {
    left: 75.8% !important;
}
.step-point-04-4:after {
    left: 75.8% !important;
}

.step-point-01-2:before {
    left: 40.5% !important;
}
.step-point-01-2:after {
    left: 40.5% !important;
}
.step-point-02-2:before {
    left: 58% !important;
}
.step-point-02-2:after {
    left: 58% !important;
}

.step-point-02-3:before {
    left: 49% !important;
}
.step-point-02-3:after {
    left: 49% !important;
}

.products-list.cycle-slideshow .product-item {
    width: 330px;
}

.border-bottom-1 {
    border-bottom: 1px solid #e3eaf2;
}

#detail-product .product-tag {
    display: inline-block;
    font-size: 10px;
    padding: 5px 9px 6px;
    border-radius: 13.5px;
    background-color: #7ed321;
    color: #fff;
    vertical-align: top;
    margin: 10px 0 0 10px;
}

.modal .round-header {
    margin: 0 0 13px;
    padding: 20px 47px 12px 14px;
    background: #fff;
    border-radius: 20px;
}

#modal-combo-product button.close {
    opacity: 1;
    right: 0;
    left: 0;
    top: -50px;
    height: 40px;
    background: none;
}
#modal-combo-product button.close img {
    width: 100%;
    height: 100%;
}
#modal-combo-product .modal-dialog {
    width: 600px;
    margin-top: 100px;
}
#modal-combo-product .modal-dialog, #modal-combo-product .modal-content {
    max-height: 95vh;
}
#modal-combo-product .modal-body {
    max-height: calc(100vh - 205px);
}
#modal-combo-product .list-items {
    max-height: calc(100vh - 375px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #555 #d1d1d1;
}
.custom-scroll::-webkit-scrollbar {
    width: 5px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #d1d1d1;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 20px;
}

.otp-input {
    font-size: 28px;
    outline: none;
    margin: 0 4px;
    text-align: center;
    padding: 8px 10px 10px 10px;
    border-radius: 22px;
    box-shadow: 0 5px 8px 0 rgb(185 212 220 / 13%);
    border: solid 1px #e3eaf2;
    width: 62px;
    height: 50px;
    color: #9f5ed9;
}

#modal-porrabilidad .modal-dialog, #modal-porrabilidad-success .modal-dialog {
    width: 320px;
}

.icon-apurata {
    width: 123px;
    height: 36px;
    padding: 1px 12px 4px 6px;
    border-radius: 24px;
    background: #fff url(../v2-images/icon-apurata.png) center center no-repeat;
    background-size: 95px auto;
    display: inline-block;
    position: relative;
}
.icon-apurata:hover {
    text-decoration: none;
}
.icon-apurata i {
    position: absolute;
    top: 13px;
    right: 3px;
    font-size: 14px;
}

.product-item .icon-apurata {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    margin: 0 0 0 10px;
}
.detail-price-info-item .icon-apurata {
    margin: -3px 0 0 -5px;
}

.group-inline-buttons {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.group-inline-buttons .btn {
    flex: 1 1 auto;
}

.modal.separator-header .modal-dialog {
    margin: 160px auto;
}
.modal.separator-header .modal-content {
    background: none;
    border: none;
    width: 400px;
}
.modal.separator-header .modal-header, .modal.separator-header .modal-body {
    background: #fff;
}
.modal.separator-header .modal-header {
    margin-bottom: 12px;
    padding: 10px 25px 10px 24px;
    border-radius: 30px;
}
.modal.separator-header .modal-header .icon-close {
    position: absolute;
    right: 0;
    top: -45px;
}
.modal.separator-header .modal-body {
    padding: 24px 40px 30px;
    border-radius: 15px;
}

.bg-violet-info-box {
    background: #fbf5ff;
    padding: 18px 72px 19px 23px;
    border-radius: 16.5px;
    border: dashed 1px #9f5ed9;
}

.icon-rounded {
    width: 70px;
    height: 70px;
    margin: 0 18px 16px;
    padding: 23px 16px;
    border-radius: 100%;
    background-color: rgba(16, 200, 200, 0.07);
}

.round-border-box {
    padding: 15px 63px 16px;
    border-radius: 26px;
    border: solid 1px #e3eaf2;
    display: inline-block;
}

#modal-confirm-otp .modal-dialog {
    width: 340px;
    max-width: none;
}

[v-cloak] {
    display: none !important;
}

@media (max-width: 1199px) {
    .sidebar-menu {
        width: 27%;
    }
    .main-content-wrapper {
        width: 70%;
        margin-left: 3%;
    }
   
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px !important;
    }
    .group-button a.btn {
        margin-left: 0;
        max-width: unset;
    }

    .fs-sm-16 { font-size: 16px;}
    .fs-sm-18 { font-size: 18px;}
    .fs-sm-24 { font-size: 24px;}
    .btn-sm-block {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .auth-tabs-container { width: 100%;}
    nav#nav-bitel .container #navbar ul {
        margin: 0;
    }
    .info-bitel ul li.cart {
        display: none;
    }
    #nav-bitel .member-info {
        margin-bottom: 10px;
    }
    .cart-link {
        position: relative;
        margin-top: 11px;
        margin-right: 10px;
        float: right;
        padding: 5px;
    }
    .cart-link .cart-icon {
        background: url(/images/header/svg/icon-cart.svg) no-repeat 0 0;
        background-size: cover;
        height: 35px;
        width: 35px;
        display: block;
    }
    .cart-link .count-icon {
        position: absolute;
        top: -7px;
        right: -7px;
        font-size: 14px;
        line-height: 24px;
        width: 28px;
        height: 28px;
        text-align: center;
        padding-top: 2px;
        background-color: #008c95;
        border-radius: 50%;
        color: #fff;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }

    .sidebar-menu {
        width: 100%;
        float: none;
    }
    .sidebar-menu ul {
        display: block;
        width: 100%;
    }
    .sidebar-menu ul li {
        display: inline-block;
        min-width: 106px;
        margin-right: 15px;
    }
    .sidebar-menu ul li a {
        padding: 12px;
        text-align: center;
        text-transform: uppercase;
    }
    .main-content-wrapper {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .point-info-wrapper {
        width: 100%;
        border: none;
        height: auto;
        padding-bottom: 20px;
    }
    .form-change-point {
        width: 100%;
        padding: 25px 15px;
        height: auto;
        padding-bottom: 30px;
    }
    .form-change-point .change-type-elm {
        width: 100%;
    }
    .change-box {
        margin: 0 0 20px
    }
    .change-box .change-result {
        width: calc(100% - 250px);
    }
    .form-change-point .bitel-number-elm {
        width: 100%;
    }
    .form-change-point .btn-primary.float-btn {
        left: 50%;
        margin-left: -90px;
    }
    .form-change-point .btn-primary.btn-detail-agents {
        margin-left: -145px;
    }
    .change-point-info-tabs .table-desc {
        width: 100%;
    }
    .modal.show .modal-dialog {
        transform: translate(0,30px);
    }
    .modal-header .close {
        padding: 0;
        margin: 0;
        opacity: 1;
    }
    .confirm-info-wrap {
        padding: 0 13px !important;
    }
    .table.no-wrap-sm td, .table.no-wrap-sm th {
        white-space: nowrap;
    }
    .scroll-x-sm {
        overflow-x: scroll;
    }
    .shopping-cart-steps {
        display: block;
    }
    .shopping-cart-steps .status-item {
        width: 33.333333333333%;
    }
    .shopping-cart-steps.steps-04 .status-item {
        width: 25%;
    }
    .box-shadow.step-point:before {
        left: 45px
    }
    .box-shadow.step-point:after {
        left: 45px;
    }
    .search-delivery-address {
        width: 250px;
        margin-left: -125px;
    }
    /* replacement-payment */
    .replacement-payment .box-shadow.step-point:before,
    .replacement-payment .box-shadow.step-point:after {
        left: 48%;
    }
    .list-payment-method {
        border: 0;
        border-top: 1px solid #e6e6e6;
        box-shadow: none;
    }
    .list-payment-method label.radio {
        display: block !important;
        border-bottom: 1px solid #e6e6e6;
        padding: 18px 18px 18px 50px !important;
        text-align: left;
    }
    .list-payment-method label.radio .check-mark {
        top: 20px;
        left: 18px;
    }
    .desc-img-replacement-payment {
        width: 51px;
    }
    .form-wrapper.caret-right {
        padding: 20px 15px;
    }
    .extend-btn {
        padding-left: 15px;
    }
    .tabs-header > div {
        font-size: 12px;
        padding: 22px 23px 18px 23px;
        line-height: 16px;
    }
    .bg-slider-container {
        background-size: auto;
        background-position: top left;
        margin: 0 -15px;
        padding: 36px 30px 0;
    }
    .float-direction-icon {
        right: 60px;
        top: 45px;
    }
    .left-sidebar {
        display: none;
    }
    .main-content-with-sidebar {
        width: 100%;
        float: none;
    }
    .main-content-with-sidebar .products-list {
        width: 100%;
    }
    .products-list .product-item {
        float: none;
        width: 100%;
        border-radius: 0;
    }
    .products-list .product-item:first-child {
        border-radius: 10px 10px 0 0;
    }
    .products-list .product-item:last-child {
        border-radius: 0 0 10px 10px;
    }
    .banner-principal {
        overflow: hidden;
    }
    .banner-principal .slider img {
        max-height: none;
    }
    .box-item-socialmedia ul li {
        width: 32%;
        display: inline-block;
    }
    .bottom-list-buttons {
        z-index: 100;
    }
    .bottom-list-buttons .btn-rounded {
        padding: 11px 17px 13px 18px;
        border-radius: 22px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
        background-color: #fff200;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        color: #007689 !important;
    }
    .form-filter-products .left-sidebar {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        background: #fff;
        box-shadow: 3px 0 17px 0 rgba(0, 0, 0, 0.2);
        padding: 15px 23px;
        z-index: 101;
    }
    .box-shadow-2.product-info {
        box-shadow: none;
        border: none;
        padding: 0;
    }
    .product-images .list-images {
        position: initial;
        width: 100%;
        text-align: center;
    }
    .product-images .list-images a {
        display: inline-block;
        margin: 0 6px 10px;
    }
    .product-attributes {
        border: none !important;
        box-shadow: none !important;
        background: none !important;
    }
    .product-attributes .attribute-item {
        width: calc(50vw - 35px);
        margin: 0 15px 15px;
        background: #fff;
    }
    .product-attributes .attribute-item img {
        height: 56px;
    }
    .document-info {
        padding-right: 91px;
        margin-bottom: 15px;
    }
    .document-info .btn-toggle {
        padding: 7px 18px;
    }

    .step-point-01-4:before, .step-point-01-4:after {
        left: 10.5% !important;
    }
    .step-point-02-4:before, .step-point-02-4:after {
        left: 35% !important;
    }
    .step-point-03-4:before, .step-point-03-4:after {
        left: 60.5% !important;
    }
    .step-point-04-4:before, .step-point-04-4:after {
        left: 85% !important;
    }
    .carousel-blue-slider .product-item {
        width: calc(100vw - 62px);
        margin: 0 1px;
    }
    .product-item .product-tag {
        left: 30px;
    }
    #detail-product .box-shadow-2.products-list .product-item {
        width: 380px;
    }
    .products-list-slider.prev-control, .products-list-slider.next-control {
        position: absolute; top: 35%;
    }
    .products-list-slider.prev-control {
        left: -10px;
    }
    .products-list-slider.next-control {
        right: -10px;
    }
    .products-list-slider.cycle-pager {
        bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .replacement-completed .box-shadow.step-point:before,
    .replacement-completed .box-shadow.step-point:after {
        left: 70.5%;
    }
}

@media only screen and (max-width: 768px) {
    .replacement-completed .box-shadow.step-point:before,
    .replacement-completed .box-shadow.step-point:after {
        left: 72.2%;
    }

    .card-left, .card-right {
        width: 100%;
    }
    .card-info {
        height: auto;
        padding: 15px;
    }
    .payment-method-1 .card-info {
        width: 100% !important;
    }
    .card-info-content {
        height: 215px;
    }
    .card-left {
        border-bottom: solid 1px #e6e6e6;
        border-right: unset;
        padding: 18px 30px;
    }
    .card-right {
        padding: 8px 32px;
    }
    .price-sim-card {
        padding: 15px !important;
    }
    .price-sim-card .text-uppercase {
        margin: 0 0 10px 0 !important;
    }

    .detail-price-info.box-shadow .detail-price-info-item,
    .detail-price-info.box-shadow .detail-price-info-item.big {
        width: 100%;
        height: 60px;
        border-right: unset;
        border-bottom: 1px solid #e6e6e6;
    }

    .detail-price-info.box-shadow .detail-price-info-item span{
        display: inline-block;
    }

    .detail-price-info .value {
        float: right;
    }

    .detail-price-info {
        padding: 0;
    }

    .detail-price-info.box-shadow .detail-price-info-item {
        padding: 20px;
    }

    .detail-price-info .detail-price-info-item.big .value {
        font-size: 20px;
    }

    .card-image {
        padding-top: 30px;
    }
    .card-image p {
        text-align: center;
    }
    .card-image p:nth-child(2) {
        text-align: center;
    }
    .card-image img {
        display: block;
        margin: 0 auto;
        margin-top: -18px;
    }

    .group-button {
        padding: 0 15px;
    }

    .group-button button {
        margin: 0;
        max-width: unset;
    }

    .group-button button:nth-child(2){
        margin-top: 20px;
    }

    .payment-method-1 .card-info-content {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .payment-method-1 .card-left-id span {
        font-size: 12px;
    }

    .payment-method-1 .card-left {
        width: 60%;
    }
    .payment-method-1 .card-right {
        width: 40%;
    }

    .payment-method-1 .card-info-content .card-left {
        padding: 18px 0 15px 10px;
        border-bottom: unset;
        border-right: solid 1px #e6e6e6;
    }

    .payment-method-1 .card-right {
        padding: 8px 15px;
    }

    .payment-method-1 .card-right div{
        text-align: left !important;
    }
    .big-item .card-info-content {
        display: block;
    }
    .big-item .card-info-content .card-left {
        width: 100%;
        display: block;
    }
    .big-item .card-info-content .card-right {
        border-top: 1px solid #e6e6e6;
        float: none;
        width: 100% !important;
        display: block;
    }

    .infomation-delivery {
        padding: 20px 0 20px 15px !important;
    }

    .payment-method-1 .detail-price-info-item {
        margin: 0;
        padding: 10px 25px;
    }

    .payment-method-1 .detail-price-info-item span{
        margin: 0;
    }

    .payment-method-1 .price-info-title {
        padding: 20px 20px 0px;
    }

    .payment-method-1 .detail-price-info .detail-price-info-item .value {
        font-size: 18px;
        margin-top: -3px;
        text-align: right;
    }

    .payment-method-1 .detail-price-info {
        padding-bottom: 0;
    }

    .payment-method-1 .detail-price-info-item.big {
        height: auto !important;
        padding: 0;
    }

    .payment-method-1 .detail-price-info-item.big span.title {
        padding-left: 20px;
    }

    .payment-method-1 .detail-price-info-item.big span {
        padding: 5px 10px 10px 5px;
    }

    .payment-method-1 .detail-price-info-item.big p{
        border: unset;
        border-radius: unset;
        width: 100%;
        padding: 20px;
        margin: 0;
        text-align: center;
    }

    .repayment {
        padding: 23px 15px;
    }

    .download-app {
        padding: 0;
    }
    .item-download-app {
        padding: 25px;
        border-right: unset !important;
        text-align: center;
    }

    .app-img img:nth-child(2) {
        display: none;
    }
    .app-img img {
        margin-top: 34px;
    }

    .app-active img {
        margin-top: 20px;
    }

    .app-desc {
        margin-top: 25px;
    }

    .app-desc a{
        display: block;
        margin: 0 auto;
        width: 130px;
        margin-top: 8px;
    }

    .item-download-app {
        padding: 15px !important;
    }

    .download-app-contact img {
        margin-top: -25px;
        float: unset;
    }

    .item-download-app:nth-child(2) {
        margin: 10px 0 30px 0;
    }

    .cart-handset-product-image {
        height: 156px;
    }
    .cart-handset-product-image img {
        max-height: 100%;
        max-width: 100%;
        width: auto !important;
    }

    footer .box-footer-content {
        display: block;
    }

    footer .box-footer-content .box-footer.box-footer-logotipo {
        width: 100%;
    }
    footer .box-footer-content .box-footer.box-footer-options {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    footer .box-footer-content .box-footer.box-footer-options .box-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }

    footer .box-footer-social-media {
        margin-top: 10px;
    }

    .modal .order-number-info {
        width: 100%;
        padding: 15px 10px;
    }
    .modal .order-number-info .product-img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .detail-price-info .detail-price-info-item {
        width: 100% !important;
        padding-left: 17px;
        height: auto;
        border-bottom: 1px solid #e4e4e4;
    }
    .detail-price-info .detail-price-info-item.big {
        border-bottom: 0;
    }
    .detail-price-info .detail-price-info-item .title {
        display: inline-block;
        width: 60%;
        margin: 8px 0;
    }
    .detail-price-info .detail-price-info-item .value {
        display: inline-block;
        width: 40%;
    }
    .detail-price-info .detail-price-info-item .note {
        display: block;
        margin: 0 -5px -5px -17px;
        padding: 13px;
        text-align: center;
        border-top: 1px solid #e4e4e4;
        border-radius: 0;
    }
    .order-statuses {
        width: 100%;
    }
    .order-statuses .status-item {
        margin: 0;
        padding: 0 5px;
        width: 25%;
    }
    .order-statuses .status-item:after {
        width: calc(100% - 18px);
        left: 50%;
        margin-left: 9px;
    }
    .back-side {
        padding: 15px 0;
    }
    #modal-detail-benefit .icon-close {
        position: absolute;
        top: -15px;
        right: -10px;
    }
    .desc-home-priority-products {
        font-weight: 500 !important;
    }
}

@media (max-width: 400px) {
    .payment-method-1 .card-info-content {
        display: block;
        height: auto;
    }
    .payment-method-1 .card-info-content > div {
        display: block;
        float: none;
        height: auto;
        text-align: center;
    }
    .payment-method-1 .card-info-content .card-right-item {
        height: auto;
        text-align: center !important;
    }
    .payment-method-1 .card-info-content .card-right-item * {
        text-align: center !important;
    }
}

/*modal order detail*/
.modal-detail-order .modal-dialog{
    width: 561px;
}
.modal-detail-order .price-sim-card{
    padding: 20px;
}
.modal-detail-order .card-right {
    padding: 18px !important;
}
.modal-detail-order .card-right div{
    text-align: center !important;
}
.modal-detail-order .order-request-code {
    background-color: #fbf5ff;
    border: dashed 1px #9f5ed9;
    color: #9453cd;
}
.modal-detail-order .detail-price-info.box-shadow.bg-white {
    padding: 0 !important;
    border-radius: 26px;
}
.modal-detail-order .price-sim-card {
    padding: 10px 20px;
}
.modal-detail-order .price-sim-card img{
    height: 20px;
}
.modal-detail-order .detail-price-info.box-shadow .detail-price-info-item {
    padding: 20px;
    width: 100%;
    margin: 0;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    border-right: unset;
}
.modal-detail-order .detail-price-info.box-shadow .detail-price-info-item.big {
    border-bottom: unset;
}
.modal-detail-order .detail-price-info-item .title {
    width: 59%;
    display: inline-block;
}
.modal-detail-order .detail-price-info-item .value {
    width: 40%;
    display: inline-block;
    text-align: right;
}
.item-detail:nth-child(2n-1) {
    border-right: 1px dashed #e3eaf2;
}
.order-title {
    border: 1px dashed #10c8c8;
    border-radius: 18px;
    padding: 6px;
    width: 390px;
    margin: 0 auto;
}

.modal-detail-order .btn-add-cart {
    padding: 15px 48px;
    width: unset;
}
@media only screen and (max-width: 768px) {
    .modal-detail-order .modal-dialog{
        width: unset;
    }
    .order-title {
        width: 100%;
    }

    .modal-detail-order .payment-method-1 .detail-price-info-item.big span {
        padding: unset;
    }
    .step-point-02-2:before {
        left: 72% !important;
    }
    .step-point-02-2:after {
        left: 72% !important;
    }
}

.number-invoice p {
    line-height: 27px;
    margin-left: 30px;
    margin-bottom: 0;
}
.new-order-active {
    background-color: #00a5b1;
    color: #fff;
}

/*mi-anypay*/
.icon-coin:after {
    background: url('../v2-images/icon-coin.png') no-repeat center center !important;
    background-size: 50px !important;
}
.mi-anypay .point-info-wrapper:after {
    top: -60px;
}
.mi-anypay .form-change-point .bitel-number-elm {
    width: 252px;
}

.active-img {
    display: block;
}

.ocultar-img {
    display: none;
}
.autocomplete-list{
  position:absolute; left:0; right:0; top:100%; z-index:1000;
  margin:4px 0 0; padding:4px 0; list-style:none;
  background:#fff; border:1px solid #e5e7eb; border-radius:8px;
  max-height:260px; overflow:auto; box-shadow:0 8px 20px rgba(0,0,0,.08)
}
.autocomplete-list li{ padding:8px 12px; cursor:pointer }
.autocomplete-list li.is-active{ background:#f3f4f6 }
.autocomplete-list li.muted{ color:#6b7280; cursor:default }
.delivery-maps.is-disabled #map { pointer-events: none; }  /* khóa click/drag/zoom */
.delivery-maps.is-disabled { opacity: .5; }

.addSort {
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 4px;
}

.addSort::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #333; /* mũi tên hướng lên */
}

.addSort.asc {
  transform: rotate(0deg); /* xoay xuống */
}

.addSort.desc {
  transform: rotate(180deg);   /* giữ nguyên hướng lên */
}
.scroll-x {
    overflow-x: scroll;
}
.free7day{
    position: absolute;
    top: -12px;
    right: 8px;
    background-color: #FFEB00;
    color: #129ea2;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    text-transform: none;
    padding: 2px 8px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}