/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
h1.entry-title{
    font-size: 2rem;
}

.start-btn .wapf-field-label{
    display: none;
}

.start-btn .wapf-card-wrap{
    border: none;
    padding-left: 0;
}

.start-btn .wapf-card{
    background: rgb(38, 171, 255);
}

.start-btn .wapf-card:hover{
    background: rgb(38, 171, 255);
}

.start-btn .wapf-card.wapf-checked:hover{
    background: #f6ebdc;
}

.start-btn .wapf-card.wapf-checked .wapf-card-title{
    color: #000;
}

.start-btn .wapf-card-title{
    text-align: center;
    font-size: 1.2rem;
    color: #FFF;
}

.wapf-card-wrap{
    border-left: 2px solid #999;
    padding-left: 10px;
    border-radius: 10px;
}

.prescription-title{
    padding-bottom: 0;
}

.prescription-title .wapf-field-label{
    margin-bottom: 0;
}

.prescription{
    padding: 10px;
    border: 1px solid #999;
    border-radius: 6px;
    margin-bottom: 15px;
}

.prescription .wapf-section .wapf-field-input{
    position: relative;
}

.prescription .wapf-section.left,
.prescription .wapf-section.right
{
    padding-left: 25px;
}

.prescription .wapf-section.left .wapf-field-container:first-child .wapf-field-input::before,
.prescription .wapf-section.right .wapf-field-container:first-child .wapf-field-input::before
{
    position: absolute;
    TOP: 50%;
    right: 100%;
    color: #000;
    border-radius: 13px;
    font-size: 14px;
    padding: 0 4px;
    TRANSFORM: translateY(-50%);
}

.prescription .wapf-section.left .wapf-field-container:first-child .wapf-field-input::before{
    content: "Left";
}

.prescription .wapf-section.right .wapf-field-container:first-child .wapf-field-input::before{
     content: "Right";
}

.prescription .wapf-section .wapf-field-description{
    display: none;
}

.prescription .wapf-field-label{
    margin-bottom: 0!important;
}

.prescription select,.prescription input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease;
    cursor: pointer;
    height: 42px !important;
}

.wapf-pricing-hint {
    opacity: 1;
    color: red;
    font-weight: bold;
}