#wrapcheckout .content > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 320px;
}
#wrapcheckout .content input {
    width: 100%;
    max-width: 320px;
    border: 2px solid gray;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
}
#wrapcheckout input:valid {
    background: white;
}
#wrapcheckout input:focus {
    border-color: #80c0ff;
}
#wrapcheckout input:focus + label {
    background: #80c0ff;
    color: white;
   /* font-size: 1em;*/
    padding: 1px 6px;
    z-index: 2;
    /*text-transform: uppercase;*/
}
#wrapcheckout label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
   /* font-size: 1em;*/
    position: absolute;
    color: #656464;
    padding: 7px 6px;
}
#wrapcheckout .content textarea {
    display: block;
    resize: vertical;
	width:100%;
	border-radius: 3px;
}
#wrapcheckout #step1Checkout .content label {
    top: 2px;
    right: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: 2px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
	text-align:right;
	font-weight:400;
}
#wrapcheckout #step1Checkout input:focus + label,
#wrapcheckout #step1Checkout textarea:focus + label {
    right: 0;
    margin-right: 0;
    width: 40%;
    padding-top: 5px;
}

#wrapcheckout {
    width: 100%;
   /* margin: 20px auto;*/
    background: #FFF;
}
#wrapcheckout .column {
    width: 32%;
    float: left;
    margin-right: 2%;
    border-radius: 10px;
    background: #f7f7f1;
}
#wrapcheckout .column3 {
    margin-right: 0;
    margin-left: 0;
}
#wrapcheckout .number {
    width: 50px;
    height: 50px;
    background: #80c0ff;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}
#wrapcheckout .step {
    width: 100%;
    height: auto;
    color: #80c0ff;
    padding-left: 1%;
    padding-top: 20px;
    float: left;
    position: relative;
}
#wrapcheckout .step:after {
    content: '';
    width: 80%;
    height: 3px;
    background: #80c0ff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#wrapcheckout .title {
    float: left;
    width: 70%;
    margin-left: 3%;
   /* font-size: 1.2em;*/
    font-weight: 300;
    margin-top: -5px;
}
#wrapcheckout #shipping .subtitle {
	/*color:#80c0ff;*/
    font-weight: 700;
}
#wrapcheckout #shipping .sub {
    color: #aaa;
    display: block;
    width: 100%;
    margin-left: 25px;
}
#wrapcheckout .title h1 {
    font-weight: 300;
}
#wrapcheckout .content {
    padding: 1.5em 1.5em;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    float: left;
}
#wrapcheckout .content label {
    /*font-size: 1.5em;*/
}
#wrapcheckout .content input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    /*font-size: 1.5em;*/
}
#wrapcheckout .content button {
    display: block;
    float: none;
    margin: 5px auto;
    background: #80c0ff;
    width: 200px;
    border: 0;
    padding: 5px 15px;
    /*font-size: 1.6em;*/
    color: #FFF;
    border-bottom: 3px solid #4da7ff;
    border-radius: 2px;
    clear: both;
}
#wrapcheckout .content .continue {
    display: block;
    float: none;
    background: #80c0ff;
    width: 200px;
    border: 0;
    padding: 5px 15px;
    /*font-size: 1.6em;*/
    color: #FFF;
    border-bottom: 3px solid #4da7ff;
    border-radius: 2px;
    clear: both;
    text-align: center;
    text-decoration: none;
    margin: 15px auto;
}
#wrapcheckout .content .next {
    display: block;
    float: none;
    background: #80c0ff;
    width: 90px;
    border: 0;
    padding: 5px 15px;
    /*font-size: 1.6em;*/
    color: #FFF;
    border-bottom: 3px solid #4da7ff;
    border-radius: 2px;
    clear: both;
    text-align: center;
    text-decoration: none;
    margin: 15px auto;
}
#wrapcheckout .content .previous {
    display: block;
    float: none;
    background: #80c0ff;
    width: 90px;
    border: 0;
    padding: 5px 15px;
    /*font-size: 1.6em;*/
    color: #FFF;
    border-bottom: 3px solid #4da7ff;
    border-radius: 2px;
    clear: both;
    text-align: center;
    text-decoration: none;
    margin: 15px auto;
}
#wrapcheckout #shipping,
#email {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1em;
}
#wrapcheckout .select {
    width: 100%;
    max-width: 320px;
    height: 35px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    margin-top: 5px;
}
#wrapcheckout .state_options select,
#wrapcheckout .country_options select {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 5px;
    /*font-size: 2em;*/
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 32px;
}
#wrapcheckout #address .state_options label,
#wrapcheckout #address .country_options label.country {
    right: 0;
    margin-right: 0;
    width: 40%;
    top: 5px;
    bottom: 3px;
    background: #80c0ff;
    color: white;
   /* font-size: 1em; */
    padding: 4px 6px;
    z-index: 2;
    /*text-transform: uppercase;*/
}
#wrapcheckout #address input[type="checkbox"] {
    width: 10%;
    float: left;
}
#wrapcheckout #address label.same,
#wrapcheckout #address form input:focus + label.same {
    width: 85%;
    float: left;
    margin-left: 0;
    display: block;
    /*font-size: 1.3em;*/
    padding: 0;
    margin-bottom: 15px;
    top: 3px;
    right: 100%;
    margin-right: -100%;
    bottom: 0;
    background: transparent;
    color: initial;
	text-align:left;
    /*text-transform: uppercase;*/
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
#wrapcheckout #shipping input[type="radio"],
#wrapcheckout #shipping input[type="radio"]:focus {
    width: 30px;
}
#wrapcheckout #shipping label {
    padding: 0;
   /* font-size: 1.3em;*/
}
#wrapcheckout #shipping.price {
    display: inline-block;
}
/*
#wrapcheckout #payment .expiry {
    margin-top: 7px;
}
#wrapcheckout #payment label.exp_date {
    right: 0;
    margin-right: 0;
    width: 40%;
    top: 7px;
    bottom: 3px;
    background: #80c0ff;
    color: white;
    font-size: 1em;
    padding: 4px 6px;
    z-index: 2;
    text-transform: uppercase;
}
#payment .month_select,
#payment .year_select {
    width: 38%;
    height: 40px;
    font-size: .em;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
}

.month_select select,
.year_select select {
    background: transparent;
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
}
#payment .sec_num,
#payment .expiry {
    display: block;
    float: left;
}
#payment .sec_num {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}
*/
.left {
    width: 100%;
    float: left;
}
#wrapcheckout .accepted {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 30px;
}
#wrapcheckout .accepted span {
    display: table-cell;
    padding: 3px;
}
#wrapcheckout .secured {
    margin-top: 5px;
    padding-left: 1em;
    padding-right: 1em;
}
#wrapcheckout .secured .lock {
    float: left;
    padding: 3px;
    width: 25%;
    margin-top: 10px;
}
#wrapcheckout .secured .security {
    float: left;
    margin-right: 5px;
    font-style: italic;
    color: #aaa;
    width: 70%;
    margin-bottom: 20px;
}

#wrapcheckout .products {
    width: 100%;
    float: left;
    padding-bottom: 3px;
    border-bottom: 3px solid #aaa;
}
#wrapcheckout .products .product_image {
    width: 20%;
    float: left;
   /* margin-left: 10%;*/
}
#wrapcheckout .products .product_details {
    width: 80%;
    display: table;
    vertical-align: middle;
}

#wrapcheckout .products .product_details span {
    display: table-cell;
	width: 100%;
    vertical-align: middle;
    margin-top: 30%;
    /*font-size: 1.5em;*/
    color: #c10366;
}
#wrapcheckout .totals {
    width: 100%;
    float: left;
    border-bottom: 3px solid #aaa;
    padding-bottom: 5px;
}
#wrapcheckout .totals .subtitle {
   /* font-size: 2em;*/
    display: block;
    text-align: right;
    color: #aaa;
    width: 100%;
    /*margin-right: 5%;*/
}
 #wrapcheckout .totals .subtitle .sub_price {
    font-style: italic;
    width: 100px;
	font-weight:bold;
}
#wrapcheckout .final {
    width: 100%;
    float: left;
    font-size: 1.2em;
    text-align: right;
    color: #c10366;
}
#wrapcheckout .final .title {
    width: 97%;
    margin-right: 5%;
    font-weight: bold;
    margin-top: 5px;
}
#wrapcheckout #reviewed .lableLeft {
    width: 30%;
	color: #aaa;
    /*font-size: 1.8em;*/
    float: left;
}
#wrapcheckout #reviewed .ckbilling {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 20px;
}
#wrapcheckout #reviewed .ckbilling .address_reviewed,
#wrapcheckout #reviewed .ckshipping .address_reviewed,
#wrapcheckout #reviewed .ckpayment .payment_reviewed {
    color: #0877dc;
    /*font-size: 1.2em;*/
    /*height: 80px;*/
    width: 70%;
    float: left;
}
#wrapcheckout #reviewed .ckbilling .address_reviewed span {
    display: block;
}
#wrapcheckout span.method {
    display: block;
}
#wrapcheckout #reviewed #complete {
    float: left;
    width: 100%;
    padding-top: 5px;
    border-top: 1px dotted #aaa;
}
#wrapcheckout #reviewed .big_button {
    clear: both;
    display: block;
    width: 150px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #fff;
    /*font-size: 2em;*/
    text-decoration: none;
    background: #80c0ff;
    text-align: center;
    border-bottom: 3px solid #4da7ff;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#wrapcheckout #reviewed #complete .sub {
    color: #aaa;
    display: block;
    text-align: center;
    margin-top: 15px;
    width: 80%;
    margin: 5px auto;
}
@media(max-width:768px) {
    #wrapcheckout .column {
        width: 49%;
    }
    #wrapcheckout .column2 {
        margin-right: 0;
    }
    #wrapcheckout .column3 {
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width:600px) {
        #wrapcheckout .column {
            width: 100%;
            margin: 0;
            margin-top: 30px;
        }
    
    #wrapcheckout .content > div {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 320px;
    }
    #wrapcheckout form input,
    form textarea {
        width: 100%;
        max-width: 320px;
        border: 2px solid gray;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 8px 12px;
        outline: 0;
    }
    #wrapcheckout form input:valid,
    #wrapcheckout form textarea:valid {
        background: white;
    }
    #wrapcheckout form input:focus,
    #wrapcheckout form textarea:focus {
        border-color: #f06d06;
    }
    #wrapcheckout form input:focus + label,
    #wrapcheckout form textarea:focus + label {
        background: #80c0ff;
        color: white;
        /*font-size: 70%;*/
        padding: 1px 6px;
        z-index: 2;
        /*text-transform: uppercase;*/
    }
    #wrapcheckout form label {
        transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
        position: absolute;
        color: #999;
        padding: 7px 6px;
    }
    #wrapcheckout form textarea {
        display: block;
        resize: vertical;
    }
    #wrapcheckout #step1Checkout label {
        top: 2px;
        right: 100%;
        width: 100%;
		height:40px;
        margin-right: -100%;
        bottom: 2px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
    #wrapcheckout #step1Checkout input:focus + label,
    #wrapcheckout #step1Checkout textarea:focus + label {
        right: 0;
        margin-right: 0;
        width: 40%;
        padding-top: 5px;
    }
}