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

.navbar.navbar-main {
	height: 90px
}

.navbar.navbar-main .top-menu-wrapper .navbar-brand .brand-logo {
	max-height: 66px;
	max-width: 500px
}

.navbar.navbar-main,
.navbar.navbar-main .corner {
	background-color: #2C2E2F
}

.navbar.navbar-main .sidebar-toggler i {
	color: #fff
}

.sidebar.sidebar-main {
	background-color: #F39A29;
	top: 90px;
	min-height: calc(100% - 90px);
}

.sidebar.sidebar-main a i,
.sidebar.sidebar-main a [class*="icon-"]::before,
.sidebar.sidebar-main a span {
	color: #FFF
}

.sidebar.sidebar-main a:not(:disabled):not(.disabled).active [class*=icon-]:before,
.sidebar.sidebar-main a:not(:disabled):not(.disabled).active i,
.sidebar.sidebar-main a:not(:disabled):not(.disabled).active span {
	color: #2C2E2F
}

.modal-dialog {
	min-width: 80%
}

#iw-aside-navbar {
	padding-top: 0
}

.iw-aside-navigator-wrapper .iw-aside-container section:not(:last-child) {
	margin-bottom: 1rem
}

body.page-catalogue .iw-catalogue-wrapper .product-wrapper .product:not(.preview) {
	height: auto
}
main{margin-top: 90px}
.main-footer {
	padding-top: 25px
}

.main-footer .container {
	max-width: unset;
	padding: 0;
	overflow: hidden
}

hr {
	border: 1px dashed #2C2E2F
}

body.page-my-account #btn-update-account {
	display: none
}

.btn.btn-outline-gray {
	background-color: #2C2E2F;
	color: #fff
}

.btn.btn-primary {
	background-color: #F39A29 !important;
	color: #fff !important;
	border: none !important
}

.btn.btn-primary:hover {
	background-color: #fff !important;
	color: #2C2E2F !important;
	border: 1px solid #2C2E2F !important
}

.btn.btn-secondary {
	background-color: #2C2E2F !important;
	color: #fff !important;
	border: none !important
}

.btn.btn-secondary:hover {
	background-color: #F39A29 !important;
	color: #fff !important;
	border: 1px solid #2C2E2F !important
}

/* Edition & Pricing Max Size */
.lazy-tab-load.px-3.editions-overflow {
	max-height: 300px;
}

/* Homepage Featured, New, MP Max Size
.container.my-3.iw-catalogue-wrapper {
  max-height: 250px;
} */

.carousel-control-prev,
.carousel-control-next {
	background-color: transparent !important;
	color: #000 !important;
}


#mc3footer {
	padding: 50px 0;
	background-color: #2C2E2F;
	color: #fff;
}

#mc3location,
#mc3contact {
	text-align: start;
}

#wtctitle {
	padding-bottom: 15px;
	text-align: center;
}

#wtctitle h1 {
	font-size: 6em;
	font-weight: bold;
	margin-top: 0;
	text-shadow: 2px 3px 3px #fff;
	letter-spacing: -7px;
	-webkit-text-stroke: 1px #F39A29;
	color: #F39A29;
	line-height: 0.6em;
}

#mc3location a {
	color: #F39A29;
}

#mc3location a:hover {
	color: #F39A29;
}

#mc3contact .btn-primary {
	min-width: 300px;
}

/*Custom Footer*/


#foothead h1 {
	padding-left: 30px;
	padding-top: 15px
}

#footimg {
	text-align: center !important
}

#foottext {
	padding-right: 40px;
	padding-bottom: 30px
}

.lower.d-flex.flex-column a[href="https://wecacsp.mc3.cloud/my-support/"] {
	display: none !important;
}

/*CustomFooter Footer*/


#scroll-container {
	background-color: #2C2E2F;
	width: 100%;
	overflow: hidden;
}

#scroll-content {
	display: inline-block;
	white-space: nowrap;
	animation: scroll-left 120s linear infinite;
	/* Adjust animation duration here */
}

#scroll-content a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding-right: 20px;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}