
@media screen and (min-width: 900px) {
    .leftTopCart {display: flex; justify-content: flex-end; align-items: center;}
   .site-header .sidemenu_btn {display: none !important;} 
}



@media screen and (max-width: 900px) {
 
  #sidemenu_toggle {display: inline-block !important;}
 .navbar .cartLinkBlock {
    display: block;
    margin-top: -70px;
    margin-bottom: 10px;
}

}

.padding_bottom20 {
  padding-bottom: 20px;
}

.grey-back {
  background: rgb(205,205,205);
  background: linear-gradient(184deg, rgba(205,205,205,1) 0%, rgba(240,239,239,1) 100%),url(/public/noise.svg);
  
}

.slider-black, .slider-middle-text .slider-black{
  padding: 8px 0 !important;
  text-transform: capitalize;
  font-size: 24px;
  color: #000000 !important;
  position: relative;
  line-height: normal;
  margin: 16px 1.75rem;
  display: inline-block;
  font-family: 'Handlee', 'Neucha', cursive;
  font-weight: 500;
}

#articles-header {
  text-align: center;
}

#articles-team-content {
  height: 170px;
}

#articles-team-content h4{
  font-weight: 600;
  font-size: 15px;
    font-family: Montserrat;
}


.m_top_50 {
  margin-top: 7.5rem;
}

.no-click {
  pointer-events: none;
  cursor: pointer !important;
  color: #b9acac !important;
}

.bideo-bul {
  max-width: 130px;
}

.team-content {
  display: flex;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  flex-wrap: wrap;
  padding-top: 10px;
}

.team-content h4 {
    font-weight: 900;
    font-size: 23px;
}


.cart-table tr td, .cart-table tr th{
    vertical-align: middle;    
}

.cart-table img {
    max-height: 80px;
}


.checkout_list ul li,
ol li {
  list-style: none;
}

.checkout_list ol li {
  display: flex;
  justify-content: space-between;
}

.checkout_list li div:nth-child(2) {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 .4em;
}


.getin_form .form-control {

  color: #080808;

}