/* Extra Small Devices, Phones */

@media only screen and (max-width: 500px) {
  .navbar {
    margin-bottom: 30px;
  }
  .head-line .head-links li {
    border-right: 0px;
    padding-right: 5px;
  }
  .logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .top-box-cation h4 {
    margin-top: 25px;
    font-size: 16px;
  }
  #cart {
    text-align: center !important;
    margin: 25px auto;
    width: 300px;
  }
  .cat-box {
    margin-bottom: 25px;
  }
  .cart-block {
    width: 220px;
  }
  .but-block {
    visibility: visible;
    opacity: 1;
  }
  .owl-controls .owl-buttons div {
    opacity: 1;
  }
  .mail .form-control {
    margin-bottom: 25px;
  }
  .com .image {
    margin-bottom: 25px;
  }
  .text-block {
    padding: 0px;
    border: none;
  }
  .mail {
    margin-top: 45px;
  }
  .table-montazh li{margin-left:-20px;}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .container-fluid {
    margin: 0 5px !important;
  }
  .navbar {
    margin-bottom: 30px;
  }
  .head-line .head-links li {
    border-right: 0px;
    padding-right: 5px;
  }
  .logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .top-box-cation h4 {
    margin-top: 25px;
    font-size: 16px;
  }
  #cart {
    text-align: center !important;
    margin: 25px auto;
  }
  .cat-box {
    margin-bottom: 25px;
  }
  .cart-block {
    width: 220px;
  }
  .but-block {
    z-index: 10;
    visibility: visible;
    opacity: 1;
  }
  .qtty {
    margin-bottom: 25px;
  }
  .owl-controls .owl-buttons div {
    opacity: 1;
  }
  .mail .form-control {
    margin-bottom: 25px;
  }
  .com .image {
    margin-bottom: 25px;
  }
  .text-block {
    padding: 0px;
    border: none;
  }
  .mail {
    margin-top: 45px;
  }
  
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
  .icon-block h4 {
    font-size: 16px;
  }
  .icon-block p {
    font-size: 11px;
  }
  .search-box {
    padding: 0 0px 0 25px;
  }
  .head-main .logo h3 {
    font-size: 35px;
    margin-top: 7px;
  }
  .qtty {
    margin-bottom: 25px;
  }
  .top-box-cation {
    margin-top: 25px;
    font-size: 18px;
  }
  .carousel-caption .carousel-box h4 span {
    padding: 5px 0;
  }
  .carousel-caption .carousel-box h4 {
    line-height: 40px;
  }
  .carousel-caption {
    left: 10%;
    top: 10%;
    width: 80%;
  }
  .carousel-inner .item {
    height: auto;
    overflow: hidden;
  }
  .carousel-inner .item img {
    width: 100%;
  }
  .container-fluid {
    margin: 0 5px !important;
  }
  .cat-box {
    margin-bottom: 25px;
  }
}

#cart .dropdown-menu li > div{
    width: 300px;
    background: #fff;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .head-main .logo h3 {
    font-size: 35px;
    margin-top: 7px;
  }
  .top-box-cation {
    padding: 15px;
    height: 100%;
    width: 100%;
    margin: 0px;
    border: none;
  }
  .top-box-cation h4 {
    margin-top: 15%;
    font-size: 18px;
  }
  .carousel-caption h4 {
    font-size: 18px;
  }
  .news-pad {
    padding: 0px;
    position: static;
    top: 30%;
    height: auto;
    display: block;
  }
  .news {
    margin-bottom: 25px;
    height: auto;
    display: block;
    position: static;
  }
  .qtty {
    margin-bottom: 25px;
  }

}

#cart .dropdown-menu .table-striped{background: #fff;}
.table-montazh li{margin-bottom:8px;}  