/* Theme Name: partitionking 2.0.0
    Description: Configurator step1/step2 changes, updated checkout fields, new subscribers table
 * Version: 1.5
 * */


/* #stripe-card-element, #stripe-exp-element, #stripe-cvc-element {
    background: white !important;
    box-shadow: none !important;
    height: 50px;
    font-size: 14px !important;
    font-weight: 300;
    outline: none;
    padding: 16px 20px !important;
    border-radius: 4px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.3s ease ease-out;
    -moz-transition: all 0.3s ease ease-out;
    -o-transition: all 0.3s ease ease-out;
    transition: all 0.3s ease ease-out;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: black !important;
}

.woocommerce-checkout .checkout-holder #payment div.payment_box .form-row {
    margin: 0;
    padding: 0;
}

.checkout-holder span.optional {
    display: inline-block;
}

.page-template-page-subscribers table{
    white-space:nowrap;
}

.page-template-page-subscribers table p{
   margin-bottom:10px;
}

.page-template-page-subscribers table img{
    width:100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	padding-left: 20px;
}


.dimensions-container .dimensions .stall .abs p:first-of-type > input {
    width: 40px;
    line-height: 20px;
}

.dimensions-container .dimensions .stall .abs p:first-of-type > select {
    width: 40px;
    font-size: 15px;
    border: 1px solid #a6a6a6;
}

#open_livechat{
    position: fixed;
    width: 285px;
    height: 40px;
    bottom: 0;
    right: 0;
    z-index: 999999999999999999999999;
    cursor: pointer;
}

@media (max-width: 1355px) {
    .conf_new .conf-nav ol li:after {
        position: absolute;
        content: counter(my-counter);
        counter-increment: my-counter;
        width: 19px;
        height: 19px;
        background-color: #313131;
        border-radius: 50%;
        color: #939393;
        font-family: "Montserrat";
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        top: 26px;
        left: 5px;
    }
    .conf_new .conf-nav ol li{
        padding: 0 28px;
    }
    /*.conf_new .conf-nav ol li + li:before {
        position: absolute;
        content: '...';
        color: #cccccc;
        font-size: 10px;
        letter-spacing: 4px;
        left: -19px;
        top: 25px;
    }
    .conf_new{
        position: relative;
        overflow: hidden;
    }
    .conf_new .conf-nav ol li.visited:after {
        content: '';
        background: url('images/icons/tick_men.png');
        background-size: contain;
        background-position: center;
    }
    h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

}

@media (max-width: 1235px) {
    .conf_new .conf-nav ol li:after {
        position: absolute;
        content: counter(my-counter);
        counter-increment: my-counter;
        width: 19px;
        height: 19px;
        background-color: #313131;
        border-radius: 50%;
        color: #939393;
        font-family: "Montserrat";
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        top: 26px;
        left: 5px;
    }
    .conf_new .conf-nav ol li{
        padding: 0 28px;
    }
/*    .conf_new .conf-nav ol li + li:before {
        position: absolute;
        content: '...';
        color: #cccccc;
        font-size: 10px;
        letter-spacing: 4px;
        left: -19px;
        top: 25px;
    }
    .conf_new{
        position: relative;
        overflow: hidden;
    }
    body .conf_new .conf-nav ol li a {
        font-size: 12px !important;
    }
}

@media (max-width: 1110px) {
    .conf_new .conf-nav ol li:after {
        position: absolute;
        content: counter(my-counter);
        counter-increment: my-counter;
        width: 19px;
        height: 19px;
        background-color: #313131;
        border-radius: 50%;
        color: #939393;
        font-family: "Montserrat";
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        top: 26px;
        left: 5px;
    }
    .conf_new .conf-nav ol li{
        padding: 0 28px;
    }
    .conf_new .conf-nav ol li + li:before {
        position: absolute;
        content: '...';
        color: #cccccc;
        font-size: 10px;
        letter-spacing: 4px;
        left: -19px;
        top: 25px;
    }
    .conf_new{
        position: relative;
        overflow: hidden;
    }
    body .conf_new .conf-nav ol li a {
        font-size: 11px !important;
    }
}

@media (max-width: 990px) {
    body .conf_new .conf-nav ol li a {
        font-size: 14px !important;
    }
}

.conf_new .setup-content .choices .choice{
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    float: left;
} */

#select_material select{
    width: 100%;
    max-width: 420px;
    border: 1px solid #e6e6e6;
    color: black;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    padding: 0 15px;
    margin: 7px 0;
    line-height: 46px;
    padding: 10px;
}

.conf_new .setup-content.colors .material-one, .conf_new .setup-content.colors .material-four {
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    font-size: 15px!important;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 15px!important;
}
.modal-video{
    height: 580px;
    top: calc(50% - 290px);
}
@media (max-width: 990px) {
    .modal-dialog-centered .modal-content{
        max-height: 250px;
    }
    .modal-video{
        height: 250px;
        top: calc(50% - 125px);
    }
}
/*.woocommerce-privacy-policy-text{
    display: none!important;
}*/