body{
    background-color: #fff !important;
    font-family: "Poppins", Sans-serif;
}
h1,h2,h3,h4,h5{
    clear:none;
    font-family: "Poppins", Sans-serif !important;
}
p {
    display: block;
    margin: 0;
}
p:last-child {
    margin-bottom: 0 !important;
}
:root {
    --max-width-xxl: 1450px;
    --max-width-xl: 1310px;
    --max-width-lg: 960px;
    --max-width-md: 720px;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex{
    display: flex !important;
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 100%;
    }
}

#content{
    position: relative;
}
.cal-btn{
    position: relative;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    background: #D18E04 !important;
    color:#ffffff !important;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: none;
}    
.common-space-y {
    padding-top: 100px;
    padding-bottom: 100px;
}
.align-items-center {
    align-items: center !important;
}

.main-wrapper {
     padding-top: 0;
    /*@media screen and (min-width: 1200px) {
        padding-top:132px
    } */
}
.banner-wrapper.inner-page-banner.height-auto {
    height: auto;
    min-height: inherit
}

.banner-wrapper.inner-page-banner.height-auto .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1; */
    width:100%;
    overflow: hidden;
}

.banner-wrapper.inner-page-banner.height-auto .banner-content {
    position: relative;
    /* z-index: 2; */
    padding-top: 100px;
    padding-bottom: 60px
}


.banner-wrapper.inner-page-banner.height-auto.iniwood-banner .banner-content,.banner-wrapper.inner-page-banner.height-auto.manual-banner .banner-content,.banner-wrapper.inner-page-banner.height-auto.accessories-banner .banner-content,.banner-wrapper.inner-page-banner.height-auto.protector-banner .banner-content {
    min-height: 420px
}
@media only screen and (min-width: 768px) {
    .cal-container {
        max-width: var(--max-width-md);
    }
}
@media only screen and (min-width: 992px) {
    .cal-container {
        max-width: var(--max-width-lg);
    }
}
@media only screen and (min-width: 1200px) {
    .cal-container {
        max-width: var(--max-width-xl);
    }
}

@media only screen and (min-width: 1500px) {
    .cal-container {
        max-width: var(--max-width-xxl);
    }
}
.cal-container {
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}
.inner-page-banner.calculator-banner .banner-text {
    max-width: 467px;
}
.banner-wrapper .banner-content .title {
    font-size: 44px;
    margin: 0 0 25px;
    line-height: 1.36;
    letter-spacing: -.5px;
    font-weight: 700;
    color:#FFFFFF;
}
.banner-wrapper .banner-content .title {
    margin-bottom: 20px;
}
.inner-page-banner .text-box {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}
.bnr-btn-holder {
    margin-top: 30px;
}
.banner-content .bnr-btn-holder .cal-btn {
    padding-left: 20px;
    padding-right: 20px;
}


/*   */

.calculator-page {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.calculator-page .cal-container:after {
    content: '';
    display: table;
    clear: both
}

.calculator-stepper {
    position: sticky;
    top: 100px;
    z-index: 2;
    float: left;
    margin-top: 100px
}

.calculator-stepper.fixed {
    position: fixed;
    top: 0;
    left: auto
}

.calculator-stepper.bottom {
    position: absolute;
    top: inherit;
    left: auto;
    bottom: 0
}

.calculator-stepper.bottom-fixed {
    position: fixed;
    top: inherit;
    left: auto;
    bottom: 0
}

.calculator-stepper.nostyle {
    position: static!important;
    top: 100px;
    left: auto;
    bottom: inherit
}

.calculator-stepper .stepper-box {
    width: 346px;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: 1px 4px 11px rgb(0 0 0 / .12);
    box-shadow: 1px 4px 11px rgb(0 0 0 / .12);
    padding: 40px 38px 40px
}

.calculator-stepper ul {
    margin: 0;
    padding: 0;
    list-style: none
}


.calculator-stepper ul li {
    margin-bottom: 26px;
    position: relative;
    z-index: 0;
    min-height: 84px;
}

.calculator-stepper ul li:last-child {
    margin-bottom: 0;
    min-height: inherit
}

.calculator-stepper ul li:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 4px;
    top: 70px;
    left: 28px;
    bottom: -16px;
    background: #D8D8D8
}

.calculator-stepper ul li:last-child:after {
    content: normal
}

.calculator-stepper ul li .step-circle {
    width: 60px;
    height: 58.2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #CCC;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center
}

.calculator-stepper ul li .step-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    padding-top: 20px
}

.calculator-stepper ul li .step-circle .step-no {
    background-color: #fff0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 48px;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 500;
    color: #6E716E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0 auto
}

.calculator-stepper ul li.complete:after {
    background: #F81
}

.calculator-stepper ul li.active .step-circle .step-no {
    background: #D18E04;
    color: #fff
}

.calculator-stepper ul li.active .step-circle .step-no {
    background: #D18E04;
    color: #fff
}

.calculator-stepper ul li.active,.calculator-stepper ul li.active .step-title {
    color: #D18E04
}

.calculator-stepper ul li.complete .step-circle .step-no {
    background-color: #D18E04;
    color: #ffffff;
    /* font-size: 0; */
    background-size: 17px auto
}

.calculator-stepper ul li .step-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #1F2029;
    margin-bottom: 8px
}

.calculator-stepper ul li figure {
    width: 31px;
    height: 31px;
    min-width: 31px;
    margin-right: 9px;
    position: relative;
    z-index: 0
}

.calculator-stepper ul li figure img {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    max-width: inherit
}

.calculator-stepper ul li .text-box {
    font-size: 14px;
    line-height: 21px
}

.calculator-stepper ul li .text-box p {
    margin-bottom: 0
}

.calculator-section {
    position: relative;
    z-index: 1;
    background: #fff;
    /* padding-top:60px; */
}

.calculator-section:first-child .dimension-box .right-box {
    padding-right: 30px
}

.calculator-section .section-inner {
    position: relative;
    z-index: 0
}

.calculator-section:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: -50vw;
    width: 150vw;
    bottom: 0;
    top: 0
}

.calculator-section:nth-child(odd):after {
    content: normal
}

.calculator-section:nth-child(even),.calculator-section:nth-child(even):after {
    background: #f6f6f6
}

.calculator-section:last-child {
    background: #ffffff!important
}

.calculator-section:last-child:after {
    content: normal!important
}

.calculator-section-main {
    width: calc(100% - 406px);
    margin-left: auto;
    margin-bottom: 50px;
}

.calculator-section .top-desc {
    margin-bottom: 45px
}

.calculator-section .top-desc .text-box {
    max-width: 100%;
}
.calculator-section .top-desc .text-box a{
    color:#96b172
}
.dimension-box .left-box {
    width: calc(100% - 330px);
    padding-right: 50px;
    position: relative;
}

.dimension-box .right-box {
    width: 230px
}

.dimension-box .form-design .btn-holder .cal-btn {
    min-width: inherit;
    padding-left: 25px;
    padding-right: 25px;
    border:none;
}

.dimension-box .left-box .image-box {
    max-width: 495px;
    margin-bottom: 150px
}
.dimension-box .left-box .image-box img{
    max-width: 100%;
}
.dimension-box .left-box .identity-box {
    position: absolute;
    bottom: 15%;
    left: 15%;
}

.dimension-box .left-box .identity-box .list-box {
    width: 78px;
    margin-right: 30px
}

.dimension-box .left-box .identity-box .list-box:last-child {
    margin-right: 0
}

.dimension-box .left-box .identity-box .list-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 4px;
    text-transform: capitalize
}

.dimension-box .left-box .identity-box .list-line {
    height: 3px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 0
}

.dimension-box .left-box .identity-box .list-line:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 2px;
    left: 0;
    top: -5px;
    bottom: -5px
}

.dimension-box .left-box .identity-box .list-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 2px;
    right: 0;
    top: -5px;
    bottom: -5px
}

.dimension-box .left-box .identity-box .list-box.width-box .list-line:before,.dimension-box .left-box .identity-box .list-box.width-box .list-line:after,.dimension-box .left-box .identity-box .list-box.width-box .list-line {
    background: #6CBB5A
}

.dimension-box .left-box .identity-box .list-box.length-box .list-line:before,.dimension-box .left-box .identity-box .list-box.length-box .list-line:after,.dimension-box .left-box .identity-box .list-box.length-box .list-line {
    background: #F81
}

.dimension-box .left-box .identity-box .list-box.height-box .list-line:before,.dimension-box .left-box .identity-box .list-box.height-box .list-line:after,.dimension-box .left-box .identity-box .list-box.height-box .list-line {
    background: #BBB
}

.dimension-box .left-box .identity-box .small-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 6px
}

.dimension-box .left-box .identity-box .list-icon {
    text-align: center
}

.dimension-box .left-box .identity-box .list-icon img {
    width: 15px;
    height: auto;
    display: block;
    margin: 0 auto
}

.dimension-box .left-box .identity-box .corner-list:not(:last-child) {
    margin-right: 30px
}

.calc-list-main .tabTitleHead {
    display: none
}

.calc-tab-menu {
    margin-bottom: 39px
}

.calc-tab-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.calc-tab-menu ul li {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #6E716E;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer
}

.calc-tab-menu ul li:last-child {
    margin-right: 0
}

.calc-tab-menu ul li:hover {
    color: #D18E04;
    border-color: #D18E04
}

.calc-tab-menu ul li.active {
    color: #fff;
    border-color: #D18E04;
    background: #D18E04;
    cursor: default;
    font-weight: 600
}

.deck-category {
    margin: 30px 0;
}
.deck-category .tit{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding-left:10px;
}
.deck-options {
    display: flex;
    flex-wrap: wrap;
    width: 381px;
}
.deck-options.cata{
    width: 130px;
}
.deck-options.catc{
    width: 510px;
}
.option {
    width: 115px;
    height: 115px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.option p{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #333;
    color: #fff;
    opacity: 0.6;
}
.option.opa{
    width: 140px;
}
.option input[type='radio']{
    width: auto;
    height: auto;
    position: absolute;
    opacity: 0;
}
.option img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.option .icon-box {
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-image: url(/wp-content/uploads/check-box.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}
.option input[type='radio']:checked+.icon-box{
    background-position: 0 -24px
}

.option.selected::before {
    content: "●";
    position: absolute;
    top: 0;
    right: 5px;
    color: #D18E04;
    font-size: 35px;
}
.product-image ,.product-image-q{
    width: 610px;
    height: 458px;
    margin:0 auto;
    background-color: #fff;
    border: 1px dashed #ccc;
    background-image: url('/wp-content/uploads/product-beige-longxu.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}



.calc-list-main .list-wrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -39px
}

.calc-list-main .list-wrap .list {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 39px;
    width: 25%
}

.calc-list-main .list-wrap .holder {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.calc-list-main .list-wrap figure {
    width: 100%;
    z-index: 0;
    position: relative;
    padding: 88% 0 0 0;
    margin-bottom: 20px;
    background: #f6f6f6
}

.calc-list-main .list-wrap figure img {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    max-width: inherit
}

.calc-list-main .list-wrap .list-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1F2029;
    margin-bottom: 0
}

.calc-list-main .list-wrap .list-size {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6E716E;
    margin-bottom: 0;
    margin-top: 9px
}

.calc-list-main .list-wrap .holder input[type='checkbox'],.calc-list-main .list-wrap .holder input[type='radio'] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 24px;
    height: 24px;
    opacity: 0;
    cursor: pointer
}

.calc-list-main .list-wrap .holder .icon-box {
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-image: url(/wp-content/uploads/check-box.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}

.calc-list-main .list-wrap .holder input[type='checkbox']:checked+.icon-box,.calc-list-main .list-wrap .holder input[type='radio']:checked+.icon-box {
    background-position: 0 -24px
}

.fascia-cal-box.calc-list-main .list-wrap figure img {
    object-fit: contain
}

.calc-choice-box .tab-menu {
    width: 36%;
    flex:1;
}

.calc-choice-box .tab-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.calc-choice-box .tab-menu ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1F2029;
    margin-bottom: 30px;
    position: relative
}

.calc-choice-box .tab-menu ul li:last-child {
    margin-bottom: 0
}

.calc-choice-box .tab-menu ul li label {
    display: block;
    position: relative;
    z-index: 0;
    padding-left: 36px
}

.calc-choice-box .tab-menu ul li input[type='checkbox'],.calc-choice-box .tab-menu ul li input[type='radio'] {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.calc-choice-box .tab-menu ul li label:before {
    content: '';
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(/wp-content/uploads/check-box.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}

.calc-choice-box .tab-menu ul li input[type='checkbox']:checked+label:before,.calc-choice-box .tab-menu ul li input[type='radio']:checked+label:before {
    background-position: 0 -24px
}

.calc-choice-box .tab-panel-fascia figure {
    position: relative
}

.calc-choice-box .tab-panel-fascia figure img:first-child {
    position: relative;
    z-index: 0
}

.calc-choice-box .tab-panel-fascia figure img:not(:first-child) {
    position: absolute;
    z-index: 1;
    display: none;
    top: 71px;
    left: 63px;
}


.calc-choice-box .tab-panel-fascia figure img {
    width: auto;
    max-width: 75%;
}

.calc-choice-box .tab-panel-fascia figure img.base-img{
    max-width: 100%;
}

.calc-choice-box .tab-panel-box {
    width: 64%;
    padding-right: 30px;
}

.calc-choice-box .tab-panel-box figure {
    max-width: 400px
}

.accessories-calc-box {
    margin-bottom: 55px;
    margin-left: -10px;
    margin-right: -10px
}

.accessories-calc-box:last-child {
    margin-bottom: 0
}

.accessories-calc-box .accessories-left {
    width: 25%;
    padding-left: 10px;
    padding-right: 20px
}

.accessories-calc-box .accessories-left .box-holder {
    width: 182px;
    max-width: 100%
}

.accessories-calc-box .accessories-right {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px
}

.accessories-right.calc-list-main .list-wrap .list {
    width: 33.33333%
}

.accessories-right.calc-list-main .list-wrap figure {
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding-top: calc(100% - 2px)
}

.accessories-right.calc-list-main .list-wrap figure img {
    object-fit: contain
}

.accessories-calc-box .small-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #1F2029;
    margin-bottom: 18px
}

.accessories-calc-box .small-title:last-child {
    margin-bottom: 0
}

.accessory-tab-panel{
    display: none;
}
.accessory-tab-panel:first{
    display: block;
}


.accessory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 20px;
    color: #333333;
}
.accessory-item {
    background-color: white;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.accessory-item  .accessory-txt{
    width: 50%;
    /* min-width: 240px; */
    text-align: center;
    padding-top:20%;
}
.accessory-item .accessory-img {
    width: 240px;
    height: 280px;
    position: relative;
}

.accessory-img input[type='checkbox'],.accessory-img input[type='radio'] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 24px;
    height: 24px;
    opacity: 0;
    cursor: pointer
}

.accessory-img .icon-box {
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-image: url(/wp-content/uploads/check-box.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0
}

.accessory-img input[type='checkbox']:checked+.icon-box,.accessory-img input[type='radio']:checked+.icon-box {
    background-position: 0 -24px
}

.accessory-item .accessory-img  .accessory-img-inner{
    background-color: #F6F6F6;
    width: 100%;
    height: 240px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center; /* 垂直居中 */
}

.accessory-item .accessory-img  .accessory-img-inner img {
    max-width: 95%;
    height: auto;
    border: 1px dashed #ccc;
    margin:auto;
}
.accessory-item .accessory-img p{
    line-height: 40px;
}


.accessory-item h2 {
    font-size: 18px;
    margin-top: 10px;
}
.accessory-item p {
    font-size: 14px;

}
.accessory-hide,.accessory-hide-a{
    display: none;
}
@media only screen and (max-width: 991px){
    .banner-wrapper.inner-page-banner.height-auto .banner-image img{
        max-width: none;
    }
    .banner-wrapper.inner-page-banner.height-auto{
        min-height: 355px;
    }
    .calculator-section-main {
        width: calc(100% - 356px);
        margin-left: auto;
    }
    .banner-wrapper .banner-content .title {
        font-size: 30px;
    }
    .banner-wrapper.inner-page-banner.height-auto .banner-content {
        padding-bottom: 20px;
    }
    .calculator-section{
        padding-top: 30px;
    }
    .common-space-y{
        padding-bottom: 50px;
    }
    .calc-tab-menu ul li{
        font-size: 14px;
        padding:10px;
    }
    .accessory-grid{
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }
    .option.opa{
        width: 90px;
    }
    .deck-options.cata{
        width: 90px;
    }
    .option{
        width: 83px;
        height: 83px;
    }
    .deck-options{
        width: 280px;
    }
    .deck-options.catc{
        width: 410px;
    }
    .product-image, .product-image-q{
        background-size: contain;
        width: 90%;
        height: 300px;
    }
    .calc-choice-box .tab-panel-box{
        padding-right: 0;
    }
    .calc-choice-box .tab-panel-fascia figure img:not(:first-child){
        top: 43px;
        left: 37px;
    }
    .calc-list-main .list-wrap .list{
        width: 47%;
    }

}  
@media only screen and (max-width: 767px){
    .calc-choice-box .tab-panel-box{
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .calc-choice-box .tab-panel-fascia figure img.base-img {
        width: auto;
        max-width: 100%;
    }
    .calc-choice-box .tab-menu {
        width: 100%;
        order: 2;
    }
    .calc-choice-box .tab-menu ul{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -18px;
        max-width: 330px;
    }
    .calc-choice-box .tab-menu ul li{
        margin-bottom: 18px !important;
        width: 160px;
    }
    .calc-choice-box .tab-panel-fascia figure img:not(:first-child){
        top: 71px;
        left: 63px;
    }
}

.btn-holder{
    width: 100%;
    /* margin-top:-25px; */
}

.calculate-bottom {
    padding-top: 40px
}

.calculate-bottom .content-row .text-box {
    width: 473px;
    font-size: 14px;
    line-height: 20px;
    color: #1F2029;
    margin-bottom: 30px;

}

.calculate-bottom .calculate-table-box {
    margin-top: 40px;
    display: none;
}

.calculate-bottom .table-box {
    padding: 30px 30px 0;
    border: 1px solid #ccc;
    margin-bottom: 40px
}

.calculate-bottom table th {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1F2029;
    border-width: 0;
    background: #F6F6F6;
    color: #1F2029
}

.calculate-bottom .table>:not(:first-child) {
    border-top: none
}

.calculate-bottom .table>:not(caption)>*>* {
    padding: 20px 30px
}

.calculate-bottom table th:nth-child(2) {
    min-width: 156px;
    width: 156px
}

.calculate-bottom table th:last-child {
    min-width: 145px;
    width: 145px
}

.calculate-bottom table td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #1F2029;
    border-color: #ccc
}

.calculate-bottom table td p {
    margin-bottom: 0
}

.calculate-bottom table td:first-child {
    font-weight: 500
}

.calculate-bottom table td figure {
    width: 100%;
    padding: calc(6.4 / 9.6 * 100%) 0 0 0;
    position: relative;
    z-index: 0;
    background-color: #f6f6f6
}

.calculate-bottom table td figure img {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    max-width: inherit
}

.calculate-bottom .table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0
}

.calculate-bottom table tr.orNot:last-child {
    position: relative
}

.calculate-bottom table tr.orNot:last-child:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff
}

.calculate-bottom table tr.orNot td:first-child {
    position: relative
}

.calculate-bottom table tr.orNot td:first-child::before {
    content: 'or';
    position: absolute;
    z-index: 0;
    top: -10px;
    left: 0;
    font-size: 13px;
    line-height: 20px;
    color: #1F2029;
    font-weight: 400;
    height: 20px;
    padding-right: 10px;
    padding-left: 30px;
    background: #fff
}

.install-calc {
    margin-top: -15px
}

.install-calc .list {
    margin-right: 48px
}

.install-calc .list:last-child {
    margin-right: 0
}

.install-calc .list label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #1F2029;
    padding-left: 35px;
    position: relative;
    z-index: 0
}

.install-calc .list label:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #6E716E;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 6px inset #fff
}

.install-calc .list input[type='radio']:checked+label:before,.install-calc .list input[type='checkbox']:checked+label:before {
    border-color: #1F2029;
    background: #D18E04
}

.install-calc .list input[type='radio'],.install-calc .list input[type='checkbox'] {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 0;
    top: 0;
    width: 0;
    height: 0
}

.install-calc .list label span {
    cursor: pointer
}

.install-calc .list label figure {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin-left: 19px
}

.install-calc .list label figure img {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    max-width: inherit
}




/*   */


.form-design .row>div {
    margin-bottom: 30px
}

.form-design .form-floating {
    margin-top: 25px;
    display: block
}

.form-design label span.required {
    color: #e20707
}

.form-design label a span.required {
    color: inherit
}

.form-design .form-floating>.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 22px;
    color: #1F2029;
    border-width: 0 0 1px 0;
    padding: 0 0 6px!important;
    background-color: #fff0;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #6E716E
}

.form-design .form-floating .country-select .form-control,.form-design .form-floating .intl-tel-input .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    line-height: 22px;
    color: #1F2029;
    border-width: 0 0 1px 0;
    padding: 0 0 6px 45px!important;
    background-color: #fff0;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #6E716E
}

.form-design .form-floating>select.form-control {
    background-image: url(https://www.oakio.com/wp-content/themes/oakio-website-theme/assets/css/../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 9px
}

.form-design .form-floating>textarea.form-control {
    height: 90px
}

.form-design .form-floating>label {
    font-size: 15px;
    line-height: 22px;
    color: #6E716E;
    padding: 0 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 400
}

.form-design .form-floating .intl-tel-input+label,.form-design .form-floating .country-select+label,.form-design .form-floating>.form-control:focus~label,.form-design .form-floating>.form-control:not(:placeholder-shown)~label,.form-design .form-floating>.form-select~label {
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    top: -26px;
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit
}

.form-design .form-floating.noval>.form-control:focus~label,.form-design .form-floating.noval>.form-control:not(:placeholder-shown)~label,.form-design .form-floating.noval>.form-select~label {
    opacity: 0;
    top: 0
}

.form-design .form-floating.noval select {
    color: #6E716E
}

.form-design .form-floating.noval select option {
    color: #6E716E
}

.form-design .form-control:focus {
    border-color: #749d3f;
    outline: 0;
    box-shadow: none
}

.form-design .btn-holder .cal-btn {
    min-width: 157px;
    padding-left: 15px;
    padding-right: 15px
}

.form-design .check-list {
    position: relative;
    z-index: 0;
    margin-bottom: 23px
}

.form-design .wpcf7-form.invalid .check-list {
    margin-bottom: 35px
}

.form-design .check-list input[type='checkbox'] {
    position: absolute;
    z-index: 0;
    width: 0;
    height: 0
}

.form-design .check-list label {
    padding-left: 30px;
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.form-design .check-list .wpcf7-list-item {
    margin: 0 0 0 0
}

.form-design .check-list .wpcf7-list-item input[type='checkbox'] {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    top: 2px;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.form-design .check-list input[type='checkbox']+.wpcf7-list-item-label {
    font-size: 0;
    line-height: 0
}

.form-design .check-list input[type='checkbox']+.wpcf7-list-item-label:before,.form-design .check-list label:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 2px;
    background: #FFF;
    box-shadow: 0 0 4px rgb(110 113 110 / .5);
    border-radius: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3s;
    background: url(https://www.oakio.com/wp-content/themes/oakio-website-theme/assets/css/../images/check-icon.svg) no-repeat center center #fff;
    background-size: 16px auto
}

.form-design .check-list input[type='checkbox']:checked+.wpcf7-list-item-label:before,.form-design .check-list input[type='checkbox']:checked+label:before {
    background-color: #D18E04
}

.form-design .check-list .wpcf7-form-control-wrap+label:before {
    content: normal
}

.form-design .new-chkbox .form-floating>.form-control {
    padding-bottom: 0!important;
    border: none!important;
    margin-bottom: 0
}

.form-design .new-chkbox .check-list input[type='checkbox']+.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 20px
}

.form-design .new-chkbox .check-list .wpcf7-list-item {
    margin: 6px 25px 4px 0
}

.form-design .new-chkbox .check-list .wpcf7-list-item:last-child {
    margin-right: 0
}

.form-design .new-chkbox .check-list label {
    line-height: 23px
}


@media only screen and (max-width: 767px) {
    

    .calc-list-main .tabTitleHead.active {
        color: #fff;
        border-color: #D18E04;
        background: #D18E04
    }

    .calc-list-main .tabTitleHead:after {
        content: '\e80c';
        font-family: "fontello";
        font-size: 10px;
        line-height: 11px;
        position: absolute;
        z-index: 0;
        top: 12px;
        right: 12px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .calc-list-main .tabTitleHead.active:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .calculator-stepper {
        display: none
    }

    .calculator-section-main {
        width: 100%
    }


    .calculator-section .top-desc {
        margin-bottom: 25px
    }

    .accessories-calc-box {
        margin-bottom: 30px
    }

    .calculate-bottom .table-box {
        padding: 15px 15px 0;
        overflow-x: inherit;
        overflow-y: inherit
    }

    .calculate-bottom .table-box table {
        width: 100%
    }

    .install-calc {
        margin-top: 0
    }

   












}



@media only screen and (max-width: 991px){

    .calculate-bottom .content-row .text-box {
        text-align: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }

    .calculate-bottom .content-row .btn-holder {
        width: 100%
    }

    .calculate-bottom .table-box {
        margin-bottom: 30px
    }

    .calculator-stepper {
        margin-top: 50px;
        top: 50px
    }

    .accessories-calc-box {
        margin-bottom: 45px
    }
    .dimension-box .left-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .calculator-section:first-child .dimension-box .right-box {
        padding-right: 0
    }

    .calculate-bottom .table-box {
        padding: 20px 20px 0;
        overflow-x: auto;
        overflow-y: hidden
    }

    .calculate-bottom .table-box table {
        width: 500px
    }


}
.bg-all-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
#quote_modal{
    display: none;
    width: 100%;
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 999;

}
#quote_modal .modal-dialog{
    max-width: 450px;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium{
    max-width: 100% !important;
}

.wpforms-form input[type=submit], .wpforms-form button[type=submit]{
    background-color: #D18E04 !important;
}

