.breadcrumb {
    display: none;
}

.step {
    margin: -20px 0 0;
    overflow: hidden;
}

#progressbar {
    margin-bottom: 50px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
}

#progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    content: "1";
}

#progressbar #step2:before {
    content: "2";
}

#progressbar #step3:before {
    content: "3";
}

#progressbar #step4:before {
    content: "4";
}

#progressbar #step5:before {
    content: "5";
}

#progressbar #step6:before {
    content: "6";
}

#progressbar li:before {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #132e49;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: 0
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #367dd4;
}

.custom-tab3 {
    position: relative;
}

.custom-tab3 .custom-tab3-main {
    border-bottom: 2px solid #E5E8ED;
}

.custom-tab3 .custom-tab3-main .nav-tabs {
    margin-bottom: -2px;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 16px;
    font-weight: 700;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-link {
    position: relative;
    border: 2px solid #E5E8ED;
    border-bottom: 0;
    text-align: center;
    color: rgba(3,27,78,.5);
    padding: 16px 18px;
    border-radius: 0;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 5px;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-left: 0;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item:nth-child(3) .nav-link {
    border-left: 0;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item:nth-child(4) .nav-link {
    border-left: 0;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item:last-child .nav-link {
    border-left: 0;
    border-top-right-radius: 5px;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-item.show .nav-link, .custom-tab3 .custom-tab3-main .nav-tabs .nav-link.active {
    border-bottom: none;
    color: #031b4e;
}

.custom-tab3 .custom-tab3-main .nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.custom-tab3 .tab-content {
}

.custom-tab3 .tab-content .tab-pane {
    padding: 40px;
}

.shopping__cart {
    position: relative;
    padding: 40px 0 60px;
    background: #f0f2f6;
    margin-top: 0px;
}

.shopping__cart h1 {
    font-size: 32px;
    margin-bottom: 65px;
    text-align: center;
}

.shopping__cart h1 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.shopping__cart .form-control {
    height: 48px;
    border: 1px solid #E5E8ED !important;
    color: #262936;
}

.configure1 h1 {
    text-align: center;
}

.configure1 .custom-tab1 {
    margin-bottom: 30px;
}

.configure1 .custom-tab1 .nav-tabs .nav-link {
    position: relative;
    padding-left: 44px;
}

.configure1 .custom-tab1 .nav-tabs .nav-link i {
    position: absolute;
    left: 14px;
    top: 18px;
    font-size: 28px;
}

.configure1 #btnAddCart {
    font-weight: 600;
    min-width: 220px;
    font-size: 16px;
    float: right;
}

.configure2 .table1 {
    margin-bottom: 30px;
}

.configure2 .table1 .table th {
    background: #ececec;
    color: #252836;
}

.configure2 .table1 .table td {
    vertical-align: middle;
}

.configure2 .table1 .table td:nth-child(1) {
}

.configure2 .table1 .table td:nth-child(2) {
    text-align: center;
}

.configure2 .table1 .table td:nth-child(3) {
    text-align: center;
}

.configure2 .table1 .table td:nth-child(4) {
    text-align: right;
}

.configure2 .table1 .table td:nth-child(5) {
    text-align: right;
}

.configure2 .table1 .table td:nth-child(6) {
}

.configure2 .table1 .table td:last-child {
    position: relative;
}

.configure2 .table1 .table td:last-child a {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    color: #212529;
}

.configure2 .input-group-text {
    border: 1px solid #E5E8ED;
    background-color: #ececec;
}

.configure2 .input-group-append .btn, .configure2 .input-group-prepend .btn {
    padding: 15px 17px;
    font-size: 15px;
}

.table2 {
}

.table2 .table {
    border: 0;
    font-size: 14px;
    float: right;
}

.table2 .table tr td {
    border: 0;
    padding: 6px;
}

.table2 .table tr td:nth-child(1) {
    width: 190px;
}

.table2 .table tr:last-child td {
    font-size: 16px;
    font-weight: 600;
}

.table2 .btn {
    font-weight: 700;
    min-width: 220px;
    float: right;
}

.btnShopping {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.empty-cart {
    padding-top: 120px;
    text-align: center;
    color: #262936;
    background: url(bg-empty-cart.png) no-repeat 50% 0;
}

.empty-cart.not-found img {
    margin-bottom: 30px;
    width: 400px;
}

.empty-cart h1 {
    color: #132e49;
    margin-bottom: 0;
}

.empty-cart p {
    margin: 10px 0 35px;
    font-size: 18px;
    color: #132e49;
}

.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 78px;
    background-color: #fff;
    border: 1px solid #E5E8ED;
    box-shadow: 0 1px 10px 0 rgba(141,153,176,0.1);
    color: #262936;
    position: relative;
    text-align: left;
}

.empty-cart ul li a:hover {
    border: 1px solid #ddd;
    opacity: .7;
}

.empty-cart ul li a i {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 48px;
}

.empty-cart ul li a h5 {
    font-size: 18px;
    margin: 0;
}

.empty-cart ul li a p {
    font-size: 14px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .empty-cart {
        margin: 50px 0;
    }

    .empty-cart ul li {
        margin: 5px 4px;
        width: calc(50% - 8px);
    }

    .empty-cart ul li:nth-child(3n) {
        margin-right: 4px;
    }

    .empty-cart h1 {
        font-size: 28px;
        line-height: 1.3;
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #E5E8ED;
}

.shopping__cart .login-container {
    padding: 40px;
    border: 1px solid #E5E8ED;
    box-shadow: 0 1px 10px 0 rgba(141,153,176,0.1);
    background: #fff;
}

.shopping__cart .login-container h3 {
    font-size: 20px;
}

.shopping__cart .registerBox .intl-tel-input {
    display: block;
}

.shopping__cart .login-container .form-group {
    position: relative;
    margin-bottom: 10px;
}

.shopping__cart .login-container label {
    margin-bottom: 2px;
}

.shopping__cart .login-container .passwordShow {
    position: absolute;
    top: 41px;
    right: 21px;
    font-size: 12px;
    color: #2196F3;
}

.shopping__cart .login-container .remember-me a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #2196F3;
}

.shopping__cart .login-container .btn {
    font-size: 15px;
    padding: 9px 30px;
}

.shopping__cart .login-container .form-control {
    height: 45px;
}

.shipping-content {
    margin: auto;
    width: 100%;
    position: relative;
    padding: 30px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #E5E8ED;
    box-shadow: 0 1px 10px 0 rgba(141,153,176,0.1);
}

.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: normal;
    padding-top: 5px;
}

.shipping-content hr.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #E5E8ED;
}

.shipping-content .form-group {
    position: relative;
    margin-bottom: 10px;
}

.shipping-content label {
    margin-bottom: 2px;
    font-weight: 500;
}

.shipping-content label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.shipping-content .form-control {
    box-shadow: none;
    height: 46px;
}

.shipping-content .form-control {
    box-shadow: none;
    height: 46px;
}

.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-bottom: 15px;
}

.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;
}

.shipping-content .form-check-agrement label {
    float: left;
    width: calc(100% - 26px);
    font-weight: 300;
    padding-top: 4px;
    font-size: 12px;
    line-height: 1.3;
}

.shipping-content .btn {
    border-radius: .25rem;
    font-weight: 600;
    font-size: 18px;
}

.payment-methodx {
    margin-bottom: 20px;
}

.payment-methodx:after, .payment-methodx:before {
    display: table;
    content: " ";
    clear: both;
}

.payment-methodx h3 {
    font-size: 22px;
    margin: 15px 0 10px;
    font-weight: 500;
}

.payment-methodx .custom-tab3 .custom-tab3-main .nav-tabs .nav-link {
    font-size: 16px;
}

.payment-methodx .custom-tab3 .tab-content .tab-pane {
    padding: 30px 15px 0;
    box-shadow: 0 1px 10px 0 rgba(141,153,176,0.1);
    border: 2px solid #E5E8ED;
    border-top: 0;
    background: #fff;
}

.payment-methodx .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-methodx .item .title {
    position: relative;
    padding: 19px;
}

.payment-methodx .item .title:after, .payment-methodx .item .title:before {
    display: table;
    content: " ";
    clear: both;
}

.payment-methodx .item .title input {
    float: left;
}

.payment-methodx .item .title label {
    float: left;
    margin: 0 0 0 6px;
    font-weight: 700;
    display: block;
    width: calc(100% - 34px);
    cursor: pointer;
}

.payment-methodx .item .title label span {
    font-weight: 300;
    float: right;
    font-weight: 700;
}

.payment-methodx .item .detail {
    position: relative;
    padding: 0 19px 19px;
    font-size: 13px;
    display: none;
}

.payment-methodx .item .detail p:last-child {
    margin-bottom: 0;
}

.payment-methodx .item.active .detail {
    display: block;
}

.payment-methodx .item.active .detail .table {
    margin-bottom: 0;
    border: 1px solid #e5e8ed;
    font-size: 14px;
}

.payment-methodx .item.active .detail .table th {
    padding: 8px 6px;
    background: #f3f6f9;
    border: 0;
    color: #031b4e;
    font-size: 14px;
}

.payment-methodx .item.active .detail .table td {
    padding: 8px 6px;
    background: #fff;
    border-color: #e5e8ed;
    font-size: 14px;
    vertical-align: middle;
}

.payment-methodx .item.active .title {
    color: #031b4e;
}

.payment-methodx .custom-tab-2 >.nav-tabs .nav-item {
    margin-right: 0;
}

.payment-methodx .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;
}

.configure4 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active a {
    color: #495057;
    background-color: #fff;
    border-color: #E5E8ED #E5E8ED #fff;
}

.configure4 .nav-tabs {
    border-bottom: 1px solid #E5E8ED;
}

.shipping-method {
    position: relative;
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 2px solid #e5e8ed;
    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: 10px;
    margin-top: 10px;
}

.shipping-method address>b {
    display: block;
    margin-bottom: 10px;
}

.shipment-action {
    position: absolute;
    right: 20px;
    top: 20px;
}

.shipment-action>a {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
}

.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: 0;
}

.card-wrap {
    position: relative;
    padding: 20px 0;
}

.card-main {
    position: relative;
    margin-top: -20px;
}

.card-main .form-group {
    margin-bottom: 10px;
}

.card-main .form-group .form-control {
    height: 40px;
}

.card-main label {
    font-weight: 500;
    margin-bottom: 1px;
}

.cart-summary {
    position: relative;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #EFF2F7;
    width: 255px;
    border-radius: 4px ;
}

.cart-summary.last {
}

.cart-summary .box-content {
    position: relative;
    padding: 15px;
    text-align: right;
    background: #fff;
}

.cart-summary .box-content h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #3C4858;
}

.cart-summary .quantity {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 70px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #36B37E;
    background-color: #d7f0e5;
    padding-right: 0.875em;
    padding-left: 0.875em;
    border-radius: 50rem;
}

.cart-summary .total {
    margin: 20px 0 0;
}

.cart-summary .total h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    color: #000;
}

.cart-summary .total .total-price {
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    color: #000;
}

.cart-summary .cart-proceed {
}

.cart-summary .cart-proceed .btn {
    font-weight: 700;
    border-radius: 0 0 4px 4px ;
}

.cart-summary .box-content.highlighted {
    background: #f7f7f7;
    padding: 5px 15px;
}

.cart-summary .box-content.highlighted .list-item {
    margin: 14px 0;
}

.cart-summary .box-content.highlighted .list-item h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 4px;
    line-height: 1;
}

.cart-summary .box-content.highlighted .price {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.cart-summary .box-content.highlighted .price strong {
    font-weight: 500;
}

.cart-summary .box-content.gift {
    text-align: center;
}

.cart-summary .box-content.gift #giftBtn {
    color: #333;
}

.cart-summary .box-content.gift .giftBox {
    position: relative;
    margin-top: 15px;
    display: none;
}

.cart-summary .box-content.gift .giftBox .form-control {
    font-size: 13px;
    border-radius: 23px 0 0 23px;
}

.cart-summary .box-content.gift .giftBox .btn {
    font-size: 13px;
    z-index: 0
}

.cart-summary .box-content.gift label {
    position: relative;
    line-height: 1.3;
    font-size: 12px;
    text-align: left;
    padding-left: 18px;
}

.cart-summary .box-content.gift label>input {
    position: absolute;
    left: 0;
    top: 5px;
}

.cart-summary .box-content a {
    font-size: 13px;
}

.thank-you {
}

.thank-you .title {
    position: relative;
    text-align: center;
    color: #4eb246;
    margin: 0 0 40px;
}

.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 #E5E8ED;
    box-shadow: 0 1px 10px 0 rgba(141,153,176,0.1);
}

.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 #E5E8ED;
    box-shadow: 0 1px 10px 0 rgba(141,153,176,0.1);
}

.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: #dee2e6;
}

.payment-detailx .pd2>span>span {
    font-size: 14px;
}

.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-warning.detailx {
    font-size: 14px;
    padding-left: 64px;
}

.alert-warning.detailx>i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 44px;
}

.alert-warning.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;
    text-align: center;
}

.payment-detailx-footer:after, .payment-detailx-footer:before {
    display: table;
    content: " ";
    clear: both;
}

.payment-detailx-footer .btn {
    min-width: 220px;
}

.server-configure {
    position: relative;
}

.server-configure .server-box {
    position: relative;
    padding: 15px;
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #EFF2F7;
}

.server-configure .server-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.server-configure .server-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.server-configure .server-box ul li {
    background-color: #f7f7f7;
}

.server-configure .server-box ul li label {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}

.server-configure .server-box ul li label input {
    margin-right: 5px;
}

.server-configure .server-box ul li label > select {
    display: none;
    width: 46%;
    float: right;
    margin-right: 15px;
    font-size: 13px;
    margin-top: -3px;
}

.server-configure .server-box ul li.active label > select {
    display: inline-block;
}

.server-configure .server-box ul li label > span {
    display: inline-block;
    float: right;
    font-weight: 800;
}

.server-configure .server-box ul li label > a {
    position: absolute;
    top: 12px;
    left: 64%;
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 13px;
}

.server-configure .server-box ul li label > p {
    font-size: 13px;
    margin-top: 15px;
}

.confList {
}

.confList li {
    font-size: 13px;
    width: 100%;
    text-align: left;
}

.confList li span {
    display: inline-block;
    width: 66px;
    float: right;
    text-align: right;
}

.box-month {
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    background: #fff7eb;
    text-align: center;
    border-radius: 4px;
}

.box-month h3 {
    color: #010e28;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-month > div {
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

.box-month > div > label {
    margin-bottom: 0;
    width: 100%;
}

.box-month > div > label input {
    margin-right: 5px;
}

.box-month > div > label > span {
    display: inline-block;
    width: 100px;
    float: right;
    text-align: right;
    font-weight: 700;
}

.shopping__cart .cart-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3C4858;
    !i;!im;!imp;!i;!;padding-bottom: 15px;
    line-height: 1;
}

.shopping__cart .cart-content h3 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}

.monthChooseList {
    position: relative;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #EFF2F7;
}

.monthChooseList > .row {
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #3C4858;
}

.monthChooseList label {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 7px 0 0;
}

.monthChooseList label input {
    float: left;
    margin-top: 4px;
}

.monthChooseList .monthListItem {
    float: left;
    margin: 3px 0;
    width: calc(100% - 30px);
    padding-left: 10px;
    color: #132e49;
}

.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: normal;
    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: 16px;
    font-weight: 600;
}

.old__price {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 30px;
}

.old__price:after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 88%;
    left: -6px;
    top: 10px;
    background: #f00;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.old__price p {
    color: #031b4e80;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.old__price sub {
    color: #031b4e80;
    font-size: 12px;
    font-weight: 600;
    bottom: 0;
    top: 4px;
    left: 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.old__price sup {
    color: #031b4e80;
    font-size: 14px;
    top: -8px;
    left: -14px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.sale__price {
    display: inline-block;
    height: 46px;
}

.sale__price p {
    color: #132e49;
    font-size: 40px;
    line-height: 1;
    margin-bottom: -5px;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.sale__price sub {
    color: #031b4e80;
    font-size: 14px;
    font-weight: 600;
    bottom: 0;
    top: 10px;
    left: 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.sale__price sup {
    color: #132e49;
    font-size: 22px;
    top: -8px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

@media only screen and (max-width: 767px) {
    .shopping__cart {
        padding-top: 20px;
    }

    .step {
        display: none;
    }

    .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 {
        margin: 50px 0;
    }

    .empty-cart ul li {
        margin: 5px 0;
    }

    .empty-cart h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .cart-summary {
        position: relative !important;
        top: 0 !important;
        width: 100%;
        margin-top: 20px;
    }

    .cart-sumary {
        position: relative !important;
        top: 0 !important;
        width: 100%;
        margin-top: 20px;
    }

    .cart-sumary.last {
        margin-top: 0;
    }

    .cart-content {
        !i;!iş;!i;!;margin-top: 55px;
    }

    .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;
    }

    .loginBox {
        margin-bottom: 40px;
    }

    .login-container {
        padding: 20px;
    }

    .shipping-content {
        padding: 20px;
    }

    .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-methodx .custom-tab-2 .tab-pane {
        padding: 10px 0 0;
    }

    .payment-methodx .item .title {
        padding: 10px;
    }

    .payment-methodx .item .title label {
        font-size: 15px;
    }

    .payment-methodx .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;
    }

    .configure1 .nav-tabs .nav-item {
        width: 100%;
    }

    .configure1 .custom-tab1 .nav-tabs .nav-link {
        width: 100%;
    }

    .configure1 .custom-tab1 .nav-tabs .nav-item.show .nav-link, .configure1 .custom-tab1 .nav-tabs .nav-link.active a {
        border-color: #E5E8ED #E5E8ED #E5E8ED;
    }

    .shopping__cart h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .configure1 .form-control {
        margin: 5px 0;
    }

    .configure2 .table1 {
        overflow: scroll;
        width: 100%;
    }

    .configure2 .table1 .table {
        width: 900px;
    }

    .table2 {
        margin-top: 50px;
    }

    .btnShopping {
        position: relative;
        top: inherit;
        bottom: -15px;
    }

    .not-found {
        margin: 0;
    }

    .not-found ul li {
        width: 100%;
    }

    .empty-cart ul li {
        width: 100%;
    }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0 none;
}

.nav-tabs .nav-item.active a:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right,#0887fd 0,#79baf7 100%)!important;
}

.custom-tab1 .nav-tabs .nav-item.show .nav-link, .custom-tab1 .nav-tabs .nav-item.active a {
    color: #007bff;
}

.pull-right {
    float: right!important;
}

.moderntable {
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.moderntable .line {
    display: block;
    border-top: 1px solid #DDD;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.moderntable .line:last-child {
    border: 0 none;
    margin: 0;
}

.Rtable {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.Rtable-cell {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    padding: 20px 30px;
    list-style: none;
    border: 0 none;
    text-align: center;
}

.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 {
    margin: 0;
}

.Rtable--2cols > .Rtable-cell {
    width: 50%;
}

.Rtable--3cols > .Rtable-cell {
    width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
    width: 25%;
}

.Rtable--5cols > .Rtable-cell {
    width: 20%;
}

.Rtable--6cols > .Rtable-cell {
    width: 14.6%;
}

.Rtable-cell {
    font-weight: 700;
}

.Rtable-cell.text-left {
    text-align: left;
}

.Rtable-cell.text-right {
    text-align: right;
}

.Rtable-cell--dark {
    background-color: slategrey;
    border-color: #5a6673;
    color: white;
}

.Rtable-cell--dark > h1, .Rtable-cell--dark > h2, .Rtable-cell--dark > h3, .Rtable-cell--dark > h4, .Rtable-cell--dark > h5, .Rtable-cell--dark > h6 {
    color: white;
}

.Rtable-cell--medium {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
}

.Rtable-cell--light {
    background-color: white;
    border-color: #e2e6e9;
}

.Rtable-cell--highlight {
    background-color: lightgreen;
    border-color: #64e764;
}

.Rtable-cell--alert {
    background-color: darkorange;
    border-color: #cc7000;
    color: white;
}

.Rtable-cell--alert > h1, .Rtable-cell--alert > h2, .Rtable-cell--alert > h3, .Rtable-cell--alert > h4, .Rtable-cell--alert > h5, .Rtable-cell--alert > h6 {
    color: white;
}

.Rtable-cell--head {
    background-color: #132e49;
    border-color: #132e49;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    min-height: 63px;
}

.Rtable-cell--head > h1, .Rtable-cell--head > h2, .Rtable-cell--head > h3, .Rtable-cell--head > h4, .Rtable-cell--head > h5, .Rtable-cell--head > h6 {
    color: white;
}

.Rtable-cell--foot {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
}

.Rtable .Rtable-name .btn-remove-from-cart {
    display: none;
}

.Rtable .hide-desktop {
    display: none;
}

.domainperiod {
    max-width: 240px;
    height: 36px !important;
    margin-top: 5px;
}

@media all and (max-width: 500px) {
    .moderntable {
        border-bottom: 3px solid #333;
        padding-bottom: 0;
    }

    .domainperiod {
        max-width: 100%;
    }

    .Rtable {
        margin-bottom: 0;
    }

    .Rtable--6cols .hide-desktop {
        display: block;
    }

    .hide-mobile, .Rtable .line, .Rtable--6cols > .Rtable-actions {
        display: none !important;
    }

    .Rtable--collapse {
        display: block;
    }

    .Rtable--collapse > .Rtable-cell {
        width: 100% !important;
    }

    .Rtable--collapse > .Rtable-cell--foot {
        margin-bottom: 1em;
    }

    .Rtable .item-price {
        text-align: left !important;
    }

    .Rtable--6cols > .Rtable-name {
        padding-right: 30px !important;
    }

    .Rtable .item {
        line-height: 1.4em !important;
    }

    .Rtable > .Rtable-cell.prices {
        text-align: right;
        padding-top: 0;
        border-bottom: 1px solid #DDD;
    }

    .Rtable--collapse > .Rtable-cell ul {
        margin-left: 8px;
        border-left: 1px dotted #dbe0ea;
    }

    .Rtable--collapse > .Rtable-cell ul li {
        padding-left: 15px;
    }

    .Rtable .Rtable-name .btn-remove-from-cart {
        display: inline-block;
    }

    .shopping__cart {
        padding-top: 30;
    }

    .table2 {
        margin-top: 25px;
    }

    #checkout {
        width: 100%;
        margin-bottom: 20px;
    }
}

.no-flexbox .Rtable {
    display: block;
}

.no-flexbox .Rtable > .Rtable-cell {
    width: 100%;
}

.no-flexbox .Rtable > .Rtable-cell--foot {
    margin-bottom: 1em;
}

.Rtable--6cols > .Rtable-name {
    width: 35%;
    padding-right: 0;
}

.Rtable--6cols > .Rtable-actions {
    padding-left: 0;
    padding-right: 0;
    width: 5%;
}

.Rtable > .Rtable-cell.prices {
    text-align: right;
}

.Rtable > .Rtable-cell h3 {
    cursor: pointer;
    margin-top: 20px;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dbe0ea;
}

.Rtable > .Rtable-cell h3:hover {
    color: #576879;
}

.Rtable > .Rtable-cell h3 .icon {
    background: #f0f2f6;
    border: 1px solid #c4c5c8;
    border-radius: 2px;
    margin-right: 3px;
}

.Rtable > .Rtable-cell h3 .fa-chevron-down {
    transform: rotate(-180deg);
    float: right;
    margin-top: 2px;
}

.Rtable > .Rtable-cell h3:hover .fa-chevron-down {
    transform: rotate(0deg);
}

input[type="checkbox"]:checked:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    speak: none;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: -3px;
    font-size: 17px;
    background: #338ffa;
    color: #fff;
}

input[type="checkbox"] {
    border-style: solid;
    border-width: 2px;
    margin: 0;
    border-color: #aab7c2;
    background: #fff;
    color: #3dbfce;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    outline: 0;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    min-width: 18px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
    box-shadow: none;
    margin-top: -3px;
}
