ul.breadcrumb {
    padding:0;
}

.product {
    margin: 0 0 60px 0;
    
}

.nothing_is_found {
    margin: 30px 0 90px 0;
    font-size:120%;
}

.entrance input[type='password'] {
    display: block;
    float: left;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #D5E6BD;
    padding-left: 10px;
    font: italic 400 13px/30px Roboto;
    transition: all 0.7s;
}


.entrance #logout_btn{
    display:block;
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #66cc33;
    border: none;
    border-bottom: 1px solid #53a32b;
    text-transform: uppercase;
    font: 13px/30px Roboto;
    color: #fff;
    transition: all 0.7s;
    width:31%;
    padding:0;
    text-align:center;
}

.entrance #logout_btn:hover {
    background: #611552;
    border-bottom: 1px solid #611553;
}

.centered_msg {
    text-align: center;
    margin: 50px 0;
}

.product-descripton {
    position: absolute;
    bottom: 0px;
    background-color: white;
    width: 100%;
}

.no_photo{
    margin-top:100px;
    
}

.modal label{
    display:none;
}

.modal .form-group {
    margin-bottom: 0;
}

.product-param {
    z-index: 1000;
  /*  margin-top:-170px;*/
}

.bx-wrapper img {
    width: 100%;
}

#bx-pager {
    margin-bottom: 10px;
}

div.header-naw.fixet {
    z-index: 1100;
}

#close_good_added_modal {
    margin-left:10px;
}
    
.align_center_contact_info{
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.align_center_contact_info input {
    width: 100%;    
}
#authorise .btns-group .btn{
    padding:10px 20px;
}

#resetPasswordInput {
    max-width:300px;
}

.alert {
   margin-bottom: 0px;
   font-size: 130%;
}

.modal.fade.in{
    z-index: 2000;
}

.cart label.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.cart label.disabled span{
    cursor: not-allowed;
}

.shipping_payment button{
    width: auto;
}

a.mob-active-entrance{
    color: white;
}

.special-offer .product,
.sales  .product{
    margin:30px 0;
}
.pagination>li:first-child>a,
.pagination>li:last-child>a{
    margin-left:0;
    margin-right:0;
}

ul.pagination li a{
    width: auto;
}

.pagination>li>span {
    height: 35px;
    width: 35px;    
}


.product-page ul.pagination li a{
    border: 1px solid #ddd;
    background-color: white;
}

.product-page .pagination li.active a {
    color: #fff;
}

.product-page .pagination li.active a,
.product-page .pagination li a:hover {
    background: #66cc33;
    color: #fff;
    border: 1px solid #66cc34;
}

.color{
    border: 1px solid #e2e2e2;
}

.color.rainbow{
    background: url('/images/rainbow.png');
}

.client-info .nav-tabs > li.active > span{
    border:0;
    padding: 10px 15px;
    display:block;
    color:white;
   
}

.client-info .nav-tabs > li.active:hover{
     text-decoration:none;
}

.field-personalcabinetform-repeatpassword label {
    display: none;
}

/*.cabinet .top-tabs .nav-tabs li{
    width:50%;
}*/

.cabinet .top-tabs .nav-tabs{
    margin-top:0;
}

.cabinet .tab-content{
    padding-top:30px;
}

.cabinet h2.text-center{
    margin-bottom:40px;
    margin-top:40px;
}

.cabinet{
    padding-bottom:60px;
}

.cabinet button.btn-primary{
    margin-top:0;  
}

.cabinet  .table > tbody > tr.info > td{
    background-color: #e2ffd3;
}



.grey{
    color: #f7f7f7;
    font-size: 45px;
    margin: 20px 0;
}


div.dog{
    margin-top:30px;
}

.shipping_payment button{
    margin-top:30px
}