/*table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents:not(.shop_table_shutter_module) {*/
/*    display: none;*/
/*}*/

.woocommerce-checkout div#customer_details {
    display: none;
}

/* Modal Edit */
/* The Modal (background) */
#editCartItem.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    padding-top: 10vh; /* Location of the box */
    padding-bottom: 10vh; /* Location of the box */
}

/* Modal Content */
#editCartItem .modal-content {
    margin: auto;
    padding: 20px;
    max-width: 1140px;
    width: 76vw;
    height: 80vh;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
    margin-left: 20%;
}

#editCartItem .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 88%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#editCartItem .modal-header {
    display: -ms-flexbox;
    width: 100%;
    display: inline-block;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

#editCartItem .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

#editCartItem .modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: left;
}

#editCartItem .modal-header .close {
    margin-top: -2px;
    float: right;
}

.woocommerce-message {
    display: none;
}


/* Center the loader */
#loader-bkg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

/* End Loader Style */


/*card buttons next step, edit*/
.panel.inactive ~ .panel.inactive .next-step, .panel.inactive ~ .panel.inactive .edit, .panel.done .next-step,
.panel ~ .panel .next-step, .panel ~ .panel .edit, .panel.done .next-step {
    display: none;
}

.panel.inactive .next-step, .panel.done .edit {
    display: inline-block;
    float: right;
}

.panel .panel-header.active .edit, .panel .panel-header.active .next-step, .panel.inactive .edit {
    display: none;
    float: right;
}

.panel.done .edit {
    display: block;
}

form.checkout #order_review {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
}

div#payment {
    background-color: #fdfdfd;
    padding-top: 15px;
    margin-top: 15px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border: 1px solid rgba(26, 54, 126, 0.1);
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body.shutter .woocommerce-product-gallery, body.batten .woocommerce-product-gallery {
    display: none;
}

.btn-primary {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    /*font-size: 13px;*/
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.btn-primary.active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    background: #00669b;
    border-color: #00669b;
    box-shadow: none;
    color: #fff;
}

table.table p {
    margin: 0;
    padding: 0;
}

.wp-admin .table > tbody > tr > td, .wp-admin .table > tbody > tr > th, .wp-admin .table > tfoot > tr > td, .wp-admin .table > tfoot > tr > th, .wp-admin .table > thead > tr > td, .wp-admin .table > thead > tr > th {
    border: 1px solid #ddd;
}

.wp-admin table {
    border-spacing: 0 !important;
}

.wp-admin .table > tbody > tr > td, .wp-admin .table > tbody > tr > th, .wp-admin .table > tfoot > tr > td, .wp-admin .table > tfoot > tr > th, .wp-admin .table > thead > tr > td, .wp-admin .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.input-group-addon-container {
    float: left
}

.input-group-addon-container .input-group-addon {
    height: 30px;
    border-left: 1px solid #cccccc;
}

#add-product-single-form .input-group {
    width: 100%
}

#choose-style label > input { /* HIDE RADIO */ /* display: none; */
}

#choose-style label {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid gray;
    margin-right: 1em;
    font-size: 10px;
    font-weight: bold;
    background-color: #ced3e4;
    border-radius: 7px;
    height: 170px;
    position: relative;
    line-height: 12px;
    padding-top: 15px;
}

#choose-style label > input + img { /* IMAGE STYLES */
    cursor: pointer;
    border: 4px solid transparent;
    position: absolute;
    bottom: 10px;
}

#choose-style label > input:checked + img { /* (CHECKED) IMAGE STYLES */
    border: 4px solid #438EB9;
}

#choose-frametype label > input { /* HIDE RADIO */ /* display: none; */

}

#choose-frametype label, #choose-frameStyle label {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid gray;
    background-color: #ced3e4;
    border-radius: 7px;
    margin-right: 1em;
    font-size: 10px
}

#choose-frametype label > input + img, #choose-frameStyle label > input + img { /* IMAGE STYLES */
    cursor: pointer;
    border: 4px solid transparent;
}

#choose-frametype label > input:checked + img, #choose-frameStyle label > input:checked + img { /* (CHECKED) IMAGE STYLES */
    border: 4px solid #438EB9;
}

div#measure_type {
    display: block;
    clear: both;
    min-width: 25% !important;
}

div#measure_type select{
    min-width: 100%;
}

.tpost-type label > input + img { /* IMAGE STYLES */
    cursor: pointer;
    border: 4px solid transparent;
}

.tpost-type label > input:checked + img { /* (CHECKED) IMAGE STYLES */
    border: 4px solid #438EB9;
}

.extra-column input {
    width: 4em;
}

.extra-column {
    padding-right: 0.5em;
    display: table;
}

/* .extra-columns-row .pull-left.extra-column {                                 display: inline-block;                             } */
div.error-field {
    display: block;
}

.error-field, input.error-field {
    border: 2px solid red;
}

.error-text {
    color: red;
    font-weight: bold;
}

.select2-result-label img, .select2-container img {
    display: inline;
}

.select2-container#s2id_style .select2-choice, #s2id_style .select2-result {
    height: 57px;
}

.extra-column-label {
    font-size: 0.8em
}

input.layout-code {
    font-size: 0.8em;
}

input.property-select { /* display: block !important; */
}

.collapse { /* display: block; */
}

.btn.btn-info.show-next-panel { /* display: none; */
}

.modal {
    top: 20%;
}

#layoutcode {
    text-transform: uppercase;
}

div.select2-container.b-angle-select {
    display: none !important;
}

div.product.type-product {
    background-color: transparent;
    padding: 0px;
    border: 0px solid;
    border-radius: 0px;
    overflow: auto;
}

.form-control:focus, select:focus {
    border-color: #66afe9 !important;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%) !important;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body.single-product div#errorModal {
    margin-top: 20vh;
}