﻿.lable {
    margin-top: 5px;
}

.ttext {
    text-align: center;
    width: 50px;
    border: none;
}

.modals {
    display: block;
}

.centers {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 180px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.modals {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

input {
    border: none;
}

.add {
    color: #fff;
    padding: 3px 10px;
    margin: 0 3px;
}

.padd img {
    margin: 4px 0;
}

.shopingcart-bottom-area a {
    color: #000;
}

.inp {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 12px;
    background: none;
    /* margin-top: 5px; */
    background: #818382;
    padding: 3px 7px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -webkit-transition: background-color 150ms ease 0s;
    -ms-transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
}

    .inp:hover {
        background-color: #3588ca;
    }

.info {
    margin: 10px 0;
    background-color: rgba(255, 225, 225, 0.95);
    padding: 20px 20px;
    border-radius: 3px;
    text-align: center;
}

#cph_main_lvDataPager1 {
    width: 100%;
    display: block;
    margin: 3px auto;
    overflow: hidden;
}

.modals {
    display: block;
}

#lvDataPager1 span {
    float: left;
    border: 1px solid #585858;
    border-radius: 4px;
    padding: 2px 6px;
    background: #E3E3E3;
    margin: 3px;
}

#lvDataPager1 a {
    float: left;
    border: 1px solid #585858;
    border-radius: 4px;
    padding: 2px 6px;
    background: #CECECE;
    margin: 3px;
    color: #000;
}

.modals {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.centers {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 180px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.alert {
    font-weight: normal;
    direction: rtl;
}


    .alert a {
        color: #25211E;
    }

        .alert a span {
            color: #fff;
        }

        .alert a:hover {
            text-decoration: none;
            color: #fff;
        }

.arbox {
    margin: 7px 0;
    padding-bottom: 7px;
}

.login-sec {
    display: block;
    float: none;
    width: 100%;
}

    .login-sec .tab-content {
        width: 100%;
    }

.Shipping {
    background-color: #4caf50 !important;
    padding: 6px 12px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    display: block;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #fff;
    border-radius: 3px;
}
