﻿/********** basket-panel_top **********/
.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;
    }

/*.basket_top i {
        font-size: 15pt;
        vertical-align: middle;
        color: #fff;
        margin-left: 10px;
        margin-top: 2px;
        display: inline-block;
    }*/

.top_link > img {
    float: right;
}

.top_block {
    position: absolute;
    background: #fff;
    z-index: 9999999999;
    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: 0px 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 {
    left: 0;
    margin-top: 0;
    top: 70px;
    width: 297px;
}

    .top_block.basket p {
        color: #444;
        padding: 5px 0;
        font-size: 9pt;
        border-bottom: 1px solid #C2185B ;
    }

.basket table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C2185B ;
    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;
            /*border-radius: 0px 3px 3px 0px;
            -moz-border-radius: 0px 3px 3px 0px;
            -webkit-border-radius: 0px 3px 3px 0px;*/
        }

        .basket tr th:last-child {
            border-left: 1px solid #ddd;
            /*border-radius: 3px 0px 0px 3px;
            -moz-border-radius: 3px 0px 0px 3px;
            -webkit-border-radius: 3px 0px 0px 3px;*/
        }

td.td-price {
    position: relative;
}

.td-price img {
    visibility: hidden;
    position: absolute;
    left: -14px;
    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 {
            bottom: 50%;
    color: black;
    content: "\f360";
    display: inline-block;
    font-family: materialdesignicons;
    font-size: 19pt;
        }

    .top_block td.td-number p {
        clear: both;
        border-bottom: 0;
        width: 31px;
        padding: 15px 0;
        text-align: center;
    }

    .top_block td.td-number a:last-child {
        float: right;
        width: 31px;
        margin-top: -35px;
    }

        .top_block td.td-number a:last-child:after {
            bottom: 50%;
    color: black;
    content: "\f35d";
    display: inline-block;
    font-family: materialdesignicons;
    font-size: 19pt;
        }

.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;
    /*background: #fff;*/
    /*left: -80px;*/
}

.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;
}

.tanse {
    /*-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-animation: moving ease-in-out initial;
    -o-animation: moving ease-in-out initial;
    -webkit-animation: moving ease-in-out initial;
    animation: moving ease-in-out initial;*/
}

/*@keyframes noving {
    from {
        left: 89%;
    }

    to {
        left: 0;
    }
}

@-moz-keyframes noving {
    from {
        left: 89%;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes noving {
    from {
        left: 89%;
    }

    to {
        left: 0;
    }
}*/
/****************************** basket_Login ******************************/
.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: #e62e04;
    margin-left: 10px;
}

.registeUsers:before {
    font-family: Flaticon;
    content: "\f12e";
    font-size: 16pt;
    vertical-align: middle;
    color: #e62e04;
    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 0px 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, 0.85);
        box-shadow: 0px 0px 5px 0px rgba(0, 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;
}
/********** basket-item **********/
.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;
    /*-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);*/
    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 {
    /*background: url('/GlobalItems/GlobalStore/ShoppingCart/Images/basket-shadow-ul-rtl.png') no-repeat scroll left bottom transparent;*/
    margin: 0px auto;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-bottom: 6px;
}

    .basket-item ul {
        background: #efefef;
        /*border: 1px solid #ddd;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;*/
        display: inline-block;
        width: 100%;
    }

        .basket-item ul a:hover {
            color: #e62e04;
            text-decoration: none;
        }

    .basket-item .item-buy,
    .basket-item .item-login,
    .basket-item .item-pay,
    .basket-item .item-print {
        float: right;
        padding: 25px 0px;
        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 0px;
        }

    .basket-item .item-buy a {
        background: url('/Themes/zyaeefar/static/img/basket-buy-active.png') no-repeat scroll right center transparent;
        color: #e62e04;
    }

    .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: #e62e04;
    }

    .basket-item .item-login-active a {
        background: url('/Themes/zyaeefar/static/img/basket-login-active.png') no-repeat scroll right center transparent;
        color: #e62e04;
    }

    .basket-item .item-pay-active a {
        background: url('/Themes/zyaeefar/static/img/basket-pay-active.png')no-repeat scroll right center transparent;
        color: #e62e04;
    }

    .basket-item .item-print-active a {
        background: url('/Themes/zyaeefar/static/img/basket-print-active.png') no-repeat scroll right center transparent;
        color: #e62e04;
    }
/********** basket-table **********/
.basket-table {
}

    .basket-table table {
        border-collapse: separate;
        border-spacing: 0 5px;
        width: 100%;
        font-size: 13px;
    }

        .basket-table table th {
            /*background: url("/GlobalItems/GlobalStore/ShoppingCart/Images/basket-border-y.jpg") no-repeat scroll left center / 2px 20px;*/
            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: 0px 2px 3px 0px rgba(0,0,0,0.15);
                -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
                box-shadow: 0px 2px 3px 0px rgba(0,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;
            /*background: url("/GlobalItems/GlobalStore/ShoppingCart/Images/basket-border-y.jpg") no-repeat scroll left center / 2px 60% #fff;*/
            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;
                /*border-radius: 0 3px 3px 0;
                -moz-border-radius: 0 3px 3px 0;
                -webkit-border-radius: 0 3px 3px 0;*/
            }

            .basket-table table tbody td:last-child {
                /*border-radius: 3px 0 0 3px;
                -moz-border-radius: 3px 0 0 3px;
                -webkit-border-radius: 3px 0 0 3px;*/
                border-left: 1px solid #ddd;
                /*background: none repeat scroll 0 0 #fff;*/
            }

                .basket-table table tbody td:last-child:after {
                    display: none;
                }

                .basket-table table tbody td:last-child img {
                    float: left;
                    margin-left: 8px;
                    visibility: visible;
                }

    .basket-table .td-pic,
    .basket-table .td-name,
    .basket-table .td-available,
    .basket-table .td-color,
    .basket-table .td-vahed,
    .basket-table .td-number,
    .basket-table .td-transport,
    .basket-table .td-transport-price,
    .basket-table .td-avarez,
    .basket-table .td-sail,
    .basket-table .td-price {
    }

        .basket-table .td-pic img {
            vertical-align: middle;
            width: 50px;
        }

    .basket-table td:before {
        display: none;
    }

.boxPay {
    width: 48%;
    float: right;
    margin-right: 2%;
}
/********** basket-sail **********/
.basketColLeft {
    /* width: 24%; */
    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: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    margin-top: -4px;
}

    .basket-sail label {
        float: right;
        margin-top: 5px;
        width: 25%;
    }
/*nm*/
#shoppingCratTotalPrice .input-field {
    width: 53%;
    float: right;
    margin: 0;
}

    #shoppingCratTotalPrice .input-field label {
        width: 100%;
        margin: 0;
        display: block;
    }
/*nm*/
.basket-login-r .basket-sail-input {
    width: 100%;
}

.basket-sail-input {
    border: solid 1px #a2a1a1;
    color: #989898;
    height: 29px;
    outline: none;
    background: #fff;
    width: 35%;
    text-indent: 0;
    float: right;
    margin: 0 0 0 0;
    box-sizing: border-box;
    padding: 0 5px;
}

    .basket-sail-input:focus, select.buy-pay-cart:focus, textarea.buy-pay-cart:focus {
        border-color: #e62e04;
    }

.basket-sail-submit {
    background: #C2185b;
    border: 0;
    color: #fff;
    display: block;
    float: right;
    padding: 6px;
    margin: 0;
    font-family: IRANSans;
}

input.basket-sail-submit,
.basket-sail-submit {
    cursor: pointer;
}

    .basket-sail-submit:hover,
    .basket-sail-submit:focus {
        color: #fff !important;
        background: #A5144D;
    }

.basket-sail button.basket-sail-submit {
    margin: 0;
    width: 45%;
    float: left;
    font-size: 9pt;
    padding: 6px;
    background: #C2185b ;
    color: #f3f3f3;
    margin-top: 6px;
}

    .basket-sail button.basket-sail-submit:hover {
        background-color: #ff9902;
        color: #eee !important;
    }

.basket-sail p {
    margin: 5px 0;
    text-align: right;
    line-height: 1.5;
    font-size: 8.5pt;
}
/********** Basket-Add-Address **********/
.basket-add-address {
    /*border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;*/
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    float: right;
    /* margin-bottom: 90px; */
    margin-bottom: 0;
    min-height: 160px;
    padding: 10px;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    /* width: 75%; */
    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 {
        /*float: right;*/
        display: block;
    }

    .basket-add-address .continuecontent .addressPlus {
        width: auto;
    }

    .basket-add-address .continuecontent textarea {
        /*border: solid 1px #8b8a8a;
        color: #6d6d6d;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        height: 100px;
        outline: none;
        background: #fff;
        width: 68%;
        text-indent: 10px;
        font-family: IRANSans,Tahoma;
        float: right;
        margin: 0 2% 10px 0;
        box-sizing: border-box;*/
        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: 31%;*/
            width: 48%;
        }

            .basket-add-address .continuecontent .basket-add-name div .basket-sail-input {
                /*width: 70%;*/
                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 **********/
.basket-pay {
    /* margin-top: 10px; */
    margin-top: -4px;
    width: 66%;
    float: right;
}

    .basket-pay p:first-child {
        background: #eee;
        /*border: 1px solid #ddd;*/
        margin: 0px 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: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
/****************************** Basket-PAY ******************************/
.buy-pay-p {
    float: right;
    margin: 10px 0;
}

    .buy-pay-p strong {
        font-size: 14pt;
        margin: 0 20px;
        font-weight: normal;
    }

.buy-pay-title {
    color: #fff;
    background: #C2185B ;
    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 label, .basket-shopping fieldset input {
        display: block;
        color: #798291;
    }

    .basket-shopping fieldset .radio .outer {
        display: block;
        margin: 5px 0;
    }
/****************************** Basket-PAY-cart ******************************/
.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: none;
    background: #fff;
    width: 85%;
    text-indent: 10px;
    font-family: IRANSans;
    float: right;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    padding-top: 5px;
}
/************************ LOGIN *********************************/
.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 0px 0px 10px 2px rgba(243,243,243,1);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(243,243,243,1);
    box-shadow: inset 0px 0px 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 #e62e04;
    }

.basketLogin .line > label {
    color: #444444;
    font-size: 10pt;
    font-family: IRANSans;
    font-size: 12pt;
}

.basketLogin .full {
    width: 100%;
}

span.line.full label:before {
    /* position: absolute; */
    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 0px 0px 10px 2px rgba(243,243,243,1);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(243,243,243,1);
    box-shadow: inset 0px 0px 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;
    /*-webkit-box-shadow: 0px 5px 10px 2px rgba(184,184,184,1);
    -moz-box-shadow: 0px 5px 10px 2px rgba(184,184,184,1);
    box-shadow: 0px 5px 10px 2px rgba(184,184,184,1);
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

    .basketLogin .star span.input-validate input {
        background: #e62e04;
        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;
    }

/*.basketLogin .star span.input-validate input:hover {
            background: #3ea636;
        }*/

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: inset 0px 0px 20px 2px rgba(191,210,224,1);
    -moz-box-shadow: inset 0px 0px 20px 2px rgba(191,210,224,1);
    box-shadow: inset 0px 0px 20px 2px rgba(191,210,224,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.remember {
    color: #444444;
    font-size: 11pt;
}

.forget {
    float: left;
    color: #9d69be;
    font-size: 11pt;
    background: none !important;
    padding: 0 !important;
}

    .forget:hover {
        color: #373737 !important;
        background: none !important;
    }

.newRegister :before, .star:after {
    clear: both;
    display: table;
    content: '';
}

.newRegister {
    border-top: 1px solid #e62e04;
    padding: 23px 0 1px;
    margin-top: 25px;
}
/*userName*/
.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;
}
/* firefox 19+ */
.userName :-ms-input-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt;
}
/* ie */
.userName input:-moz-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt;
}
/*password*/
.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;
}
/* firefox 19+ */
.password :-ms-input-placeholder::before {
    font-family: Flaticon;
    content: "\e035";
    color: #d4d5d5;
    padding-left: 5px;
    font-size: 12pt;
}
/* ie */
.password input:-moz-placeholder::before {
    font-family: Flaticon;
    content: "\e004";
    content: "\e035";
    padding-left: 5px;
    font-size: 12pt;
}
/*title*/
.loginUsers {
    /*background: url(/Themes/zyaeefar/static/img/loginUsers.png) no-repeat right center;*/
    height: 38px;
}

.basket-login-title:after {
    height: 1px;
    width: 100%;
    background: rgba(174,132,201,0.5);
    background: -moz-linear-gradient(left, rgba(174,132,201,0.5) 0%, rgba(157,105,190,0.8) 25%, rgba(139,88,173,1) 50%, rgba(157,105,190,0.8) 75%, rgba(174,132,201,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(174,132,201,0.5)), color-stop(25%, rgba(157,105,190,0.8)), color-stop(50%, rgba(139,88,173,1)), color-stop(75%, rgba(157,105,190,0.8)), color-stop(100%, rgba(174,132,201,0.5)));
    background: -webkit-linear-gradient(left, rgba(174,132,201,0.5) 0%, rgba(157,105,190,0.8) 25%, rgba(139,88,173,1) 50%, rgba(157,105,190,0.8) 75%, rgba(174,132,201,0.5) 100%);
    background: -o-linear-gradient(left, rgba(174,132,201,0.5) 0%, rgba(157,105,190,0.8) 25%, rgba(139,88,173,1) 50%, rgba(157,105,190,0.8) 75%, rgba(174,132,201,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(174,132,201,0.5) 0%, rgba(157,105,190,0.8) 25%, rgba(139,88,173,1) 50%, rgba(157,105,190,0.8) 75%, rgba(174,132,201,0.5) 100%);
    background: linear-gradient(to right, rgba(174,132,201,0.5) 0%, rgba(157,105,190,0.8) 25%, rgba(139,88,173,1) 50%, rgba(157,105,190,0.8) 75%, rgba(174,132,201,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae84c9', endColorstr='#ae84c9', GradientType=1 );
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.registeUsers {
    /*background: url(/Themes/zyaeefar/static/img/registeUsers.png) no-repeat right center;*/
    height: 38px;
}
/******************************************** RESPONSIVE *******************************************************/

.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-pay, .basket-sail {
    }

    .top_block.basket {
    }

    .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%;
    }

    select.buy-pay-cart, .payCart input, textarea.buy-pay-cart {
        width: 80%;
    }
    /*add*/
    .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%;
    }

    select.buy-pay-cart, .payCart input, textarea.buy-pay-cart {
        width: 80%;
    }
}

@media only screen and (max-width:992px) {
    .basketColLeft {
        width: 100%;
    }

    .basket-table select {
        width: 100px;
    }


    .basket-sail, .basket-add-address {
        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;
    }
}

@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%;
    }
}

/*.wishList {
}

.cliker {
    cursor: pointer;
}*/

/*.V-content .viewListIn {
    margin-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
}

.V-content > a {
    padding: 5px 10px;
}

.viewListIn img {
    float: right;
    width: 45px !important;
    height: 60px !important;
    vertical-align: middle;
}

.viewListIn > a {
    float: left;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 30px;
    width: 145px;
}

    .viewListIn > a span, .V-content > a {
        color: #4a4a4a !important;
    }*/

/*.favorites:before {
    font-size: 23px;
    font-family: Flaticon;
    color: #333;
    content: "\f102";
}

.favorites:hover, .compareList > a:hover {
    color: #689f38 !important;
}*/

.scroll {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 250px;
}

/*.cd-stretchy-nav > a, .cd-stretchy-nav2 > a {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    font-size: 18pt;
    font-family: Flaticon;
    width: 38px;
    height: 38px;
    line-height: 1.5;
    display: inline-block;
}*/

.cd-stretchy-nav > a:hover, .cd-stretchy-nav2 > a:hover {
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(16,17,17,0.35);
        -moz-box-shadow: 0px 0px 10px 0px rgba(16,17,17,0.35);
        box-shadow: 0px 0px 10px 0px rgba(16,17,17,0.35);*/
}

/*.cd-stretchy-nav2 > a {
    font-size: 13pt;
    line-height: 2.2;
}

.compareList > a {
    display: inline-block;
}

    .compareList > a > label {
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

    .compareList > a:before {
        content: "\f100";
        font-family: Flaticon;
        color: #333;
        font-size: 23px;
    }

.compareList-Box, .wishList-Box {
    padding-top: 20px;
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 999999;
    margin: 1px 0 0;
    border: 2px solid #C2185B ;
}*/

/*.top_block i.fa-close {
    position: relative;
    top: -18px;
    color: #f3f3f3;
}

.wishList-Box i.fa-close {
    left: 59px;
}

.compareList i.fa-close {
    left: 114px;
}

.compareList-Box:before {
    right: 45px;
    display: inline-block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    border-left: 6px solid rgba(255, 241, 190, 0);
    border-right: 6px solid rgba(255, 241, 190, 0);
    border-bottom: 6px solid #e62e04;
}

.wishList-Box:before {
    left: 85px;
    display: inline-block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    border-left: 6px solid rgba(255, 241, 190, 0);
    border-right: 6px solid rgba(255, 241, 190, 0);
    border-bottom: 6px solid #e62e04;
}

.compareList-Box > ul > li > a {
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
    width: 170px;
    float: right;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4a4a4a;
}

    .compareList-Box > ul > li > a span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.compareList-Box > a {
    font-size: 10.5pt;
    color: #4a4a4a !important;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    padding: 8px 0;
    display: block;
}

    .compareList-Box > a:hover {
        color: #C2185B  !important;
    }

.compareList-Box img {
    padding: 7px 5px;
    position: relative !important;
    border-right: 1px solid #bbbbbb;
    top: 0;
}

.compareList-Box > a:hover {
    color: #C2185B ;
}

.compareList-Box ul > li {
    border-bottom: 1px solid #bbbbbb;
    line-height: 0;
}

    .compareList-Box ul > li:hover {
        background: #bbbbbb;
    }

    .compareList-Box ul > li > a > span {
        font-size: 10.5pt;
        color: #4a4a4a !important;
        padding-right: 5px;
        line-height: 2;
        padding: 0 10px;
    }

    .compareList-Box ul > li > a:hover > span {
        color: #fff !important;
    }

    .compareList-Box ul > li > a i.compareDel {
        float: left;
        border-right: 1px solid #bbbbbb;
        padding: 2px 5px;
        position: relative;
    }

        .compareList-Box ul > li > a i.compareDel:hover:before {
            color: #6d6d6d;
        }


.compareDel:before {
    font-family: Flaticon;
    font-size: 18px;
    font-style: normal;
    color: #bdbdba !important;
    content: "\e012";
    padding-right: 0 !important;
}

.compareDel:after {
    font-family: Flaticon;
    content: "\e006";
    color: #e62e04;
    font-size: 6pt;
    font-style: normal;
    top: 12px;
    position: absolute;
    right: 5px;
}




.panel-box {
    width: 36px;
    float: left;
    margin-left: 23px;
    /*position:relative;*/
/*}

.wishList-Box {
    left: 0;
}

.compareList-Box {
    left: 0;
}*/ */ .top_block, .compareList-Box, .wishList-Box {
    /*-moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility:hidden;
    opacity:0.8;*/
    /*display: none;*/
}

/*.showwrap {
    visibility:visible;
    opacity:1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.donshow {
    display: none;
}


.radio {
    display: block;
    line-height: 2;
    cursor: pointer;
    color: #555555;
}

    .radio:hover .inner {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.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 #e62e04;
        }

        .radio input:focus + .outer .inner {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            background-color: #e62e04;
        }

    .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 0.25s ease-in-out;
        transition: all 0.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: #e62e04;
        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: none;
        padding: 16px 0px;
    }
}

.basketdiv .dropdown {
    position: relative;
}

    .basketdiv .dropdown:before {
        content: '';
        background-color: #C2185B ;
        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 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.basketdiv .dropdown:hover {
    color: #f3f3f3;
}




.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 0.4s ease-in;
    -o-transition: transform 0.4s ease-in;
    -webkit-transition: transform 0.4s ease-in;
    transition: transform 0.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: #C2185B 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: #e62e04;
            height: 2px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .steps .box-top .bullet.pass.tick {
            background: url("../../images//slices2.png") no-repeat #C2185B !important;
            border-color: #e62e04;
            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: #e62e04;
        }

        .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;
}

    .steps .box-top .bullet .title-bullet:after,
    .prograsbar:after, .pass:after, .steps .box-top:after,
    .select-address:after, .select-address-top:after,
    .next_step:before, .edit-btn:after, .last-section:before {
        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%;
    }
}

/***************************************************************************/
.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;
}

.radio, .checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.payCart .input-field label {
    right: 0;
}





.basket-shopping .select-wrapper input.select-dropdown {
    padding: 0;
}