.basket_top label {
    color: #fff;
    font-size: 11pt;
    cursor: pointer;
    margin: 0
}

    .basket_top label span {
        background: #79a309;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding: 0 9px;
        margin-right: 10px;
        font-size: 13pt
    }

.top_link > img {
    float: right
}

.top_block {
    position: absolute;
    background: #fff;
    z-index: 9999999;
    margin-top: 8px;
    font-size: 10pt;
    text-align: center;
    text-align: -webkit-center;
    padding: 4px 0 0;
    overflow: inherit !important
}

    .top_block:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 12px;
        top: -11px;
        right: 15px;
        margin: auto;
        background: url(../../img/arrow.png) no-repeat
    }

    .top_block .content {
        background: #fff;
        margin: 0 auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 5px;
        color: #343434;
        width: 300px;
        font-size: 8.5pt
    }

.content.wrapper .td-price img {
    left: 0 !important
}

.top_block.basket {
    width: 308px;
    left: 0;
    margin-top: 0;
    top: 120%
}

    .top_block.basket p {
        color: #444;
        padding: 5px 0;
        font-size: 9pt;
        border-bottom: 1px solid #ed1d24
    }

.basket table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ed1d24;
    color: #343434
}

.basket tr {
    width: 100%
}

    .basket tr th {
        background: #eee;
        border: 1px solid #ddd;
        text-align: center
    }

        .basket tr th:first-child {
            border-left: 1px solid #ddd
        }

        .basket tr th:last-child {
            border-left: 1px solid #ddd
        }

td.td-price {
    position: relative
}

.td-price img {
    visibility: hidden;
    position: absolute;
    left: 15px;
    top: 39%
}

.basket tr:hover .td-price img {
    visibility: visible
}

.top_block td.td-number {
    width: 31px
}

    .top_block td.td-number a:first-child {
        float: right;
        width: 31px;
        height: 15px
    }

        .top_block td.td-number a:first-child:after {
            content: "\f0d8";
            display: inline-block;
            font-family: FontAwesome;
            bottom: 50%;
            color: #000
        }

    .top_block td.td-number p {
        clear: both;
        border-bottom: 0;
        width: 31px;
        padding: 0;
        text-align: center
    }

    .top_block td.td-number a:last-child {
        float: right;
        width: 31px;
        margin-top: -5px
    }

        .top_block td.td-number a:last-child:after {
            display: inline-block;
            font-family: FontAwesome;
            content: "\f0d7";
            bottom: 50%;
            color: #000
        }

.top_block .basket-sail-submit {
    float: none;
    display: inline-block;
    display: inline-block;
    margin-top: 5px !important
}

.cart-wrapper i.fa-close {
    top: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    color: #333;
    position: absolute
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

.fa-close:before {
    content: "\f00d";
    font: normal normal normal 9pt/1 FontAwesome !important;
    position: absolute;
    right: 18px;
    top: 3px
}

.closed:before {
    content: "\f404";
    font: normal normal normal 14px/1 Ionicons !important;
    color: #a0a0a0
}

.basket-login-title {
    margin-bottom: 15px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    position: relative;
    width: 100%
}

.loginUsers:before {
    font-family: Flaticon;
    content: "\f111";
    font-size: 16pt;
    vertical-align: middle;
    color: var(--header-background);
    margin-left: 10px
}

.registeUsers:before {
    font-family: Flaticon;
    content: "\f12e";
    font-size: 16pt;
    vertical-align: middle;
    color: var(--header-background);
    margin-left: 10px
}

.basket-login-title > p {
    color: #9d69be;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    font-size: 16pt;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    line-height: 2
}

.basket-login-title > img {
    margin: -50px 60px 0 0;
    float: right
}

.basket-login-l, .basket-login-r {
    width: 100%;
    box-sizing: border-box
}

.basket-login-l {
    padding: 15px 35px
}

    .basket-login-l label {
        float: right;
        padding: 5px;
        width: 30%;
        box-sizing: border-box;
        font-size: 10pt
    }

    .basket-login-l input {
        box-sizing: border-box;
        float: right;
        font-family: tahoma;
        height: 35px;
        margin: 0 0 5px;
        outline: medium none;
        padding: 0 5px;
        width: 100%
    }

.basket-login-r {
    float: left;
    padding: 15px 35px;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right
}

    .basket-login-r .basket-login-img {
        background: rgba(41,116,178,.85);
        box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
        float: right;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        padding: 4px;
        margin: -2px 10px 0 0
    }

.padding10 {
    padding: 5px
}

.padding5 {
    padding: 6px 25px !important
}

.float-l {
    float: left !important
}

.float-r {
    float: right !important
}

.basket-shopping {
    background-color: #fff;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin: auto;
    margin-top: 25px;
    min-height: 500px;
    padding: 20px 15px;
    text-align: justify;
    line-height: 1.6;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

    .basket-shopping * {
        box-sizing: border-box;
        color: #515451;
        font-size: 10pt
    }

    .basket-shopping fieldset p, .basket-shopping fieldset p strong {
        color: #8b898a
    }

    .basket-shopping hr {
        border-color: #dadada
    }

.basket-item {
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-bottom: 6px
}

    .basket-item ul {
        background: #efefef;
        display: inline-block;
        width: 100%
    }

        .basket-item ul a:hover {
            color: var(--header-background);
            text-decoration: none
        }

    .basket-item .item-buy, .basket-item .item-login, .basket-item .item-pay, .basket-item .item-print {
        float: right;
        padding: 25px 0;
        line-height: 0;
        background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-border-y.jpg) no-repeat scroll left center/2px 25px transparent;
        width: 25%;
        box-sizing: border-box
    }

    .basket-item .item-print {
        background: none repeat scroll 0 0 transparent
    }

        .basket-item .item-buy a, .basket-item .item-login a, .basket-item .item-pay a, .basket-item .item-print a {
            padding: 16px 45px 17px 0
        }

    .basket-item .item-buy a {
        background: url(/Themes/zyaeefar/static/img/basket-buy-active.png) no-repeat scroll right center transparent;
        color: var(--header-background)
    }

    .basket-item .item-login a {
        background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-login.png) no-repeat scroll right center transparent
    }

    .basket-item .item-pay a {
        background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-pay.png) no-repeat scroll right center transparent
    }

    .basket-item .item-print a {
        background: url(/GlobalItems/GlobalStore/ShoppingCart/Images/basket-print.png) no-repeat scroll right center transparent
    }

    .basket-item .item-buy-active a {
        background: url(/Themes/zyaeefar/static/img/basket-buy-active.png) no-repeat scroll right center transparent;
        color: var(--header-background)
    }

    .basket-item .item-login-active a {
        background: url(/Themes/zyaeefar/static/img/basket-login-active.png) no-repeat scroll right center transparent;
        color: var(--header-background)
    }

    .basket-item .item-pay-active a {
        background: url(/Themes/zyaeefar/static/img/basket-pay-active.png) no-repeat scroll right center transparent;
        color: var(--header-background)
    }

    .basket-item .item-print-active a {
        background: url(/Themes/zyaeefar/static/img/basket-print-active.png) no-repeat scroll right center transparent;
        color: var(--header-background)
    }

.basket-table table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
    font-size: 13px
}

    .basket-table table th {
        font-weight: inherit;
        padding: 10px 4px;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        vertical-align: inherit;
        color: #222;
        position: relative
    }

        .basket-table table th:after {
            content: '';
            position: absolute;
            left: 0;
            top: 14px;
            width: 1px;
            height: 15px;
            background: #222
        }

        .basket-table table th:last-child:after {
            display: none
        }

    .basket-table table thead {
        background: #eee
    }

        .basket-table table thead tr {
            -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
            -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
            box-shadow: 0 2px 3px 0 rgba(0,0,0,.15)
        }

    .basket-table table tbody td {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ddd;
        border-image: none;
        border-style: solid none;
        border-width: 1px 0;
        text-align: center;
        vertical-align: inherit;
        color: #333;
        position: relative
    }

        .basket-table table tbody td:after {
            content: '';
            position: absolute;
            height: 15px;
            width: 1px;
            background: #ddd;
            left: 0;
            top: 13px
        }

        .basket-table table tbody td:first-child {
            border-right: 1px solid #ddd
        }

        .basket-table table tbody td:last-child {
            border-left: 1px solid #ddd
        }

            .basket-table table tbody td:last-child:after {
                display: none
            }

            .basket-table table tbody td:last-child img {
                float: left;
                margin-left: 0;
                visibility: visible
            }

.basket-table .td-pic img {
    vertical-align: middle;
    width: 50px
}

.basket-table td:before {
    display: none
}

.boxPay {
    width: 48%;
    float: right;
    margin-right: 2%
}

.basketColLeft {
    width: 70%;
    float: left;
    margin-top: 10px
}

.basket-sail {
    background: #eee;
    padding: 10px 10px 2px;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    font-size: 11pt;
    box-sizing: border-box;
    width: 33%;
    float: left;
    min-height: 187px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    margin-top: -4px
}

    .basket-sail label {
        float: right;
        margin-top: 5px;
        width: 25%
    }

#shoppingCratTotalPrice .input-field {
    width: 53%;
    float: right;
    margin: 0
}

    #shoppingCratTotalPrice .input-field label {
        width: 100%;
        margin: 0;
        display: block
    }

.basket-login-r .basket-sail-input {
    width: 100%
}

.basket-sail-input {
    border: solid 1px #a2a1a1;
    color: #989898;
    height: 29px;
    outline: 0;
    background: #fff;
    width: 35%;
    text-indent: 0;
    float: right;
    margin: 0;
    box-sizing: border-box;
    padding: 0 5px
}

    .basket-sail-input:focus, select.buy-pay-cart:focus, textarea.buy-pay-cart:focus {
        border-color: var(--header-background)
    }

.basket-sail-submit {
    background: var(--header-background);
    border: 0;
    color: #fff;
    display: block;
    float: right;
    padding: 6px;
    margin: 0;
    font-family: IRANSans
}

.basket-sail-submit, input.basket-sail-submit {
    cursor: pointer
}

    .basket-sail-submit:focus, .basket-sail-submit:hover {
        color: #fff !important;
        background: var(--hover-background)
    }

.basket-sail button.basket-sail-submit {
    margin: 0;
    width: 45%;
    float: left;
    font-size: 9pt;
    padding: 6px;
    background: #ed1d24;
    color: #f3f3f3;
    margin-top: 6px
}

    .basket-sail button.basket-sail-submit:hover {
        background-color: var(--hover-background);
        color: #eee !important
    }

.basket-sail p {
    margin: 5px 0;
    text-align: right;
    line-height: 1.5;
    font-size: 8.5pt
}

.basket-add-address {
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    float: right;
    margin-bottom: 0;
    min-height: 160px;
    padding: 10px;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    width: 30%;
    box-sizing: border-box;
    margin-top: 6px
}

    .basket-add-address select {
        font-family: IRANSans;
        border: solid 1px #a2a1a1;
        color: #043c6a;
        height: 29px;
        width: 40%;
        float: right
    }

    .basket-add-address .continuecontent label {
        display: block
    }

    .basket-add-address .continuecontent .addressPlus {
        width: auto
    }

    .basket-add-address .continuecontent textarea {
        margin-bottom: 15px
    }

    .basket-add-address .continuecontent .basket-add-name {
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%
    }

        .basket-add-address .continuecontent .basket-add-name div {
            float: right;
            margin-top: 10px;
            margin-left: 2%;
            width: 48%
        }

            .basket-add-address .continuecontent .basket-add-name div .basket-sail-input {
                width: 100%
            }

    .basket-add-address .continuecontent .basket-add-city {
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%
    }

        .basket-add-address .continuecontent .basket-add-city select {
            border: solid 1px #8b8a8a;
            border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px 3px 3px 3px;
            color: #043c6a;
            font-family: IRANSans;
            height: 35px;
            width: 23%;
            float: right;
            margin-left: 2%;
            width: 48%;
            margin-bottom: 7px
        }

.basket-pay {
    margin-top: -4px;
    width: 66%;
    float: right
}

    .basket-pay p:first-child {
        background: #eee;
        margin: 0 0;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        padding: 5px 10px
    }

    .basket-pay .basket-pay-radio {
        padding: 5px 10px;
        text-align: -moz-right;
        text-align: -webkit-right;
        text-align: right;
        min-height: 155px
    }

.basket-send {
    float: none;
    margin: 10px auto;
    display: table;
    display: inline-block !important
}

.boxPay {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3)
}

.buy-pay-p {
    float: right;
    margin: 10px 0
}

    .buy-pay-p strong {
        font-size: 14pt;
        margin: 0 20px;
        font-weight: 400
    }

.buy-pay-title {
    color: #fff;
    background: #ed1d24;
    left: 0;
    padding: 10px;
    float: right;
    margin: 15px 20px -10px 0;
    font-weight: 100;
    font-size: 11pt
}

.basket-shopping fieldset {
    background: #efefef;
    border: 1px solid #dadad9;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px 0
}

    .basket-shopping fieldset span.bank-item {
        float: right;
        border-left: 1px solid #ddd;
        width: 10%;
        box-sizing: border-box;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        margin-bottom: 18px
    }

        .basket-shopping fieldset span.bank-item:nth-child(10n) {
            border-left: 0
        }

        .basket-shopping fieldset span.bank-item:last-child {
            border-left: none
        }

    .basket-shopping fieldset img, .basket-shopping fieldset input, .basket-shopping fieldset label {
        display: block;
        color: #798291
    }

    .basket-shopping fieldset .radio .outer {
        display: block;
        margin: 5px 0
    }

.payCart {
    width: 50%;
    clear: both;
    float: right;
    margin-bottom: 5px
}

.basket-shopping fieldset p {
    float: right;
    border-left: 1px solid #ddd;
    width: 25%;
    box-sizing: border-box
}

    .basket-shopping fieldset p:last-child {
        border-left: none
    }

select.buy-pay-cart {
    border: solid 1px #a2a1a1;
    color: #989898;
    height: 35px;
    width: 85%;
    float: right;
    box-sizing: border-box;
    font-family: IRANSans;
    font-size: 12pt
}

label.buy-pay-cart {
    float: right;
    margin: 5px 0;
    width: 15%;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    font-size: 11pt;
    color: #676767
}

.payCart input {
    width: 85%
}

textarea.buy-pay-cart {
    border: solid 1px #a2a1a1;
    color: #989898;
    height: 100px;
    outline: 0;
    background: #fff;
    width: 85%;
    text-indent: 10px;
    font-family: IRANSans;
    float: right;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    padding-top: 5px
}

.basketLogin span.line {
    width: 45%
}

.basketLogin .line > label, .basketLogin span.input-validate {
    width: 100%;
    margin-bottom: 5px
}

.basketLogin .basket-sail-input {
    -webkit-box-shadow: inset 0 0 10px 2px rgba(243,243,243,1);
    -moz-box-shadow: inset 0 0 10px 2px rgba(243,243,243,1);
    box-shadow: inset 0 0 10px 2px rgba(243,243,243,1);
    border: 1px solid #b2b2b2;
    background-color: #fff
}

    .basketLogin .basket-sail-input:focus, .basketLogin input.name.feedback-input:focus {
        border: 1px solid var(--header-background)
    }

.basketLogin .line > label {
    color: #444;
    font-size: 10pt;
    font-family: IRANSans;
    font-size: 12pt
}

.basketLogin .full {
    width: 100%
}

span.line.full label:before {
    content: '*';
    color: red;
    font-size: 17pt;
    vertical-align: middle;
    margin: 0 0 -12px 5px;
    display: inline-block
}

.basketLogin input.name.feedback-input {
    width: 45%;
    -webkit-box-shadow: inset 0 0 10px 2px rgba(243,243,243,1);
    -moz-box-shadow: inset 0 0 10px 2px rgba(243,243,243,1);
    box-shadow: inset 0 0 10px 2px rgba(243,243,243,1);
    border: 1px solid #b2b2b2;
    background-color: #fff
}

.basketLogin img.captcha.feedback-input {
    float: left;
    width: 45%;
    border: 1px solid #fe5151;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
    margin: 0;
    height: 33px
}

.basketLogin .star > label {
    width: 45%;
    float: right;
    color: #9d69be;
    font-size: 11pt
}

.basketLogin .star span.input-validate {
    width: 30% !important;
    float: left
}

    .basketLogin .star span.input-validate input {
        background: var(--header-background);
        color: #fff;
        padding: 20px 0 !important;
        font-size: 13pt;
        line-height: 0;
        -webkit-transition: all .5s ease-in .15s;
        -moz-transition: all .5s ease-in .15s;
        -o-transition: all .5s ease-in .15s;
        -ms-transition: all .5s ease-in .15s;
        transition: all .5s ease-in .15s;
        width: 100%;
        margin: auto
    }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: inset 0 0 20px 2px rgba(191,210,224,1);
    -moz-box-shadow: inset 0 0 20px 2px rgba(191,210,224,1);
    box-shadow: inset 0 0 20px 2px rgba(191,210,224,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.remember {
    color: #444;
    font-size: 11pt
}

.forget {
    float: left;
    color: #9d69be;
    font-size: 11pt;
    background: 0 0 !important;
    padding: 0 !important
}

    .forget:hover {
        color: #373737 !important;
        background: 0 0 !important
    }

.newRegister :before, .star:after {
    clear: both;
    display: table;
    content: ''
}

.newRegister {
    border-top: 1px solid var(--header-background);
    padding: 23px 0 1px;
    margin-top: 25px
}

.userName ::-webkit-input-placeholder::before {
    font-family: Flaticon;
    content: "\e01e";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.userName ::-moz-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.userName :-ms-input-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.userName input:-moz-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.password ::-webkit-input-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.password ::-moz-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.password :-ms-input-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt
}

.password input:-moz-placeholder::before {
    font-family: Flaticon;
    content: "\e004";
    content: "\e035";
    padding-left: 5px;
    font-size: 12pt
}

.loginUsers {
    height: 38px
}

.basket-login-title:after {
    height: 1px;
    width: 100%;
    background: rgba(174,132,201,.5);
    background: -moz-linear-gradient(left,rgba(174,132,201,.5) 0,rgba(157,105,190,.8) 25%,rgba(139,88,173,1) 50%,rgba(157,105,190,.8) 75%,rgba(174,132,201,.5) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(174,132,201,.5)),color-stop(25%,rgba(157,105,190,.8)),color-stop(50%,rgba(139,88,173,1)),color-stop(75%,rgba(157,105,190,.8)),color-stop(100%,rgba(174,132,201,.5)));
    background: -webkit-linear-gradient(left,rgba(174,132,201,.5) 0,rgba(157,105,190,.8) 25%,rgba(139,88,173,1) 50%,rgba(157,105,190,.8) 75%,rgba(174,132,201,.5) 100%);
    background: -o-linear-gradient(left,rgba(174,132,201,.5) 0,rgba(157,105,190,.8) 25%,rgba(139,88,173,1) 50%,rgba(157,105,190,.8) 75%,rgba(174,132,201,.5) 100%);
    background: -ms-linear-gradient(left,rgba(174,132,201,.5) 0,rgba(157,105,190,.8) 25%,rgba(139,88,173,1) 50%,rgba(157,105,190,.8) 75%,rgba(174,132,201,.5) 100%);
    background: linear-gradient(to right,rgba(174,132,201,.5) 0,rgba(157,105,190,.8) 25%,rgba(139,88,173,1) 50%,rgba(157,105,190,.8) 75%,rgba(174,132,201,.5) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.registeUsers {
    height: 38px
}

.backshoping {
    padding-bottom: 26px;
    display: inline-block;
    width: 100%
}

@media only screen and (max-width:1200px) {
    .basket-add-address .continuecontent .basket-add-name div {
        width: 48%
    }

    .basket-shopping fieldset span {
        width: 12.5%
    }

        .basket-shopping fieldset span:nth-child(10n) {
            border-left: 1px solid #ddd
        }

        .basket-shopping fieldset span:nth-child(8n) {
            border-left: 0
        }

    label.buy-pay-cart {
        width: 20%
    }

    .payCart input, select.buy-pay-cart, textarea.buy-pay-cart {
        width: 80%
    }

    .basket-sail-input {
        width: 39%
    }

    .basket-sail button.basket-sail-submit {
        width: 35%
    }
}

@media only screen and (max-width:1200px) {
    .basket-add-address .continuecontent .basket-add-name div {
        width: 48%
    }

    .basket-shopping fieldset span {
        width: 13.5%
    }

        .basket-shopping fieldset span:nth-child(10n) {
            border-left: 1px solid #ddd
        }

        .basket-shopping fieldset span:nth-child(8n) {
            border-left: 0
        }

    label.buy-pay-cart {
        width: 20%
    }

    .payCart input, select.buy-pay-cart, textarea.buy-pay-cart {
        width: 80%
    }
}

@media only screen and (max-width:992px) {
    .basketColLeft {
        width: 100%
    }

    .basket-table select {
        width: 100px
    }

    .basket-add-address, .basket-sail {
        width: 100%;
        margin-bottom: 10px
    }

    .basket-pay {
        margin-top: 0;
        margin-bottom: 15px;
        width: 100%
    }

    .payCart {
        width: 80%
    }

    .stick-part.stick .basketDiv {
        float: left
    }

    .stick-part.stick section.floatR.margin50 {
        margin: 0 !important
    }

    .stick-part.stick .basketFix {
        top: 8px
    }

    .basket-shopping fieldset span.bank-item{
        width:50%;
    }
}

@media only screen and (max-width:730px) {
    .basket-login-l, .basket-login-r {
        width: 100%
    }

    .basket-login-l {
        border-left: 0;
        border-bottom: 1px solid rgba(171,208,126,1)
    }

    .basket-shopping fieldset span {
        width: 20%
    }

        .basket-shopping fieldset span:nth-child(8n) {
            border-left: 1px solid #ddd
        }

        .basket-shopping fieldset span:nth-child(5n) {
            border-left: 0
        }

    .basket-shopping fieldset p {
        border-left: none;
        border-bottom: 1px solid #ddd;
        width: 50%
    }
}

.scroll {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 250px
}

.donshow {
    display: none
}

.radio {
    display: block;
    line-height: 2;
    cursor: pointer;
    color: #555
}

    .radio:hover .inner {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    .radio input {
        width: 1px;
        height: 1px;
        opacity: 0
    }

        .radio input:checked + .outer .inner {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        .radio input:checked + .outer {
            border: 2px solid var(--header-background)
        }

        .radio input:focus + .outer .inner {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            background-color: var(--header-background)
        }

    .radio .outer {
        width: 13px;
        height: 13px;
        display: inline-block;
        margin: 0;
        border: 2px solid #717171;
        border-radius: 50%;
        background-color: #fff;
        vertical-align: middle;
        margin-left: 10px
    }

    .radio .inner {
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        width: 5px;
        height: 5px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        display: block;
        margin: 2px auto;
        border-radius: 50%;
        background-color: var(--header-background);
        opacity: 0
    }

.ltr {
    direction: ltr
}

#AddressId, .basket-add-address select:first-child {
    width: 58%;
    margin-left: 2PX
}

@media only screen and (max-width:593px) {
    .basket-item .item-buy a, .basket-item .item-login a, .basket-item .item-pay a, .basket-item .item-print a {
        background: 0 0;
        padding: 16px 0
    }
}

.basketdiv .dropdown {
    position: relative
}

    .basketdiv .dropdown:before {
        content: '';
        background-color: #ed1d24;
        color: #f2f2f2;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

.basketdiv2 .dropdown:before {
    content: '';
    background-color: #f3f3f3;
    color: #f2f2f2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.basketdiv .dropdown:hover {
    color: #f3f3f3
}

    .basketdiv .dropdown:hover:before, .basketdiv2 .dropdown:hover:before {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        border-radius: 0;
        -ms-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in
    }

.closebox:before {
    display: inline-block;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    -webkit-transition: transform .4s ease-in;
    transition: transform .4s ease-in
}

.prograsbar {
    height: 97px
}

.steps {
    position: relative;
    padding-top: 18px
}

    .steps .box-top {
        width: 85%;
        height: 2px;
        background-color: #ff5b62;
        margin: 15px auto 15px;
        position: relative
    }

        .steps .box-top .dashed {
            height: 2px;
            position: absolute;
            right: -77px;
            top: -2px
        }

            .steps .box-top .dashed div {
                background: var(--header-background) none repeat scroll 0 0;
                float: right;
                height: 2px;
                margin: 2px 3px;
                width: 11px
            }

        .steps .box-top .step-shipping {
            width: 33%
        }

        .steps .box-top .box-top-over {
            background: var(--header-background);
            height: 2px;
            position: absolute;
            right: 0;
            top: 0
        }

        .steps .box-top .bullet.pass.tick {
            background: url(../../img/slices2.png) no-repeat var(--header-background) !important;
            border-color: var(--header-background);
            background-position: center !important
        }

        .steps .box-top .bullet.login {
            right: -1px
        }

        .steps .box-top .bullet {
            background: #eee;
            border: 3px solid #ff5b62;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            display: block;
            height: 25px;
            position: absolute;
            top: -11px;
            width: 25px
        }

            .steps .box-top .bullet .spacer.first {
                right: -12px
            }

            .steps .box-top .bullet .spacer {
                background: #fafcfc;
                display: inline-block;
                height: 20px;
                position: absolute;
                width: 9px
            }

            .steps .box-top .bullet .title-bullet {
                max-width: 140px;
                width: 140px;
                text-align: center;
                font-size: 14px;
                color: #7e7d7b;
                position: absolute;
                top: 35px;
                right: -60px
            }

            .steps .box-top .bullet .spacer.second {
                left: -12px
            }

            .steps .box-top .bullet .spacer {
                display: inline-block;
                height: 20px;
                position: absolute;
                width: 9px
            }

        .steps .box-top .dashed.not-pass {
            position: absolute;
            right: auto;
            left: -77px
        }

            .steps .box-top .dashed.not-pass div {
                background: #ff5b62
            }

        .steps .box-top .bullet.pi {
            right: 66%
        }

        .steps .box-top .bullet.finish {
            left: 0
        }

        .steps .box-top .bullet.pass {
            background: #ea767b !important;
            border-color: var(--header-background)
        }

        .steps .box-top .bullet.or {
            right: 33%
        }

.pass {
    color: #000 !important;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    font-size: 25px
}

    .edit-btn:after, .last-section:before, .next_step:before, .pass:after, .prograsbar:after, .select-address-top:after, .select-address:after, .steps .box-top .bullet .title-bullet:after, .steps .box-top:after {
        clear: both;
        display: table;
        content: ''
    }

@media only screen and (max-width:1200px) {
    .steps .box-top {
        width: 80%
    }
}

@media only screen and (max-width:992px) {
    .steps .box-top {
        width: 75%
    }
}

@media only screen and (max-width:768px) {
    .steps .box-top {
        width: 65%
    }
}

@media only screen and (max-width:520px) {
    .prograsbar {
        display: none
    }

    .boxPay {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
        min-width: 40% !important;
        font-size: 9pt
    }

    #shoppingCratTotalPrice .input-field {
        width: 45%
    }

    .basket-sail button.basket-sail-submit {
        width: 50%
    }
}

@media only screen and (max-width:400px) {
    .basket-shopping fieldset span.bank-item {
        width: 100%;
    }
}


.td-number .select-wrapper {
    width: 35px;
    margin: auto
}

.select-wrapper input.select-dropdown {
    font-size: 9pt !important
}

.select-wrapper span.caret {
    font-size: 7px !important
}

.select-wrapper input.select-dropdown {
    margin: 0 0 10px 0 !important
}

.checkbox, .radio {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.payCart .input-field label {
    right: 0
}
