/*Checkout*/
/*Section 1*/
.cart-cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 auto;
}

.cart-sec-1 {
    width: 100%;
    max-width: 1030px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 40px;
    text-align: center;
}

.green-alert {
	background: #fdc23c;
    font-size: 19px;
    font-family: 'Lato';
    color: #010f25;
    padding: 35px 0;
    margin: 30px auto;
    text-align: center;
}

.clsbilling {
    margin: 3% 0;
}

    .clsbilling ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .clsbilling ul li {
            float: left;
            list-style: none;
            margin: 0 3% 0 0;
            width: 69%;
        }

.li-bg {
    background: #f8f8f8;
    padding: 5% 8%;
}

.clsbilling h2 {
    font-family: 'Lato';
    color: #212121;
    font-size: 22px;
    margin: 0px 0 24px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}

.clsfield {
    text-align: left;
    margin: 0 0 2%;
    width: 100%;
}

    .clsfield label {
        font-family: 'Lato', sans-serif;
        color: #666666;
        font-size: 14px;
        display: block;
        margin: 0 0 3%;
    }

    .clsfield .clsbilltxt {
        color: #666666;
        background: #ffffff;
        font-family: 'Lato', sans-serif;
        border: 1px solid #ebebeb;
        font-size: 14px;
        height: 46px;
        padding-left: 2%;
        width: 98%;
    }

label.checkbox input[type="checkbox"] {
    display: none;
}

.clsfield .checkbox {
    padding-top: 5%;
}

label.checkbox span {
    display: inline-block;
    border: 1px solid #ebebeb;
    width: 18px;
    height: 16px;
    background: #ffffff;
    vertical-align: middle;
    margin: 0 4px 0 0;
    position: relative;
    transition: width 0.1s, height 0.1s, margin 0.1s;
}

label.checkbox :checked + span {
    background: #ffffff;
    border: 1px solid #ebebeb;
    width: 18px;
    height: 16px;
    margin: 3% 3% 0 0;
}

    label.checkbox :checked + span:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 5px;
        color: #666666;
    }

.clsemptyfield {
    height: 41px;
}

.clsorder-summary {
    width: 28% !important;
}

.clstopsummary {
    background: #f8f8f8;
    padding: 6% 8%;
}

    .clstopsummary table {
        width: 245px;
    }

    .clstopsummary th {
        font-family: 'Lato';
        font-size: 13px;
        color: #212121;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1px solid #e7e7e7;
        padding: 5% 0;
    }

    .clstopsummary td {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #666666;
        border-bottom: 1px solid #e7e7e7;
        text-align: left;
        padding: 5% 0;
    }

.clsorder-name {
    width: 100px;
}

.clsorder-quantity {
    padding-left: 5%;
    width: 80px;
}

.clsorder-total {
    text-align: center;
}

.clssummary-total {
    margin: 15% 0 0;
    width: 100%;
}

.clstopsummary td.TsumLR {
    border: 0;
    padding: 15% 0 0;
}

.clstopsummary td.TsumL {
    border: 0 none;
    color: #212121;
    font-family: "Lato", sans-serif;
    font-size: 19px;
    padding: 15% 0 0;
    text-transform: uppercase;
}

.clstopsummary td.TsumR {
    border: 0 none;
    text-transform: uppercase;
    font-size: 19px;
    color: #212121;
    font-family: 'Lato', sans-serif;
    padding: 15% 0 0;
}

.clssummary-postal {
    padding: 15% 0 0;
}

.clssummary-postal {
    text-align: left;
}

    .clssummary-postal > label {
        display: block;
    }

    .clssummary-postal select {
        background: url('../images/gray-drop.png') no-repeat 95% 55%;
        border: 1px solid #efefef;
        height: 40px;
        font-size: 14px;
        margin: 5% 0;
        padding: 0 0 0 4%;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 100%;
    }

.clssummary-gift {
    font-size: 17px;
    text-align: left;
    margin: 5% 0;
    width: 100%;
}

    .clssummary-gift label.checkbox *:checked + span {
        margin-top: 0;
    }

        .clssummary-gift label.checkbox *:checked + span::after {
            top: -3px;
        }

    .clssummary-gift label.checkbox span {
        margin-right: 4px;
    }

.clsfield-block {
    margin: 10% 0;
}

.clsfield .clsbilltxtarea {
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 80px;
    padding: 2% 0 0 2%;
    width: 98%;
}

.clsbtmsummary {
    margin: 10% 0;
}

    .clsbtmsummary .checkbox span {
        float: left;
        width: 17px;
    }

    .clsbtmsummary .checkbox p {
        font-size: 13px;
        margin: 0;
        text-align: left;
        float: right;
        width: 87%;
    }

    .clsbtmsummary label.checkbox *:checked + span {
        margin-top: 0;
    }

        .clsbtmsummary label.checkbox *:checked + span::after {
            top: -3px;
        }

    .clsbtmsummary label.checkbox span {
        margin-right: 4px;
    }

.clsorder-btns {
    padding: 8% 0 0;
}

    .clsorder-btns a {
        font-family: 'Lato';
        font-size: 18px;
        color: #ffffff;
        margin: 5% auto;
        display: block;
        padding: 2% 0;
        line-height: 50px;
        text-decoration: none;
        text-transform: uppercase;
        width: 97%;
    }

.clscancel-btn {
    background: #212121;
}

.clsnext-btn {
background: #fdc23c;
    font-family: 'Lato';
    font-size: 18px;
    color: #010f25;
    margin: 5% auto;
    display: block;
    padding: 0% 0;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 50px;
    border: 0;
    font-weight: 800;
}

/*Media Query*/


@media screen and (max-width: 960px) {
    /*Checkout*/
    .title-cmn-sec-1 {
        /*padding-top: 100px;*/
    }

    .li-bg, .clstopsummary {
        padding-top: 10px;
    }

    .clscheckout {
        font-size: 16px;
        margin: 2% 0;
        float: none;
        width: 100%;
    }

    .clsorder-btns {
        margin: 0 auto;
        width: 50%;
    }
}

@media screen and (max-width: 860px) {
    /*Checkout*/
    .clsbilling ul li, .clsorder-summary {
        float: none;
        width: 100% !important;
    }

    .clsbtmsummary .checkbox p {
        width: 95%;
    }

    .clstopsummary table {
        margin: auto;
        width: 100%;
    }

        .clstopsummary table tbody th {
            margin: auto;
            width: 55%;
        }
}

@media screen and (max-width: 768px) {
    .green-alert {
        background: #fdc23c;
        font-size: 16px;
        font-family: 'Lato';
        color: #ffffff;
        padding: 25px 10px;
        margin: 0px auto;
        text-align: center;
    }

    .clsorder-btns {
        margin: 0 auto;
        width: 80%;
    }

    .clsnext-btn {
        font-size: 18px;
        margin: 0% auto;
    }
}