.configure2 .table1 {
    margin-bottom: 30px;
}

.configure2 .table1 .table {
    width: 100% !important;
}

.configure2 .table1 .table th {
    background: #3a3a3a;
    color: #FFFFFF;
}

.configure2 .table1 .table td {
    vertical-align: middle;
    font-size: 17px;
}

.configure2 .table1 .table th:nth-child(1),
.configure2 .table1 .table td:nth-child(1) {
    padding-left: 40px !important;
}

.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;
}

.table1 {
    position: relative;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e6e9ed;
    box-shadow: 0 0 50px rgba(34, 34, 34, 0.2);
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
}

.table1 .table {
    margin-bottom: 0;
    font-size: 14px;
}

.table1 .table th {
    background: #2a2a2a;
    color: #fff;
    border: 0;
    font-size: 14px;
}

.table1 .table td {
    position: relative;
    background-color: #fff;
}

.Rtable .item,
.table1 .table td .item {
    color: #576879;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 5px 5px;
    border-bottom: 1px dotted #DDD;
}

.Rtable .item-title,
.table1 .table td .item-title {
    font-weight: 700;
    font-size: 19px;
}

.Rtable .item-group,
.table1 .table td .item-group {
    color: #576879;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
}

.Rtable .item-price {
    font-weight: 300;
    text-align: right;
}

.table1 .table td:nth-child(1) {
    text-align: left;
    line-height: 1;
    padding-left: 40px;
}

.table1 .table td:nth-child(2) {
    text-align: center;
}

.table1 .table td:nth-child(3) {
    text-align: right;
    font-weight: 700;
}

.table1 .table td:nth-child(4) {
    text-align: right;
    font-weight: 700;
}

.table1 .table td:nth-child(5) {
    text-align: right;
    font-weight: 700;
}

.table1 .table td .fa-globe-europe {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 20px;
    color: #9a9a9a;
}

.table1 .table td .badge {
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 11px;
    padding: 3px 5px 4px;
    border-radius: 2px;
}

.table1 .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table1 .price .old {
    display: flex;
    color: #6f7379;
    letter-spacing: -.4px;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.table1 .price .old small {
    font-size: 13px;
    letter-spacing: -.4px;
    display: inline-block;
    margin-left: 2px;
}

.table1 .price .new {
    display: flex;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.4px;
}

.table1 .price .new small {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.4px;
    display: inline-block;
    margin-left: 2px;
}

.table1 .form-control {
    height: 31px;
}

.table1 .dataTables_length {
    padding: 10px 10px 0
}

.table1 table.dataTable {
    margin: 0 !important;
}

.table1 div.dataTables_wrapper div.dataTables_filter {
    padding: 10px 10px 0;
    float: right;
}

.table1 div.dataTables_wrapper div.dataTables_info {
    padding: 12px 10px 0
}

.table1 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 5px 10px;
    margin: 0;
    float: right;
}

.table1 .row:nth-child(3) {
    background: #f7f7f7;
    border-top: 1px solid #dee2e6;
}

.table1 .page-item.active .page-link {
    color: #fff;
    background-color: #f15f2f;
    border-color: #f15f2f;
    z-index: 1;
}

.table1 .page-link {
    color: #333;
}

.table td, .table th {
    padding: 20px 10px !important;
}

.table1 .table td {
    padding: 30px 10px !important;
}

.table2 .table tr td {
    border: 0;
    padding: 6px !important;
}

.removetd {
    min-width: 60px;
    text-align: center;
}

.configure2 .input-group-text {
    border: 1px solid #c8cfdc;
    background-color: #f0f2f6;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-dark:active,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

#validatePromoCode {
    background: #0887fd;
}

.btnShopping {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
}

#checkout {
    padding: 15px 40px;
    /* border: 0; */
    /* line-height: 1; */
    border-radius: 4px;
    /* color: #fff; */
    background: #0887fd;
    /* height: 48px; */
    /* font-size: 16px; */
}

#checkout:hover {
    background-color: #2c87cf;
    border-color: #2c87cf;
}

.btn-remove-from-cart {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    font-size: 20px;
    outline: none;
}

.btn-remove-from-cart:hover {
    color: #e52f48;
}

.qtyselector {
    margin-top: 25px;
    max-width: 250px;
}

.qtyselector .input-group-text,
.qtyselector .qty-btn {
    padding: 3px 15px !important;
    font-size: 13px !important;
}

.qtyselector .qty-btn {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.discount-applied {
    font-size: 13px;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
    margin-left: 0;
    background: #5cb85c;
    padding: 5px 15px;
    border-radius: 2px;
}

.discount-amount td {
    color: #249026;
}

#orderSummaryLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgba(247, 247, 247, 0.80);
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .step-number:after {
        display: none;
    }

    .table1 {
        padding-top: 50px;
    }

    .table1 .filterX {
        left: 10px !important;
    }

    .table1 .custom-switch {
        margin-right: 4px !important;
    }

    .table1 .custom-switch .custom-control-label {
        font-size: 13px;
    }

    .table1 div.dataTables_wrapper div.dataTables_filter {
        width: 100%;
        float: none;
        text-align: center;
    }

    .table1 div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    .table1 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        width: 100%;
        float: none;
    }

    .table1 .table thead {
        display: none;
        width: 100%;
    }

    .table1 .table tbody tr {
        border-bottom: 5px solid #333;
    }

    .table1 .table td {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .table1 .table td .fa-globe-europe {
        display: none;
    }

    .table1 .table td:before {
        position: absolute;
        left: 10px;
        top: 13px;
    }

    .table1 .table td:nth-child(1) {
        padding-left: inherit !important;
    }

    .table1 .table td:nth-child(3) {
        text-align: right !important;
    }

    .table1 .table td:nth-child(4) {
        text-align: right !important;
    }

    .table1 .table td:nth-child(5) {
        text-align: right !important;
    }

    .table1 .table td:nth-child(3):before {
        content: 'Domain KayÃ„Â±t:'
    }

    .table1 .table td:nth-child(4):before {
        content: 'Domain Yenileme:'
    }

    .table1 .table td:nth-child(5):before {
        content: 'Domain Transfer:'
    }
}

.table1 .table tr td:nth-child(5) {
    font-size: 18px;
    line-height: 1.2em;
}

.Rtable .oldprice,
.table1 .table tr td:nth-child(5) .oldprice {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
    color: rgba(3, 27, 78, 0.5);
}

.btn-remove-from-cart,
.item-title a {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 6px;
    color: #31373f;
    background: #f0f2f6;
    border: 1px solid #c4c5c8;
    text-decoration: none;
    border-radius: 3px;
}

.btn-remove-from-cart:hover,
.item-title a:hover {
    background: #FFFFFF;
}

.btn-remove-from-cart:active,
.item-title a:active {
    top: -1px;
}

#order-ixirhost .order-summary .summary-totals {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
}

#order-ixirhost .order-summary .summary-totals .clearfix {
    border-bottom: 1px solid #EEEEEE;
}
