
    .btn{
    min-height: unset;
    }



    /*######General######*/

    /*Default Font Size*/
    html{
    font-size: 14px;
    }
    /*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:"Source Sans Pro", 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:#ed0579 !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #ed0579 !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:#ed0579;
    }

    .btn-link, .btn.btn-glyph{
    color:#ed0579e6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#ed0579;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#ed0579e6;
    }

    .nb-stepper-step {
    color: #ed0579;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #ed0579;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #ed0579;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #ed0579;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #ed0579;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #ed0579;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #ed0579;
    }

    .form-control:focus{
    border-color:#ed05794c;
    }

    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:#ed0579;
    }
    .bg-primary{
    background-color:#ed0579 !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #ed057999;
    box-shadow: 0 0 0 .2rem #ed05794d;
    }

    .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:#ed0579;
    }

    .sidebar.sidebar-main a::before{
    border-color:#ed057930 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#ed0579;
    border-right-color:#ed0579;
    }

    .custom-select:focus
    {
    border-color:#ed05794d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #ed0579;
    --nb-primary-button-border-color:     #ed0579;

    --nb-primary-button-background-color--hover: #ed0579;
    --nb-primary-button-border-color--hover:     #ed0579;

    --nb-primary-button-background-color--active: #ed0579;
    --nb-primary-button-border-color--active:     #ed0579;

    --nb-primary-button-background-color--focus: #ed0579;
    --nb-primary-button-border-color--focus:     #ed0579;

    --nb-secondary-button-border-color: #ed0579;
    --nb-secondary-button-text-color:   #ed0579;

    --nb-secondary-button-background-color--hover: #ed057940;
    --nb-secondary-button-border-color--hover:     #ed0579;
    --nb-secondary-button-text-color--hover:       #ed0579;

    --nb-secondary-button-background-color--active: #ed057940;
    --nb-secondary-button-border-color--active:     #ed0579;
    --nb-secondary-button-text-color--active:       #ed0579;

    --nb-secondary-button-background-color--focus:           #ed057940;
    --nb-secondary-button-border-color--focus: border-color: #ed0579;

    --nb-outline-primary-button-border-color: #ed0579;
    --nb-outline-primary-button-text-color: #ed0579;

    --nb-outline-primary-button-background-color--hover: #ed057940;
    --nb-outline-primary-button-border-color--hover:     #ed0579;
    --nb-outline-primary-button-text-color--hover:       #ed0579;

    --nb-outline-primary-button-background-color--focus: #ed057940;
    --nb-outline-primary-button-border-color--focus:     #ed0579;
    --nb-outline-primary-button-text-color--focus:        #ed0579;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#ed0579;
    border-color:#ed0579;
    }

    .btn.btn-icon {
    color:#ed0579;
    border-color:#ed0579;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#ed0579;
    border-color:#ed0579;
    background-color:#ed057940;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#ed057940;
    background-color:#ed057940;
    }

    .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: #ed0579bf;
    background-color: #ed0579bf;
    }

    .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: #ed0579;
    }

    .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: #ed0579;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #ed0579;
    -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: #ed05794c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #ed0579;
    -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: #ed057919;
    }

    .custom-range::-moz-range-track {
    background-color: #ed05794c;
    }

    .custom-range::-ms-thumb {
    background-color: #ed0579;
    -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: #ed05794c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #ed05794c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ed0579;
    background-color: #ed0579;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #ed057950;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #ed057950;
    background-color: #ed057950;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #ed0579;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#ed0579 !important;
    }

    .nb-grid .k-grid a
    {
    color:#ed0579;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#ed0579 !important;
    }



/*CustomCSS*/
.productingroup-unitprices-container {
display:none  !important;
}

.hbspt-form{
padding-left:10%;
padding-right:10%
}

.buttons-actions{
display:none !important;
}
 
#iw-myaccount-section-myprofile > div > div > div:nth-child(3){
display:none;
}



#home > div.container.my-3.iw-catalogue-wrapper{
display:none !important;
}




.more-details{
display:none !important;
}
 

span.powered-by{visibility: hidden;}
img.powered-by{visibility: hidden;}


.banner img {

width:100%
}


.balance {
display:none!important;
}
#iw-aside-content > div.card > div.card-body.d-flex.flex-column.align-items-center > div > section > span.account-info.text-muted.font-weight-light.text-nowrap.mr-auto.pt-2.pb-4{
display:none!important;
}

#iw-aside-content > div.card > div.card-body.d-flex.flex-column.align-items-center > div > section > span.account-info.text-muted.font-weight-light.text-nowrap.mr-auto.pt-2.pb-1{
display:none!important;
}

#iw-aside-content > div.card > div.card-body.d-flex.flex-column.align-items-center > div > section > span.balance.font-weight-light.pt-2.pb-1{
display:none!important
}

#iw-aside-content > div.card > div.card-body.d-flex.flex-column.align-items-center > div > section > span.balance.font-weight-light.pt-2.pb-4{
display:none!important;
}
 
#iw-aside-content > div.card > div.card-body.d-flex.flex-column.align-items-center > div > section > span.balance.font-weight-light.pt-2.pb-4.color-green{
display:none!important;
}
 
#iw-aside-menu-list{
 
display:none!important;
}
 
#section-wrapper-view-orders{
 
display:none!important;
}
 
 .alert-success {
    background-color: #ffe7ee  !important;
    color: #737373 !important;
    border-color: white !important;
}



#general-statistics-0-0 > div.nb-widget__body > div > div > div > div:nth-child(2) > div > div:nth-child(2){
display:none;
}


#general-statistics-0-0 > div.nb-widget__body > div > div > div > div:nth-child(2) > div > div:nth-child(3){
display:none;
}


#general-statistics-0-0 > div.nb-widget__body > div > div > div > div:nth-child(2) > div > div:nth-child(4){
display:none;
}

#general-statistics-0-0 > div.nb-widget__body > div > div > div > div:nth-child(1){
display:none!important;
}
#general-statistics-0-0 > div.nb-widget__body > div > div > div > div:nth-child(3){
display:none!important;
}

#PageForm > footer > div.footer-container > p{
  color:#707070;
}

#my-notifications{
display:none;
}

.main-footer {

  color: black!important;
  padding-left: 10px;
  padding-right:10px;
  text-align: center;
}



.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.non-function {
display:none !important;
}

.main-footer nav ul {
  list-style-type: none;
  padding: 0;
}

.main-footer nav ul li {
  display: inline;
  margin-right: 15px;
}

#PageForm > footer > div.container{
display:none
}

.social-icon{
  font-size:xx-large;
 padding:10px
}

.quicksearch{
display:none!important;
}


.login-logo-image {
display:none;
}

#section-myaccount-view-4{
display:none

}

body{
display:none;
}

.additional-info{
display:none
}

#iw-myaccount-section-myprofile > div > div > div:nth-child(2){
display:none
}

#section-myaccount-view-3{
display:none;
}

#section-myaccount-view-2{
display:none;
}

#section-myaccount-view-1{
display:none;
}
.balance {
font-size:15px;
}

.account-info{
font-size:15px
}

huge-number{
font-size:25px
}

.iw-aside-navigator-wrapper .iw-aside-navigator .card .title{
font-size:25px !important
}



#login > div.container.p-3.pt-lg-5 > div > div:nth-child(2) > div.right.d-flex.flex-column.align-items-center.mt-3 {
display:none !important
}




.custom-icon {
    width: 50px; /* Adjust to the size of your icon */
    height: 50px; /* Adjust to the size of your icon */
    border-radius: 50%; /* Makes it circular */
    overflow: hidden; /* Ensures the image doesn't exceed the circular boundary */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: filter 0.3s; /* Smooth transition for hover effect */
}
.custom-icon img {
    width: 35px;
    height: auto;
    transition: filter 0.3s; /* Smooth transition for hover effect */
}



.custom-icon:hover img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(3000%) hue-rotate(320deg) brightness(90%) contrast(90%);
}

.custom-icon img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(0%) saturate(0%) hue-rotate(90deg) brightness(70%) contrast(89%);
    transition: filter 0.3s; /* Smooth transition for hover effect */
}


