﻿.userBigImg {
    width: 85px;
    height: 85px;
    border-radius: 85px;
    overflow: hidden;
    box-shadow: 0 0 0 2px #ddd,0 0 0 8px #eee;
    display: block;
    margin: auto;
}

    .userBigImg img {
        min-width: 100%;
    }

    .userBigImg ~ label {
        display: block;
        margin: 12px auto -6px auto;
        text-align: center;
    }

        .userBigImg ~ label.sub_title {
            color: #777;
            font-size: 11px;
        }


/*------------------------------------------------------*/
.row-seprator {
    margin: 15px 15px 35px;
    border-bottom: 2px rgba(0, 0, 0, 0.1) dashed;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14);
}

    .row-seprator h5 {
        font-size: 14px;
    }

    .row-seprator.no-caption {
        margin: 25px 0 15px 0;
    }

    .row-seprator.smallMode {
        margin: 5px 0 20px 0;
    }

        .row-seprator.smallMode .part-title {
            top: 10px;
            font-size: 12px !important;
            font-weight: 700;
        }

        .row-seprator.smallMode i {
            font-size: 20px !important;
        }

.row-seprator-content {
    padding: 0 65px;
}

@media only screen and (max-width: 1200px) {
    .row-seprator-content {
        padding: 0;
    }
}
/*------------------------------------------------------*/
.p-15 {
    padding: 15px 15px 15px 15px;
}



/*------------------------loader------------------------*/

#mask {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

#loading {
    /* width: 200px;
    height: 30px;*/
    line-height: 30px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /* border: solid 1px #000;
    background: #333;*/
    /*color: #FFF;*/
}


.loader,
.loader:before,
.loader:after {
    background: #790626;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #790626;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }



@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


/*----------------------------------*/
.btn-notavailabel-add-to-cart {
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
    border-color: #f5f5f5;
    background-image: linear-gradient( 135deg, #777 10%, rgba(255, 255, 255, 0.14) 100%);
}

    .btn-notavailabel-add-to-cart:focus {
        box-shadow: none;
    }

.btn-notavailabel-add-to-cart {
    box-shadow: 0 2px 6px 0 rgba(171, 0, 214, 0.44);
    background-color: #777;
    border-color: #777;
    color: #fff;
    border-radius: 20px;
}

    .btn-notavailabel-add-to-cart:active {
        background-color: rgba(255, 255, 255, 0.14) !important;
        border-color: rgba(255, 255, 255, 0.14) !important;
        box-shadow: none !important;
    }

/*---------------productcomment------------*/
.input-error {
    border: 1px solid red !important;
}
/*end------------productcomment------------*/

