.bootstrap {
    display: block  !important;
}
.bootstrap input[type='text'], .bootstrap input[type='password'] {
    height: auto;
}
.hide {
    display: none;
}
.bootstrap .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.bootstrap .checkbox + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}
.bootstrap .checkbox + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}
.bootstrap .checkbox:checked + label:before {
  background: #9FD468;
}
.bootstrap .checkbox:checked + label:after {
  left: 26px;
}



.bootstrap .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.bootstrap .radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  line-height: 17px;
}
.bootstrap .radio + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.bootstrap .radio + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.bootstrap .radio:checked + label:after {
  opacity: 1;
}


.bootstrap p {
    margin: 0;
}
.bootstrap a{
    color: #36970e;
}
.bootstrap p a:hover {
    color: #36970e;
}

.bootstrap .item {
    border: 1px solid #d7d7d7;
}
.bootstrap .item .header {
    padding: 20px;
    font-size: 20px;
}

.order-item-wrap {
    border: 1px solid #cee8f8;
    border-radius: 0;
}
.order-item-wrap .header  {
    color: #fff;
    background: #50ba23;
    padding: 10px;
    font: bold 15px/17px Arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px #3c8f18;
    cursor: pointer;
    position: relative;
}
.order-item-wrap .order-item {
    border-top: 1px solid #cee8f8;
}
.order-item-wrap .order-info {
    
    font-weight: 600;
    padding: 8px 0px;
    background: rgba(80, 186, 35, .2);
        
}
.order-item-wrap .order-info>div {
    
}
.order-item-wrap .order-item {
    padding: 8px 0px;
}
.order-item-wrap .error {
        font-size: 12px;
    font-style: italic;
    color: #f00;
    /* text-align: left; */
    line-height: 17px;
    display: block;
}
.actual-items {
    margin-top: 50px;
    margin-bottom: 50px;
}
.actual-items>.col {
    margin-bottom: 30px;
}
.actual-wrapper {
    border: 1px solid #cee8f8;
    
    
    height: 100%;
    padding: 10px;
}
.actual-wrapper .img{
    min-height: 200px;
}
.actual-wrapper .name{
        min-height: 60px;
    line-height: 16px;
}
.actual-wrapper .price{
    min-height: 30px;
}
.auth_wrapper .submenu {
    display: none;
}
.user-menu>ul, .user-menu>a {
    float: right;
}
.user-menu>ul {
    margin-right: 20px;
}
.user-menu>ul>li {
    position: relative;
}
.user-menu>ul>li:hover>ul {
    display: block;
        position: absolute;
    background: #975aa2;
    width: 100%;
    left: 0;
    padding-right: 39px;
    padding-bottom: 19px;
}
.user-menu>ul>li>ul>li{
        padding-left: 25px;
    float: none;
    text-align: left;
    margin-bottom: -10px;
}
.kab-info h3 {
    font-size: 21px;
    margin-bottom: 0;
}
.kab-info p {
    font-style: italic;
}
.kab-info h3 a:hover {
    color: #36970e;
}
.kab-info h4 {
    text-align: center;
        font-size: 21px;
    font-weight: 300;
    
}
.kab-info h4 a{
    color: #f43737;
}
.kab-info h4 a:hover {
    color: #36970e;
}
.order-button .loader_big {
    position: relative;
    top: -6px;
}
.info-wrapp .btn.focus, .info-wrapp .btn:focus {
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width: 1200px){
    .d-lg-none {
        display:none;
    }
}
@media screen and (max-width: 991px){
    .d-none {
        display:none;
    }
}