/* RESET SETTINGS */
html, body{ height: 100%; }
p{ margin: 0; }


/* Tutorial */
.tutorial-wrapper{
    display: inline-block;
    position: relative;
}
.tutorial-wrapper.active-tutorial .tutorial-image,
.tutorial-wrapper.active-tutorial .tutorial-linked-object-mask {
    display: inline-block;
    cursor: pointer;
    max-width: unset;
}
.tutorial-image{
    position: absolute;
    display: none;
    z-index: 150;
}
.tutorial-linked-object-mask{
    display: none;
    position: absolute;
    z-index: 152;
    top: 0;
    left: 0;
}
.tutorial-no-1 .tutorial-image {
    top: -135px;
    left: -105px;
    width: 500px;
}


/*Pricingplan*/
#pricesWrapper{
    float: right;
    width: unset;
}
#pricingplan-wrapper {
    width: 401px;
    padding: 19px 21.5px 0;
    background-color: #fff8f0;
    position: relative;
    bottom: -46px;
}
.italic_font {
    font-style: italic;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.max-width-wrapper {
    max-width: 1356px;
    min-width: 980px;
}
#pricingplan-wrapper:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -162px;
    left: 0;
    right: 0;
    height: 162px;
    background-color: #fff8f0;
}
#wb-inline-select-inline_select_id {
    position: relative;
    z-index: 50;
}
.extend-linked-instant-activated {
    cursor: pointer;
}

/* Group by select*/
#order-by-wrapper {
    background-color: #F5F5F5;
    position: relative;
    bottom: -46px;
    float: right;
    margin-right: 80px;
    width: 335px;
    z-index: 900;
}
.group-by-mask.select2-drop-mask{
    z-index: 900;
}
#order-by-wrapper *{
    cursor: pointer;
}
#order-by-wrapper label {
    padding: 20px 25px 0 20px;
    font-size: 0.8125rem;
    text-transform: UPPERCASE;
    color: #9a9a9a;
    display: block;
}

.scrollableList ul {
    margin: 0;
    position: absolute;
    width: 335px;
    background: #F5F5F5;
    padding: 15px 0 10px 0;
}

.filter_row .object-type-3-parent.tiny .selectedOption {
    min-width: 172px;
    color: #fff;
    background-color: #000;
}
.filter_row .scrollableList ul {
    padding-top: 5px;
}

.scrollableList ul li {
    list-style:none;
    padding: 9px 0 8px 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #383838;
    margin: 0;
    min-height: 1em;
    cursor: pointer;
}
.scrollableList ul li span {
    padding-left: 20px;
    font-size: 14px;
}
.filter_row  .scrollableList ul li span {
    padding-left: 10px;
    font-weight: 400;
}
.selectedOption {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 5px 25px 6px 20px;
}
.scrollableList ul li:not(.list-group):hover {
    background: #e4e4e4 !important;
    color: #000;
}
.scrollableList ul li.list-group:hover {
    cursor: default;
}
.scrollableList ul li.selected-order-by-option {
    background: #ababab !important;
    color: #ffffff;
}
.active-dropdown .selectedOption::after,
.selectedOption::before {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 1px;
    width: 0;
    height: 0;
    border: solid 4px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 20px;
    right: 2px;
    border-radius: 0 2px 2px 0;
}
.selectedOption::after {
    transform: rotate(180deg);
}

.active-dropdown .selectedOption::before {
    display: none;
}

#dropdown-mask {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    z-index: 900;
}
.scrollableList.active-dropdown {
    z-index: 10000;
    background: #fff;
}

.object-type-3-parent.big .scrollableList ul {
    /* z-index: 901; */
}

/*Tabs*/
.custom-built-wrapper{
    position: relative;
}
.custom-built-wrapper .wb-box {
    margin-top: 0;
}
.custom-built-wrapper .wb-box-wrapper {
    margin-right: 0;
    padding: 0;
}
.wb-box-tabs {
    padding-top: 0;
}
.wb-box-tabs .wb-box-tab-content {
    position: relative;
    border-color: rgba(26,26,26,1);
}
.wb-box-tabs label.wb-tab-label:first-of-type {
    margin-left: 12px;
}
#tabs-continent.wb-box-tabs > .wb-tabs-labels > label.wb-tab-label {
    margin-right: 35px;
    font-weight: 400;
    font-size: 1.5rem;
}
#tabs-continent.wb-box-tabs input:checked + label.wb-tab-label,
#tabs-continent.wb-box-tabs > .wb-tabs-labels > label.wb-tab-label:hover{
    border-bottom-color: rgba(140,124,0,1);
}
#tabs-continent.wb-box-tabs .wb-box-content {
    padding-top: 0;
}
.parent-datacenters-container:after,
.max-width-wrapper:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* DATCENTERS*/
.datacenters-container {
    float: left;
    width: calc(100% - 410px);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}
.datacenter-wrapper {
    margin-right: 16px;
    width: 120px;
}
.datacenter-wrapper > label,
.datacenter-wrapper > span{
    padding: 0 7px;
    margin-left: 3px;
}
.city-name {
    display: block;
    color: #999;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 10px;
}
label.datacenter-name {
    font-size: 0.8125rem;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 4px;
}
.datacenter-wrapper input:checked + label.datacenter-name{
    background: #000;
    color: #fff;
}

/* STICKY */
.parent-datacenters-container{
    /*border-bottom: 2px solid black;*/
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 38px;
    background: #fff;
    z-index: 1;
}
.sticky-bg {
    float: right;
    width: 400px;
    height: calc(100% + 12px);
    position: absolute;
    right: 0;
    top: 0;
}
.city-tab.wb-box-tabs.sticky .wb-box-tab-content{
    border-top: none;
}
.webaseTable > table thead.main-th.sticky th {
    position: relative;
    position: -webkit-sticky;
    position: sticky !important;
    z-index: 1;
}
#tabs-north_america .webaseTable > table thead.main-th.sticky th {
    top: 118px;
}
#tabs-europe .webaseTable > table thead.main-th.sticky th {
    top: 181px;
}
.webaseTable > table thead.sticky tr > th {
    box-shadow: inset 0 -1px 0px 0px #b9b9b9;
}

/* Tab content (products)*/
.custom-built-wrapper .wb-box-title {
    margin-top: 35px;
}
.custom-built-wrapper .wb-box-title h2 {
    font-size: 1.75rem;
}
.custom-built-wrapper h6 {
    margin-top: 20px;
    font-weight: 400;
}
.cities-wrapper {
    padding-top: 20px;
}

/* Buttons*/
.webaseTable>table td a.details-button {
    box-sizing: border-box;
    width: 105px;
    padding: 2px 15px;
    font-size: 1rem;
    background-color: #fd8c04;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff !important;
}
.webaseTable>table td a.details-button:hover {

}
.webaseTable>table td a.view-more {
    font-size: 1rem;
    color: #fd8f01;
    display: block;
    text-align: center;
    font-weight: 600
}

/* Expand row "+" icon */
.webaseTable table td.model {
    overflow: visible;
    position: relative;
}
.selected-product .model span.expandable-row::after,
.model span.expandable-row::before {
    content: ' ';
    position: absolute;
    top: 18px;
    left: -1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #777;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 1px;
}
.model span.expandable-row::after {
    transform: rotate(90deg);
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
    border-left-width: 4px !important;
}
.selected-product .model span.expandable-row::after {
    top: 18px;
    left: 1px;
}
.selected-product .model span.expandable-row::before {
    display: none;
}
.last-column span.expandable-row::after {
    content: 'View models';
    position: relative;
    display: inline-block;
    top: 0;
    left: -2px;
}

/* TABLE */
.webaseTable>table td, .webaseTable>.noDataRow {
    border-color: #d9d9d9;
}
.products-wrapper {
    padding-top: 10px;
}
.webaseTable,
.webaseTable>table tr,
.webaseTable>.noDataRow {
    background-color: transparent;
}
table {
    table-layout: fixed;
}
.webaseTable table thead th:not(#filter_cell):first-child, .webaseTable table tbody tr:not(.filter-row) td:first-child {
    /*width: unset !important;*/
    /* width: 160px; */
}

.main_table_column_one,
.nested_table_column_one {
    width: 16%;
}
.main_table_column_two,
.nested_table_column_two {
    width: 9%;
}
.main_table_column_three,
.nested_table_column_three {
    width: 15%;
}
.main_table_column_four,
.nested_table_column_four {
    width: 18%;
}
.main_table_column_five,
.nested_table_column_five {
    width: 13%;
}
.main_table_column_six,
.nested_table_column_six {
    width: 155px;
}
.main_table_column_seven,
.nested_table_column_seven {
    width: 120px;
}
.main_table_column_eight,
.nested_table_column_eight {
    width: 125px;
}
thead.main-th th.model,
thead.main-th th.ram,
thead.main-th th.cpu,
thead.main-th th.core,
thead.main-th th.shipping_date {
    background: #fff;
}
.webaseTable table td.highlighted-area,
.webaseTable table th.highlighted-area,
.highlighted-area {
    background-color: #fff8f0;
    background-clip: border-box;
}
.webaseTable > table tr:hover > td.highlighted-area {
    background-color: #e8e5cc;
}
/* no hover*/
.webaseTable  tr.no-hover-effect:hover > td.highlighted-area{
    background-color: #fff8f0;
}
.webaseTable .no-hover-effect > td:first-child {
    overflow: visible;
}
.webaseTable > table thead th{
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}
.webaseTable table tbody tr:not(.filter-row) td {
    height: 55px;
    box-sizing: border-box;
}
.webaseTable > table thead th:not(#filter_cell):first-child,
.webaseTable > table tbody tr:not(.filter-row) td:first-child{
    /* width: 310px; */
}
.webaseTable > table thead th:not(#filter_cell):nth-child(2),
.webaseTable > table tbody tr:not(.filter-row) td:nth-child(2){
    /* width: 135px; */
}
.webaseTable > table thead th:not(#filter_cell):nth-child(3),
.webaseTable > table tbody tr:not(.filter-row) td:nth-child(3){
    /* width: 170px; */
}
.webaseTable > table thead th:not(#filter_cell):nth-child(4),
.webaseTable > table tbody tr:not(.filter-row) td:nth-child(4){
    /* width: 175px; */
}
.webaseTable > table thead th:not(#filter_cell):nth-child(5),
.webaseTable > table tbody tr:not(.filter-row) td:nth-child(5){
    /* width: 135px; */
}
.webaseTable > table tr.selected-product {
    /* border-top: 3px solid #000 !important; */
}
tr.selected-product-sibling-last {
    /* border-bottom: 3px solid #000; XXXXX */
}
tr.selected-product-sibling-last td {
    /* padding-bottom: 30px !important; */
}
tr.extend-linked-instant-activated.selected-product td {
    /* padding-bottom: 20px !important; */
}
.webaseTable table tbody tr.empty-row:not(.filter-row) td {
    height: 25px;
    border-top: none;
}
.webaseTable table tbody > tr.empty-row:not(.filter-row):hover {
    background: transparent;
}
.webaseTable > table tr.empty-row:hover > td.highlighted-area {
    background-color: #fff8f0;
}
tr.build-your-own td {
    /* background: #fafafa;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 43px !important; */
}
tr.build-your-own td.datacenter {
    font-style: italic;
}
tr.build-your-own td.datacenter,
tr.instant_servers_row td.datacenter {
    border-left: 40px solid white;
    padding-left: 0;
}
.webaseTable > table tbody tr:not(.filter-row) td.datacenter small {
    padding-left: 10px;
}
.webaseTable > table tr.selected-product + tr {
    margin-bottom: -3px;
}
.webaseTable > table tr.selected-product td {
    /* padding-top: 9px !important; XXXXX*/
    /* border-top: none; XXXXX */
}
.webaseTable > table tr.selected-product td.monthly p,
.webaseTable > table tr.selected-product td.setup p{
    display: none;
}
.webaseTable > table tr.selected-product + tr > td {
    border-top: none;
}
.webaseTable > table tr.selected-product td:first-child {
    /* font-weight: bold; */
}
.webaseTable > table tr.selected-product td.delivery > small {
    display: none;
}
.linked-instant-activated-servers thead {
    display: none;
}
tr.models-available-row > td {
    height: 8px !important;
    padding: 0 !important;
}
.webaseTable>table>tbody td>small.models-available-text {
    padding-left: 12px;
}
.text-for-instant-servers {
    padding-left: 12px;
    float: left;
    width: calc(100% - 400px);
    box-sizing: border-box;
    position: relative;
}
tr.discount-parent + tr.models-available-row > td .text-for-instant-servers {
    padding-top: 10px;
}
tr.discount-parent + tr.models-available-row > td .highlighted-area {
    min-height: 29px;
}
.text-for-instant-servers + .highlighted-area{
    width: 400px;
    min-height: 19px;
    float: right;
}
.parent-thead-text {
    clear: both;
}
.webaseTable > table tbody tr:last-child {
    border-bottom: 0;
}
.webaseTable table tbody > tr:not(.filter-row):hover {
    background: #e8e5cc;
}
.webaseTable table tbody tr.discount-parent.selected-product:not(.filter-row) td {
    height: 65px;
}
.webaseTable table tbody tr.discount-parent:not(.filter-row) td {
    height: 75px;
}
.webaseTable > table tr.discount-parent td {
    padding-top: 0;
}
.webaseTable table tr.discount-parent .model,
.webaseTable table tr.discount-parent .datacenter {
    position: relative;
}
.webaseTable table tr.discount-parent .model .discount-span,
.webaseTable table tr.discount-parent .datacenter .discount-span {
    position: absolute;
    margin-top: 0;
    padding: 0 10px 1px;
}
/*Instant Activated Table*/
.webaseTable table tbody tr.no-hover-effect:not(.filter-row):hover,
.webaseTable table tbody tr.models-available-row:not(.filter-row):hover{
    background: transparent;
}
a.view-more{
    cursor: pointer;
}
.webaseTable table.linked-instant-activated-servers thead th.col-monthly:not(#filter_cell),
.webaseTable table tbody tr:not(.filter-row) td.col-monthly{
    width: 150px;
}
.webaseTable table.linked-instant-activated-servers thead th.col-setup:not(#filter_cell),
.webaseTable table tbody tr:not(.filter-row) td.col-setup{
    width: 135px;
}
.webaseTable table.linked-instant-activated-servers thead th.col-last:not(#filter_cell),
.webaseTable table tbody tr:not(.filter-row) td.col-last{
    width: 145px;
}
.webaseTable table.linked-instant-activated-servers thead th.col-monthly:not(#filter_cell),
.webaseTable table.linked-instant-activated-servers thead th.col-setup:not(#filter_cell),
.webaseTable table.linked-instant-activated-servers thead th.col-last:not(#filter_cell) {
    background-color: #fff8f0;
    padding: 0;
}
.instant-th {
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    text-transform: UPPERCASE;
    font-size: 0.8125rem;
}
.webaseTable table tbody tr:nth-child(2).models-available-row {
    border-top-width: 0;
}
.webaseTable table .sortable.sorted_highlight a{
    /*color: rgba(0, 0, 0, 0.4);*/
    cursor: default;
}

/* Price */
.price .small-text{
    color: hsla(34,100%,50%,1);
    font-size: 0.8125rem;
    vertical-align: text-top;
}
tr.discount-parent .price .small-text {
    color: #ff0000;
}
@keyframes flash_price {
    from { background-color: #ff9000; }
    to {   background-color: transparent; }
}
p.price{ animation-duration: 1s; }


/* Responsive*/
@media only screen and (max-width: 1356px) and (min-width: 700px){
    body .global-nav-path.SideMenuPresent ul.global-nav-container {
        padding-left: 22px;
    }
}

@media (max-width: 1160px) {
    .core,
    .instant_servers_row .network{
        display: none;
    }
    .main_table_column_one,
    .nested_table_column_one {
        width: 18%;
    }
    .main_table_column_two,
    .nested_table_column_two {
        width: 11.5%;
    }
    .main_table_column_three,
    .nested_table_column_three {
        width: 18%;
    }
    .main_table_column_four,
    .nested_table_column_four {
        width: 19%;
    }
    .main_table_column_five,
    .nested_table_column_five {
        width: 155px;
    }
    .main_table_column_six,
    .nested_table_column_six {
        width: 120px;
    }
    .main_table_column_seven,
    .nested_table_column_seven {
        width: 125px;
    }
    .main_table_column_eight,
    .nested_table_column_eight {
        width: 0;
    }
    .text-for-instant-servers {
        width: calc(100% - 416px);
    }
    .text-for-instant-servers + .highlighted-area {
        width: 416px;
    }
    #pricingplan-wrapper {
        padding-top: 16px;
        padding-bottom: 10px;
    }
    #order-by-wrapper {
        margin-right: 10px;
        width: 290px;
    }
    #order-by-wrapper label,
    .scrollableList ul li span {
        padding-left: 15px;
    }
    .selectedOption {
        margin-left: 15px;
        font-size: 1.3125rem;
    }
    #tabs-continent.wb-box-tabs > .wb-tabs-labels > label.wb-tab-label {
        font-size: 1.3125rem;
    }
    .scrollableList ul {
        width: 290px;
    }
    .sticky-bg {
        /* width: 416px; */
    }
}


@media only screen and (max-width: 940px) and (min-width: 0px) {
    .city-tab.wb-box-tabs > .wb-tabs-labels > label.wb-tab-label {
        margin-right: 20px;
        position: relative;
    }
    .sticky-bg {
        /* height: 122px; */
    }
}

@media only screen and (max-width: 813px) and (min-width: 0px) {
    .sticky-bg {
        height: calc(100% + 12px);
    }
}

@media only screen and (max-width: 630px) and (min-width: 0px) {

}
.product-container {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    padding: 12px;
    max-width: 1356px;
}
.product-container.single {
    grid-auto-flow: column;
    grid-auto-columns: minmax(380px, 436px);
    overflow: auto;
    grid-template-columns: none; /* override column definition */
    max-width: unset;
    position: relative;
} 
.product-container.list {
    grid-template-columns: 1fr;
}
span.on-list {
    display: none;
}
.list span.on-list {
    display: inline-block;
    margin-right: 4px;
}
.product {
    border: 1px solid hsl(230 100% 55%);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    color: #000;
}

.list .product {
    /* width: -webkit-fill-available; */
    /* max-width: unset; */
    display: flex;
    padding-top: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
} 

.product .content{
    padding: 24px 24px 64px;
    position: relative;
}
.list .product .content {
    display: flex;
    width: 100%;
    padding: 24px 0px 16px 16px;
}
.product .top-label {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    background: hsl(230 100% 55%);
    color: #fff;
    padding: 5px 10px;
}
.list .product .top-label {
    position:absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 5px 24px;
    box-sizing: border-box;
}
.product .top-label .price-decimal {
    display: none;
}
.product .logo {
    font-weight: 700;
}
.product .name {
    /* line-height: 1; */ 
}
.product .name:empty {
    background: #f4f4f4;
    height: 24px;
    width: 50%;
}
.product .cpu-cache:empty {
    background: #f4f4f4;
    height: 43px;
    width: 90%;
}
.product .image:empty {
    background: #f4f4f4;
    height: 24px;
    width: 230px;
    margin-top: 70px;
}
.product .specification:empty {
    background: #f4f4f4;
    height: 24px;
    width: 50%;
    margin-top: 32px;
}

.product .name span {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
}
.product .name .cpu_name {
    /* line-height: 1; */
    display: block;
}
.product .name .cpu_specifications {
   font-size: 32px;
   /* font-size: 29px; */
    display: block;
    letter-spacing: -1px;
    position: relative;
    left: -2px;
}
.product .cpu-cache {
    margin-top: 4px;
}

.product .name  small {
    font-size: 18px;
}

.product .image {
    margin: 5px 0;
    height: 65px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.list .product .image {
    max-width: 230px;
    height: unset;
    margin: 0 0 8px;
}
.product .image img {
    max-width: 230px;
}
.list .product label {
    display: none;
}
.list .product .footer label {
    display: block;
}

.product label {
    color: #aaa;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.product .price-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product .price-col .price {
    font-size: 24px;
    color: #000;
}
.product .specification{
    margin-bottom: 20px;
}

.list .product .specification {
    margin-bottom: 0;
}
.product .specification .value {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
}
.list .col-1 {
    width: 32%;
    padding: 5px;
    order: 2;
}
.list .col-2 {
    width: 26%;
    padding: 5px;
    order: 1;
}
.list .col-3 {
    width: 12%;
    padding: 5px;
    order: 3;
}
.list .col-4 {
    width: 30%;
    padding: 5px;
    order: 4;
}
.list .product .value {
    font-size: 14px;
} 
.list .product .col-1 .value,
.list .product .cpu_name,
.list .product .cpu-cache,
.list .product .specification {
    font-size: 14px;
    display: block;
} 
.list .product .col-4 .specification:last-of-type {
    margin-top: 14px;
}
.list .product .cpu-cache {
    margin-top: 3px;
}
.list .product .cpu_specifications {
    font-size: 24px;
    letter-spacing: -0.5px;
}
.list .footer {
    position: relative;
    width: 440px;
    align-items: self-start;
    padding: 16px;
    padding-top: 27px;
}
.footer {
    position: absolute;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    bottom: 0px;
    padding: 16px 24px;
}

.price-col a.details-button {
    background: #FF04FF;
    padding: 8px 20px;
    border-radius: 4px;
}

.price-col a.details-button:hover {
    background: #ff48ff !important;
}


span.icon.epyc {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/dedicated-server/epyc.png);
    width: 60px;
    display: inline-block;
    height: 14px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.list span.icon.epyc {
    width: 45px;
    height: 10px;
    background-position: bottom center;
}


span.icon.xeon {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/dedicated-server/xeon.png);
    width: 60px;
    display: inline-block;
    height: 14px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}
.list span.icon.xeon {
    width: 49px;
    height: 12px;
    background-position: bottom center;
}


 #filter_row {
        display: flex;
        flex-direction: row;
        max-width: 1356px;
        padding: 5px 12px;
}
.filter-section {
    flex-grow: 2;
    font-size: 0;
}
.filter-section:last-child {
    max-width: fit-content
}
.filter-section > label{
    color: #888888;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.filter-values-container > label {
    display: inline-block;
    background: #F4F4F4;
    color: #606060;
    cursor: pointer;
    padding: 4px 10px 5px;
    font-size: 14px;
    margin-right: 10px;
}
.filter-values-container > label:last-of-type {
    margin-right: 0;
}
.filter-values-container > input{

display: none;
}

.filter-values-container {
    display: inline-block;
}
    
.filter-values-container + .filter-values-container {
    margin-left: 20px;
}
.object-type-3-parent.big{
    display: inline-block;
}
h1 .object-type-3-parent.big .selectedOption {
    color: #000;
}
h1 .object-type-3-parent.big:first-of-type .selectedOption {
    font-weight: 700;
}

.filter_row{
    display: flex;
    flex-direction: row;
    max-width: 1356px;
    padding: 12px;
    gap: 10px;
    flex-wrap: wrap;
}
.filter-section > label{
    color: #888;
    font-size: 13px;
}
.filter-values-container > input{

}
.filter-values-container > input:checked + label{
    background: #000;
    color: #fff;
}

.ContentBody > h1 {
    font-weight: 400;
}

.ContentBody > h1 > span {
    font-weight: 700;
}

.filter-values-container > input[name="pricing_plan"]:checked + label {
    background-color: rgb(255, 4, 255);

}
.filter-values-container > label.single,
.filter-values-container > label.multiple,
.filter-values-container > label.list {
    height: 28px;
    font-size: 0;
    color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 28px;
    box-sizing: border-box;
}


.filter-values-container > label.multiple {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 38 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f4f4f4; %7D .cls-2 %7B fill: %23d1d1d1; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cg%3E%3Cg%3E%3Crect class='cls-1' x='.5' y='.5' width='37' height='27'/%3E%3Cpath class='cls-2' d='M37,1v26H1V1h36M38,0H0v28h38V0h0Z'/%3E%3C/g%3E%3Cg%3E%3Crect id='Rectangle_323' class='cls-2' x='25' y='5' width='8' height='8'/%3E%3Crect id='Rectangle_323-2' data-name='Rectangle_323' class='cls-2' x='15' y='5' width='8' height='8'/%3E%3Crect id='Rectangle_323-3' data-name='Rectangle_323' class='cls-2' x='5' y='5' width='8' height='8'/%3E%3Crect id='Rectangle_323-4' data-name='Rectangle_323' class='cls-2' x='5' y='15' width='8' height='8'/%3E%3Crect id='Rectangle_323-5' data-name='Rectangle_323' class='cls-2' x='15' y='15' width='8' height='8'/%3E%3Crect id='Rectangle_323-6' data-name='Rectangle_323' class='cls-2' x='25' y='15' width='8' height='8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 38px;
}
.filter-values-container > label.single {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 64 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f4f4f4; %7D .cls-2 %7B fill: %23d1d1d1; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cg%3E%3Cg id='Rectangle_313'%3E%3Cg%3E%3Crect class='cls-1' x='.5' y='.5' width='63' height='27'/%3E%3Cpath class='cls-2' d='M63,1v26H1V1h62M64,0H0v28h64V0h0Z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Crect id='Rectangle_315' class='cls-2' x='8' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-2' data-name='Rectangle_315' class='cls-2' x='18' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-3' data-name='Rectangle_315' class='cls-2' x='28' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-4' data-name='Rectangle_315' class='cls-2' x='38' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-5' data-name='Rectangle_315' class='cls-2' x='48' y='8' width='8' height='12'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 64px;
}
.filter-values-container > label.list {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 38 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f4f4f4; %7D .cls-2 %7B fill: %23d1d1d1; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cg%3E%3Cg%3E%3Crect class='cls-1' x='.5' y='.5' width='37' height='27'/%3E%3Cpath class='cls-2' d='M37,1v26H1V1h36M38,0H0v28h38V0h0Z'/%3E%3C/g%3E%3Cg%3E%3Crect id='Rectangle_323' class='cls-2' x='6' y='7' width='26' height='2'/%3E%3Crect id='Rectangle_323-2' data-name='Rectangle_323' class='cls-2' x='6' y='11' width='26' height='2'/%3E%3Crect id='Rectangle_323-3' data-name='Rectangle_323' class='cls-2' x='6' y='15' width='26' height='2'/%3E%3Crect id='Rectangle_323-4' data-name='Rectangle_323' class='cls-2' x='6' y='19' width='26' height='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 38px;
}
.filter-values-container > input:checked + label.multiple {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 38 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cg%3E%3Cg%3E%3Crect class='cls-1' x='1' y='1' width='36' height='26'/%3E%3Cpath d='M36,2v24H2V2h34M38,0H0v28h38V0h0Z'/%3E%3C/g%3E%3Cg%3E%3Crect id='Rectangle_323' x='25' y='5' width='8' height='8'/%3E%3Crect id='Rectangle_323-2' data-name='Rectangle_323' x='15' y='5' width='8' height='8'/%3E%3Crect id='Rectangle_323-3' data-name='Rectangle_323' x='5' y='5' width='8' height='8'/%3E%3Crect id='Rectangle_323-4' data-name='Rectangle_323' x='5' y='15' width='8' height='8'/%3E%3Crect id='Rectangle_323-5' data-name='Rectangle_323' x='15' y='15' width='8' height='8'/%3E%3Crect id='Rectangle_323-6' data-name='Rectangle_323' x='25' y='15' width='8' height='8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.filter-values-container > input:checked + label.single {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 64 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cg%3E%3Cg id='Rectangle_313'%3E%3Cg%3E%3Crect class='cls-1' x='1' y='1' width='62' height='26'/%3E%3Cpath d='M62,2v24H2V2h60M64,0H0v28h64V0h0Z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Crect id='Rectangle_315' x='8' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-2' data-name='Rectangle_315' x='18' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-3' data-name='Rectangle_315' x='28' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-4' data-name='Rectangle_315' x='38' y='8' width='8' height='12'/%3E%3Crect id='Rectangle_315-5' data-name='Rectangle_315' x='48' y='8' width='8' height='12'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.filter-values-container > input:checked + label.list {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 38 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cg%3E%3Cg%3E%3Crect class='cls-1' x='1' y='1' width='36' height='26'/%3E%3Cpath d='M36,2v24H2V2h34M38,0H0v28h38V0h0Z'/%3E%3C/g%3E%3Cg%3E%3Crect id='Rectangle_323' x='6' y='7' width='26' height='2'/%3E%3Crect id='Rectangle_323-2' data-name='Rectangle_323' x='6' y='11' width='26' height='2'/%3E%3Crect id='Rectangle_323-3' data-name='Rectangle_323' x='6' y='15' width='26' height='2'/%3E%3Crect id='Rectangle_323-4' data-name='Rectangle_323' x='6' y='19' width='26' height='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");;
}



#heading_subtext {
    display: flex;
    flex-direction: column;
}

#right_side_links:not(:empty) {
    margin: 10px 0 0;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    align-items: flex-start;
    align-content: flex-start;
    padding-inline-start: 0;
}
#right_side_links li {
    list-style: none;
    padding: 1px 5px;
    background: rgba(248, 248, 248);
    border: 1px solid #e3e3e3;
    color: #444;
    cursor: default;
}
#right_side_links li.title{
    padding-left: 0;
    font-weight: 600;
    background: transparent;
    border-color: transparent;
    color: #000;
}
#right_side_links li a {
    color: #002AFF;
    text-decoration: underline;
}

#right_side_links li a:hover {
    color: #7189ff;
}


h1 + .wb-box-container {
    position: relative;
    max-width: 1380px;
}
/* h1 + .wb-box-container::before {
    content:"";
    display: inline-block;
    width: calc(100% - 24px);
    position: absolute;
    bottom: 0;
    left: 12px;
    height: 1px;
    background: #000;
}
 */

 .product.special-price .price-col .price,
 .product.special-price .price-col label {
    color: rgb(255, 0, 0);
 }

 .product.special-price .price-col a.details-button {
    background-color: rgb(255, 0, 0);
 }


 .product.special-price  .price-col a.details-button:hover {
        background-color: rgb(255, 93, 93) !important;
} 


.wb-tooltip-wrapper2 {
    background: #222;
}
.wb-tooltip-arrow-up {
    border-top-color: #222;
}   
.wb-tooltip-arrow-down {
    border-bottom-color: #222;
}

.wb-tooltip-arrow-left {
    border-left-color: #222;
}
.wb-tooltip-arrow-right {
    border-right-color: #222;
}

 




.product.category-no-0.ajax-in-progress.wb-skeleton-obj {}


#product-container-outer {
    position: relative;
}
button.scroll-button.right-button {
    right: -10px;
}

button.scroll-button.left-button {
    left: -20px;
}

.scroll-button {
      position: absolute;
      background: #002bff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      top: calc(50% - 30px);
      z-index: 100;
      cursor: pointer;
      border: 2px solid hsl(229.88deg 100% 77.11%);
      /* box-shadow: 0px 0px 5px 2px rgb(50 50 50 / 24%); */
}
.scroll-button:disabled {
    cursor: default;
      background: #d3d3d3;
      border-color: #ededed;
      display: none;
    

}

.scroll-button::after{
    content: "";
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    display: block;
    height: 9px;
    width: 9px;
    transform: rotate(45deg);
    position: relative;
    left: 15px;
    top: 0px;
}
button.scroll-button.left-button::after {
    transform: rotate(225deg);
    left: 18px;

}