@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background: #fff;
}
.calculator-wrap button{ cursor: pointer; font-family: "Poppins", sans-serif;}
.calculator-wrap {
    font-family: "Poppins", sans-serif;
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.calculator-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.calculator-heading h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 38px;
    margin: 0;
    padding: 0;
}
.calculator-reset-btn button {
    border: none;
    background: none;
    color: #765AA5;
    font-size: 16px;
}
ul.calculator-box {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left
}
.calculator-top-bar {
    display: flex;
    background: #F8F8F8;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    box-sizing: border-box;
}
.calculator-right-info, .calculator-btn-info{
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 25px;
}
.calc-actions {
    display: flex;
    gap: 20px;
}
.calc-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
}
.calculator-top-bar h3 {
    font-size: 16px;
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.calc-shape img{
    max-width: 40px;
    float: left;
}
.calc-actions .btn{ border: none; font-size: 16px; font-weight: 400;}
.remove-btn {
    border: none;
    background: none;
    color: #A55A5A;
}
.edit-btn {
    color: #765AA5;
    border: none;
    background: none;
}
.calculator-info {
    width: 100%;
    float: left;
    margin:20px 0 80px 0
}

ul.calculator-box > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.select-btn {
    color: #765AA5;
    font-weight: 300;
}
ul.calc-shapes, ul.calc-material {
    margin: 0;
    padding: 0;
    list-style: none;
}

.calc-shape-heading {
    font-weight: 600;
    padding: 5px 0;
    font-size: 16px;
}

.calc-select {
    font-size: 14px;
    margin-bottom: 20px;
}
ul.calc-shapes > li, .calc-material > li {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
 
}
.calc-shape-box{
    position: relative;
    min-height: 350px;
}
.calc-shape-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.calc-material-info {
    font-size: 14px;
    margin-bottom: 10px;
}
.calc-material-heading {
    font-weight: 600;
    padding-bottom: 0px;
}
.calc-material-btn button, .edge-action button {
    border: #765AA5 1px solid;
    width: 100%;
    color: #765AA5;
    background: none;
    font-size: 16px;
    padding: 8px;
    font-weight: 600;
}
.calc-shape-btn button {
    border: #765AA5 1px solid;
    width: 100%;
    color: #765AA5;
    background: none;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}
.calc-material-img img {
    width: 100%;
    height: 100%;
}


.measurements-contain {
    display: flex;
    justify-content: space-between;
}
.measurement-lt {
    display: flex;
    gap: 40px;
}
ul.measurement-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.measurement-list > li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.measurement-val input {
    color: rgba(0,0,0,.6);
    border: rgba(0,0,0,.2) 1px solid;
    padding: 10px;
    font-size: 16px;
    font-family: 'Poppins';
    width: 180px;
}
.measurement-val .dynamic-readonly, 
.measurement-val .dynamic-readonly:focus {
    border: #fff 1px solid;
    outline: none;
}
.measurement-val .dynamic-readonly::placeholder {
    opacity: 0;
}
.measurement-list label {
    width: 35px;
}

.measurement-rt {
    max-width: 250px;
    text-align: center;
    padding-top: 100px;
}
.measurement-rt-info p {
    font-size: 12px;
    color: #E24242;
    line-height: 18px;
}
.save-wrap .savebtn {
    background: #765AA5;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border: none;
    margin-top: 10px;
}
.measurement-heading {
    margin-bottom: 10px;
}
.measurement-list > li > span {
    font-size: 12px;
}
.edge-info {
    width: 100%;
    float: left;
    display: flex;
    gap: 50px;
}

ul.edge-detail-info {
    margin: 0;
    padding: 0;
    list-style: auto;
    font-size: 16px;
    line-height: 24px;
    width: 325px;
}
ul.edge-detail-info li {
    margin-bottom: 20px;
}
.edge-wrap, .measurement-wrap, .calc-material-wrap, .calc-form-wrap {
    width: 100%;
    padding: 40px 20px;
    float: left;
    box-sizing: border-box;
}
.list-of-edges {
    width: 100%;
    float: left;
}
ul.edges-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.edge-txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}
ul.edges-list > li {
    width: 16.5%;
    float: left;
}
.edge-box {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.calc-form input {
    color: rgba(0,0,0,.6);
    border: rgba(0,0,0,.2) 1px solid;
    padding: 6px 10px;
    font-size: 16px;
    font-family: 'Poppins';
    width: 100%;
    box-sizing: border-box;
}
.calc-form input::placeholder {
    color: rgba(0,0,0,.2);
}
ul.calc-form {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 70%;
}
ul.calc-form li {
    width: 50%;
    float: left;
    padding:10px;
    box-sizing: border-box;
}
.calc-form-info {
    width: 100%;
    float: left;
    border-top: #ccc 1px solid;
    margin-top: 20px;
    padding-top: 20px;
}
.calc-form-info h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
}
.calc-form-info p {
    font-size: 16px;
    margin: 10px 0;
}
button.btn.fillBtn {
    background: #765AA5;
    border: #765AA5 1px solid;
    width: 100%;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}
button.btn.borBtn {
    border: #765AA5 1px solid;
    background: none;
    width: 100%;
    padding: 11px;
    color: #765AA5;
    font-size: 16px;
}
.calc-quote-box {
    width: 100%;
    float: left;
    background: #765AA5;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 0;
    color: #fff;
    justify-content: space-between;
    box-sizing: border-box;
    display: none;
}
.quote-box-heading {
    font-weight: 700;
    font-size: 16px;
}
.quote-box-info {
    display: flex;
    gap: 20px;
    align-items: center;
}
.quotebox-price span {
    font-weight: 700;
}
.add-to-basket-btn {
    background: #fff;
    color: #765AA5;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}
.calc-delivery-box {
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.calc-delivery-box h4 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
}
.calc-delivery-box p {
    font-size: 16px;
    font-weight: 400;
}
.calc-required-txt {
    color: #FF0000;
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.cal-imp {
    color: #FF0000;
}
.calc-shape-img img {
    max-width: 100%;
}
.hide-calc{ display: none;}
blockquote {
    clear: both;
}
.edge-box-img img {
    max-width: 100%;
    max-height: 100%;
}
.calc-info img {
    height: 100%;
}
.edge-box-img-sample img {
    max-width: 100%;
    max-height: 100%;
}
.edge-box-img {
    text-align: center;
}
.edge-box-img-sample {
    height: 129px;
}
.edge-box-img {
    text-align: center;
    height: 130px;
}
.calc-shape img {
    max-width: 40px;
    float: left;
}
.quotebox-price bdi {
    color: #fff;
}
.quote-box-info .addToBasket button {
    font-size: 14px;
    padding: 12px 15px;
}
.edge-img {
    display: block;
    text-align: center;
}
.edge-img > div {
    position: relative;
    display: inline-block;
}
.edge-info input {
    padding: 0;
    margin: 0;
}
/* rectangle edges start */
.square_rectangle #edge1 {
    position: absolute;
    left: 50%;
    top: 32%;
}
.square_rectangle #edge2 {
    position: absolute;
    left: 91.7%;
    top: 45%;
}
.square_rectangle #edge3 {
    position: absolute;
    left: 50%;
    bottom: 37%;
}
.square_rectangle #edge4 {
    position: absolute;
    left: 5px;
    bottom: 48%;
}
/* rectangle edges end */
/* tshape edge start */
.tshape #edge1 {
    position: absolute;
    left: 38px;
    top: 45%;
}
.tshape #edge2 {
    position: absolute;
    left: 34%;
    top: 33%;
}
.tshape #edge3 {
    position: absolute;
    left: 47%;
    top: 21%;
}

.tshape #edge4 {
    position: absolute;
    left: 60%;
    top: 33%;
}
.tshape #edge5 {
    position: absolute;
    right: 17%;
    top: 45%;
}
.tshape #edge6 {
    position: absolute;
    right: 2%;
    bottom: 79px;
}
.tshape #edge7 {
    position: absolute;
    left: 48%;
    bottom: 53px;
}
.tshape #edge8 {
    position: absolute;
    left: 5px;
    top: 57%;
}
/* tshape edge end */

/* rounded_corner edge start */
.rounded_corner #edge1 {
    position: absolute;
    left: 33%;
    top: 23px;
}
.rounded_corner #edge2 {
    top: 22%;
    position: absolute;
    right: 19%;
}
.rounded_corner #edge3 {
    position: absolute;
    top: 126px;
    right: 9%;
}
.rounded_corner #edge4 {
    position: absolute;
    bottom: 34px;
    right: 46%;
}
.rounded_corner #edge5 {
    position: absolute;
    left: 19px;
    top: 46%;
}
/* rounded_corner edge end */
/* cropped corner edge start */
.cropped_corner #edge1 {
    position: absolute;
    left: 35%;
    top: 23px;
}
.cropped_corner #edge2 {
    position: absolute;
    left: 71%;
    top: 57px;
}
.cropped_corner #edge3 {
    position: absolute;
    left: 84%;
    top: 62%;
}
.cropped_corner #edge4 {
    position: absolute;
    left: 47%;
    bottom: 32px;
}
.cropped_corner #edge5 {
    position: absolute;
    left: 9%;
    top: 45%;
}
/* rounded_corner edge end */
/* teardrop edge start */
.teardrop #edge1 {
    position: absolute;
    left: 63%;
    top: 23px;
}
.teardrop #edge2 {
    position: absolute;
    right: 19px;
    top: 30%;
}
.teardrop #edge3 {
    position: absolute;
    left: 20%;
    top: 69%;
}
/* teardrop edge end */
/* triangle edge start */
.triangle #edge1 {
    position: absolute;
    left: 97px;
    top: 46%;
}
.triangle #edge2 {
    position: absolute;
    left: 48%;
    bottom: 34px;
}
.triangle #edge3 {
    position: absolute;
    left: 13%;
    top: 47%;
}
/* triangle edge end */
/* circle edge start */
.circle #edge1 {
    position: absolute;
    left: 46%;
    bottom: 23px;
}

/* circle edge end */
/* semicircle edge start */
.semicircle #edge1 {
    position: absolute;
    left: 47%;
    bottom: 23px;
}
.semicircle #edge2 {
    position: absolute;
    bottom: 104px;
    left: 47%;
}
/* semicircle edge end */
/* quadrant edge start */
.quadrant #edge1 {
    position: absolute;
    left: 55px;
    top: 45%;
}
.quadrant #edge2 {
    position: absolute;
    left: 95px;
    top: 64%;
}   
.quadrant #edge3 {
    position: absolute;
    left: 39px;
    top: 72%;
}
/* quadrant edge end */

.shape-info {
    display: none;
}

.error-msg {
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    border: #FAD4D4 1px solid;
    color: #C62E2E;
    font-size: 13px;
    margin-bottom: 10px;
    background: #FFF2F2 url(../images/error.png) no-repeat;
    background-position: 10px 13px;
    background-size: 16px;
    padding-left: 33px;
    box-sizing: border-box;
}

.success-msg {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #055E68;
    font-size: 13px;
    margin-bottom: 10px;
    background: #E0FBE2 url(../images/success.png) no-repeat;
    background-position: 10px 13px;
    background-size: 16px;
    padding-left: 33px;
}
#calculator-content-step5 {
    border-bottom: #ccc 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}



@media only screen and (max-width: 1024px) {
    ul.calc-shapes > li, .calc-material > li, ul.edges-list > li {
        width: 25%;
    }
  
    .measurement-rt {
        max-width: 210px;
        padding-top: 80px;
    }

}
@media only screen and (max-width: 800px) {
.entry-content {
    padding: 10px;
}
ul.calc-shapes > li, .calc-material > li {
    width: 33%;
}
.measurements-contain {
    display: block;
}
.measurement-rt {
    max-width: 210px;
    padding-top: 0;
    float: left;
    padding-left: 50%;
}
.calculator-right-info, .calculator-btn-info {
    font-size: 16px;
    gap: 8px;
}
.calc-actions {
    gap: 0px;
}
.calc-actions .btn, .select-btn {
    font-size: 14px;
}
.calculator-heading h2 {
    font-size: 22px;
}

}
@media only screen and (max-width: 680px) {
    .edge-wrap, .measurement-wrap, .calc-material-wrap, .calc-form-wrap {
        padding: 10px 0;
    }
.measurement-lt {
    display: block;
    gap: 40px;
    width: 100%;
}
.measurement-rt {
    padding-left: 0;
}
.edge-info {
    display: block;
}
ul.edge-detail-info {
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
ul.calc-shapes > li, .calc-material > li, ul.edges-list > li {
    width: 50%;
}
ul.calc-form {
    width: 100%;
}
.calc-quote-box {
    display: block;
}
.addToBasket {
    margin-left: auto;
}
.calculator-top-bar {
    display: block;
}
/* .calculator-top-bar h3 {
    margin-bottom: 30px;
} */
.calculator-btn-info {
    margin-left: auto;
    margin-top: 20px;
}
.calc-delivery-box {
    padding: 30px 0;
}
.calculator-top-bar {
    position: relative;
}
.btn.select-btn {
    position: absolute;
    right: 25px;
    top: 16px;
}

}
@media only screen and (max-width: 480px) {
ul.calc-shapes > li, .calc-material > li, ul.edges-list > li {
    width: 100%;
}
.measurement-rt {
    max-width: 100%;
}
ul.calc-form li {
    width: 100%;
}
.quote-box-info {
    display: block;
}
.addToBasket {
    margin-top: 20px;
}
}