/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/
.mt-3{
    margin-top:2.5rem;
}
.mb-1{
    margin-bottom:1rem;
}

.wpo-price-container {
    color: #333 !important;
    font-size: .75rem !important;
    font-weight: 100;
    margin: 0 0 .2em;
}

.wpo-field.wpo-field-checkbox, .wpo-field.wpo-field-color_swatches, .wpo-field.wpo-field-radio, .wpo-field.wpo-field-text_labels {
    margin-bottom: 14px;
    padding: 10px;
    border: solid;
    border-color: #efefef;
    border-radius: 10px;
}


.ast-footer-copyright{display: none;}

.ast-container {
        width: 100% !important;
    }

.ast-builder-grid-row-container {
    display: contents;
    align-content: center;
}
.new{
    border-radius: 5px;
    background-color: rgb(208, 240, 192);
    padding-left: 5px;
}

.fixed {
  position: fixed;
  top:0;
  height:auto;
  bottom: auto;
}
.content{
    position:sticky;
    top:0;
}
.entry-summary .woocommerce-Price-amount bdi{
    /*display:none;*/
}
.wc-block-components-form label{
    top :-5px !important;
}
.wc-block-components-form input[type="text"],input[type="tel"]{
    height:50px !important;
}

.modal {
                display: none;
                position: fixed;
                z-index: 1;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: auto;
                background-color: rgb(0,0,0);
                background-color: rgba(0,0,0,0.4);
                padding-top: 60px;
            }
            .modal-content {
                background-color: #fefefe;
                margin: 5% auto;
                padding: 20px;
                border: 1px solid #888;
                width: 30%;
            }
            .close {
                color: #aaa;
                float: right;
                font-size: 28px;
                font-weight: bold;
            }
            .close:hover,
            .close:focus {
                color: black;
                text-decoration: none;
                cursor: pointer;
            }

