/* 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 25px;
  }
  .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;
  }
}
body {
  min-width: 320px !important;
}
/* Small Devices, Tablets */
@media only screen and (min-width: 800px) {
 
  .show-on-mobile {
        display: none;
		float: right;
  }
  
}
@media only screen and (max-width: 320px) {
  footer .logo h3 {
    font-size: 18px !important;
  }
}
/* 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;
  }
  
}
@media only screen and (max-width: 1023px) {
  .search-box {
      padding: 5px 0;
      display: none;
  }
}
@media only screen and (max-width: 768px) {
   .navbar {
    margin-bottom: 0;
    min-height: 0;
  }
  .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 0px 0px 25px;
  }
  .cat-box {
    margin-bottom: 25px;
  }
  .cart-block {
    width: 220px;
  }
  .but-block {
    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: 5px;
  }
  .text-block {
    padding: 0px;
    border: none;
  }
  .mail {
    margin-top: 45px;
  }
  .tpl-grid_1-1-1 {
    grid-template-columns: 1fr;
  }
  .icon-block h4 {
    font-size: 16px;
  }
 
  .icon-block p {
    font-size: 11px;
  }
  .search-box {
    padding: 0 0px 0 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .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%;
  }
  .main-cat-box > .row {
    display: flex;
    margin: 0px 0px 0 0px;
    overflow: auto;
    width: 100%;
    padding-bottom: 5px;
  }
  .cat-box .box, .sub-cuts .box {
    min-width: 100px;
    margin-bottom: 0;
  }
  .main-cat-box .box:hover > .box-text {
    background: transparent;
    color: #ffd800;
  }
  .cat-box {
    margin: 0 10px 0 0;
    padding: 15px 10px 10px;
    border: 1px solid #e8e8e8;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .box-text, .sub-cuts .box-text {
    position: relative;
    bottom: auto;
    padding: 0;
  }
  .box > a {
    height: auto;
  }
  .box-text h2, .sub-cuts .box-text h2 {
    font-size: 12px;
    color: #484c4f;
    margin-top: 15px;
    letter-spacing: initial;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-word;
  }
  .main-cat-box > .row::before,
  .main-cat-box > .row::after {
    display: none;
  }
  .testi .caption, .tov .caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .testi .com {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .testi h2 a {
    color: #484c4f;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    -webkit-line-clamp: 3;
    min-height: 47px;
  }
  .testi .price, .testi .rate, .tov .caption .rate, .tov .caption p {
    max-width: 50%;
    margin: 0;
  }
  .price {
    color: #6ac117;
    font-size: 13px;
  }
  .testi .rate, .tov .caption .rate {
    display: flex;
  }
  .testi .caption p {
    margin-top: 5px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #484c4f;
    font-size: 14px;
  }
  .testi .price {
    min-height: 32px;
  }
  .testi .rate {
    margin-top: 2px;
  }
  .testi .rate i {
    font-size: 12px;
  }
  footer h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #a0a2aa;
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer li {
    margin-bottom: 5px;
  }
  footer a {
    color: #fff;
    opacity: 1;
    font-size: 16px;
  }
  #nav-mobile .open > .dropdown-menu {
    display: block;
    left: 0;
    right: auto;
  }
  .head-line {
    display: none;
  }
  #cart button img {
    width: 20px;
  }
  #cart button {
    background: none;
    border: none;
    padding: 0;
  }
  .text_wishlist, .cart_text {
    position: absolute;
    bottom: 0px;
    right: -6px;
    line-height: 1;
    background: #1c3a4c;
    color: #fff;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    padding-top: 1px;
  }
  button.navbar-toggle {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  button.navbar-toggle {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  span.icon-bar {
    background: #1c3a4c;
  }
  #nav-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px;
  }
  #nav-mobile .fa {
    font-size: 16px;
  }
  .account a, .wishlist {
    color: #1c3a4c;
    position: relative;
  }
  #logo {
    max-width: 30%;
    display: inline-block;
    margin-top: 0;
  }
  .head-main {
    padding: 0;
  }
  .logo {
    text-align: center;
    margin-bottom: 0;
  }
  .name-search {
    display: none;
  }
  .common-home #content > .col-sm-12 {
    padding: 0;
  }
  #nav-mobile .phone {
    color: #1c3a4c;
    font-size: 22px;
  }
  #cart {
    width: auto;
    margin: 0;
    position: relative;
  }
  #cart .dropdown-menu {
    width: 230px !important;
  }
  #cart .dropdown-menu li > div {
    min-width: 1px !important;
  }
  #cart .dropdown-menu li:first-child .table tr {
    display: flex;
    flex-direction: column-reverse;
  }
  #cart .dropdown-menu li:first-child .table tr td:last-child {
    border: none !important;
    text-align: right !important;
  }
  #cart .dropdown-menu li:not(:first-child) .table tr {
    display: flex;
    flex-direction: column;
  }
  #cart .dropdown-menu .table tr .text-left {
    text-align: center !important;
  }
  .head-main .cart span {
    position: absolute;
    background: #ffd800;
    color: #fff;
    padding: 10px 7px;
    border-radius: 50%;
    left: 35px;
    line-height: 1px;
    font-size: 13px;
    font-weight: 600
  }
  .wrapper-search {
    max-width: 100%;
  }
}
@media (max-width: 359px) {
  .testi .price, .testi .rate, .tov .caption .rate, .tov .caption p {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  .com .caption > .price span {
    display: block;
  }
  .testi .price {

  }
}