body {
    background: #fff
}

.cart {
    position: relative;
    padding: 20px 0 60px;
    background: #fff
}

.cart-step {
    display: table;
    width: 100%;
    position: relative;
    margin: 10px 0 50px
}

.cart-step ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.cart-step ul li {
    float: left;
    width: 24.3%;
    margin-right: 10px;
    margin-bottom: 10px
}

.cart-step ul li:nth-child(4) {
    margin-right: 0
}

.cart-step ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 10px 10px 53px;
    background-color: #fff;
    border: 1px solid #d4dbe0;
    border-radius: 4px;
    color: #111;
    line-height: 1;
    position: relative;
    text-align: left
}

.cart-step ul li a i {
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 42px;
    color: #111
}

.cart-step ul li a h5 {
    font-size: 16px;
    margin: 0
}

.cart-step ul li a p {
    font-size: 14px;
    margin: 0
}

.cart-step ul li.step_false {
    opacity: .3;
    box-shadow: none
}

.empty-cart {
    margin: 50px 50px 70px;
    overflow: hidden;
    padding-top: 130px;
    text-align: center;
    color: #031b4e;
    background: url(../img/cart/bg-empty-cart.png) no-repeat 50% 0
}

.empty-cart.not-found img {
    margin-bottom: 40px;
    width: 400px
}

.empty-cart h1 {
    color: #111
}

.empty-cart p {
    margin: 10px 0 35px;
    font-size: 18px;
    color: #111
}

.empty-cart ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.empty-cart ul li {
    float: left;
    width: 32.5%;
    margin-right: 10px;
    margin-bottom: 10px
}

.empty-cart ul li:nth-child(3n) {
    margin-right: 0
}

.empty-cart ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 18px 10px 16px 65px;
    background-color: #fff;
    border: 1px solid #d4dbe0;
    color: #111;
    position: relative;
    text-align: left;
    border-radius: 4px
}

.empty-cart ul li a:hover {
    border: 1px solid #ddd;
    opacity: .7
}

.empty-cart ul li a i {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 42px;
    color: #111
}

.empty-cart ul li a h5 {
    font-size: 18px;
    margin: 0
}

.empty-cart ul li a p {
    font-size: 14px;
    margin: 0
}

.not-found {
    margin: 50px 50px 70px;
    overflow: hidden;
    text-align: center;
    color: #031b4e
}

.not-found img {
    margin-bottom: 40px;
    width: 500px
}

.not-found p {
    margin: 10px 0 35px;
    font-size: 18px
}

.not-found ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.not-found ul li {
    float: left;
    width: 32.5%;
    margin-right: 10px;
    margin-bottom: 10px
}

.not-found ul li:nth-child(3n) {
    margin-right: 0
}

.not-found ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 18px 10px 16px 64px;
    background-color: #f7f8f8;
    border: 1px solid #e2e7ec;
    color: #484848;
    position: relative;
    text-align: left
}

.not-found ul li a:hover {
    border: 1px solid #ddd;
    opacity: .7
}

.not-found ul li a i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 40px;
    color: #395b9a
}

.not-found ul li a h5 {
    font-size: 18px;
    margin: 0
}

.not-found ul li a p {
    font-size: 14px;
    margin: 0
}

.cart-currency {
    height: 34px;
    border-radius: 4px;
    color: #111;
    margin-bottom: 15px
}

.cart-currency h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: #111;
    text-align: left
}

.cart-sumary {
    position: relative;
    border: 1px solid #d4dbe0;
    width: 255px;
    border-radius: 4px
}

.cart-sumary.last {
    margin-top: 20px
}

.cart-sumary .box-content {
    padding: 15px;
    text-align: left;
    background: #fff
}

.cart-sumary .box-content h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #395b9a
}

.cart-sumary .quantity {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    display: none
}

.cart-sumary .total {
    margin: 0
}

.cart-sumary .total h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    color: #000
}

.cart-sumary .total .total-price {
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    color: #000
}

.cart-sumary .cart-proceed .btn {
    font-weight: 700;
    border-radius: 0 0 4px 4px;
    height: 54px
}

.cart-sumary .box-content.highlighted {
    background: #fff;
    padding: 5px 15px
}

.cart-sumary .box-content.highlighted .list-item {
    margin: 14px 0
}

.cart-sumary .box-content.highlighted .list-item h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 4px;
    line-height: 1
}

.cart-sumary .box-content.highlighted .price {
    font-weight: 500;
    font-size: 16px;
    line-height: normal
}

.cart-sumary .box-content.highlighted .price strong {
    font-weight: 500
}

.cart-sumary .box-content.gift {
    text-align: center
}

.cart-sumary .box-content.gift #giftBtn {
    color: #333
}

.cart-sumary .box-content.gift .giftBox {
    position: relative;
    margin-top: 15px;
    display: none
}

.cart-sumary .box-content.gift .giftBox .form-control {
    font-size: 13px
}

.cart-sumary .box-content.gift .giftBox .btn {
    font-size: 13px;
    z-index: 0;
    min-height: 34px;
    height: 34px;
    padding: 5px 20px
}

.cart-sumary .box-content.gift label {
    position: relative;
    line-height: 1.3;
    font-size: 12px;
    text-align: left;
    padding-left: 22px
}

.cart-sumary .box-content.gift label>input {
    position: absolute;
    left: 0;
    top: 6px
}

.cart-sumary .box-content a {
    font-size: 13px
}

.cart-content .title {
    position: relative;
    border-bottom: 1px solid #e2e7ec;
    padding-bottom: 10px
}

.cart-content .title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #395b9a
}

.cart-content .header-title {
    text-align: right;
    color: #111;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px
}

.cart-content .header-title span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600
}

.cart-content .header-title span:nth-child(1) {
    width: 50%;
    text-align: left
}

.cart-content .header-title span:nth-child(2) {
    width: 14%;
    text-align: right;
    padding-right: 15px
}

.cart-content .header-title span:nth-child(3) {
    width: 14%;
    text-align: center
}

.cart-content .header-title span:nth-child(4) {
    width: 20%;
    text-align: right;
    padding-right: 40px
}

.items .item {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e7ec;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05)
}

.items .item:after,
.items .item:before {
    display: table;
    content: " ";
    clear: both
}

.items .item .old {
    font-size: 15px
}

.items .item .old span {
    position: relative;
    display: inline-block;
    line-height: 1
}

.items .item .old span:after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    right: -1px;
    top: 8px;
    background: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.items .item .new {
    font-size: 18px;
    font-weight: 600
}

.items .item .new span {
    font-size: 70%;
    padding-left: 2px
}

.items .item .cart-col1 {
    float: left;
    width: calc(50% - 40px)
}

.items .item .cart-col1 b {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.5
}

.items .item .cart-col1 a.clickDetail {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(3, 27, 78, .7)
}

.items .item .cart-col1 p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3
}

.items .item .cart-col1 p>i {
    width: 10px;
    margin-right: 4px
}

.items .item .cart-col2 {
    float: left;
    width: 20%;
    text-align: right
}

.items .item .cart-col3 {
    float: left;
    width: 15%;
    text-align: center
}

.items .item .cart-col3 .dropdownPrice.show {
    z-index: 3
}

.items .item .cart-col3 .dropdownPrice .btn-outline-primary {
    border-color: rgba(3, 27, 78, .4);
    color: rgba(3, 27, 78, .7);
    font-size: 14px;
    padding: 6px 10px;
    min-height: 32px;
    height: 32px
}

.items .item .cart-col3 .dropdownPrice .btn-outline-primary:hover {
    color: rgba(3, 27, 78, .7);
    background-color: #fff;
    border-color: rgba(3, 27, 78, .7)
}

.items .item .cart-col3 .dropdownPrice .btn-outline-primary:not(:disabled):not(.disabled).active,
.items .item .cart-col3 .dropdownPrice .btn-outline-primary:not(:disabled):not(.disabled):active,
.items .item .cart-col3 .show>.btn-outline-primary.dropdown-toggle {
    color: rgba(3, 27, 78, .7);
    background-color: #fff;
    border-color: rgba(3, 27, 78, .4)
}

.items .item .cart-col3 .dropdownPrice .dropdown-menu {
    margin-top: 2px
}

.items .item .cart-col3 .dropdownPrice .dropdown-item {
    font-size: 14px;
    font-weight: 600
}

.items .item .cart-col3 .dropdownPrice .dropdown-item>b {
    font-weight: 600
}

.items .item .cart-col3 .dropdownPrice .dropdown-item>span.badge {
    font-weight: 400;
    line-height: 1;
    padding: 4px 5px 2px
}

.items .item .cart-col3 .tiptop {
    font-size: 12px;
    display: inline-block;
    line-height: 1
}

.items .item .cart-col3 .tiptop.ok {
    font-weight: 600;
    color: #ff9800
}

.items .item .cart-col4 {
    float: left;
    width: 15%;
    text-align: right;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: 1
}

.items .item .cart-col4 .old {
    font-weight: 500;
    display: block
}

.items .item .cart-col4 .new {
    font-weight: 700;
    display: block;
    margin: 1px 0 4px
}

.items .item .cart-col4 .text-primary {
    font-size: 11px;
    text-align: right;
    line-height: 1;
    font-weight: 400
}

.items .item .cart-col5 {
    position: relative;
    float: left;
    width: 40px;
    text-align: right;
    font-size: 18px
}

.items .item .cart-col5 a {
    font-size: 20px;
    color: #111
}

.cart-footer {
    position: relative;
    text-align: left;
    padding: 10px 0
}

.cart-footer:after,
.cart-footer:before {
    display: table;
    content: " ";
    clear: both
}

.cart-footer a {
    font-size: 14px
}

.cart .login-container {
    padding: 40px;
    border: 1px solid #e2e7ec;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05);
    background: #fff
}

.cart .login-container h1 {
    font-size: 20px
}

.cart .registerBox .intl-tel-input {
    display: block
}

.cart .login-container .form-control {
    height: 48px
}

.cart .login-container .form-group {
    position: relative;
    margin-bottom: 10px
}

.cart .login-container label {
    margin-bottom: 2px
}

.cart .login-container .passwordShow {
    position: absolute;
    top: 42px;
    right: 35px;
    font-size: 12px
}

.cart .login-container .remember-me a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

.cart .login-container .form-check-agrement {
    margin-bottom: 20px
}

.shipping-content {
    margin: auto;
    width: 100%;
    position: relative;
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d4dbe0
}

.shipping-content.billing {
    display: none;
    margin-top: 30px
}

.shipping-content h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #031b4e
}

.shipping-content h1 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px
}

.shipping-content hr.divider {
    background: #aaa9a5;
    background: -moz-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(40%, #aaa9a5), color-stop(60%, #aaa9a5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.shipping-content .form-group {
    position: relative;
    margin-bottom: 10px
}

.shipping-content label {
    margin-bottom: 2px;
    font-weight: 600
}

.shipping-content label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300
}

.shipping-content .form-control {
    box-shadow: none;
    height: 44px
}

.shipping-content .form-control {
    box-shadow: none;
    height: 44px
}

.shipping-content .form-check {
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 20px
}

.shipping-content .form-check label {
    font-weight: 300;
    margin-right: 15px
}

.shipping-content .intl-tel-input {
    display: block
}

.shipping-content .remember-me a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

.shipping-content .remember-me label {
    font-weight: 300;
    font-size: 13px;
    float: left;
    width: calc(100% - 25px) !important;
    line-height: 1.2;
    padding-top: 4px
}

.shipping-content .remember-me input {
    float: left;
    width: 20px
}

.shipping-content .form-check-agrement {
    margin: 15px 0
}

.shipping-content .form-check-agrement:after,
.shipping-content .form-check-agrement:before {
    display: table;
    content: " ";
    clear: both
}

.shipping-content .form-check-agrement .clearfix {
    height: 5px;
    clear: both
}

.shipping-content .form-check-agrement input {
    float: left;
    margin-top: -1px
}

.shipping-content .form-check-agrement label {
    float: left;
    width: calc(100% - 26px);
    font-weight: 300;
    padding-left: 6px;
    font-size: 15px;
    line-height: 1.3
}

.shipping-content .btn {
    border-radius: .25rem;
    font-weight: 600;
    font-size: 18px
}

.payment-title {
    height: 34px;
    font-size: 24px;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #111
}

.payment-method {
    margin-bottom: 20px
}

.payment-method:after,
.payment-method:before {
    display: table;
    content: " ";
    clear: both
}

.payment-method h3 {
    font-size: 20px;
    margin: 40px 0 20px;
    font-weight: 600
}

.payment-method .custom-tab3 .custom-tab3-main .nav-tabs .nav-link {
    position: relative;
    font-size: 16px;
    padding: 15px 30px 15px 38px;
    font-weight: 700
}

.payment-method .custom-tab3 .tab-content .tab-pane {
    padding: 30px 15px 0;
    border: 1px solid #e2e7ec;
    border-top: 0;
    background: #fff;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05)
}

.payment-method .nav-tabs .nav-item.show .nav-link,
.payment-method .nav-tabs .nav-link.active {
    color: #111;
    background-color: #fff;
    border-color: #d4dbe0 #d4dbe0 #fff
}

.payment-method .nav-tabs {
    border-bottom: 1px solid #d4dbe0
}

.payment-method .nav-tabs .nav-item {
    position: relative;
    width: 50%;
    text-align: left
}

.payment-method .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    content: '\f138';
    top: 12px;
    left: 15px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free'
}

.payment-method .item {
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06)
}

.payment-method .item .title {
    position: relative;
    padding: 19px
}

.payment-method .item .title:after,
.payment-method .item .title:before {
    display: table;
    content: " ";
    clear: both
}

.payment-method .item .title input {
    float: left
}

.payment-method .item .title label {
    float: left;
    margin: 0 0 0 6px;
    font-weight: 700;
    display: block;
    width: calc(100% - 34px);
    cursor: pointer
}

.payment-method .item .title label span {
    font-weight: 300;
    float: right;
    font-weight: 700
}

.payment-method .item .detail {
    position: relative;
    padding: 0 19px 19px;
    font-size: 13px;
    display: none
}

.payment-method .item .detail p:last-child {
    margin-bottom: 0
}

.payment-method .item.active .detail {
    display: block
}

.payment-method .item.active .detail .table {
    margin-bottom: 0;
    border: 1px solid #e5e8ed;
    font-size: 14px
}

.payment-method .item.active .detail .table th {
    padding: 8px 6px;
    background: #f3f6f9;
    border: 0;
    color: #031b4e;
    font-size: 14px
}

.payment-method .item.active .detail .table td {
    padding: 8px 6px;
    background: #fff;
    border-color: #e5e8ed;
    font-size: 14px;
    vertical-align: middle
}

.payment-method .item.active .title {
    color: #031b4e
}

.payment-method .custom-tab-2>.nav-tabs .nav-item {
    margin-right: 0
}

.payment-method .custom-tab-2 .tab-pane {
    padding: 20px 20px 0
}

.card-wrapper {
    position: relative
}

.card-wrapper>img {
    position: absolute;
    left: 38px;
    top: 15px;
    z-index: 2;
    height: 25px
}

.card-installment table td {
    padding: 4px 6px
}

.card-installment table td:nth-child(1) {
    text-align: center
}

.card-installment table td:nth-child(2) {
    text-align: center
}

.card-installment table td:nth-child(3) {
    text-align: right
}

.card-installment table td:nth-child(4) {
    text-align: right
}

.shipping-method {
    position: relative;
    padding: 15px 20px 10px;
    margin-top: 20px;
    border: 1px solid #d4dbe0;
    background: #fff
}

.shipping-method:after,
.shipping-method:before {
    display: table;
    content: " ";
    clear: both
}

.shipping-method address {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px
}

.shipping-method address>b {
    display: block;
    margin-bottom: 10px
}

.shipment-action {
    position: absolute;
    right: 20px;
    top: 10px
}

.shipment-action>a {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    height: 20px;
    font-weight: 400;
    min-height: 21px;
    line-height: 1;
    padding: 4px
}

.shipment-radio {
    font-size: 13px;
    margin-top: 15px
}

.shipment-radio>label {
    position: relative;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-right: 20px
}

.shipment-radio>label>input {
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
    width: 16px;
    min-width: 16px;
    padding: 2px !important
}

.shipment-radio>label>input[type=radio]:checked:before {
    font-size: 11px;
    line-height: 11px;
    margin: -1px
}

.card-wrap {
    position: relative;
    padding: 20px 0
}

.card-main {
    position: relative;
    margin-top: -15px
}

.card-main .form-group {
    margin-bottom: 10px
}

.card-main .form-group .form-control {
    height: 40px
}

.card-main label {
    font-weight: 500;
    margin-bottom: 1px
}

.thank-you .title {
    position: relative;
    text-align: center;
    color: #09757a;
    margin: 40px 0 40px;
    padding-left: 70px
}

.thank-you .title>i {
    font-size: 72px;
    display: block;
    margin-bottom: 15px
}

.thank-you .title>b {
    font-size: 42px;
    font-weight: 800;
    line-height: 1
}

.thank-you .title>p {
    font-size: 24px;
    margin: 0;
    line-height: 1
}

.thank-you .title>a {
    position: absolute;
    top: 2px;
    left: 400px
}

.payment-detailx {
    position: relative;
    color: #010e28;
    margin-bottom: 15px
}

.payment-detailx:after,
.payment-detailx:before {
    display: table;
    content: " ";
    clear: both
}

.payment-detailx .pd1 {
    position: relative;
    float: left;
    width: 30%;
    padding: 20px;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e2e7ec
}

.payment-detailx .pd1 b {
    display: block
}

.payment-detailx .pd2 {
    position: relative;
    float: left;
    width: 68%;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin-left: 20px;
    border: 1px solid #e2e7ec
}

.payment-detailx .pd2>span {
    position: relative;
    float: left;
    width: 30%;
    font-size: 14px
}

.payment-detailx .pd2>span:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e2e7ec
}

.payment-detailx .pd2>span>span {
    font-size: 12px
}

.payment-detailx .pd2>span>b {
    display: block
}

.payment-detailx .pd2>span:nth-child(2) {
    width: 40%
}

.payment-detailx .pd2>span:last-child:after {
    display: none
}

.alert.detailx {
    font-size: 14px;
    padding-left: 64px
}

.alert.detailx>i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 44px
}

.alert.detailx>b {
    display: block
}

.payment-detailx-info {
    position: relative;
    border: 1px solid #e5e8ed;
    border-radius: 0;
    margin-bottom: 15px
}

.payment-detailx-info .table {
    margin-bottom: 0;
    width: 100%
}

.payment-detailx-info .table th {
    background: #f3f6f9;
    border: 0;
    color: #031b4e;
    font-size: 14px
}

.payment-detailx-info .table td {
    background: #fff;
    border-color: #e5e8ed;
    font-size: 14px;
    padding: 5px 8px;
    vertical-align: middle
}

.payment-detailx-info .table td:nth-child(1) {
    text-align: left
}

.payment-detailx-info .table td:nth-child(2) {
    text-align: center
}

.payment-detailx-info .table td:nth-child(3) {
    text-align: right
}

.payment-detailx-info .table td:nth-child(4) {
    text-align: center
}

.payment-detailx-footer {
    position: relative
}

.payment-detailx-footer:after,
.payment-detailx-footer:before {
    display: table;
    content: " ";
    clear: both
}

.payment-detailx-footer .btn {
    float: right
}

.monthChoose .title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #007bff;
    margin-left: 15px
}

.monthChoose .cart-content+.cart-content {
    margin-top: 30px
}

.monthChoose .cart-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    padding-bottom: 15px
}

.monthChoose .cart-content h3 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px
}

.cart-title {
    font-size: 24px;
    font-weight: 600;
    height: 34px;
    line-height: 1.2;
    color: #111;
    margin-bottom: 15px
}

.cart-title span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.monthChooseList {
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #d4dbe0
}

.monthChooseList>.row {
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #111
}

.monthChooseList label {
    display: block;
    width: 100%
}

.monthChooseList label input {
    float: left;
    margin-top: 4px
}

.monthChooseList .monthListItem {
    float: left;
    margin: 0;
    width: calc(100% - 20px);
    padding-left: 10px;
    color: #111
}

.monthChooseList .monthListItem .monthName {
    display: inline-block;
    margin-right: 10px
}

.monthChooseList .badge {
    font-size: 12px;
    border-radius: 0;
    position: relative;
    top: -2px;
    padding: 3px 6px 2px
}

.monthChooseList>.row+.row {
    border-top: 1px dashed #e2e7ec
}

.monthChooseList>.row .desc {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.monthChooseList .input-group .btn {
    height: 42px;
    min-height: 42px;
    min-width: 42px !important;
    width: 42px;
    font-size: 22px;
    padding: 0;
    border: 1px solid #e2e7ec
}

.monthChooseList .input-group .form-control {
    height: 42px;
    min-height: 42px;
    font-size: 22px;
    padding: 0;
    margin: 0
}

.monthChooseList small {
    font-size: 18px;
    font-weight: 600
}

.mPrice {
    line-height: 1.3
}

.mPriceN span {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #757575
}

.mPriceO {
    font-size: 16px;
    color: #757575;
    font-weight: 500
}

.input-group .btn {
    border-radius: 0;
    border: 1px solid #ced4da;
    z-index: 0
}

.input-group .btn-outline-secondary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.addonChooseList .addon-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e2e7ec;
    border-radius: 4px
}

.addonChooseList .addon-item p>.labelx {
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 600;
    width: 120px;
    text-align: left;
    color: #2196f3;
    display: none
}

.addonChooseList .addon-item .labelx {
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 600;
    width: 120px;
    text-align: left;
    display: none
}

.addonChooseList .addon-item>.row {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #3c4858
}

.addonChooseList label {
    display: block;
    width: 100%
}

.addonChooseList label input {
    float: left;
    margin-top: 4px
}

.addonChooseList .monthListItem {
    float: left;
    margin: 0;
    width: calc(100% - 20px);
    line-height: 1;
    padding-left: 10px
}

.addonChooseList .monthListItem .monthName {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 5px
}

.addonChooseList .badge {
    font-size: 12px;
    border-radius: 0;
    position: relative;
    top: -2px;
    padding: 3px 6px 2px
}

.addonChooseList>.row+.row {
    margin-top: 10px
}

.addonChooseList>.row .desc {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.addonChooseList .input-group .btn {
    height: 32px;
    min-height: 32px;
    min-width: 24px !important;
    width: 24px;
    font-size: 14px;
    padding: 0;
    border: 1px solid #e2e7ec;
    background-color: #e9ecef;
    border-color: #d4dbe0
}

.addonChooseList .input-group .form-control {
    height: 32px;
    min-height: 32px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #fff;
    border-color: #d4dbe0
}

.addonChooseList small {
    font-size: 18px;
    font-weight: 600
}

.addonChooseList .desc {
    display: block;
    font-size: 14px
}

.addonChooseList p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    min-height: 38px;
    display: flex;
    align-items: center
}

.addonChooseList .btn-sm {
    height: 38px;
    min-height: 38px;
    padding: 8px
}

.addonChooseList .addon-item>.row+.row {
    margin-top: 15px
}

.addonChooseList .order {
    position: relative;
    text-align: right;
    justify-content: flex-end;
    padding-right: 28px
}

.addonChooseList .order a {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 24px
}

.addon-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.addon-header span {
    float: left;
    display: block;
    font-weight: 600
}

.addon-header span:nth-child(1) {
    width: 32%
}

.addon-header span:nth-child(2) {
    width: 31.5%
}

.addon-header span:nth-child(3) {
    width: 30%
}

.multiAccount {
    position: relative;
    text-align: center;
    padding: 20px 0 30px
}

.multiAccount:before {
    position: absolute;
    content: '';
    right: -16px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #d4dbe0
}

.multiAccount.last:before {
    display: none
}

.multiAccount .multiName {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #3c4858
}

.multiAccount .multiName b {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #3c4858
}

.multiAccount .multiQty {
    margin: 0 25px 10px
}

.multiSummaryLine {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eaeef3
}

.multiSummaryLine .multiLineName {
    float: left;
    width: 70%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #3c4858
}

.multiSummaryLine .multiLineName span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #5d7079
}

.multiSummaryLine .multiLinePrice {
    float: left;
    width: 30%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #3c4858;
    line-height: 1.3
}

.multiSummaryLine .multiLinePrice span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #3c4858
}

.box-content .multiSummaryLine:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.cart-sumary.custom {
    width: 350px
}

.multiMonth {
    position: relative;
    border-top: 1px solid #e2e7ec
}

.multiMonth .month1 {
    float: left;
    width: 50%;
    line-height: 1;
    padding: 17px 10px 8px
}

.multiMonth .month1 label {
    margin-bottom: 0;
    cursor: pointer
}

.multiMonth .month1 input {
    float: left;
    margin-right: 4px
}

.multiMonth .month1 span {
    float: left;
    margin-top: -1px
}

.modalInvoice .modal-content {
    border: 0
}

.modalInvoice .modal-header {
    background: #2d8cff;
    color: #fff;
    border: 0
}

.modalInvoice .modal-header .modal-title {
    color: #fff
}

.modalInvoice .form-group {
    margin-bottom: 5px
}

.modalInvoice .form-group label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600
}

.mini-cart {
    background: #fff;
    padding: 15px;
    border: 1px solid #e2e7ec;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05)
}

.mini-cart h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px
}

.mini-cart .items .item {
    box-shadow: none
}

.mini-cart .items .item .cart-col1 {
    width: calc(58% - 40px)
}

.mini-cart .items .item .cart-col2 {
    display: none;
    width: 0
}

.mini-cart .items .item .cart-col3 {
    width: 20%
}

.mini-cart .items .item .cart-col4 {
    width: 22%
}

.mini-summary {
    position: relative;
    width: 100%;
    overflow: hidden
}

.mini-summary div {
    position: relative;
    overflow: hidden;
    color: #333
}

.mini-summary div>span {
    float: left;
    width: 50%
}

.mini-summary div>small {
    float: left;
    width: 50%;
    text-align: right
}

.mini-summary div:last-child {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc
}

.mini-summary div:last-child small {
    font-size: 20px;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .cart-step {
        margin: 30px 0 5px
    }

    .cart-step .stepwizard-row .stepwizard-step {
        font-size: 10px
    }

    .cart-step .stepwizard-row .stepwizard-step:nth-child(1) {
        width: 33%
    }

    .cart-step .stepwizard-row .stepwizard-step:nth-child(2) {
        width: 33%
    }

    .cart-step .stepwizard-row .stepwizard-step:nth-child(3) {
        width: 33%
    }

    .cart-step .stepwizard-row .stepwizard-step:nth-child(4) {
        width: 33%
    }

    .empty-cart {
        padding: 150px 0 30px;
        margin: 0;
        background: url(../img/cart/bg-empty-cart.png) no-repeat 50% 5%
    }

    .empty-cart ul li {
        margin: 5px 0
    }

    .empty-cart h1 {
        font-size: 28px;
        line-height: 1.3
    }

    .cart-sumary {
        position: relative !important;
        top: 0 !important;
        width: 100%
    }

    .cart-sumary.last {
        margin-top: 0
    }

    .cart-content {
        padding: 10px
    }

    .cart-content .title .header-title span:nth-child(1) {
        width: 30%
    }

    .cart-content .title .header-title span:nth-child(2) {
        width: 30%
    }

    .items .item {
        display: block
    }

    .items .item .cart-col1 {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .items .item .cart-col2 {
        width: 32%;
        text-align: left
    }

    .items .item .cart-col3 {
        width: 32%
    }

    .items .item .cart-col4 {
        width: 34%
    }

    .items .item .cart-col5 {
        position: absolute;
        right: 0;
        top: 18px
    }

    .card-wrap {
        padding-bottom: 0
    }

    .cart .loginBox {
        margin-bottom: 40px
    }

    .cart .login-container {
        padding: 20px
    }

    .shipping-content {
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 30px
    }

    .shipping-content h1 {
        font-size: 18px
    }

    .shipping-content h1 span {
        font-size: 14px
    }

    .shipping-content .alert-warning {
        padding: 10px;
        font-size: 14px;
        line-height: 1.3
    }

    .payment-method .custom-tab-2 .tab-pane {
        padding: 10px 0 0
    }

    .payment-method .item .title {
        padding: 10px
    }

    .payment-method .item .title label {
        font-size: 15px
    }

    .payment-method .item .detail {
        padding: 0 10px 10px
    }

    .cart .custom-tab-2>.nav-tabs .nav-item {
        font-size: 12px
    }

    .payment-detailx .pd1 {
        float: none;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px
    }

    .payment-detailx .pd2 {
        float: none;
        width: 100%;
        padding: 10px;
        margin-left: 0
    }

    .payment-detailx-info {
        overflow-y: scroll
    }

    .thank-you .title>a {
        position: relative;
        left: 0;
        top: 10px
    }

    .server-configure .server-box {
        padding: 10px
    }

    .server-configure .server-box h3 {
        font-size: 16px
    }

    .server-configure .server-box p {
        font-size: 13px;
        line-height: 1.3
    }

    .server-configure .server-box ul li label {
        padding: 5px;
        font-size: 14px
    }

    .server-configure .server-box ul li label>a {
        top: 7px;
        left: 33%
    }

    .server-summary {
        width: 100%;
        position: relative !important;
        top: inherit !important
    }

    .addonChooseList .addon-item p .labelx {
        display: inline-block
    }

    .addonChooseList .addon-item .labelx {
        display: block;
        width: 100%
    }

    .not-found {
        margin: 0
    }

    .not-found ul li {
        width: 100%
    }

    .empty-cart ul li {
        width: 100%
    }
}

#profiledropdown {
    color: #fff;
    font-size: 16px
}

.menu-banner {
    height: 183px;
    padding-top: 112px;
    background-size: cover;
    background-position: 50%;
    background-image: url(../img/clientbg.jpg)
}

.menu-banner .welcome h1 {
    font-size: 18px;
    margin: 0 0 2px;
    color: #fff
}

.menu-banner .welcome .dropdown .dropdown-menu {
    border: 1px solid #e2e7ec;
    border-radius: 0;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08) !important;
    background: #fff
}

.menu-banner .welcome .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 5px 15px
}

.menu-banner .infoBox {
    width: 100%
}

.menu-banner .infoBox>div {
    position: relative;
    float: right;
    width: 33%
}

.menu-banner .infoBox>div:after {
    position: absolute;
    right: 25px;
    top: 8px;
    content: '';
    background: #699ee6;
    height: 24px;
    width: 1px
}

.menu-banner .infoBox>div:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: .375rem
}

.menu-banner .infoBox>div:nth-child(1) {
    width: 34%
}

.menu-banner .infoBox>div:nth-child(2) {
    width: 32%
}

.menu-banner .infoBox>div:nth-child(3) {
    width: 32%
}

.menu-banner .infoBox a {
    display: block;
    padding-left: 14px;
    line-height: 1.2;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    color: #fff
}

.menu-banner .infoBox a>span {
    display: block;
    font-weight: 800;
    font-size: 22px
}

.menu-banner .infoBox a:hover {
    text-decoration: none
}

.menu-banner .infoBox>div:nth-child(1):before {
    background: #36b37e
}

.menu-banner .infoBox>div:nth-child(2):before {
    background: #ffab00
}

.menu-banner .infoBox>div:nth-child(3):before {
    background: #ff5630
}

.menu-banner .infoBox>div:nth-child(4):before {
    background: #00b8d9
}

.menu-banner .infoBox>div:nth-child(1):after {
    display: none
}

.menu-list {
    position: relative;
    background: #363a48;
    overflow: hidden;
}

.menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu-list ul li {
    float: left;
    width: 12.5%
}

.menu-list ul li {
    border-right: 1px solid #4a4e5c;
}

.menu-list ul li:last-child {
    border-right: 0
}

.menu-list ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    color: #858a92
}

.menu-list ul li a i {
    display: block;
    font-size: 28px;
    margin-bottom: 2px
}

.menu-list ul li a img {
    display: block;
    width: 28px;
    margin: 0 auto 5px
}

.menu-list ul li a span {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500
}

.menu-list ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #3f4352;
}

.menu-list ul li.active a {
    background: #3c3f45;
    color: #fff
}

.clientarea__wrap {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 10px 0 0px;
}

.clientarea__left {
    padding-right: 0
}

.clientarea__right {
    background: #fff;
    padding-left: 30px
}

.clientarea__right:after {
    content: '';
    background: #fff;
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%
}

.clientarea__main {
    position: relative;
    padding: 10px 0 20px
}

.clientarea__main .clientarea__heading {
    padding: 0 0 15px
}

.clientarea__main .clientarea__heading h1 {
    position: relative;
    display: inline-block;
    font-size: 28px
}

.clientarea__main .clientarea__heading h1 span {
    position: absolute;
    top: 8px;
    right: -40px;
    font-size: 13px
}

.clientarea__breadcrumbs {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #ffffff;
}

.clientarea__breadcrumbs .breadcrumb {
    margin-bottom: 0;
    background: 0 0;
    padding: 0
}

.clientarea__breadcrumbs .breadcrumb a {
    font-size: 14px;
    color: #5c5c5d;
}

.clientarea__breadcrumbs .breadcrumb li:last-child a {
    color: #9c9b9b
}

.clientarea__breadcrumbs .breadcrumb a:after {
    display: none
}

.clientarea__breadcrumbs .breadcrumb a:before {
    display: none
}

.clientarea__breadcrumbs .breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    color: #9c9b9b;
    content: "/"
}

.clientarea__wrap .table1 {
    margin-bottom: 0
}

.clientarea__wrap .table th {
    font-size: 14px;
    background: #fafafa;
    color: #273444;
    border: 0
}

.clientarea__wrap .table td {
    font-size: 14px;
    vertical-align: middle
}

.clientarea__wrap .table td span.badge {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
    padding: .2em 1em .2em
}

.clientarea__wrap .table td .btn {
    font-size: 12px;
    line-height: 1;
    padding: 6px 5px;
    min-height: 26px
}

.clientarea__wrap .table td .btn i {
    padding-right: 4px;
    display: inline-block
}

.clientarea__home {
    position: relative;
    width: 100%;
    margin: 10px 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clientarea__home div {
    position: relative;
    padding: 35px 20px 20px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08) !important;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08) !important;
    background: #fff;
    border: 1px solid #eff2f7
}

.clientarea__home div:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 3px
}

.clientarea__home div:after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 42px;
    color: #e4e6ea
}

.clientarea__home div a {
    display: block;
    width: 100%;
    color: #484848
}

.clientarea__home div a:hover {
    text-decoration: none;
    opacity: .6
}

.clientarea__home div span {
    display: block;
    font-size: 20px;
    font-weight: 800
}

.clientarea__home div:nth-child(1):before {
    background: #ff9800
}

.clientarea__home div:nth-child(1):after {
    content: "\f0ac"
}

.clientarea__home div:nth-child(2):before {
    background: #03a9f4
}

.clientarea__home div:nth-child(2):after {
    content: "\f0c2"
}

.clientarea__home div:nth-child(3):before {
    background: #5fba7d
}

.clientarea__home div:nth-child(3):after {
    content: "\f233"
}

.clientarea__home div:nth-child(4):before {
    background: #f44336
}

.clientarea__home div:nth-child(4):after {
    content: "\f07a"
}

.clientarea__home div:nth-child(5):before {
    background: #795548
}

.clientarea__home div:nth-child(5):after {
    content: "\f09d"
}

.clientarea__home div:nth-child(6) {
    border-right: 0
}

.clientarea__home div:nth-child(6):before {
    background: #9c27b0
}

.clientarea__home div:nth-child(6):after {
    content: "\f09d"
}

.clientarea__panel {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #e2e7ec;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05);
    color: #576879
}

.clientarea__panel_title {
    position: relative;
    margin: 0;
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600
}

.clientarea__panel_title .action {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px
}

.clientarea__panel_title .action a {
    display: inline-block;
    padding: 0 3px;
    font-size: 14px;
    color: #38a9f4;
    font-weight: 400
}

.clientarea__panel_title .action1 {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 14px
}

.clientarea__panel_title .action1 .form-control {
    float: left;
    width: 70%;
    height: 32px;
    border-radius: 30px 0 0 30px
}

.clientarea__panel_title .action1 .btn {
    font-size: 12px;
    line-height: 1em;
    padding: 6px 10px;
    height: 26px;
    min-height: 26px;
    margin-top: 3px;
    margin-right: 3px
}

.clientarea__panel_bottom {
    position: relative;
    margin: 0;
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    background: #fafafa;
    border-top: 1px solid #e2e7ec
}

.clientarea__panel_body {
    border-top: 1px solid #e2e7ec;
    padding: 19px 19px;
}

.clientarea__panel_body .table {
    margin-bottom: 0
}

.clientarea__panel_body .avatar {
    width: 100%;
    height: 146px
}

.clientarea__panel_body .avatar img {
    height: 100%;
    border-radius: 18px
}

.clientarea__panel_body .form-group label {
    font-weight: 500;
    font-size: 16px
}

.clientarea__panel_body .form-group label span {
    font-weight: 400
}

.clientarea__panel_body h3.title {
    font-size: 16px;
    color: #2b7be9;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e7ec
}

.listtable {
    width: 100% !important;
    border: 1px solid #d4dbe0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px
}

.add-new-box {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05)
}

.add-new-box .btn {
    float: right;
    padding: 8px 25px;
    height: auto;
    min-height: auto
}

.add-new-box label {
    margin-top: 7px;
    font-weight: 500
}

.control-checkbox {
    display: inline-block;
    float: left;
    margin-right: 5px
}

table.dataTable {
    margin: 0 !important;
    border-bottom: 1px solid #eff2f7
}

.dataTables_length {
    padding-left: 8px;
    padding-top: 8px
}

.dataTables_filter {
    padding-top: 8px;
    padding-right: 8px
}

div.dataTables_wrapper div.dataTables_info {
    padding: 15px;
    font-size: 13px
}

.dataTables_paginate.paging_simple_numbers {
    padding: 10px;
    font-size: 13px
}

.dataTables_paginate.paging_simple_numbers .page-link {
    font-size: 13px;
    padding: 4px 8px
}

.page-item.active .page-link {
    background-color: #576879;
    border-color: #576879;
    color: #fff
}

#cartloader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    z-index: 9999
}

#cartloader .inner {
    position: relative;
    width: 100%;
    height: 100%
}

#cartloader .anim {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url(/assets/img/loader.gif);
    background-position: 0 0;
    background-size: 100%
}

.top-summary .box {
    background: #fff;
    border: 1px solid #e2e7ec;
    padding: 16px;
    color: #010e28;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 30px
}

.top-summary .box .box-title {
    display: block;
    font-weight: 600
}

.top-summary .box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.top-summary .box ul li {
    display: block;
    border-bottom: 1px solid #e2e7ec;
    padding: 15px 15px;
    min-height: 66px
}

.top-summary .box ul li:last-child {
    border-bottom: 0 none
}

@media (min-width:768px) {
    .top-summary .box {
        min-height: 100px
    }

    .top-summary .box ul li {
        float: left;
        width: 20%;
        border-bottom: 0;
        border-left: 1px solid #e2e7ec;
        padding: 0 15px
    }

    .top-summary .box ul li:first-child {
        border-left: 0 none
    }
}

@media only screen and (max-width:767px) {
    .content-banner {
        display: none
    }

    .not-found img {
        width: 100%
    }

    .not-found h1 {
        font-size: 32px;
        line-height: 1.3
    }

    .menu-banner {
        height: 150px;
        padding-top: 10px
    }

    .menu-banner .infoBox a>span {
        font-size: 15px
    }

    .menu-banner .welcome {
        margin-bottom: 25px
    }

    .menu-banner .infoBox {
        padding: 0 10px
    }

    .menu-banner .infoBox>div:after {
        right: 11px
    }

    .menu-list ul {
        margin: 0 -15px
    }

    .menu-list ul li {
        width: 33.33% !important;
        border-bottom: 1px solid #3c3f45
    }

    .menu-list ul li:last-child {
        border-right: 1px solid #3c3f45
    }

    .menu-list ul li a span {
        font-size: 13px;
        line-height: 1.2
    }

    .cart {
        padding-top: 0
    }

    .cart-currency {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .cart-title {
        margin-bottom: 10px
    }

    .cart-step ul li {
        width: 22.3%
    }

    .cart-step ul li a h5 {
        display: none
    }

    .cart-step ul li a p {
        display: none
    }

    .cart-step ul li a {
        overflow: hidden;
        height: 56px;
        padding: 5px 12px
    }

    .cart-step ul li a i {
        position: relative;
        top: inherit;
        left: inherit
    }

    .cart-content {
        padding: 0 !important
    }

    .items .item .cart-col5 {
        right: 12px;
        top: 12px
    }

    .items .item .cart-col3 {
        width: 50%
    }

    .items .item .cart-col4 {
        width: 50%
    }

    .mini-cart .items .item .cart-col3 {
        width: 50%
    }

    .mini-cart .items .item .cart-col4 {
        width: 50%
    }

    .shipping-method {
        padding-top: 30px
    }

    .shipment-action {
        top: 5px
    }

    .payment-method .custom-tab3 .tab-content .tab-pane {
        padding-bottom: 30px
    }

    .thank-you .title {
        padding-left: 0 !important
    }

    .payment-detailx .pd2 {
        overflow: hidden
    }

    .payment-detailx .pd2>span:after {
        display: none
    }

    .monthChoose .cart-title {
        height: auto;
        font-size: 18px
    }

    .monthChooseList .input-group {
        margin-bottom: 20px
    }

    .multiAccount {
        border-bottom: 1px solid #e2e7ec
    }

    .addonChooseList .monthListItem {
        margin-bottom: 10px
    }

    .addonChooseList p {
        min-height: auto
    }

    .multiQty {
        width: 100px;
        margin-left: auto;
        margin-bottom: 5px
    }

    .multiQty1 {
        width: 150px;
        margin-left: auto
    }

    .multiQty1 .input-group {
        margin-bottom: 10px
    }

    .mPrice {
        line-height: 1;
        margin-top: 10px
    }

    .monthChoose .multiQty {
        width: 150px;
        margin-left: auto;
        margin-right: auto
    }

    .monthChoose .addonChooseList .multiQty {
        width: 120px;
        margin-left: auto;
        margin-right: auto
    }

    .monthChoose .addonChooseList .mPrice {
        text-align: center
    }

    .monthChooseList label {
        overflow: hidden
    }

    .addon-header {
        display: none
    }

    .clientarea__wrap .table td .btn {
        font-size: 11px;
        min-width: 100px;
        margin: 2px 0
    }

    .clientarea__wrap .table td .btn i {
        display: none
    }

    .clientarea__wrap .table th {
        font-size: 13px;
        padding: 4px 5px;
        line-height: 1.2
    }

    .clientarea__wrap .table td {
        font-size: 13px;
        padding: 4px 5px;
        line-height: 1.2
    }

    .clientarea__wrap .table td:first-child {
        font-size: 13px !important
    }

    .clientarea__panel_title {
        font-size: 13px;
        padding: 10px 15px;
        text-align: center;
        height: auto;
        overflow-y: scroll;
    }

    .clientarea__panel_title b {
        display: block;
        margin-bottom: 15px
    }

    .clientarea__panel_title .action1 {
        position: relative;
        display: block;
        top: inherit;
        right: inherit
    }

    .clientarea__panel_title .action1 .btn {
        float: none
    }

    div.dataTables_wrapper div.dataTables_info {
        text-align: left
    }

    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 20px
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: end
    }

    .cart-content .header-title {
        display: none
    }

    .cart-footer {
        display: none
    }

    .payment-method .custom-tab3 .custom-tab3-main .nav-tabs .nav-link {
        padding: 10px;
        line-height: 1.2;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .payment-method .nav-tabs .nav-item .nav-link:before {
        display: none
    }

    .payment-method table th {
        display: none
    }

    .payment-method table td {
        display: block;
        text-align: center
    }

    .newsletter .newsletter-text b {
        font-size: 18px
    }

    .footer .col-lg-8 {
        display: none
    }
}

.mega-menu-header .col-md-4:last-child:after {
    display: none
}

.verify-email {
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
    background: #ffc107;
    color: #333;
    border-bottom: 1px solid #dde0c0
}

.verify-email i {
    float: left;
    font-size: 28px;
    margin: 5px 10px 0 0
}

.verify-email p {
    margin: 10px 0 0;
    line-height: 1.3;
    font-size: 14px
}

.verify-email .btn {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 3px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    width: 230px;
    border-color: #ad9345;
    background-color: #fff;
    color: #333
}