.wccgsxlp-wrap{
    width: 100%;
    float: left;
    border: 0px solid #ff0000;
}
#wccgsxlp-form {
    background: #ffffff;
    border: 1px solid #afafaf !important;
    padding: 20px 0px;
    margin: 40px auto;
    border-radius: 8px;
    width: auto;
    display: block;
}
.step-title{
    border: 2px solid #686868;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 5px 40px;
    display:block;
    width: 200px;
    max-width: 90%;
    box-shadow: 0px 0px 10px rgba(104,104,104,0.6);
    margin: -40px auto 30px auto;
    font-size: 28px;
    font-family: "Anton", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color:#686868;
    text-align: center;
}
.instructions{
    font-size: 16px;
    padding: 20px;
}

#pricing-tier-title{
    color:#353535;
    font-size: 28px;
    font-family: "Anton", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 20px 0 0 0;
    text-align: center;
}
#pricing-tier-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 10px 0 0 20px;
}
.price-tier{
    width: 18%;
    min-width: 150px;
    padding: 5px 1% 5px 1%;
    margin: 0 0.5% 20px 0.5%;
    position: relative;
    border: 2px solid #ff0000;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(104,104,104,0.6);
    background-color: #ffffff;
}
.price-tier-price{
    background-color: #353535;
    padding: 5px 0;
    border-radius: 8px;
    width: 100%;
    color:#ffffff;
    font-size: 40px;
    font-family: "Anton", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#wccgsxlp-form #wccgsxlp-qty {
    font-size: 20px;
}
.wccgsxlp-form-pad{
    margin-left: 20px;
}


/* Buttons */
#wccgsxlp-form button{
    background-color: #353535;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    color:#ffffff;
    font-size: 24px;
    font-family: "Anton", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    margin: 0 10px 10px 0;
}
#wccgsxlp-form button:hover,#wccgsxlp-form #wccgsxlp-next-1:hover, #wccgsxlp-form #wccgsxlp-next-2:hover, #wccgsxlp-form #wccgsxlp-add-to-cart:hover{
    background-color: #a30d0d;
}
#wccgsxlp-form #wccgsxlp-next-1, #wccgsxlp-form #wccgsxlp-next-2, #wccgsxlp-form #wccgsxlp-add-to-cart{
    background-color: #ff0000;
}
#wccgsxlp-form #wccgsxlp-next-2, #wccgsxlp-form #wccgsxlp-add-to-cart{
    float: right;
}

/* Card Fieldset */
#wccgsxlp-cards-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 10px 0 20px 0;    
}
#wccgsxlp-cards-container .wccgsxlp-card{
    border: 2px solid #ff0000;
    border-radius: 8px;  
    background: #ffffff;
    background: url("../images/iconic-icon.png") no-repeat 20px 100px;
    box-shadow: 0px 0px 10px rgba(104,104,104,0.6);
    margin: 10px;
}
#wccgsxlp-cards-container .wccgsxlp-card legend{
    color:#ff0000;
    font-family: "Anton", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 32px;
    box-shadow: 0px 0px 10px #ffffff;
    padding: 0px 10px;
    text-align: left;
}
#wccgsxlp-cards-container .wccgsxlp-card p{
    display: block;
    width: 100%;
    clear: both;
    float: left;
    font-size: 14px;
    text-align: right;
    margin: 0px 0px 8px 0px;
    border: 0px solid #ff0000;
}



/* Form rows */
.wccgsxlp-form .form-row {
  margin-bottom: 15px;
}

/* Labels */
.wccgsxlp-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
color:#ff0000 !important;
    padding-left: 20px;
}

/* Inputs, selects, textareas */
.wccgsxlp-form input[type="text"],
.wccgsxlp-form input[type="number"],
.wccgsxlp-form select,
.wccgsxlp-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}




.wccgsxlp-form button:hover,
.wccgsxlp-form .button:hover {
  background: #1b64b0;
}

/* Error messages */
.wccgsxlp-form .error {
  color: #b00020;
  font-size: 13px;
  margin-top: 5px;
}

/* Review */
.wccgsxlp-review-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
    font-size: 14px;
}

.wccgsxlp-review-table th,
.wccgsxlp-review-table td {
  border: 1px solid #ddd;
  padding: 6px 10px;
  text-align: left;
}

.wccgsxlp-review-table th {
  background: #f7f7f7;
  font-weight: 600;
}

.missing-info {
  color: #ff0000;
  font-weight: bold;
}

@media (max-width:500px){
    #wccgsxlp-cards-container{
        width: 100%;
        margin: 0;    
    }
    #wccgsxlp-cards-container .wccgsxlp-card{
        background: #ffffff;
        background: none;
        margin: 10px 0;
    }
#wccgsxlp-cards-container .wccgsxlp-card p{
    display: block;
    width: 100%;
    clear: both;
    float: none;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 8px 0px;
}
    #wccgsxlp-cards-container .wccgsxlp-card p input{
        width: 100%;
    }
    #wccgsxlp-form #wccgsxlp-next-2, #wccgsxlp-form #wccgsxlp-add-to-cart{
        float: none;
        clear: both;
        margin-top: 30px;
    }
    #pricing-tier-wrapper{
        margin: 10px 0 0 0;
    }
}

