.fade{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.83);
    display:none;
    z-index: 21;
    opacity: 0.83;
}

.popup{
    position: absolute;
    top:100px;
    left:50%;
    z-index: 22;
    display: none;
}
.popup-auth{
    width: 550px;
    margin-left: -275px;
    background: #F2F3F5;
    border: 1px solid #ddd;
    border-radius:10px;
}
.popup-thanks{
    width: 500px;
    margin-left: -250px;
    background: #F2F3F5;
    border: 1px solid #ddd;
    border-radius:10px;
}
.popup-resset-ok{
    width: 500px;
    margin-left: -250px;
    background: #F2F3F5;
    border: 1px solid #ddd;
    border-radius:10px;
}

.auth-tabs{
    float: left;
    width: 100%;
}
.auth-tabs .tab{
    display:none;
}
.auth-tabs .tab.active{
    display:block;
}
.tabs-title{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    background: #ddd;
    overflow: hidden;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.tabs-title li{
    cursor: pointer;
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;

}
.tabs-title li.active{
    background: #F2F3F5;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
#popup-auth .form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    font-size: 18px;
    font-weight: 300;
}
.btn-login,.btn-register{
    border: 2px solid #ddddff;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}
.btn-login:hover,.btn-register:hover{
    border: 2px solid #666;
}
.close-popup{
    position:absolute;
    top:-15px;
    right:-15px;
    color: #aaa;
    width:12px;
    height:12px;
}


.reset-tab{
    display: none;
}
label.error{
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
}

/*reviews */
.review_list_block{
    min-height: 300px;
}
.review_form_block{
    margin-bottom: 50px;
}
.review_form{
    margin: 0 auto;
    width: 100%;
    display: none;
}


.review_form .form-control:active, .review_form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #FF6537;
}

.review_form .btn-success, .review_form .btn-success:hover, .review_form .btn-success:focus, .review_form .btn-success:active {
    background: #FF6537 !important;
    border-color: #FF6537 !important;
}

.review_form textarea{
    height: 150px;
}
.review_success{
    display: none;
}

/*orders */
.product-form{
    display: none;
    float: left;
    margin-top: 15px;
}
.order_content{
    min-height: 400px;
}

.order-tabs{
    float:left;
    width: 100%;
    margin-top: 10px;
}
.order-tab{
    float:left;
    display:none;
    width: 100%;
}
.order-tab.active{
    display: block;
}
.order-step li.active a{
    color: #555;
    text-decoration: none;
}
.delivery-address-form{
    display: none;
}
.delivery-address-error{
    display: none;
    color:#ff0000;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 880px) {

    .auth-tabs .tab.active {
        margin-top: 60px;
    }
}


@media only screen and (max-width: 719px) {
    .popup{
        left: 7%;
        position: absolute;
        top:60px;
    }
    .popup-auth{
        width: 85%;
        margin-left:0;
    }


    .auth-tabs .tab.active {
        margin-top: 60px;
    }

    #myCarousel .item img {
        height: auto;
    }


    .tabs-title li {
        height: 66px;
        display: block;
    }



}