.product.data.items .item.content {
    background: transparent;
}

.pricing.product.data.items {
    border: 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}

.pricing.product.data.items .item.title {
    width: 25%;
    text-align: center;
    background: #fff;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

.pricing.product.data.items .item.title a {
    border: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 20px 0;
}

.pricing.product.data.items .item.title a img {
    max-height: 75px;
}

.pricing.product.data.items .item.title.active {
    border-bottom: 3px solid var(--main);
    background: #eee;
}

.pricing.product.data.items .item.title.active a {
    color: var(--main) !important;
    background: transparent;
}

.pricing.product.data.items .item.title:hover a {
    background: #f5f5f5;
    color: var(--main);
}

.pricing.product.data.items .item.content {
    padding: 35px 20px;
    border: 0;
    margin-top: 140px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    background: #fff;
    /*display    : none;*/
}

.pricing.product.data.items .item.content [class^="col"] {
    margin-bottom: 40px;
}

.pricing.product.data.items .item.content h4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--main);
    margin-top: 0px;
    font-style: normal;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.pricing.product.data.items span.icon-tab {
    font-size: 50px;
    line-height: 0;
    position: relative;
    top: 15px;
    margin-right: 10px;
    display: none;
}

.pricing.product.data.items thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}

.pricing.product.data.items thead th {
    color: #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing.product.data.items tbody td {
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid #eee;
    border-top: 0;
}

.pricing.product.data.items tbody td.side-border {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}

.pricing.product.data.items tbody td {
    min-height: 34px;
    padding: 20px 0;
}

.pricing.product.data.items.seo-table tbody td {
    padding: 10px 0;
}

.pricing.product.data.items tbody td:first-child {
    text-align: left;
    padding-right: 20px;
}

.pricing.product.data.items:not(.seo-table2) tbody td:nth-child(even) {
    background: #f3f3f3;
}

.pricing.product.data.items .table tfoot {
    background: transparent;
}

.pricing.product.data.items .item.title a:after {
    display: none;
}

.pricing.product.data.items .price:not(.stickycol) {
    font-size: 22px;
    line-height: 24px;
}

.pricing.product.data.items span.price {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--main);
}

.pricing.product.data.items span.cur {
    font-size: 11px;
    font-weight: 400;
}

.pricing.product.data.items .table> :not(:last-child)> :last-child>* {
    border-bottom: 2px solid #eee;
}

.block-pricing-wrapper {
    margin-bottom: 40px;
}

.pricing-bottom-section {
    text-align: center;
}

.pricing-bottom-section h4 {
    margin-bottom: 20px;
}

.pricing-bottom-section h4 strong {
    font-weight: 700;
}

.wizards_popup {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 50px;
}

.wizards_popup.active {
    opacity: 1;
    visibility: visible;
}

.wizards_popup__shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.wizards_popup.active .wizards_popup__shadow {
    opacity: 1;
    visibility: visible;
}

.wizards_popup .wizards_popup__wrapper {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 10;
    max-width: 600px;
    margin: auto;
}

.wizards_popup__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    text-align: center;
}

.wizards_popup__close:hover {
    opacity: .8;
    cursor: pointer;
}

.wizards_popup__close svg {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.checkout-payment-method .checkout-billing-address {
    margin: 0;
}

.payment-method-content .alert.alert-warning {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    padding-left: 40px;
}

.payment-method-content .alert:before {
    left: 8px;
}

.cart.table-wrapper .product-item-name+.item-options {
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

.block-seopack-wrapper,
.block-generic-wrapper,
.block-pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -24px; */
    /* margin-right: -24px; */
}

.block-seopack-wrapper .block,
.block-generic-wrapper .block,
.block-pricing-wrapper .block {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    display: inline-block;
    width: 100%;
    border: 0;
    margin: 10px;
    flex: 1 0 20%;
    font-weight: 400;
    color: var(--main);
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.block-seopack-wrapper .block.block-seopack {
    flex: 1 0 15%;
    padding-top: 40px;
}

.block-generic-wrapper .block .block-title {
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    color: var(--main);
}

.block-generic-wrapper .block .block-title strong {
    position: relative;
}

.block-generic-wrapper .block .block-title strong .tag {
    top: -2px;
    right: 0;
    position: relative;
    margin-left: 10px;
}

.block-generic-wrapper .block .block-content {
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.column.main .block-generic-wrapper .block:last-child {
    margin-bottom: 40px;
}

.column.main .block-pricing-wrapper .block:last-child {
    margin-bottom: auto;
}

.block-generic-wrapper .generic-head,
.block-pricing-wrapper .series-head {
    flex: 1 1 100%;
    position: relative;
    margin: 0 20px 40px;
    font-weight: 400;
    border-bottom: 2px solid var(--main);
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.block-generic-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
}

.block-pricing-wrapper {
    margin: auto;
}

.block-generic-wrapper .generic-head .series-title,
.block-pricing-wrapper .series-head .series-title {
    font-size: 40px;
    text-align: center;
    /* order     : 2; */
    margin: 0;
}

.block-generic-wrapper .generic-head .series-title span,
.block-pricing-wrapper .series-head .series-title span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4px;
}

.block-generic-wrapper .generic-head .series-title span.base,
.block-pricing-wrapper .series-head .series-title span.base {
    font-weight: 700;
    font-size: 70px;
    line-height: 50px;
}

.block-generic-wrapper .generic-head p,
.block-pricing-wrapper .series-head p {
    margin: 0;
    font-size: 14px;
    text-align: right;
}

.block-pricing-wrapper .series-head .series-headline.strong {
    /* text-transform: uppercase; */
    margin-bottom: 0;
}

.block-pricing-wrapper .series-head .series-headline {
    font-size: 22px;
    margin: 0;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: right;
}

.block-seopack-wrapper .block.block-seopack .name,
.block-generic-wrapper .block.block-generic .name,
.block-pricing-wrapper .block.block-server .name {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 2px solid var(--main);
    text-align: center;
    margin-bottom: 20px;
    margin-top: -20px;
    font-weight: 500;
    z-index: 9;
    position: relative;
}

.block-seopack-wrapper .block.block-seopack .name {
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}

.block-pricing-wrapper .block.block-server .cpu-threads {
    display: block;
}

.block-seopack-wrapper .block.block-seopack .el,
.block-generic-wrapper .block.block-generic .el,
.block-pricing-wrapper .block.block-server .el {
    position: relative;
    line-height: initial;
    margin-bottom: 10px;
    font-size: 14px;
}

.block-seopack-wrapper .block.block-seopack .el2,
.block-generic-wrapper .block.block-generic .el2,
.block-pricing-wrapper .block.block-server .el2 {
    font-size: 12px;
    color: #555;
}


.pricing.product.data.items .scale,
.block-pricing-wrapper .block.block-server .scale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 130px;
    margin: auto;
    margin-bottom: 0px;
    position: relative;
}

.pricing.product.data.items .scale {
    max-width: 100px;
}

.block-seopack-wrapper .block.block-seopack .holder,
.pricing.product.data.items .holder,
.block-pricing-wrapper .block.block-server .holder {
    width: 14px;
    height: 14px;
    background: #eee;
    display: block;
    position: relative;
}

.pricing.product.data.items .holder {
    background: #ccc;
}

.block-seopack-wrapper .block.block-seopack .subtitle,
.block-pricing-wrapper .block.block-server .subtitle {
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
}

.block-seopack-wrapper .block.block-seopack .subtitle {
    margin-bottom: 20px;
    min-height: 18px;
}

.block-seopack-wrapper .block.block-seopack .holder.full,
.pricing.product.data.items .holder.full,
.block-pricing-wrapper .block.block-server .holder.full {
    background: var(--lightmain);
}

.block-seopack-wrapper .block.block-seopack .holder.half,
.block-pricing-wrapper .block.block-server .holder.half {
    background: linear-gradient(90deg, #00b3b8 50%, #eee 50%);
}

.pricing.product.data.items .holder.half {
    background: linear-gradient(90deg, #00b3b8 50%, #ccc 50%);
}

.block-generic-wrapper .block.block-generic .price,
.block-pricing-wrapper .block.block-server .price {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    line-height: 24px;
}

.block-generic-wrapper .block.block-generic .price .cur,
.block-pricing-wrapper .block.block-server .price .cur {}

.block-generic-wrapper .block.block-generic .price .saving {
    font-size: 12px;
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 14px;
    color: #555;
    font-weight: 400;
    font-family: "Arial", sans-serif;
}

.new_server_slot .cms {
    text-align: center;
}

.new_server_slot .cms .name {
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.new_server_slot .cms .icon img {
    height: 100px;
}

.new_server_slot .cost {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    color: var(--main);
}

.new_server_slot .cost .price {
    font-size: 24px;
}

.new_server_slot .opt {
    margin-bottom: 15px;
}

.new_server_slot .new_server_action_wrapper .action {
    width: 100%;
    margin: 5px 0;
}

.new_server_slot .summary {
    display: flex;
}

.new_server_slot .summary>span {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_server_slot .summary>span svg {
    margin-right: 10px;
}

.new_server_slot .summary span .val {
    font-size: 20px;
    margin-right: 5px;
    font-weight: 400;
}

.new_server_slot .summary>span:after {
    font-size: 10px;
    color: #404040;
    width: 32px;
    display: inline-block;
    text-align: left;
    line-height: 9px;
    top: 0px;
    position: relative;
}

.new_server_slot .disk:after {
    content: "SIZE DISK";
}

.new_server_slot .cores:after {
    content: "CPU CORES";
}

.new_server_slot .ram:after {
    content: "GB RAM";
}

.new_server_slot small {
    color: #aaa;
    margin-top: 10px;
    font-size: 11px;
    width: 100%;
    display: block;
    line-height: 12px;
}

.halo.halo-seopack {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 16px) no-repeat,
        #05BAD1;
    box-sizing: border-box;
}

.halo.halo-seopack.v1 {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 16px) no-repeat,
        conic-gradient(from 316deg at 88% 86%, transparent 0%, #05bad1 100%) 79% 94%/182% 148%,
        linear-gradient(84deg, #ecf2f7 0%, #05bad1 50%, #0a2540 100%);
}

.halo.halo-seopack.v2 {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 16px) no-repeat,
        conic-gradient(from 122deg at 82% 45%, #00d4ff 0%, #0a2540 18.153%, #05bad1 100%) 7% 6%/113% 198%;
}

.halo.halo-seopack.v3 {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 16px) no-repeat,
        conic-gradient(from 227deg at 82% 45%, #00d4ff 0%, #1a3957 30%, #70efff 100%) 7% 6%/113% 198%;
}

.pricing-help:after {
    content: attr(data-help);
    position: absolute;
    top: -4px;
    left: 30px;
    z-index: 2;
    font-size: 12px;
    display: none;
    line-height: initial;
    max-width: 200px;
    width: max-content;
    background: #fff;
    font-weight: 400;
    padding: 6px 12px;
    box-shadow: 0 0 10px rgba(8, 21, 66, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pricing-help:hover:after {
    display: block;
}

.bx-loading {
    position: relative;
    background: #e3e3e3;
    width: 80%;
    min-height: 20px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: auto;
}

.bx-loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100px);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: bxloading 0.8s infinite;
}

@keyframes bxloading {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 991px) {

    .pricing.product.data.items .item.title a img {
        max-height: 39px;
    }

    .pricing.product.data.items .item.title a {
        padding: 10px 0;
    }

    .pricing.product.data.items .item.content {
        padding: 20px 10px;
        margin-top: 80px;
    }

    .pricing.product.data.items .item.content table {
        /* min-width : 700px; */
        /* overflow-x: scroll; */
        /* display: table; */
    }

    .pricing.product.data.items tbody td {
        font-size: 12px;
    }

    .pricing.product.data.items thead th {
        font-size: 18px;
        line-height: 20px;
    }

    .pricing.product.data.items span.price {
        font-size: 18px;
    }

    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,
    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
        border-bottom: inherit;
        display: revert;
        padding: 5px 10px !important;
        min-width: 100px;
        border-bottom: 1px solid #dee2e6;
    }

    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th {
        display: revert;
    }

    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {
        display: revert;
    }

    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody {
        display: revert;
    }

    .pricing.product.data.items .table-wrapper {
        border-top: 0;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr {
        position: relative;
    }

    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) thead>tr>th:first-child,
    .pricing.product.data.items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
        min-width: 135px;
        position: -webkit-sticky;
        position: sticky;
        background: white;
        left: 0;
        z-index: 1;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    }

    .pricing.product.data.items .table-wrapper .table>tbody>tr td.action {
        padding: 5px 2px !important;
    }

    .pricing.product.data.items .table-wrapper .table>tbody>tr td.action a {
        font-size: 10px;
        padding: 5px 0;
    }

    .pricing-top-section .mainBox {
        display: block;
        text-align: center;
    }

    .pricing-top-section .topFeat_lftBox {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .pricing-top-section .topFeat_rhtBox ul {
        display: inline-block;
        text-align: left;
    }

    .bg-shape.pricing-head {
        padding: 60px 0 220px;
    }

    .notes {
        clear: both;
        position: relative;
    }

    .bg-shape.pricing-head .content h3 {
        font-size: 20px;
    }

    .bg-shape.pricing-head .content h2 {
        font-size: 40px;
    }

    .gowiz-pricing-index .pricing-head ul li {
        width: 33.33333%;
        padding: 0;
        padding-top: 40px;
        float: left;
        margin: 0;
        text-align: center;
        font-size: 12px;
    }

    .gowiz-pricing-index .pricing-head ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .pricing-top-section {
        padding: 40px 20px;
    }

    .pricing-top-section .topFeat_ctaBox p {
        font-size: 14px;
    }

    .pricing-top-section .topFeat_ctaBox .wiz-img {
        position: absolute;
        bottom: 40px;
        left: -10px;
    }

    .pricing-top-section .topFeat_ctaBox .wiz-img img {
        height: 110px;
    }

    .pricing-top-section .topFeat_ctaBox .btn {
        margin-left: 80px;
        width: calc(100% - 80px);
        font-size: 12px;
        padding: 13px 0;
    }

    .wizards_popup {
        padding: 40px 20px;
    }

    .wizards_popup .wizards_popup__wrapper {
        padding: 30px;
    }

    .block-seopack-wrapper .block,
    .block-generic-wrapper .block,
    .block-pricing-wrapper .block {
        margin: 0;
        margin-bottom: 48px;
        flex: none;
    }
}