
/** MISC**/
.flex-10{
    width: 10%;
}
.flex-20{
    width: 20%;
}
.flex-25{
    width: 25%;
}
.flex-30{
    width: 30%;
}
.flex-40{
    width: 40%;
}
.flex-50{
    width: 50%;
}
.flex-60{
    width: 60%;
}
.flex-70{
    width: 70%;
}
.flex-75{
    width: 75%;
}
.flex-80{
    width: 80%;
}
.flex-90{
    width: 90%;
}
.flex-100{
    width: 100%;
}
/** MISC**/

.section-calculator-1{
    margin-top: 50px !important;
}
.section-calculator-1-content{
    display: block;
    width: 100%;
    position: relative;
}
.section-calculator-1-content h1{
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}


.calculator-placi-img{
    display: block;
    width: 100%;
    height: 318px;
}
.calculator-placi-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#calculator-filter-1{
    width: 45%;
}
.calculator-placi-flex{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.calculator-placi-flex-left, .calculator-placi-flex-right{
    padding: 0 15px;
}
.calculator-placi-input{
    position: relative;
    display: block;
    width: 100%;
}
.calculator-placi-input select, .calculator-placi-input input{
    display: block;
    width: 100%;
    color: #000000;
    border-bottom: 2px solid #707070;
    padding: 10px 14px 10px 0px;
    font-size: 1.05rem;
    font-size: 1.05rem;
    font-weight: bold;
    background:transparent;
    outline: none;
}
.calculator-placi-input input::placeholder{
    color: #000000;
}
.calculator-placi-input select:active, .calculator-placi-input input:active{
    outline: none;
    color: inherit;
}
.dims{
    font-weight: bold;
}
.calculator-tabs-navigator{
    font-size: 0;
    line-height: 0;
}
.calculator-tabs-navigator li{
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-right: 45px;
    text-align: center;
}
.calculator-tabs-navigator li a{
    position: relative;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 0 6px 0;
}
.calculator-tabs-navigator li a::after{
    content: '';
    position: absolute;
    top: calc(100% + 0px);
    width: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #7e7e7e;
    transition: 0.3s ease all;
}
.calculator-tabs-navigator li a:hover, .calculator-tabs-navigator li a:active{
    color: #7e7e7e;   
    transition: 0.3s ease all;
}
.calculator-tabs-navigator li a:hover::after, .calculator-tabs-navigator li a:active::after{
    width: 100%;
    background: #7e7e7e;
    transition: 0.3s ease all;
}
.calculator-tabs-navigator li a.is-selected{
    color: #7e7e7e;   
    transition: 0.3s ease all;
}
.calculator-tabs-navigator li a.is-selected::after{
    width: 100%;
    background: #7e7e7e;
    transition: 0.3s ease all;
}
.tiles-flex{
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
.tiles-box{
    padding: 0 0.6rem;
    width: 25%;
    /* flex: 0.5 1 auto;
    display: list-item; */
    list-style: none;
}
.tiles-element{
    display: block;
    text-decoration: none;
    color: inherit;
}
.tiles-element-img{
    position: relative;
    display: block;
    width: 100%;
    height: 14.1rem;
}
.tiles-element-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.tiles-element p{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.tiles-element-img-overlay{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.45);
    transition: 0.3s ease all;
}
.tiles-element:hover .tiles-element-img .tiles-element-img-overlay{
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease all;
}
.tiles-element:hover .tiles-element-img + p{
    color: #707070;
    transition: 0.3s ease all;
}
.select-inputs h2{
    font-size: 1.85rem;
    line-height: 1;
}
.perfect-flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}

.flex-left, .flex-right{
    padding: 0 0.8rem;
}

.selected-prod-pic{
    display: block;
    width: 100%;
    height: auto;
}
.selected-prod-pic img{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-bottom: 0.6rem;
    /* height: 100%;
    object-fit: contain;
    object-position: center center; */
}
.calculator-placi-input.constrain-width{
    width: 40%;
    margin: 0 auto;
}
.calculator-placi-input.constrain-width input{
    border: 2px solid #000000;
    padding: 8px 14px;
}
a.text-custom{
    font-size: 16px;
    line-height: 16px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}
a.calculate-page-btn{
    display: block;
    width: 100%;
}
.total-calculator-hold{
    text-align: center;
}
.total-calc{
    font-size: 1.45rem;
    text-transform: uppercase;
}
.total-calculator-hold ul{
    font-size: 0;
    line-height: 0;

}
.total-calculator-hold ul li{
    position: relative;
    display: inline-block;
    margin-right: 0.8rem;
    padding-right: 0.8rem;
    /* border-right: 2px solid #000000; */
    font-size: 1.05rem;
    line-height: 1.05rem;
    color: #000000;
}
.total-calculator-hold ul li::after{
    content: '';
    position: absolute;
    top: 6pt;
    transform: translateY(-5pt);
    width: 2px;
    height: 100%;
    background: #000000;
    right: 0;
}
.total-calculator-hold ul li.control-height::after{
    transform: translateY(0);
}
.total-calculator-hold ul li:last-of-type::after{
    display: none;
}
.total-calculator-hold ul li a{
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: inherit;
}
.total-calculator-hold ul li a:hover{
    text-decoration: none;
    color: inherit;
}
.total-calculator-hold ul li:last-of-type{
    margin-right: 0;
    padding-right: 0;
    border-right: none;   
}
.total-calculator-hold ul.ul1 li{
    font-weight: bold;
}

.control-btns-hold ul.ul3 li{
    font-weight: bold;
    border-right: none;
}
.control-btns-hold ul.ul3 li a{
    display: block;
    width: 24px;
}
.control-btns-hold ul.ul3 li a img{
    width: 100%;
}



.section-colectii-2{
    margin-top: 2.2rem;
}
.section-colectii-1-content h1{
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.center-btn{
    margin-top: 0.6rem;
    display: block;
    text-align: center;
}
.recalculate-page-btn img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    width: 1.2rem;
    position: relative;
    top: -0.1rem;
}
.recalculate-page-btn, .calculate-page-btn{
    width: 25%;
    text-align: center;
}
.center-btn p{
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0.6rem;
    margin-top: 1.6rem;
}

#section-calculator-2, #chooser, #calculator_final, .control-btns-hold{
    display: none;
}
#chooser h2{
    text-align: center;
}
.center-all .selected-prod-content{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.ajax-colectie, .ajax-tip{
    font-weight: 600;
}
.tiles-content-hold{
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 2.2rem;
}
.tiles-content-hold p{
    width: 80%;
    margin-right: auto;
}
.tiles-content-hold .tinvwl-shortcode-add-to-cart{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right:0;
}
.final-result-holder{
    width: 42.8%;
    padding: 20px 20px;
    margin: 4.23rem auto 0 auto;
}
.final-result{
    display: block;
    width: 100%;
}
.perfect-flex.calculator-flex{
    flex-wrap: wrap;
}
.perfect-flex .flex-left, .perfect-flex .flex-right{
    padding: 0 0.8rem;
    width: 100%;
}
.control-btns-hold{
    text-align: center;
}
.control-btns-hold ul li{
    display: inline-block;
    margin-right: 1.8rem;
}
.control-btns-hold ul li:last-of-type{
    margin-right: 0;
}
.control-btns-hold h3{
    font-weight: bold;
}
.prod-name{
    font-weight: 700;
    font-size: 1.85rem;
    margin-bottom: 1.85rem;
    line-height: 1;
    text-align: center;
}
.selprod{
    font-size: 1.85rem;
    line-height: 1;
    margin-bottom: 1.85rem;
}
.equal-input{
    width: 40%;
    margin: 0 auto;
}
.wishlist-det{
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.1rem;
}
.wishlist-det:first-of-type{
    margin-top: 8px;
}

.inline-calculator-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 9999;
}
.custom-inline-modal-holder{
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    background: #fff;
    padding: 20px 20px;
}
.close-inline-modal{
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    pointer-events: all;
    cursor: pointer;
}
.custom-inline-modal-holder h3{
    margin: 0.6vw 0 2vw 0;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
.section-colectii-1-content h1.cols{
    font-size: 2.75rem;
    line-height: 4rem;
    margin-bottom: 2.5rem;
}
@media screen and (max-width:990px){
    #calculator-filter-1{
        width: 100%;
    }
    .flex-50{
        width: 100%;
    }
    .tiles-box{
        width: 100%;
    }
    .center-all .selected-prod-content{
        width: 100%;
    }
    .calculator-placi-input.constrain-width{
        width: 100%;
    }
    .equal-input{
        width: 100%;
    }
    .final-result-holder{
        width: 100%;
    }
    .prod-name{
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .recalculate-page-btn, .calculate-page-btn{
        width: 100%;
    }
    .width-25{
        width: 100%;
    }
}
@media screen and (max-width:767px){
    .section-calculator-1{
        margin-top: 20px !important;
    }
    .calculator-tabs-navigator li a.is-selected{
        padding: 0 !important;
    }
    .calculator-tabs-navigator{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}