:where(.uc-dark) .dark\:bg-orange-700, :where(.uc-dark) .dark\:bg-orange-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-orange-700:hover, :where(.uc-dark) .dark\:bg-orange-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-orange-700:focus {
    --bs-bg-opacity: 1;
    background-color: #032e52 !important;
}
.from-primary {
    --uc-gradient-from: #032e52;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.uc-navbar .uc-navbar-left {
    gap: 2.5rem;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #032e52;
    --bs-btn-border-color: #032e52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #032e52;
    --bs-btn-hover-border-color: #12333c;
    --bs-btn-focus-shadow-rgb: 57, 93, 102;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #032e52;
    --bs-btn-active-border-color: #113038;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #032e52;
    --bs-btn-disabled-border-color: #032e52;
}

@media (min-width: 1440px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1360px;
    }
}
:where(.uc-dark) .dark\:bg-primary, :where(.uc-dark) .dark\:bg-primary-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary:hover, :where(.uc-dark) .dark\:bg-primary-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary:focus {
    --bs-bg-opacity: 1;
    background-color: #032e52 !important;
}
:where(.uc-dark) .dark\:text-primary, :where(.uc-dark) .dark\:text-primary-hover:hover, :where(.uc-dark) .dark\:hover\:text-primary:hover, :where(.uc-dark) .dark\:text-primary-focus:focus, :where(.uc-dark) .dark\:focus\:text-primary:focus {
    --bs-text-opacity: 1;
    color: #032e52 !important;
}
:where(.uc-dark) .dark\:bg-primary-700, :where(.uc-dark) .dark\:bg-primary-700-hover:hover, :where(.uc-dark) .dark\:hover\:bg-primary-700:hover, :where(.uc-dark) .dark\:bg-primary-700-focus:focus, :where(.uc-dark) .dark\:focus\:bg-primary-700:focus {
    --bs-bg-opacity: 1;
    background-color: #032e52 !important;
}
.bg-primary, .bg-primary-hover:hover, .hover\:bg-primary:hover, .bg-primary-focus:focus, .focus\:bg-primary:focus {
    --bs-bg-opacity: 1;
    background-color: #032e52 !important;
}
.uc-link {
    color: #032e52;
}
.bg-secondary, .bg-secondary-hover:hover, .hover\:bg-secondary:hover, .bg-secondary-focus:focus, .focus\:bg-secondary:focus {
    --bs-bg-opacity: 1;
    background-color: rgb(102 101 108 / 25%) !important;
}
.from-secondary {
    --uc-gradient-from: #032e521f;
    --uc-gradient-stops: var(--uc-gradient-from), var(--uc-gradient-to);
}
.uc-dropbar-inner.after-bg.bg-fill::after {
    width: 106.3vw;
}
#contact_submit .form-group{
    position: relative;
}
#contact_submit .form-group .error-message{
    position: absolute;
    top: 3px;
    right: 8px;
    color: #032e52;
    font-size: 14px;
}
.mh-180{
    max-height: 180px;
}
.text-primary, .text-primary-hover:hover, .hover\:text-primary:hover, .text-primary-focus:focus, .focus\:text-primary:focus {
    --bs-text-opacity: 1;
    color: #032e52 !important;
}
.section-head p {
    padding-top: 10px;
    color: #494949;
    font-size: 18px;
    line-height: 30px;
}
.section-head.style2 p {
    padding-top: 0;
    font-size: 18px;
    line-height: 30px;
}
.list-faqs {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}
.list-faqs li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.list-faqs li a:hover, .list-faqs li a.active {
    background-color: #032e52;
    color: #ffffff !important;
}
.list-faqs li a span {
    width: 100%;
    display: inline-flex;
}
.list-faqs li a:hover svg, .list-faqs li a:hover *, .list-faqs li a.active svg, .list-faqs li a.active * {
    color: #ffffff !important;
}
.list-faqs li a svg {
    display: inline-block;
    margin-top: 4px;
    transition-duration: 0.2s;
}
.list-faqs li a {
    display: flex;
    padding: 14px 26px 16px 26px;
    border: 1px solid #ECF1F2;
    color: #020d26;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.list-faqs li a i{
    margin-right: 10px;
    font-size: 20px;
}
.list-faqs.concepts{
    justify-content: center;
    display: flex;
}
.list-faqs.concepts li{
    width: inherit;
}
.list-faqs.concepts li a{
    border-radius: 20px;
}
.icon-16 {
    height: 16px;
}
.cases.tab-content-slider{
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
    margin-top: 0;
    height: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
.cases ul, .inner-text ol, .inner-text ul {
}
.cases ul li, .inner-text ol li, .cases p {
    font-size: 18px;
    line-height: 32px;
}
.cases .case_img{
    margin: -30px -30px -30px -30px;
    width: calc(100% + 60px);
    max-width: inherit;
    border-bottom: 12px solid #fd4414;
}
.cases .case_title span{
    background-color: #032e52;
    color: #ffffff !important;
    padding: 0 10px;
}

.cases .use-case [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cases .use-case [class*="col-"] .inner-col {
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
    border: 1px solid #d0d0d094;
    border-radius: 4px;
    text-align: center;
    height: 100%;
}
.cases .use-case [class*="col-"] span.title{
    display: block;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cases .use-case [class*="col-"] span.dec{
    display: block;
    margin-bottom: 10px;
}
.cases .use-case [class*="col-"] span.title,
.cases .use-case [class*="col-"] span.dec {
    font-size: 15px;
    line-height: 20px;
}
.cases .use-case [class*="col-"] img{
    opacity: .8;
}
.list-faqs.sticky{
    position: sticky;
    top: 80px;
    height: fit-content;
    z-index: 10;
}
.section.bg-faqs{
    margin-bottom: 150px;
}
.contact-component {
    background-position: center;
}
.inquiry-form{
    height: inherit;
}
.list-faqs li a {
    display: flex
;
    padding: 14px 26px 16px 26px;
    border: 1px solid #ECF1F2;
    color: #020d26;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.portfolio-files { /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count:4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
}
.cases .use-case [class*="col-"] .inner-col{
    position: relative;
    background: #fffaf8;
}
.cases .use-case [class*="col-"] .inner-col div.step_case{
    position: absolute;
    top: -45px;
    width: 100%;
    left: 0;
}
.cases .use-case [class*="col-"] img{
    opacity: 1;
    padding: 10px;
    background: #fff;
}
.cases .use-case [class*="col-"] .inner-col div.step_case span{
    background: #fd4414;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 15px;
}
.cases .use-case [class*="col-"] .inner-col div.title_case_step {
    background: #fffaf8;
    padding: 13px 10px;
    color: #232323;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #d0d0d094;
}
.cases_oplossing_title{
    margin-bottom: 65px;
}
.cases .use-case [class*="col-"] .inner-col div.descrip_case_step{
    padding: 13px 10px;
    text-align: center;
    background: #fffaf8;
    font-size: 15px;
    border-top: 1px solid #d0d0d094;
}
.uc-nav.uc-nav-modern li {
    background-color: rgba(128, 128, 128, 0.0862745098);
    border-radius: 10px;
}
.uc-nav.uc-nav-modern .uc-active, .uc-nav.uc-nav-modern li:hover {
    background-color: #032e52;
    color: #ffffff !important;
}
.href-tabs{
    margin: -15px;
    padding: 20px 15px !important;
}
@media (min-width: 1200px) {
.uc-nav.sticky {
    position: sticky;
    top: 80px;
    height: fit-content;
    z-index: 10;
}
}
.energy.widget_getintuch {
    padding: 30px;
    margin-bottom: 40px;
}

.energy.widget_getintuch li {
    padding-left: 0;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}
.list-ticks li i.unicon-checkmark {
    color: #032e52;
    font-size: 20px;
}
.widget_getintuch ul{
    padding: 0;
}
.widget_getintuch ul li span{
    margin-left: 15px;
}
.uc-navbar-nav > li > a[aria-expanded=true] {
    box-shadow: inset 0px 3px #032e52;
}
.uc-navbar-nav > li:hover > a, .uc-navbar-nav > li > a[aria-expanded=true] {
    opacity: 1;
}
.border-primary, .border-primary-hover:hover, .hover\:border-primary:hover, .border-primary-focus:focus, .focus\:border-primary:focus {
    --bs-border-opacity: 1;
    border-color: #032e52 !important;
}
.btn-alt-primary {
    color: #032e52 !important;
}
.btn-alt-primary:hover, .btn-alt-primary:focus {
    background: #032e52 !important;
    color: white !important;
}
.btn-alt-primary.contrast-shadow-sm{
    box-shadow: 2px 2px 0 0 #032e52 !important;
}
.btn-alt-primary.contrast-shadow-sm-hover:hover, .btn-alt-primary.hover\:contrast-shadow-sm:hover {
    box-shadow: 2px 2px 0 0 #d73c13 !important;
}
hr.splitter {
    margin: 2rem 0;
    color: #aeaeae;
    border-top: 1px dashed;
    width: 100%;
}
.bg-light-custom {
    --bs-bg-opacity: 1;
    background-color: #f3f5f6;
}
.footer-usp{
    font-size: 20px;
}
.remove_pav_login{
    text-decoration: none;
}
.auth_modal .form-group label.error{
    color: #a03535;
}
.to-primary {
    --uc-gradient-to: #fc4514;
}
.via-dark-to {
    --uc-gradient-stops: #c33942, #0000008f, #0c2071 !important;
}
.logo_white{
    display: none;
}
.home_dark .uc-navbar-transparent .logo_white{

}
.home_dark .uc-sticky-below .logo_white{

}
.home_dark .uc-header.uc-sticky-fixed .logo_white{

}
.home_dark .uc-navbar-transparent .logo_white{
    display: block;
}
.home_dark .uc-navbar-transparent .logo_dark{
    display: none;
}
.home_dark .uc-navbar-transparent .uc-navbar-nav li a,
.home_dark .uc-navbar-transparent .uc-navbar-nav li a[aria-expanded=true]{
    color: #fff !important;
    font-weight: 700;
}
.home_dark .uc-navbar-transparent .uc-navbar-nav li a .uc-navbar-parent-icon *{
    stroke: #ffffff !important;
}
.home_dark .uc-navbar-transparent .uc-navbar-nav li a:hover{
    color: #fff !important;
}
.home_dark .uc-navbar-transparent .uc-navbar-right .nav-x li a,
.home_dark .uc-navbar-transparent .uc-navbar-right .nav-x li a[aria-expanded=true]{
    color: #fff;
}
.home_dark .uc-navbar-transparent .uc-navbar-nav .languages li a,
.home_dark .uc-navbar-transparent .uc-navbar-nav .languages li a:hover{
    color: inherit !important;
}
.uc-navbar-nav > li > a[aria-expanded=true]{

}
body{
    max-width: 1650px;
    margin: 0 auto;
}
.dealer-pb{
    padding-bottom: 155px;
}
.home_dark .uc-navbar-toggle-icon svg{
    color: rgb(253 253 255);
}
.uc-offcanvas-bar {
    width: 340px;
}
.max-w-100px, .max-w-100px-hover:hover, .hover\:max-w-100px:hover {
    height: 100%;
}
.line--inheri{
    line-height: inherit;
}
.fourpage{
    background: #fff;
    margin: -140px auto 0;
    text-align: center;
    position: relative;
    padding: 50px;
    border-radius: 20px;
}

@media (max-width: 591px) {
    .mores-ss-style{
        font-size: 12px;
    }
}
@media (max-width: 391px) {
    .mores-ss-style{
        font-size: 12px;
    }
}
@media (max-width: 1291px) {
    .cases .use-case [class*="col-"] .inner-col div.step_case{
        display: none;
    }
}
.current_lang{
    border: 1px solid;
    margin-top: -1px;
}
.configurator .left-col, .configurator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.option_2, .configurator .navigation .title, .configurator .footer, body.template-color-15 a.brook-btn.bk-btn-theme, body.template-color-15 button.brook-btn.bk-btn-theme{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header__digital--broadcast .header-right-arrow .bk-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__digital--broadcast .header-right-arrow .bk-menu li {
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 15px;
    padding-right: 15px;
}
.header__digital--broadcast .header-right-arrow .bk-menu li a {
    font-weight: 700;
    line-height: 1.18;
    font-size: 18px;
    color: #222;
    font-family: louis_george_caferegular;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.header__digital--broadcast .header-left .bk-menu li:first-child {
    padding-left: 0;
}

.qty_bootstrap{
    display: block;
    margin: 20px 0;
}
.qty_bootstrap label{
    font-size: 14px;
    margin-bottom: 3px;
}
.qty_bootstrap input {
    color: #777;
    outline: 0;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    text-align: center;
    max-width: 120px;
    height: 40px;
}
.qty_bootstrap .btn {
    font-size: 18px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: inherit;
}
.qty_bootstrap .btn.btn_plus {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.qty_bootstrap .btn.btn_minus {
    color: #fff;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}
html.full_width {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.template-color-15, .template-color-15 .wrapper, .template-color-15 .wrapper .bg_color--1{
    height: 100%;
    overflow-y: hidden;
    position: relative;
    overflow-x: hidden;
    max-width: 100vw;
}
/*********************************************************************************
	Configurator
**********************************************************************************/
.configurator{
    height: 100%;
    overflow: hidden;
}

.option_2{
    height: 100%;
    width: 100%;
}

.configurator .navigation{

}
.configurator .navigation .content{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 30px 0;
    height: calc(100% - 230px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 647px;
}
/* Options */
.configurator .navigation{
    width: 100%;
    height: 100%;
    background-color: #fdfdfd;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(110%,0,0);
    transition: transform .3s ease;
}
.configurator .navigation .title{
    background-color: #032e521f;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-start;
    width: 100%;
}
.configurator .navigation .title label{
    width: 23px;
    height: 23px;
    color: #fff;
    background-color: #212529;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 0;
    line-height: 23px;
}
.header__digital--broadcast .header-left .bk-menu li a.active, .header__digital--broadcast .header-right-arrow .bk-menu li a.active{
    color: #212529;
}
.configurator .navigation .sidebar{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.configurator .left-col {
    width: 590px;
    position: relative;
}
.configurator .left-col {
    transition: width .3s ease;
}
.configurator .left-col {
    height: 100%;
    z-index: 1;
}
.configurator .right-col {
    transition: width .3s ease;
}
.min-h-100vh{
    min-height: 100vh;
}
.configurator .navigation  {
    transform: translateZ(0);
}
.configurator .navigation .option p.discription{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px;
}
.configurator .navigation .option .models .model{
    margin-bottom: 20px;
    cursor: pointer;
}
.configurator .navigation .option .models .model img{
    border: 1px solid #e6e6e6;
}
.configurator .navigation .option .models .model p{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 15px;
}
.configurator .navigation .option .models .model p.stitle{
    font-weight: 600;
}
.configurator .navigation .option .models .model:hover p.stitle, .configurator .navigation .option .models .model.selected p.stitle{
    color: #212529;
}
.configurator .navigation .option .models .model.selected img{
    border-color: #212529;
}
.configurator .navigation .option .models .model p.sub-title{
    margin: 0;
    font-size: 12px;
}
.configurator .navigation .footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 90px;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
}
.configurator .navigation .footer span.nav_step{
    line-height:60px;
    vertical-align: center;
}
.configurator .navigation .footer button.previeus.disabled, .configurator .navigation .footer button.next.disabled{
    background: 2125296b;
}
.configurator .navigation .footer button.previeus.disabled:hover, .configurator .navigation .footer button.next.disabled:hover{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.configurator .navigation .footer button.previeus{

}
.configurator .navigation .footer button.next{

}
a.brook-btn.bk-btn-gradient-pink, button.brook-btn.bk-btn-gradient-pink{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,#004181),color-stop(85%,#0059b1));
    background: -moz-linear-gradient(150deg,#004181 40%,#0059b1 85%);
    background: -webkit-linear-gradient(150deg,#004181 40%,#0059b1 85%);
    background: -o-linear-gradient(150deg,#004181 40%,#0059b1 85%);
    background: -ms-linear-gradient(150deg,#004181 40%,#0059b1 85%);
    background: -webkit-linear-gradient(300deg,#004181 40%,#0059b1 85%);
    background: -o-linear-gradient(300deg,#004181 40%,#0059b1 85%);
    background: linear-gradient(150deg,#004181 40%,#0059b1 85%);
}
.configurator .option_1 .img-container{
    cursor: pointer;
}
.configurator .option_1 .content-container{
    position: absolute;
    bottom: 13px;
    width: 93%;
    text-align: center;
}
.configurator .option_1 .content-container button.bk-btn-white-border{
    float: left;
    background: #fff;
}
.configurator .option_1 .content-container button.bk-btn-gradient-pink{
    float: right;
}
.configurator .navigation .colors .color-inner{
    width: 100%;
    height: 70px;
    border: 1px solid #eae4d2;
}
.configurator .navigation .colors .color{
    cursor: pointer;
    margin-bottom: 10px;
}
.configurator .navigation .colors .color-inner.selected{
    border: 1px solid #212529;
}
.configurator .navigation .colors .color p.name{
    text-align: center;
    font-size: 13px;
    margin: 0;
}
.configurator .navigation .colors .color p.price{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.configurator .navigation .colors .color.color-1000 .color-inner:after {
    content: 'x';
    position: absolute;
    left: 38%;
    top: 28%;
    font-size: 60px;
    color: #eaeaea;
}
.configurator .navigation .color_devider{
    margin-bottom: 20px;
}
.configurator .check-box label{
    position: relative;
    padding-left: 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    margin: 0;
    cursor: pointer;
}
.configurator .check-box input[type=checkbox] {
    width: auto;
    height: auto;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #151515;
    cursor: pointer;
}
.configurator textarea {
    color: #777;
    background-color: #fff;
    height: 150px;
    width: 100%;
    outline: 0;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    padding: 12px 20px 3px;
    max-width: 100%;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
/* 3D rendering */
.configurator .right-col{
    background-color: #f6f6f8;
    width: calc(100% - 590px);
    height: 100%;
    z-index: 0;
}
.configurator .render{
    position: relative;
    height: calc(100% - 274px);
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.configurator .render .rendering {
    width: 100%;
    height: 100%;
    cursor: ew-resize;
}
.configurator .footer {
    width: 100%;
    height: 90px;
    margin: 0;
    z-index: 1;
    background-color: #032e521f;
}
.configurator .render .footer .price {
    background-color: #212529;
    padding: 0 30px;
    margin-right: auto;
    width: 300px;
    color: #fff;
    height: 100%;
    position: relative;
}
body.template-color-15 a.brook-btn.bk-btn-theme, body.template-color-15 button.brook-btn.bk-btn-theme {
    background: #004181;
}
.configurator .render .footer .price .total-price {
    z-index: 999;
    cursor: pointer;
    transition: opacity .3s ease;
}
.configurator .render .footer .price>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}
.configurator .render .footer .price>div>div {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.configurator .render .footer .price p.first-price{
    background-color: #212529;
    text-decoration: line-through;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    font-size: 14px!important;
    padding: 0 5px;
    display: block;
}
.configurator .render .footer .price p.final-price{
    font-size: 1.625rem;
    font-weight: 400;
    margin-top: -5px;
    color: #fff;
}
.configurator .render .footer .price p.sub-txt{
    font-size: .65rem;
}
.configurator .render .footer .price .detail-price {

}


.row-ups {
    height: 40px;
    background: linear-gradient( 88deg ,#004181,#0059b1);
    padding: 0 60px;
    margin-left: 100px;
    margin-right: 100px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    display: -ms-flexbox;
    display: flex;
}
.discount_table{

}
.discount_table thead{
    background: #212529;
}
.discount_table thead tr th{
    padding: 5px;
    line-height: 20px;
}
.discount_table thead tr th span{
    color: #ffffff;
}
.discount_table tbody tr{

}
.discount_table tbody tr td{
    padding: 5px;
    line-height: 20px;
}
.configurator .navigation .option .models .model p.sub-title.price_sub{
    font-size: 10px;
    margin-top: 10px;
}
.configurator .navigation .option .models .model p.sub-title.price_sub span{
    font-size: 14px;
    font-weight: 600;
    background: #212529;
    color: #fff;
    padding: 5px;
}
/*********************************************************************************
	Cart
**********************************************************************************/
.cart-table .table tbody tr td.pro-thumbnail, .cart-table .table tbody tr td.pro-title, .cart-table .table thead tr th.pro-thumbnail, .cart-table .table thead tr th.pro-title{
    text-align: left;
}
.cart-table td.pro-subtotal span {
    color: #212529;
}
.cart-table td.pro-title span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
#billing-form .mb--20{
    position: relative;
}
.checkout-form label.error {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 12px;
    color: #212529;
}
.checkout-form input.error, .checkout-form .nice-select.error{
    border: 1px solid #212529;
}

.service_area .icon-box .inner .icon{
    color: #212529;
}

.faq_accordion .card-header{
    background: 0;
    padding-left: 0;
}
.faq_accordion .accordion .card{
    background: 0;
    border: 0;
}

.faq_accordion .card-header button{
    display: block;
    width: 100%;
    text-align: left;
    color: #222e3c;
    font-weight: 600;
}
.faq_accordion .card-header button i{
    float:right;
    margin-top: 8px;
}
.member_form a{
    color: #222;
}
.member_form a:hover{
    color: #212529;
}
.bg_color--3 {
    background: #004181;
}
.checkout-form input:disabled{
    background-color: #e4e4e480;
    opacity: .5;
}
.mini-cart{
    margin-right: 25px;
    margin-left: 15px;
    margin-top: -5px;
}
.mini-cart .mini-cart-button {
    color: #222;
    position: relative;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    cursor: pointer;
}
.mini-cart .mini-cart-button button {
    border: 0 none;
}
.mini-cart .mini-cart-button::after{
    color: #222;
    position: absolute;
    top: -4px;
    right: -13px;
    padding: 0 4px;
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    content: attr(data-count);
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    background-color: rgba(0,0,0,0);
}
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner .option ul{
    padding: 0;
    margin: 1px;
    font-size: 12px;
    line-height: 18px;
}
.mini-cart .shopping-cart .shop-inner ul.product-list li .content .inner .option ul li{
    margin: 0;
}
body.template-color-15 .mini-cart .shopping-cart .footer a.cart-btn, .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #004181;
    background-color: #004181;
    height: 35px;
    line-height: 35px;
    min-width: 160px;
}
body.template-color-15 .mini-cart .shopping-cart, .mini-cart .shopping-cart {
    border-bottom: 2px solid #004181;
}
.min_height{

}
.breadcrumbs.panel{
    margin-top: 65px;
}
.cart-details table .pro-title ul{
    list-style: circle;
    padding-left: 15px;
    margin-top: 5px;
    font-size: 14px;
}
.pro-quantity .pro-qty{
    display: flex;
}
.pro-quantity .pro-qty .qtybtn{
    background: #1c1c1e24;
    padding: 8px;
    color: #1c1c1e;
    cursor: pointer;
}
.pro-quantity .pro-qty input{
    border-radius: 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    max-width: 70px;
}
.remove_from_cart{
    text-decoration: none;
}
.configurator .selector{
    position: relative;
}
.configurator .selector img{
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    width: 100%;
}
.col-product-img{
    margin: -16px;
    border-top-left-radius: 5px;
}
.col-product-list .row.d-flex .col-product-img{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.col-product-list .row.d-flex:first-child .col-product-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 0;
}
.col-product-list .row.d-flex:last-child .col-product-img{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
}