

    /*######General######*/

    /*Default Font Size*/
    html{
    font-size: 16px;
    }
    /*fix for font size in buttons if font size is unter 16px*/


    /*Font Family(ies)*/
    body,
    .tooltip, .popover, h2, p,  .main-footer .left span, .main-footer .right, .navbar.navbar-main .top-menu-wrapper .navbar-brand,
    .sidebar.sidebar-main a span,
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    .full-page section .section-header .title,
    .iw-stepper .iw-step .circle,
    .page-container-register .title,
    .page-container-landing-page .title,
    .page-container-checkout section .section-header
    {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }


    /*headers and tabs color*/
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    section .section-header .title,
    .iw-ribbon .bg-ribbon,
    .text-primary,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .price,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active i,
    .nav-tabs .nav-link:hover:not(.active),
    .iw-catalogue-wrapper .product .info-area .title a:hover,
    .iw-catalogue-wrapper .modal .product .info-area .title a:hover,
    .iw-catalogue-wrapper .product.preview .price,
    .iw-catalogue-wrapper .modal .product.preview .price
    {
    color:#F99F3C !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #F99F3C !important;
    width:auto !important;
    }

    .page-link, .page-link:hover, a, a:hover,
    .checkbox-icon,
    input[type="checkbox"]:checked ~ i span:nth-of-type(1),
    input[type="radio"]:checked ~ i span:nth-of-type(1),
    input[type="checkbox"]:checked ~ i span:nth-of-type(2),
    input[type="radio"]:checked ~ i span:nth-of-type(2),
    input[type="checkbox"]:not(:checked) ~ i span:nth-of-type(1),
    input[type="radio"]:not(:checked) ~ i span:nth-of-type(1),
    .iw-stepper .iw-step,
    .slick-prev::before, .slick-next::before,
    .content-product-details #iw-aside-scroll-container #iw-product-section-features .list-group-item.active i,
    .info-tooltip.btn.btn-plain,
    .progressrim .percent .number span,
    .btn-link:hover, .btn.btn-glyph:hover
    {
    color:#F99F3C;
    }

    .btn-link, .btn.btn-glyph{
    color:#F99F3Ce6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#F99F3C;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#F99F3Ce6;
    }

    .nb-stepper-step {
    color: #F99F3C;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #F99F3C;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #F99F3C;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #F99F3C;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #F99F3C;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #F99F3C;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #F99F3C;
    }

    .form-control:focus{
    border-color:#F99F3C4c;
    }

    option:hover {
    box-shadow: 0 0 10px 100px red inset;
    }

    .badge-primary,
    .iw-stepper .iw-step::after,
    .iw-stepper .iw-step + .iw-step::after,
    .select2-container--bootstrap4 .select2-results__option--highlighted,
    .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"],
    .btn-action:hover,
    .content-product-details #iw-aside-scroll-container .iw-product-section-editions .edition-wrapper .edition .addon-item.card:hover .card-footer .buttons-wrapper{
    background-color:#F99F3C;
    }
    .bg-primary{
    background-color:#F99F3C !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #F99F3C99;
    box-shadow: 0 0 0 .2rem #F99F3C4d;
    }

    .sidebar.sidebar-main a::after,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.active .nav-link{
    border-color:#F99F3C;
    }

    .sidebar.sidebar-main a::before{
    border-color:#F99F3C30 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#F99F3C;
    border-right-color:#F99F3C;
    }

    .custom-select:focus
    {
    border-color:#F99F3C4d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #F99F3C;
    --nb-primary-button-border-color:     #F99F3C;

    --nb-primary-button-background-color--hover: #F99F3C;
    --nb-primary-button-border-color--hover:     #F99F3C;

    --nb-primary-button-background-color--active: #F99F3C;
    --nb-primary-button-border-color--active:     #F99F3C;

    --nb-primary-button-background-color--focus: #F99F3C;
    --nb-primary-button-border-color--focus:     #F99F3C;

    --nb-secondary-button-border-color: #F99F3C;
    --nb-secondary-button-text-color:   #F99F3C;

    --nb-secondary-button-background-color--hover: #F99F3C40;
    --nb-secondary-button-border-color--hover:     #F99F3C;
    --nb-secondary-button-text-color--hover:       #F99F3C;

    --nb-secondary-button-background-color--active: #F99F3C40;
    --nb-secondary-button-border-color--active:     #F99F3C;
    --nb-secondary-button-text-color--active:       #F99F3C;

    --nb-secondary-button-background-color--focus:           #F99F3C40;
    --nb-secondary-button-border-color--focus: border-color: #F99F3C;

    --nb-outline-primary-button-border-color: #F99F3C;
    --nb-outline-primary-button-text-color: #F99F3C;

    --nb-outline-primary-button-background-color--hover: #F99F3C40;
    --nb-outline-primary-button-border-color--hover:     #F99F3C;
    --nb-outline-primary-button-text-color--hover:       #F99F3C;

    --nb-outline-primary-button-background-color--focus: #F99F3C40;
    --nb-outline-primary-button-border-color--focus:     #F99F3C;
    --nb-outline-primary-button-text-color--focus:        #F99F3C;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#F99F3C;
    border-color:#F99F3C;
    }

    .btn.btn-icon {
    color:#F99F3C;
    border-color:#F99F3C;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#F99F3C;
    border-color:#F99F3C;
    background-color:#F99F3C40;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#F99F3C40;
    background-color:#F99F3C40;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:hover:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a.selected:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled):active,
    .dropdown-item:hover
    {
    border-color: #F99F3Cbf;
    background-color: #F99F3Cbf;
    }

    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-left-color: #F99F3C;
    }

    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-right-color: #F99F3C;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #F99F3C;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-webkit-slider-runnable-track {
    background-color: #F99F3C4c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #F99F3C;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-moz-range-thumb:active {
    background-color: #ebf1fe;
    background-color: #F99F3C19;
    }

    .custom-range::-moz-range-track {
    background-color: #F99F3C4c;
    }

    .custom-range::-ms-thumb {
    background-color: #F99F3C;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-ms-fill-lower {
    background-color: #F99F3C4c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #F99F3C4c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #F99F3C;
    background-color: #F99F3C;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #F99F3C50;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #F99F3C50;
    background-color: #F99F3C50;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #F99F3C;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#F99F3C !important;
    }

    .nb-grid .k-grid a
    {
    color:#F99F3C;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#F99F3C !important;
    }



/*CustomCSS*/
.main-footer span.mr-1{
display:none;
}

.powered-by{
display:none;
}

table.table.custom-table.my-invoice-items-list > thead > tr > th:nth-child(8){
display:none;
}

table.table.custom-table.my-invoice-items-list > tbody > tr > td:nth-child(8){
display:none;
}

.table-responsive.vh-55.mb-2 > table > thead > tr > th:nth-child(8){
display:none;
}

.table-responsive.vh-55.mb-2 > table > tbody > tr > td:nth-child(8){
display:none;
}


div#iw-order-section-orderitems.px-3 > div.py-3 > div.table-responsive> table.table.custom-table > thead > tr > th:nth-child(5){
display:none;
}

div#iw-order-section-orderitems.px-3 > div.py-3 > div.table-responsive> table.table.custom-table > tbody > tr > td:nth-child(5){
display:none;
}

.price-analysis-container{
display:none;
}

div[itemprop="offers"]{
display:none;
}

.iw-catalogue-wrapper .product-wrapper .product:not(.preview) {height: 230px !important;}