/* LATER OPKUISTEN :-) */

/*SITEBOARD OVERRIDE*/

#step-4 h3 {
    font-size: 26px !important;
    line-height: 26px !important;
    margin: 10px 0 !important;
    padding: 6px 0 19px !important;
}

#step-4 .nn_tooltips-link {
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    box-shadow: 0 0 2px 2px #eee;
}

.btn-filling strong {
    font-size: 13px;
}

.mod-kasten .span9 h3 {
    text-align: center;
}

#step-4 label span {
    text-align: center;
}

/*Input velden locaties*/

.dimensions {
    position: relative;
    padding-bottom: 25px;
}

.dimension-variables {
    text-align: left;
    border-radius: 2px;
    color: #fff;
    line-height: 40px;
    padding: 0;
    font-weight: 400;
}

.dimensions .dimension-variables {
    position: relative;
}

.room {
    position: relative;
}

.arrows {
    position: absolute;
    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;
    opacity: 0;
}

.leftArrow.width {
    top: 41%;
    left: calc(23% - 5px);
    animation-name: bounce-1;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.width {
    top: 41%;
    right: calc(21% + 4px);
    animation-name: bounce-2;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.depth {
    top: calc(66% - 0px);
    right: calc(17% - 5px);
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.depth {
    bottom: 6%;
    right: calc(2% + 2px);
    animation-name: bounce-8;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.rotateAr, .rightArrow.rotateAr {
    transform: rotate(90deg);
}

.leftArrow.depth.rotateAr, .rightArrow.depth.rotateAr {
    transform: rotate(37deg);
}

.leftArrow.rotateSlopeAr, .rightArrow.rotateSlopeAr {
    transform: rotate(34deg);
}

.leftArrow.lslope.rotateSlopeAr, .rightArrow.lslope.rotateSlopeAr {
    transform: rotate(145deg);
}

.leftArrow.height {
    top: calc(12% - 2px);
    left: 44%;
    animation-name: bounce-3;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.height {
    top: calc(57% + 2px);
    left: 44%;
    animation-name: bounce-4;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.rside {
    top: 27%;
    right: 25%;
    animation-name: bounce-3;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.rside {
    top: calc(57% + 2px);
    right: 25%;
    animation-name: bounce-4;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.lside {
    top: calc(27% - 0px);
    left: calc(18% + 4px);
    animation-name: bounce-9;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.lside {
    top: calc(57% + 2px);
    left: calc(18% + 2px);
    animation-name: bounce-10;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.rslope {
    top: 10%;
    right: calc(32% + 3px);
    animation-name: bounce-5;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.rslope {
    top: 20%;
    right: calc(21% + 2px);
    animation-name: bounce-6;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.lslope {
    top: 1%;
    left: calc(29% - 4px);
    animation-name: bounce-11;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.lslope {
    top: calc(11% + 1px);
    left: calc(18% - 4px);
    animation-name: bounce-12;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.rightArrow.back {
    top: calc(57% + 1px);
    left: calc(18% + 3px);
    animation-name: bounce-3;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow.back {
    top: 27%;
    left: calc(18% + 3px);
    animation-name: bounce-4;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    opacity: 1;
}

.leftArrow {
    background: url(../../../images/v2/rooms/leftArrow.svg) no-repeat 0 0;
    width: 59px;
    height: 51px;
}

.rightArrow {
    background: url(../../../images/v2/rooms/rightArrow.svg) no-repeat 0 0;
    width: 59px;
    height: 51px;
}

.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-4 {
    animation-name: bounce-4;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-5 {
    animation-name: bounce-5;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-6 {
    animation-name: bounce-6;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-7 {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-8 {
    animation-name: bounce-8;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-9 {
    animation-name: bounce-9;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-10 {
    animation-name: bounce-10;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-11 {
    animation-name: bounce-11;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

.bounce-12 {
    animation-name: bounce-12;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}


@keyframes bounce-1 {
    0% {
        transform: scale(1, 1) translateX(0);
    }
    10% {
        transform: scale(1.1, .9) translateX(0);
    }
    30% {
        transform: scale(.9, 1.1) translateX(-20px);
    }
    50% {
        transform: scale(1.05, .95) translateX(0);
    }
    57% {
        transform: scale(1, 1) translateX(-7px);
    }
    64% {
        transform: scale(1, 1) translateX(0);
    }
    100% {
        transform: scale(1, 1) translateX(0);
    }
}

@keyframes bounce-2 {
    0% {
        transform: scale(1, 1) translateX(0);
    }
    10% {
        transform: scale(1.1, .9) translateX(0);
    }
    30% {
        transform: scale(.9, 1.1) translateX(20px);
    }
    50% {
        transform: scale(1.05, .95) translateX(0);
    }
    57% {
        transform: scale(1, 1) translateX(7px);
    }
    64% {
        transform: scale(1, 1) translateX(0);
    }
    100% {
        transform: scale(1, 1) translateX(0);
    }
}

@keyframes bounce-3 {
    0% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(90deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(90deg) scale(.9, 1.1) translateX(-20px);
    }
    50% {
        transform: rotate(90deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(90deg) scale(1, 1) translateX(-7px);
    }
    64% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-4 {
    0% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(90deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(90deg) scale(.9, 1.1) translateX(20px);
    }
    50% {
        transform: rotate(90deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(90deg) scale(1, 1) translateX(7px);
    }
    64% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-5 {
    0% {
        transform: rotate(35deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(35deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(35deg) scale(.9, 1.1) translateX(-20px);
    }
    50% {
        transform: rotate(35deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(35deg) scale(1, 1) translateX(-7px);
    }
    64% {
        transform: rotate(35deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(35deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-6 {
    0% {
        transform: rotate(35deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(35deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(35deg) scale(.9, 1.1) translateX(20px);
    }
    50% {
        transform: rotate(35deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(35deg) scale(1, 1) translateX(7px);
    }
    64% {
        transform: rotate(35deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(35deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-7 {
    0% {
        transform: rotate(37deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(37deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(37deg) scale(.9, 1.1) translateX(-20px);
    }
    50% {
        transform: rotate(37deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(37deg) scale(1, 1) translateX(-7px);
    }
    64% {
        transform: rotate(37deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(37deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-8 {
    0% {
        transform: rotate(37deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(37deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(37deg) scale(.9, 1.1) translateX(20px);
    }
    50% {
        transform: rotate(37deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(37deg) scale(1, 1) translateX(7px);
    }
    64% {
        transform: rotate(37deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(37deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-9 {
    0% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(90deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(90deg) scale(.9, 1.1) translateX(-20px);
    }
    50% {
        transform: rotate(90deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(90deg) scale(1, 1) translateX(-7px);
    }
    64% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-10 {
    0% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(90deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(90deg) scale(.9, 1.1) translateX(20px);
    }
    50% {
        transform: rotate(90deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(90deg) scale(1, 1) translateX(7px);
    }
    64% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(90deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-11 {
    0% {
        transform: rotate(145deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(145deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(145deg) scale(.9, 1.1) translateX(-20px);
    }
    50% {
        transform: rotate(145deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(145deg) scale(1, 1) translateX(-7px);
    }
    64% {
        transform: rotate(145deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(145deg) scale(1, 1) translateX(0);
    }
}

@keyframes bounce-12 {
    0% {
        transform: rotate(145deg) scale(1, 1) translateX(0);
    }
    10% {
        transform: rotate(145deg) scale(1.1, .9) translateX(0);
    }
    30% {
        transform: rotate(145deg) scale(.9, 1.1) translateX(20px);
    }
    50% {
        transform: rotate(145deg) scale(1.05, .95) translateX(0);
    }
    57% {
        transform: rotate(145deg) scale(1, 1) translateX(7px);
    }
    64% {
        transform: rotate(145deg) scale(1, 1) translateX(0);
    }
    100% {
        transform: rotate(145deg) scale(1, 1) translateX(0);
    }
}


#closet-measurements {
    position: relative;
}

.fa-info-circle::before {
    color: #fd4f7d;
    font-size: 24px;
    padding: 0 9px 0 0;
}

.fa {
    display: none !important;
}

.prog-step1, .prog-step2, .prog-step3, .prog-step4 {
    text-align: center;
}

.mod-kasten {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

#step-4 a.click-to-pop {
    pointer-events: none;
    cursor: default;
}

.colors, .extras {
    text-align: center;
    width: 100%;
    min-height: 230px;
}

form#closet-form {
    margin: 0 0 20px;
    text-align: center;
}
.final-result {
    margin: 0 0 20px;
    text-align: center; 
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
	/* grid-gap: 20px; */
}

a.click-to-pop:hover .click-division {
    background-color: #DBEFFA;
}

.prog-wrap h4 {
    color: #222;
    margin: 18px 0;
}

.prog-wrap span {
    background-color: #ddd;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 34px;
    line-height: 34px;
    text-align: center !important;
    width: 34px;
    margin-right: 4px;
}

.prog-wrap .active span {
    background-color: #8d6031;
}

.prog-wrap h4 {
    font-size: 19px;
}

.prog-wrap {
    background-color: #fff;
    border-radius: 2px;
    margin: 20px 0 4px;
    padding: 10px 0 0 30px;
}

.final-result .division-small, 
#step-3 .division-small, 
#step-4 .division-small {
    height: calc(100% - 20px);
    width: 82px;
}

.sideboard #step-3 .division-small, 
.sideboard #step-4 #closet-final-inside .division-small {
    height: 146px;
    width: 76px;
}

.sideboard #step-3 .division-medium, .sideboard #step-4 #closet-final-inside .division-medium {
    height: 146px;
    width: 136px;
}

.sideboard #closet-filling {
    margin: 40px auto;
}

.sideboard #step-4 #closet-final-outside .division-small, .sideboard #step-4 #closet-final-outside .division-medium {
    height: 146px;
}

#step-4 #filling-picker-bottom .click-divisions-bottom {
    margin-top: 186px;
}

.final-result #closet-final-inside,
#step-4 #closet-final-inside {
    min-height: 230px;
    margin-bottom: 40px;
}

#step-4 #closet-finishing-touch {
    margin-right: 30px;
    margin-left: 30px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#step-3 .division-medium {
    height: calc(100% - 20px);
    width: 164px;
}


#step-4  .division-medium ,
.final-result  .division-medium {
    height: calc(100% - 20px);
    width: 164px;
}

closet-final-outside .colors, .extras, #closet-final-view {
    float: left;
    margin: 0 0 20px;
}

.colors img {
    position: relative;
    float: left;
    height: 48px;
    width: 48px;
    border-radius: 6px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.extras img {
    position: relative;
    float: left;
    height: 100px;
    width: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.img-tooltip {
    width: 250px;
    height: 250px;
}

.mod-kasten .step-wrap {
    height: 52px;
    margin: 28px 0 0;
}

.mod-kasten .step {
    margin-top: 0;
}

.summary-wrap 
 {
    display: flex;
}



  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
 

    .bottomDuplicate{
        display: block;
        margin-top: 40px;
    }
  

#summary-total-price span, #summary-total-price-quote span {
    font-size: 25px !important;
    letter-spacing: 1px;
    font-weight: 400;
}

#closet-choose-divisions label {
    margin: 10px 15px !important;
}

#closet-form {
    margin: 0 0 0 30px;
}

.step {
    margin-left: 0;
    display: none;
}

#summary {
    color: #fff;
    line-height: 20px;
    padding: 15px 20px;
    display: flex;
    width: 69%;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 222px;
}

.summary-end {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.summary-end small {
    margin-right: 40px;
}

.img-example {
    width: 32%;
}

#summary p {
    font-size: 13.5px;
    margin: 0 0 5px;
    font-weight: 400;
}

#summary span {
    font-size: 17px;
    line-height: 25px;
}

#summary h3 {
    color: #fff;
    line-height: 24px;
    margin: 0 0 8px;
}

/* END OPKUISEN :-) */

.mod-kasten .active {
    display: block;
}

.button-group #button-prev:disabled {
    display: none;
    float: left;
}

#closet-form label>input {
    /* HIDE RADIO */
    display: none;
}

#closet-form label>input+span img {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 3px solid transparent;
}

#closet-form label>input:checked+span img {
    /* (CHECKED) IMAGE STYLES */
    border: 3px solid #8d6031;
}

#closet-form label>input+div {
    cursor: pointer;
}

#closet-form label>input:checked+div {
    /* (CHECKED) div styles */
    border: 3px solid #8d6031;
}

form#closet-form {
    line-height: 0;
    /* Importent reset */
}

#closet-form p {
    line-height: 26px;
    margin: 10px 0 30px;
}

/* ---------- step 1 -----------*/

#closet-measurements input {
    width: 160px;
    text-align: center;
    margin-left: 12px;
    border: 0;
}

#closet-measurements input:invalid {
    color: #ff0000;
    /* border: 1px solid #ff0000; */
}

#closet-measurements input[disabled]::placeholder {
    color: rgb(231, 231, 231);
}

#closet-measurements .dimension {
    display: block;
    padding: 0 6px 0 10px;
}

#closet-measurements .units {
    margin-left: 5px;
    color: #fff;
}

#closet-measurements .info {
    background-color: #fd4f7d;
    color: #fff;
    margin-top: 2px;
    padding: 2px 5px;
}

/* ---------- step 2 -----------*/

p.number-of-doors {
    margin: 15px 0;
}


.closet-divisions {
    background-repeat: repeat;
    background-size: 90% auto;
    /* background-color: #fafafa; */
    display: inline-block;
    margin: 0;
    padding: 0px;
    position: relative;
}

.closet-divisions.outstanding::before {
    content: '';
    background: repeating-linear-gradient( 45deg, transparent, transparent 2px, #fff 2px, #fff 20px), linear-gradient( to bottom, #f1f1f1, #F1F1ED);
    height: calc(100% - 36px);
    display: block;
    width: calc(100% - 59px);
    position: absolute;
    left: 32px;
    z-index: -1;
}

.closet-divisions.outstanding #closet-filling #filling-picker-top .closet-divisions {
    text-align: left;
    position: relative;
}

.click-division.division-closet.ui-droppable.ui-draggable.ui-draggable-handle {
    overflow: visible;
}

/* hard code*/

.ceiling {
    position: absolute;
    top: 19px;
    width: calc(100% - 70px);
    left: 36px;
    border-bottom: 2px dashed #D8DEFC;
}

.walls {
    border: 4px solid #EFF2F2;
    border-bottom: 0;
    height: calc(100% - 8px);
    width: 100%;
    position: absolute;
    left: 0;
}

.leftWall {
    border-left: 30px solid #ABADAF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: calc(100% - 17px);
    width: 32px;
    position: absolute;
    top: 4px;
    left: 0;
}

.rightWall {
    border-right: 30px solid #ABADAF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    height: calc(100% - 18px);
    width: 32px;
    position: absolute;
    top: 4px;
    right: 0;
}

.floor {
    border-bottom: 16px solid #4667EE;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: calc(100% - 5px);
    position: absolute;
    bottom: 20px;
    left: 4px;
    transition: all 0.5s ease-out;
}
.disabledFloor {
    transition: none;
    border-right-width: 0;
    display: none;
}

.rightAdditionalPlank, .leftAdditionalPlank {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: calc(100% - 21px);
    background: #EFF2F2;
    border: 1px solid #999;
    z-index: 2;
}

.rightAdditionalPlank {
    left: auto;
    right: 2px;
}

.final-result .floor, 
#step-4 .floor, 
.final-result .walls,
#step-4 .walls  {
    display: none;
}

.ui-droppable-active .floor, .ui-droppable-hover .floor {
    border-bottom: 16px solid #37C1FA;
}
.ui-droppable-active .disabledFloor, 
.ui-droppable-hover .disabledFloor {
    border-bottom-color: #37C1FA;
}

.floorBottomBorder, .floorTopBorder {
    height: 13px;
    background: #D4D4D0;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: calc(100% - 2px);
    z-index: 3;
}

.floorTopBorder {
    bottom:auto;
    top: -13px;
}

/* .final-result .floorBottomBorder,
#step-4 .floorBottomBorder {
    bottom: 1px;
} */

.closet-divisions div {
    display: inline-block;
}

.division-closet {
    height: 100%;
    background-size: 100% 100% !important;
    overflow: hidden;
}

.sideboard .division-closet {
    height: 90px;
}

.division-small {
    width: 75px;
}

.division-medium {
    width: 150px;
}

.division-medium .splitter {
    float: left;
    height: 100%;
    width: 50%;
}

/* ---------- step 3 -----------*/

#step-3 #filling-picker-top {
    width: calc(100% - 30px);
    line-height: 0;
    margin: 0 15px;
    position: relative;
    margin-top: 20px;
}

#step-3 #filling-picker-bottom {
    width: 100%;
    line-height: 26px;
}

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.hero {
    width: 100%;
    min-height: 100vh;
}


.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}

.list_cell {
    height: calc(100% - 10px);
    margin: 5px 0;
    list-style: none;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .list_cell {
        flex-basis: calc(33% - 16px);
    }
}

.list_caption {
    width: calc(50% - 40px);
    margin: 0 20px;
    list-style: none;
    font-weight: bold;
    color: #0747a6;
}

.list_card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    min-height: 210px;
    cursor: all-scroll;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list_card-header {
    text-transform: lowercase;
    font-weight: bold;
    padding: 7px 10px;
    color: #fd4f7d;
}

.owl-item .list_card-header, #step-3 .list_card-header {
    display: none !important;
}

.width100 .splitter {
    width: 100%;
}

.width100 .list_card {
    justify-content: center !important;
    display: flex !important;
}

.list_card-header strong {
    font-size: 12px;
    line-height: 14px;
}

#closet-filling .list_card-header {
    display: none !important;
}

#step-3 .filter-modules {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    line-height: 26px;
}

#step-3 .filter-modules span.selected {
    z-index: 999;
}

#step-3 .filter-modules span.selected::after {
    width: 115%;
}

#step-3 .filter-modules span:first-of-type {
    margin-right: 50px;
}

#step-3 .filter-modules span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000000;
    transition: all .3s ease;
    position: relative;
}

#step-3 .filter-modules span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: translate(0);
    width: 0;
    height: 5px;
    background-color: #fd4f7d;
    transition: all .3s ease;
    border-radius: 5px;
    z-index: -1;
}

.ask-popup {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    padding: 10px 15px;
    height: auto;
    text-align: center;
    line-height: 1.5;
    opacity: 0;
    color: #4a4a4a;
    border-radius: 0px;
    pointer-events: none;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 3;
}

.dimension-variables .ask-popup {
    left: 0px;
}

.ask-popup.show {
    opacity: 1;
    pointer-events: auto;
}

.ask {
    margin-left: 10px;
    width: 14px;
    height: 14px;
    top: 13px;
    right: 0;
    fill: #fff;
    stroke: #fff;
}
.tabsDivision .ask {
    position: absolute;
}
.dimension-variables .ask {
    top: 10px;
    right: 10px;
}

.hovered {
    background-color: #abaeb2;
}

.hide {
    display: none;
}

.choose-filling {
    background-color: white;
    border: 1px solid #1c94c4;
    display: none;
    overflow: hidden;
    padding: 12px 18px 18px 0;
    text-align: center;
}

.choose-filling img {
    border: 1px solid transparent;
    height: auto;
    margin-bottom: 12px;
    max-width: 100%;
    padding: 2px;
}

.choose-filling img:hover {
    border: 1px solid #fd4f7d;
}

a.invulling-tooltip {
    float: left;
    line-height: 22px !important;
    margin-left: 10px;
    position: relative;
    min-height: 280px;
    width: 160px;
}

/* ---------- step 4 -----------*/

#step-4 input[type="radio"], #step-4 input[type="checkbox"] {
    margin: 0 3px 0 12px !important;
}

#closet-filling {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.final-result #filling-picker-top,
#step-4 #filling-picker-top {
    display: inline-block;
    line-height: 0;
    background-size: 100% calc(100% - 22px);
    background-repeat: no-repeat;
    text-align: center!important;
    position: relative;
}

.final-result .walls,
#step-4 .walls {
    border-top: 4px solid #D4D4D0;
}

.button-group #button-add-product {
    background-color: #fd4f7d;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 5;
}

.final-result #filling-picker-bottom,
#step-4 #filling-picker-bottom {
    display: inline-block;
    margin-top: 0;
}

.final-result .closet-divisions,
#step-4 .closet-divisions {
    background-color: transparent;
    position: relative;
}


#step-4 .input-group {
    margin: 0 auto 22px;
    justify-content: center;
}

#step-4 #closet-finishing-touch label {
    display: inline-block !important;
    margin: 0 4px;
}

#closet-final-outside {
    margin: 0 0 50px;
}

#step-4 #closet-finishing-touch .input-group label {
    line-height: 0px;
}

#step-4 #closet-finishing-touch .mdfcolors .input-group label {
    line-height: 22px !important;
    font-size: 18px;
    position: relative;
}

/* sliders step 4*/

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
    background-color: #eee !important;
    font-size: 22px !important;
    padding: 23px 15px !important;
}

.rl_sliders.accordion>.accordion-group {
    border: 2px solid #e5e5e5 !important;
    border-radius: 0 !important;
    margin-bottom: 2px !important;
    width: 100% !important;
}



.rl_tooltips.popover {
    max-width: 450px;
    z-index: 999999;
}

.noscript div#off-menu_164 dl.level1 dl {
    position: static;
}

.noscript div#off-menu_164 dl.level1 dd.parent {
    height: auto !important;
    display: block;
    visibility: visible;
}

.owl-carousel {
    margin: 50px 0;
}

.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 20px;
}

.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
}

.content-page .owl-carousel .owl-nav button.owl-prev, .content-page .owl-carousel .owl-nav button.owl-next {
    background-color: #fd4f7d;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 34px;
    line-height: 34px;
    text-align: center !important;
    width: 34px;
    margin-right: 4px;
}

.content-page .owl-carousel .owl-nav button.owl-prev span, .content-page .owl-carousel .owl-nav button.owl-next span {
    vertical-align: top;
    display: inline-block;
    line-height: 32px;
    font-weight: bold;
}

#closet-choose-divisions .division-medium {
    background-image: url(../images/cab_medium.png);
    background-repeat: no-repeat;
}

#closet-choose-divisions .division-small {
    background-image: url(../images/cab_small.png);
    background-repeat: no-repeat;
}

#closet-filling #filling-picker-top .division-medium, #closet-filling #filling-picker-top .division-small {
    background: transparent;
}

#closet-finishing-touch .list_card-header {
    display: none !important;
}

#closet-finishing-touch #closet-final-inside .list_card-info {
    background-color: transparent;
}

#closet-finishing-touch #closet-final-inside .division-medium, #closet-finishing-touch #closet-final-inside .division-small {
    background-image: none;
}

.bord-bottom {
    position: relative;
}

#closet-filling-floor {
    width: 100%;
    position: relative;
    z-index: 0;
    white-space: nowrap;
}

.closet-filling-floorContainer {
    margin: 0 auto;
    position: relative;
}

.bord-bottom:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -13px;
    border-right: 2px dashed rgba(70, 103, 238, 0.5);
    height: 135px;
    transform-origin: 0% 0%;
}

.bord-bottom.bord-bottom0:before {
    border-right: 2px solid #4667EE;
}

.bord-bottom-last:after, .closet-filling-floorContainer:after {
    position: absolute;
    content: "";
    right: 0px;
    top: -13px;
    border-left: 2px solid #4667EE;
    height: 135px;
    -moz-transform: rotate(-57deg);
    -ms-transform: rotate(-57deg);
    -webkit-transform: rotate(-57deg);
    -o-transform: rotate(-57deg);
    transform: rotate(-57deg);
    transform-origin: 0% 0%;
}

.bord-bottom-last.dotted:after {
    border-left: 2px dashed rgba(70, 103, 238, 0.5);
}

.bord-bottom-last {
    display: none;
}

.closet-filling-floorContainer:after {
    top: -10px;
}

.border-solid:before {
    border: 1px solid #4667EE;
}

.border-dashed:before {
    border: 2px dashed #4667EE;
}
.lastStep {
    display: none;
    position: relative;
}


.addLeftCorner {
    position: absolute;
    z-index: 15;
    left: 0;
	width: 0;
	height: 0;

  border-right: 0px solid transparent;
}
.addRightCorner {
    position: absolute;
    z-index: 15;
    right: 0;
	width: 0;
	height: 0;

  border-right: 0px solid transparent;
}



.polygon {
    transition: all 0.5s ease-out;
}

.measure-modal {
    height: auto;
}

.cupboard-shipping-popup{
    display: block;
    position: relative;
}

.cupboard-shipping-block{
      text-align: center;
}
.cupboard-shipping-block h4{
    font-size: 22px;
}
.cupboard-shipping-btn-block{
    margin-top: 30px;
    text-align: center;
}

#c-country{
    width: 100%;
    height: 40px;
    padding: 4px;
}

.cupboard-shipping-error, .cupboard-shipping-top-error{
    display: none;
    color: #ff1201;
    font-weight: 500;
}

.body-background-cupboard{
    display: none;
}

.cupboard-close-btn{
    padding: 10px 15px;
    float: right;
}
