

    /*######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:#1769ac !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #1769ac !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:#1769ac;
    }

    .btn-link, .btn.btn-glyph{
    color:#1769ace6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#1769ac;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#1769ace6;
    }

    .nb-stepper-step {
    color: #1769ac;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #1769ac;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #1769ac;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #1769ac;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #1769ac;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #1769ac;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #1769ac;
    }

    .form-control:focus{
    border-color:#1769ac4c;
    }

    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:#1769ac;
    }
    .bg-primary{
    background-color:#1769ac !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #1769ac99;
    box-shadow: 0 0 0 .2rem #1769ac4d;
    }

    .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:#1769ac;
    }

    .sidebar.sidebar-main a::before{
    border-color:#1769ac30 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#1769ac;
    border-right-color:#1769ac;
    }

    .custom-select:focus
    {
    border-color:#1769ac4d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #1769ac;
    --nb-primary-button-border-color:     #1769ac;

    --nb-primary-button-background-color--hover: #1769ac;
    --nb-primary-button-border-color--hover:     #1769ac;

    --nb-primary-button-background-color--active: #1769ac;
    --nb-primary-button-border-color--active:     #1769ac;

    --nb-primary-button-background-color--focus: #1769ac;
    --nb-primary-button-border-color--focus:     #1769ac;

    --nb-secondary-button-border-color: #1769ac;
    --nb-secondary-button-text-color:   #1769ac;

    --nb-secondary-button-background-color--hover: #1769ac40;
    --nb-secondary-button-border-color--hover:     #1769ac;
    --nb-secondary-button-text-color--hover:       #1769ac;

    --nb-secondary-button-background-color--active: #1769ac40;
    --nb-secondary-button-border-color--active:     #1769ac;
    --nb-secondary-button-text-color--active:       #1769ac;

    --nb-secondary-button-background-color--focus:           #1769ac40;
    --nb-secondary-button-border-color--focus: border-color: #1769ac;

    --nb-outline-primary-button-border-color: #1769ac;
    --nb-outline-primary-button-text-color: #1769ac;

    --nb-outline-primary-button-background-color--hover: #1769ac40;
    --nb-outline-primary-button-border-color--hover:     #1769ac;
    --nb-outline-primary-button-text-color--hover:       #1769ac;

    --nb-outline-primary-button-background-color--focus: #1769ac40;
    --nb-outline-primary-button-border-color--focus:     #1769ac;
    --nb-outline-primary-button-text-color--focus:        #1769ac;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#1769ac;
    border-color:#1769ac;
    }

    .btn.btn-icon {
    color:#1769ac;
    border-color:#1769ac;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#1769ac;
    border-color:#1769ac;
    background-color:#1769ac40;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#1769ac40;
    background-color:#1769ac40;
    }

    .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: #1769acbf;
    background-color: #1769acbf;
    }

    .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: #1769ac;
    }

    .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: #1769ac;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #1769ac;
    -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: #1769ac4c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #1769ac;
    -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: #1769ac19;
    }

    .custom-range::-moz-range-track {
    background-color: #1769ac4c;
    }

    .custom-range::-ms-thumb {
    background-color: #1769ac;
    -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: #1769ac4c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #1769ac4c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1769ac;
    background-color: #1769ac;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #1769ac50;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #1769ac50;
    background-color: #1769ac50;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #1769ac;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#1769ac !important;
    }

    .nb-grid .k-grid a
    {
    color:#1769ac;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#1769ac !important;
    }



/*CustomCSS*/

.main-footer span.mr-1{
display:none;
}

.powered-by{
display:none;
}



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


#fld-login-username{
display:show;
}

#fld-login-password{
display:show;
}

label[for=ck-login-remember]
{
    display:show;
}

input#ck-login-remember.form-check-input{
display:show;
}

[data-form~='login-form'] {
  display:show;
}

#fld-email{
pointer-events: show;
}

a[href*="password"] {
  display:show;
}

[data-target*="password"] {
  display:show;
}

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

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

/*  
.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;
}


a[href*="mode=storefrontusers"] {
visibility: show;
}

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

/* EDITED BY OSCAR */
/* ACRONIS PRICE SIZE */
.mt-5.text-center.text-primary.h4 {
  font-size: 20pt;
}


.slick-next:before {font-size: 30px}
.slick-next{right: -18px}
.slick-prev:before {font-size: 30px}

.iw-ribbon .material-icons:not(.no-rtl):not(.rotate-180) {
    transform: translate(-50%) scaleX(1)!important;
}

 


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-drop {
  font-family: 'Ubuntu', sans-serif;
  color: #444;
}
.notification-drop .item {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.notification-drop .item:hover {
  cursor: pointer;
}
.notification-drop .item i {
  margin-left: 10px;
}
.notification-drop .item ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  left: -200px;
  right: 0;
  z-index: 1;
  border-top: 1px solid #ddd;
}
.notification-drop .item ul li {
  font-size: 16px;
  padding: 15px 0 15px 25px;
}
.notification-drop .item ul li:hover {
  background: #ddd;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 500px) {
  .notification-drop {
    display: flex;
    justify-content: flex-end;
  }
  .notification-drop .item {
    border: none;
  }
}


