
.main-cart {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 16px;
	direction:rtl;
}

    .main-cart th, .main-cart td {
        text-align: center;
    }

    .main-cart tbody > tr > td, .main-cart > thead > tr > th {
        border: 1px solid #ddd;
        padding: 5px;
        vertical-align: top;
    }

    .main-cart > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        line-height: 1.5em;
    }

    .main-cart .col-md-4 {
        /*width: 34%;*/
        float: right;
    }

    .main-cart .col-md-8 {
        width: 66%;
        float: right;
    }

    .main-cart .img-thumbnail {
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        min-height: 72px;
        min-width: 72px;
        float: right;
    }

    .main-cart h3 {
        line-height: 2em;
        font-weight: 200;
        vertical-align: middle;
        padding-top: 30px;
        padding-right: 5px;
    }

    .main-cart .quantity {
        width: 130px;
    }

    .main-cart .quantity, .main-cart .delete {
        padding-top: 25px;
        overflow: hidden;
    }

    .main-cart input[type=text], textarea {
        font-size: 12px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
        /*padding: 7px 10px 6px 10px;*/
        box-shadow: #fff 0 1px 0;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        direction: ltr;
    }

    .main-cart .quantity input {
        width: 20px;
        float: right;
        margin: 0 0 0 10px;
    }

        .main-cart .quantity input[type=button], .main-cart .delete input[type=button] {
            padding: 4px 14px 5px 14px;
            display: inline-block;
            background-color: #f2662a;
            font-size: 13px;
            font-weight: 400;
            color: #fff;
            cursor: pointer;
            text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
            border: none;
            opacity: 0.9;
            -moz-transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
            -o-transition: all 0.2s linear 0s;
        }

    .main-cart .quantity .more {
        padding: 0;
        width: 30px;
        height: 30px;
        background-image: url(../Image/Icons/more.png);
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 0 0 5px;
    }

    .main-cart .quantity .less {
        padding: 0;
        width: 30px;
        height: 30px;
        background-image: url(../Image/Icons/less.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.update {
    background-image: url(../Image/Icons/ico-update-1.png);
    background-position: 9px 6px;
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 6px 15px 5px 20px;
    background-color: #f2662a;
    border: #f2662a;
    color: #ffffff;
    height: 28px;
    cursor: pointer;
    border-radius: 4px;
}

.main-cart .productprice {
    padding-top: 30px;
    overflow: hidden;
}

.main-cart .delete input[type=button] {
    border-radius: 100px;
    width: 28px;
    height: 28px;
    background-image: url(../Image/Icons/delete.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.totals {
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    min-width: 350px;
    background-color: #f2f2f2;
	direction:rtl;
}

    .totals ul li {
        margin-bottom: 5px;
        overflow: hidden;
    }

    .totals ul > li > span {
        /*width: 50%;*/
        display: inline-block;
        font-size: 15px;
        line-height: 3em;
    }

.continue-shopping {
    margin-left: 20px;
    float: left;
    background-repeat: no-repeat;
    padding: 6px;
    text-decoration: none !important;
}

.checkout {
    float: left;
    padding: 6px 6px 6px 23px;
    width: 130px;
    background-image: url(../Image/Icons/ico-cart-2.png) !important;
    background-position: 2px 12px !important;
    background-repeat: no-repeat !important;
}

/*******progress bar*****/
.showstep {
    margin: 10px 0 40px;
    width: 100%;
    display: inline-block;
}

    .showstep ul {
        width: 100%;
        display: inline-block;
    }

        .showstep ul li.active {
            color: #e1a500;
        }

        .showstep ul li {
            float: right;
            text-align: center;
            color: #e0e0e0;
            width: 20%;
            position: relative;
        }

            .showstep ul li strong {
                display: block;
                font-size: 1.3em;
                margin-bottom: 10px;
            }

            .showstep ul li.active .circle {
                border-color: #e1a500;
            }

            .showstep ul li .circle {
                width: 20px;
                height: 20px;
                border: 1px solid #e0e0e0;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                display: table;
                margin: auto;
                clear: both;
                z-index: 10;
                position: relative;
            }

            .showstep ul li.active .circle span {
                background-color: #e1a500;
            }

            .showstep ul li .circle span {
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                width: 15px;
                height: 15px;
                background-color: #e0e0e0;
                border: 3px solid #fff;
                display: block;
            }

                .showstep ul li .circle span i {
                    display: none;
                    color: #fff;
                    font-size: 0.8125rem;
                }

            .showstep ul li.active .line {
                background-color: #e1a500;
            }

            .showstep ul li .line {
                display: block;
                width: 100%;
                height: 2px;
                background-color: #e0e0e0;
                position: absolute;
           /*     bottom: 11px;*/
		   margin-top: -12px;
                z-index: 1;
            }

            .showstep ul li.done {
                color: #00a5e1;
            }

                .showstep ul li.done .circle {
                    border-color: #00a5e1;
                    width: 24px;
                    height: 24px;
                    margin-top: -3px;
                }

                    .showstep ul li.done .circle span {
                        width: 19px;
                        height: 19px;
                        background: #00a5e1 url("../Image/Icons/checkmark.png") no-repeat 2px 3px;
                    }

                        .showstep ul li.done .circle span i {
                            display: block;
                        }

                .showstep ul li.done .line {
                    background-color: #00a5e1;
                  /*  bottom: 12px;*/
                }

.logincontent {
    width: 752px;
    margin: 40px auto 0;
    height: 280px;
}

.loginpanel {
    width: 375px;
    height: 280px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    float: right;
}

    .loginpanel .fa-lock, .loginpanel .fa-user {
        background-color: #eaeaea;
        width: 65px;
        height: 60px;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        position: Relative;
        display: inline-block;
        color: #a9a9a9;
        margin-bottom: 20px;
    }

    .loginpanel h3 {
        font-size: 14px;
    }

.btn-green, .btn-blue {
    color: #fff !important;
    text-shadow: 1px 1px 1px #2f6356;
    border: solid 1px #265247;
    display: inline-block;
    padding: 10px;
    width: auto;
    min-width: 100px;
    font-size: 13px;
    line-height: 1.3em;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Droid Arabic Naskh';
    text-decoration: none !important;
    width: 200px;
    text-align: center;
}

.btn-green {
    background: #3f8674;
    background: -webkit-linear-gradient(top,#4fa992 0,#2f6356 100%);
}

.btn-blue {
    background: #088db3;
    background: -webkit-linear-gradient(top,#0ab3e4 0,#066682 100%);
}

.bg-green {
    background: #f2662a;
    border: solid 1px #f2662a;
    background: -moz-linear-gradient(top,#018a6c,#006d55);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#018a6c),color-stop(100%,#006d55));
    background: -webkit-linear-gradient(top,#018a6c,#006d55);
    background: -o-linear-gradient(top,#018a6c,#006d55);
    background: -ms-linear-gradient(top,#018a6c,#006d55);
    background: linear-gradient(top,#018a6c,#006d55);
    background-color: #f2662a;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
       cursor: pointer;
}

    .bg-green:hover, .bg-blue:hover, .btn-grey:hover {
        opacity: 0.8;
    }

.bg-blue {
    background: #256ea8;
    border: solid 1px #256ea8;
    background: -moz-linear-gradient(top,#3a83b9,#135c9a);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3a83b9),color-stop(100%,#135c9a));
    background: -webkit-linear-gradient(top,#3a83b9,#135c9a);
    background: -o-linear-gradient(top,#3a83b9,#135c9a);
    background: -ms-linear-gradient(top,#3a83b9,#135c9a);
    background: linear-gradient(top,#3a83b9,#135c9a);
    background-color: #256ea8;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;

    cursor: pointer;
}
.row {
    overflow: hidden;
    /*min-height: 35px;*/
    margin: 5px;
    clear: both;
}

    .row .right {
        float: right;
        width: 45%;
		margin-left:2%;
    }

        .row .right span {
            padding: 5px;
        }

    .row .left span {
        padding: 5px;
    }

    .row .left {
        float: right;
        width: 45%;
    }
	
	
	.errorMessage{
		color:red;
	}
	span.f-r{
		width:25%;
		float:right
	}
@media screen and (max-width:500px) {
	.row .right ,.row .left {
	width: 97%;
	}
	.showstep ul li { 
	width: 100%;
	}
}




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 5%;
    background-color: #fefefe;
    width: 10%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
	margin:0 auto;
	font-size:12px;
}
@media screen and (max-width:500px) {
	.modal-content {
	width: 50%;
	}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 45px 16px;
    background-color: #5cb85c;
    color: white !important;
}
.modal-footer a {
	   color: white !important;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}