﻿.clearfix {
    clear: both;
}
/* Basket table.shopping-tbl */
table.shopping-tbl a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table.shopping-tbl a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table.shopping-tbl a:active,
table.shopping-tbl a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

table.shopping-tbl {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    /*text-shadow: 1px 1px 0px #fff;*/
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

    table.shopping-tbl th {
        padding: 10px 0 10px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
        text-align: center;
        font-weight: bold;
    }

    table.shopping-tbl tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    table.shopping-tbl tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    table.shopping-tbl tr {
        text-align: center;
        padding-left: 20px;
    }

    table.shopping-tbl td {
        padding: 10px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    table.shopping-tbl tr.footer td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
        border: 0;
    }

    table.shopping-tbl tr:last-child td {
        border-bottom: 0;
    }

        table.shopping-tbl tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        table.shopping-tbl tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    table.shopping-tbl tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }

.count-wp .plus:before {
    /*background: url(/Theme/images/plus.png) no-repeat;*/
    /*float:right;*/
    content: "\f067";
    font-family: FontAwesome;
    display: block;
    color: #00b388 !important;
}

.count-wp .mines:before {
    content: "\f068";
    font-family: FontAwesome;
    display: block;
    color: #00b388 !important;
}



.cart-wp, .register-tbl {
    direction: rtl;
}

    .cart-wp .count-wp {
    }

        .cart-wp .count-wp span {
            display: inline-block;
            vertical-align: middle;
        }

        .cart-wp .count-wp a {
            display: inline-block;
            text-decoration: none;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            background: url(/Theme/images/plus_minus.png) no-repeat;
        }

            .cart-wp .count-wp a.plus {
                background-position: -16px 0px;
            }

            .cart-wp .count-wp a.mines {
                background-position: 0px 0px;
            }

.cart-wp {
    direction: rtl;
}

    .cart-wp .wait {
        display: none;
        text-align: center;
    }

    .cart-wp .result {
        display: block;
    }

.basket-colors {
    max-width: 100px;
}

.basket-color {
    width: 24px;
    height: 24px;
    margin: 1px;
    padding: 1px;
    display: inline-block;
    border: 1px solid transparent;
}

    .basket-color.selected {
        border: 1px solid #000000;
        transform: scale(1.2);
    }

    .basket-color a, .basket-color a:hover {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

/* Steps */
.container {
    direction: rtl;
    padding: 10px;
    text-align: center;
}

.product-details .container {
    padding: 0px;
}

.mainContent {
    padding: 20px;
}

.breadcrumbs {
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    margin-bottom: 15px;
}

    .breadcrumbs a {
        text-decoration: none;
        outline: none;
        display: block;
        float: right;
        font-size: 10px;
        line-height: 36px;
        color: white;
        padding: 0 50px 0 10px;
        background: #666;
        background: linear-gradient(#666, #333);
        position: relative;
    }

        .breadcrumbs a:first-child {
            padding-right: 46px;
            border-radius: 5px 0 0 5px;
        }

            .breadcrumbs a:first-child:before {
                right: 14px;
            }

        .breadcrumbs a:last-child {
            border-radius: 0 0 5px 5px;
            padding-left: 20px;
        }

        .breadcrumbs a.active, .breadcrumbs a:hover {
            background: #333;
            background: linear-gradient(#333, #000);
            font-size: 12px;
        }

            .breadcrumbs a.active:after, .breadcrumbs a:hover:after {
                background: #333;
                background: linear-gradient(135deg, #333, #000);
            }

        .breadcrumbs a:after {
            content: '';
            position: absolute;
            top: 0;
            left: -15px;
            width: 36px;
            height: 36px;
            transform: scale(0.707) rotate(-135deg);
            z-index: 1;
            background: #666;
            background: linear-gradient(135deg, #666, #333);
            box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
            border-radius: 0 5px 0 50px;
        }

        .breadcrumbs a:last-child:after {
            content: none;
        }

        .breadcrumbs a:before {
            content: counter(flag);
            counter-increment: flag;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            right: 25px;
            background: #444;
            background: linear-gradient(#444, #222);
            font-weight: bold;
            text-align: center;
        }


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #fab700;
    }


/* Form Style */
.form-default {
    /*max-width: 500px;*/
    margin: auto;
    padding: 20px 20px 10px 12px;
    font: 13px Tahoma, Arial, Helvetica, sans-serif;
}

.form-default-heading {
    font-weight: bold;
    font-style: normal;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}

    .form-default-heading a {
        font-size: 15px;
        font-family: "IRANSans", tahoma, arial, sans-serif;
        color: #75487A;
        text-decoration: none;
    }

.form-default label {
    display: block;
    margin: 0px 0px 15px 0px;
}

    .form-default label > span {
        width: 120px;
        font-weight: bold;
        float: right;
        padding-top: 8px;
        padding-left: 5px;
    }

.form-default span.required {
    color: red;
}

.form-default .tel-number-field {
    width: 40px;
    text-align: center;
}

.form-default input.input-field {
    width: 48%;
}

.form-default input.input-field,
.form-default .tel-number-field,
.form-default .textarea-field,
.form-default .select-field {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
    font: 13px Tahoma, Arial, Helvetica, sans-serif;
}

    .form-default .input-field:focus,
    .form-default .tel-number-field:focus,
    .form-default .textarea-field:focus,
    .form-default .select-field:focus {
        border: 1px solid #0C0;
    }

.form-default .textarea-field {
    height: 100px;
    width: 55%;
}

.form-default input[type=submit],
.form-default input[type=button],
.shop-btn {
    border: none;
    padding: 8px 15px 8px 15px;
    background: #fe9b0e;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    font: 13px Tahoma, Arial, Helvetica, sans-serif;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

    .form-default input[type=submit]:hover,
    .form-default input[type=button]:hover,
    .shop-btn:hover {
        background: #fe9b0e;
        color: #fff;
    }

    .shop-btn.nextt {
        display: block;
        float: left;
        margin: 10px 0;
        text-decoration: none;
    }

    .shop-btn.prev {
        display: block;
        float: right;
        margin: 10px 0;
    }

hr {
    color: #ccc;
}

.login-register.inline .login-box, .login-register.inline .register-box {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.inline-labels label {
    display: inline-block;
}

.fullwidth {
    width: 100%;
}

.PaymentTypeRow_Content {
    display: none;
}

.payment-width-col1 {
    width: 100px;
}

.pay-ways .pay-form {
    display: none;
}

    .pay-ways .pay-form.active {
        display: block;
    }
/* Factor Print Page Styles */
.factor-bgcolor {
    background: #fe9b0e;
}

.factor-forecolor {
    color: #991b1e;
}

.factor-page {
    font-family: "IRANSans", tahoma, arial, sans-serif;
}

    .factor-page.a4 {
        max-width: 19cm;
        /*min-height: 29.7cm;*/
        /*padding: 2cm;*/
        margin: 20px auto;
        border: 1px #D3D3D3 solid;
        border-radius: 5px;
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.print-div .factor-page.a4 {
    margin: 0;
}

.head-section {
    margin-bottom: 10px;
}

.head-right {
    display: inline-block;
    vertical-align: top;
    width: 39%;
    margin-top: 20px;
}

.head-left {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.head-logo {
    text-align: center;
}

.offer-name {
    text-align: center;
    font-family: "IRANSans", tahoma, arial, sans-serif;
    font-size: 16px;
    line-height: 45px;
}

.offer-properties {
    width: 100%;
    font-size: 12px;
}

    .offer-properties tr {
        border-bottom: 1px solid #D1CCD2;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .offer-properties tr td {
            padding: 5px;
        }

            .offer-properties tr td img {
                vertical-align: middle;
                margin-left: 5px;
            }

.onlinePay p {
    font-weight: bold;
    line-height: 30px;
}



.btnImgProfs:hover, .btnImgGift:hover, .btnImgView:hover {
    color: #fe9b0e !important;
}

.btnImgProfs:before {
    content: "\f02f";
    font-family: FontAwesome;
    display: block;
    color: #00b388 !important;
    font-weight: normal;
    font-size: 22px;
}

.btnImgView:before {
    content: "\f06e";
    font-family: FontAwesome;
    display: block;
    color: #00b388 !important;
    font-weight: normal;
    font-size: 22px;
}

.sendGiftContainer p {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

.btnImgGift {
    font-weight: bold;
}

    .btnImgGift:before {
        content: "\f06b";
        font-family: FontAwesome;
        display: block;
        color: #00b388 !important;
        font-weight: normal;
        font-size: 24px;
    }

.sendGiftContainer {
    margin: 10px 10px 10px 5px;
    border: 1px solid #ececec;
    padding: 30px;
    text-align: center;
}

    .sendGiftContainer .form-group {
        width: 300px;
        margin: auto;
        margin-bottom: 20px;
    }

    .sendGiftContainer .btn-warning {
        color: white;
    }

.tblFacGrid {
    width: 100%;
}

.logo-bank {
    margin-top: 20px;
}

.middle-header td {
    font-size: 16px;
    padding: 5px;
    color: #fff;
    padding-right: 10px;
}

.middle-content {
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
    /*overflow: hidden;
    max-height: 200px;*/
    line-height: 23px;
}

.modBtn {
    float: left !important;
}

.factor-description {
    position: relative;
}

    .factor-description .content-info {
        /*height: 150px;
        overflow: hidden;*/
        padding: 10px 20px;
        line-height: 23px;
    }

.factor-codes {
    padding: 5px;
    /*border: 1px solid #991b1e;*/
    /*width: 700px;*/
    margin: auto;
    margin-bottom: 20px;
}

    .factor-codes tr td {
        padding: 2px 10px;
    }

        .factor-codes tr td:first-child {
            border-left: 1px solid #ccc;
        }

.tag-icon {
    position: absolute;
    left: 20px;
    top: -30px;
}

.factor-code {
    /*width: 150px;*/
    display: inline-block;
    display: block;
    float: right;
    border-right: 5px solid #fe9b0e;
    padding-right: 10px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 13px;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}
/* End of factor print style */
