/***** CART *****
****************************************************************************/
.hideMe {
    display: none;
}
.cart-container {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
    padding: 15px 15px 0 0;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.grid-container.cart {
    max-width: 840px;
    min-height: auto;
    margin: 10px auto;
    padding: 0 90px;
    /*border: 2px solid #ededed;*/
    background-color: #fff;
}
.cart-content {
    padding: 0 0 35px 0;
}
small {
    font-size: 16px;
    font-weight: 300;
}

/***** NAVIGATION *****
****************** **********************************************************/
.nav-container {
    padding: 0;
    margin: -40px 0 0 0;
}
.grid-container.navigation {
    margin: 20px 0 0 0;
    padding: 0;
}
.cart-navigation ul li {
    display: inline-block;
    position:relative;
    padding: 0 15px 5px 15px;
    margin: 0 79.05px 0 0;
    z-index: 1;
    /*float: left;*removed due to additional supplies being taken out*/
}
.cart-navigation ul li:last-child {
    margin: 0;
}
.cart-navigation li a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #777777;
}
.cart-navigation li a:hover {
    color: #125A83;
    text-decoration: none;
}
.cart-navigation li.active {
    border-bottom: 4px solid #125A83;
}
.cart-navigation li:hover {
    border-bottom: 4px solid #125A83;
}
.nav-hr {
    display: block;
    width: 750px;
    /*margin: 33px 0 0 0; *changed due to additional supplies being taken out*/
    margin: -22px auto 0;
    z-index: 0;
}

/***** CART BODY *****
****************************************************************************/
.grid-container.cart-body {
    margin: 0;
    padding: 0;
}
.cart-body h1 {
    padding: 24px 0 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #777777;
}
.img-container {
    padding: 0 25px 0 0;
}
.unit-image {
    max-height:249px ;
    float: left;
    width: 100%;
}
.unit-info-container {
    padding: 0 0 0 25px;
}
.unit-info {
    background-color: #f2f2f2;
    text-align: left;
    padding: 25px 50px
}
.unit-info hr {
    margin: 15px 0
}
.unit-info p {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    line-height: 25px;
}

.special-description{ 
    color: #bf141a; 
    font-weight: 500;
    line-height: 20px;
}

.unit-size {
    font-size: 34px;
    font-weight: 600;
    color: #777777;
    line-height: 20px;
    letter-spacing: 1px;
}
.only {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    letter-spacing: 1px;
}
.price {
    line-height: 32px;
    font-size: 34px;
    font-weight: 600;
    color: #bf141a;
    letter-spacing: 1px;
}
.month {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}
select {
    display: block;
    float: left;
    clear: both;
    width: 90%;
    border: 2px solid #ebebeb;
    padding: 6px;
    margin: 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #777777;
    background-image: url(../images/caret.png);
    background-position: 90% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/***** UNIT RESERVE *****
****************************************************************************/
.grid-container.unit-reserve {
    margin: 0;
    padding: 0;
}
.hold h3, .reserve h3 {
    font-size: 18px;
    color: #777777;
}
.unit-reserve p {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    padding: 0 0 0 30px;
}
.hold {
    margin: 45px 10px 20px 0;
    padding: 10px 20px;
    text-align: left;
    border: 3px solid #ebebeb;
    min-height: 130px;
}
.reserve {
    margin: 45px 0 20px 10px;
    padding: 10px 20px;
    text-align: left;
    border: 3px solid #ebebeb;
    min-height: 130px;
}
input[type=radio] {
    float: left;
    height: 20px;
    width: 20px;
    margin: 2px 10px 0 0;
}
.alert {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
    padding: 0 0 0 30px;
}
.hold .alert {
    margin: 10px 0 0 0;
}

/***** SUPPLIES *****
****************************************************************************/
.supplies {
    margin: 0 0 20px 0
}
.supply-container-fist {
    display: inline-block;
    float: left;
}
.supply-container {
    display: inline-block;
}
.supply-container-last {
    display: inline-block;
    float: right;
}
.supply-section img {
    display: block; 
}
.supply-title {
    display: block;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #777777;
    margin: 15px 0 0 0
}
.supply-info {
    display: block;
    float: left;
    clear: both;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}
.supply-section input {
    float: left;
    width: 25px;
    height: 20px;
    clear: both;
    border: 2px solid #ebebeb;
}
.qty {
    font-size: 11px;
    font-weight: 400;
    color: #777777;
    letter-spacing: 1px;
    float: left;
    margin: 6px 0 0 5px
}
.spl-price {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #125A83;
}
.supply-price {
    display: block;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #125A83;
    margin: 1px 0 0 23px
}

/***** ORDER DETAILS *****
****************************************************************************/
.order-details{
    background-color: #f2f2f2;
    text-align: left;
    padding: 25px 50px;
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    line-height: 25px;
    margin-bottom: 30px;
	overflow: hidden;
}
.order-details h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}
.order-details-right {
    text-align: right;
}
.order-details hr {
    margin: 15px 0
}
.total {
    color: #125A83;
    letter-spacing: 1px;
    font-weight: 600;
}
.gray-sub-text {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
}
.unit {
    line-height: 18px;
    margin: 0 0 5px 0;
    
}
.unit, .boxes, .misc-supplies, .sub-details, .order-total {
    display: block;
    overflow: hidden;
}

/***** FORM *****
****************************************************************************/
label {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    letter-spacing: 1px;
    text-transform: uppercase;
    clear: both;
}
.cart-form input {
    display: block;
    float:left;
    clear: both;
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 9px 6px;
    margin: 0 0 18px 0;
    box-sizing : border-box;
    font-size: 13px;
    font-weight: 500;
    color: #777777;
}
.cart-input[type=checkbox] {
    float: left;
    height: 15px;
    width: 15px;
    margin: 1px 10px 0 0;
}
.cart-form p {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #777777;
}
.cart-form span a {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #b9b9b9; 
    text-decoration: underline;
    padding: 0 0 0 25px
}
.cart-form span a:hover {
    color: #125A83;
}
.form-left input {
    width: 95%;
}
.form-right label {
    padding: 0 0 0 8px;
}
.form-right input {
    width: 95%;
    float: right;
}
.phone-type input {
    width: 20px;
    height: 20px
}
.phone-type p{
    font-size: 14px;
    line-height: 25px;
}
/*#copy_address {
    margin: 6px 0 20px 6px;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    padding: 25px;
}*/
.same-as {
    padding: 0 0 15px 0;
}
.state-select {
    width: 95%;
}

/***** BUTTONS *****
****************************************************************************/
.cart-button {
    width: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #bf141a;
    padding: 8px 30px;
    letter-spacing: 2px;
}
.grid-container.buttons {
    margin: 25px 0;
    padding: 0;
}
.buttons .cart-button {
    float: right;
}
.bottom-hr {
    margin: 5px 0 0 0;
}
.btn-left .cart-button {
    float: left;
    background-color: #777777;
}
.side-buttons {
    padding: 22px 0 0 25px;
}

/***** MOBILE STYLES *****
****************************************************************************/

@media screen and (min-width: 320px) and (max-width: 640px) { /* Portrait and Landscape */
    .grid-container.cart {
        padding: 0 10px;
        display: block;
        max-height: initial;
    }
    .cart-navigation ul li {
        display: none;
        width: 100%;
        margin: 0 0 5px 0;
        padding: 0;
    }
    .active {
        display: block;
    }
    .nav-hr {
        display: none;
    }
    .img-container {
        padding: 0;
    }
    .unit-image {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 0;
    }
    .unit-info-container {
        padding: 0;
        display: block;
    }
    .unit-info {
        text-align: center;
        padding: 10px;
        margin: 0;
    }
    .unit-size {
         line-height: normal;
    }
    .hold {
        margin: 25px 0 0 0;
    }
    .reserve {
        margin: 25px 0 0 0;
    }
    .order-details {
        margin: 20px 0 0 0;
    }
    form input {
        padding: 12px 0;
    }
    .form-left label {
        padding: 0;
    }
    .form-left input {
        width: 100%;
    }
    .form-right label {
        padding: 0;
    }
    .form-right input {
        width: 100%;
        float: none;
    }
    .side-buttons {
        padding: 22px 0 0 0;
    }
    .state-select {
        width: 100%;
        padding: 10px 0;
        margin: 0 0 18px 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) { /*** Tab ***/
    .grid-container.cart {
        padding: 0 10px;
        display: block;
        max-height: initial;
    }
    .nav-hr {
        width: 100%;
        position: relative;
    }
    .cart-navigation ul li {
        display: inline-block;
       margin: 0 75px 0 0
    }
}
@media screen and (min-width: 780px) { /*** Desktop ***/
    
}

.trans_selected{
    border: 3px solid #125A83;
}

.form_error{
    margin-top: 20px;
}
.form_error p{
    color: red;
    font-weight: bold;
}
/*Updated*/