﻿/* ============================================ *
 * Promo Code
 * ============================================ */
.promo-input {
    width:200px !important;    
    height:35px;
}
.promo-button {
    margin: 0 0 0 5px;    
    height:35px;
}
._promo
{
    /*! top: 15px; */ /*! left: 15px; */
    max-width: 150px;
    font-size: 12px;
    color: #012b72;
    background: #fff764;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ded215;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 1;
    white-space: nowrap;
    overflow: visible;
}
._promo, ._promo:after, ._promo:before
{
    position: absolute;
}
._promo:before
{
    content: "";
    border: 1px solid #ded215;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 2;
}
._promo:after
{
    top: 3px;
    right: -8px;
    width: 19px;
    height: 19px;
    background: #fff764;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    content: "";
    border-right: 1px solid #ded215;
    border-top: 1px solid #ded215;
}
._promo-text
{
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
    color: #999;
    display: inline-block;
}
._promo-cross
{
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
    color: #999;    
    margin: 5px;
    cursor: pointer;   
    text-align: right;
}
.wallat
{
    padding-left: 10px;
    font-size: 10px;
}
.wizard-heading input[type="checkbox"], .wizard-content input[type="checkbox"]
{
    display: none;
}
.wizard-heading input[type="checkbox"] + label:before, .wizard-content input[type="checkbox"] + label:before
{
    border: 1px solid #4c4c4c;
    content: "\00a0";
    display: inline-block;
    font-size: 13px;
    height: 16px;
    width: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    border-radius: 50%;
}
.wizard-heading input[type="checkbox"]:checked + label:before, .wizard-content input[type="checkbox"]:checked + label:before
{
    color: #999;
    content: "\2713";
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}
.wizard-heading label
{
    display: inline;
    font-size: 18px;
    color: #4c4c4c;
    text-transform: uppercase;
    transition: 0.3s;
    margin-bottom: 20px;
    font-weight: 400;
    cursor: pointer;
}
.active .wizard-heading label
{
    background-color: #565656;
    color: #fff;
    margin-bottom: 0;
}
.active .wizard-heading input[type="checkbox"] + label:before
{
    border: 1px solid #fff;
    background: #fafafa;
}
.active .wizard-heading input[type="checkbox"]:checked + label:before
{
    border: 1px solid #fff;
    color: #4c4c4c;
}
.payment-wizard
{
    float: left;
    position: relative;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    list-style: none;
}
.payment-wizard h2
{
    font-size: 15px;
    text-decoration: none;
}
.payment-wizard li{
width:100%;
}
.payment-wizard li.active
{
    position: relative;
    z-index: 1;
}
.wizard-heading
{
    float: left;
    width: 100%;
    padding: 10px 15px;
    font-weight: bold;
    background-color: #e6e6e6;
    margin-bottom: 1px;
    box-sizing: border-box;
    font-size: 18px;
    color: #4c4c4c;
    text-transform: uppercase;
    transition: 0.3s;
}
.wizard-content
{
    display: none;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 8px #d2d2d2;
    padding: 15px;
    box-sizing: border-box;
}
li:first-child .wizard-content
{
    display: block;
}
.wizard-content p
{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #4c4c4c;
}
.btn-green
{
    color: #fff !important;
    float: left;
    border: 0;
    padding: 7px 10px !important;
    min-width: 92px;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: #555555 !important;
    border-radius: 3px; /* border-bottom: 3px solid #464545; */
    position: relative;
    transition: 0.3s;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
}
.btn-green:before
{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 3px;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0093da;
    transition: 0.3s;
}
.btn-green:hover:before
{
    height: 100%;
}
.wizard-heading span
{
    float: right;
    background-image: url(../images/wizard-icons.png);
    background-repeat: no-repeat;
}
.icon-user
{
    width: 20px;
    height: 18px;
    background-position: 0 -40px;
    margin-top: 4px;
}
.icon-location
{
    width: 15px;
    height: 20px;
    background-position: -22px -42px;
    margin-top: 4px;
}
.icon-summary
{
    width: 20px;
    height: 20px;
    background-position: -39px -42px;
    margin-top: 4px;
}
.icon-mode
{
    width: 20px;
    height: 16px;
    background-position: -61px -34px;
    margin-top: 6px;
}
.active .wizard-heading
{
    background-color: #565656;
    color: #fff !important;
    margin-bottom: 0;
}
.active .icon-user
{
    background-position: 0 0;
}
.active .icon-location
{
    background-position: -22px 0;
}
.active .icon-summary
{
    background-position: -39px 0;
}
.active .icon-mode
{
    background-position: -61px 0;
}
.completed .wizard-heading
{
    color: #000000;
    position: relative;
    padding: 10px 15px 10px 36px;
    cursor: pointer;
    transition: 0.3s;
}
.completed .wizard-heading:before
{
    content: "✓";
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    min-height: 22px;
    left: -7px;
    top: 8px;
    width: 32px;
    padding: 4px 0;
    background-color: #00b600;
}
.completed .wizard-heading:after
{
    content: "";
    position: absolute;
    top: 38px;
    left: -7px;
    border-left: 7px solid transparent;
    border-top: 5px solid #001e34;
}
.completed .icon-user
{
    background-position: 0 -20px;
}
.completed .icon-location
{
    background-position: -22px -21px;
}
.completed .icon-summary
{
    background-position: -39px -21px;
}
.completed .icon-mode
{
    background-position: -61px -17px;
}
/*= wizard end =*/
/* device-screen */
@media only screen and (max-width: 960px)
{
    .hide-on-device
    {
        display: none;
    }
}
@media only screen and (max-width: 650px)
{
    .wizard-heading
    {
        font-size: 15px;
    }
    .wizard-content p
    {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
.checkout-panel
{
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout-panel .title
{
    color: #333;
    font-size: 18px;
}

.guest-login h2
{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.guest-login h3
{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    border: none !important;
    color: #333;
    margin-bottom: 1px !important;
}
.check-login h2
{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.check-login h3
{
    margin-bottom: 1px !important;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    border: none !important;
    color: #333;
}
.form-group
{
    padding: 5px;
    width: 100%;
    min-height: 50px;
    margin-bottom: 0 !important;
}
.form-group .radio
{
    float: left !important;
    margin: 4px;
    display: block;
}
.form-group .label-tag
{
    float: left;
    margin: 0;
    padding: 2px;
}

.checkout-panel input[type="text"], [type="password"], [type="email"]
{
    width: 100%;
    padding: 10px !important;
    text-transform: none;
    font-size: 13px !important;
    color: #666 !important;
    font-style: normal;
    background: #fff;
    border: 1px solid #565656;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
textarea
{
    min-height: 80px;
    border: 1px solid #565656 !important;
}
