/* #### Desktops #### */
@media screen and (min-width: 1024px) {
  /* some CSS here */
  body {
    border: 0px solid violet;
  }
  .catagory-sitebar .navbar-default {
    border: 0;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .slider-left {
    position: relative;
    margin-bottom: 20px;
  }
  .carousel-thumb {
    width: 100px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
  }
  .carousel-thumb .carousel-inner {
    padding-top: 40px;
  }
  .carousel-thumb .carousel-control.left {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border: 0px solid blue;
    width: 70px;
    height: 30px;
  }
  .carousel-thumb .carousel-control.right {
    bottom: auto;
    top: -8px;
    left: 0;
    right: 0;
    border: 0px solid red;
    text-align: center;
    width: 70px;
    height: 30px;
  }
  .carousel-thumb .thumb img {
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
  .carousel-thumb .thumb {
    margin-bottom: 30px;
  }
  .carousel-slider {
    width: 100%;
    float: left;
    padding-left: 110px;
  }

  .vertical .carousel-inner {
    height: 100%;
  }
  .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
  }
  .carousel.vertical .active {
    top: 0;
  }
  .carousel.vertical .next {
    top: 100%;
  }
  .carousel.vertical .prev {
    top: -100%;
  }
  .carousel.vertical .next.left,
  .carousel.vertical .prev.right {
    top: 0;
  }
  .carousel.vertical .active.left {
    top: -100%;
  }
  .carousel.vertical .active.right {
    top: 100%;
  }
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* some CSS here */
  .newsletter-block {
    padding: 50px 0;
    height: auto;
    text-align: center;
  }
  .newsletter-block .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .ftr-logo {
    text-align: center;
  }
  .footer .ftr-logo img {
    display: inline-block;
  }
  .footer .text-left,
  .footer .text-right {
    text-align: center;
  }
  .shop-by-section .col-xs-2 {
    width: 16.666%;
  }
  .support-box {
    color: #333;
  }
  .carousel-caption {
    margin-left: -40%;
  }
  .register .cart-count {
    bottom: auto;
    position: relative;
    right: auto;
  }
  .category-section .cat-article {
    width: 50%;
    text-align: center;
    float: left;
  }
  .category-section .cat-article a {
    display: block;
  }
  .category-section .cat-article img {
    display: inline-block;
  }
  .container {
    width: 95%;
  }
  .primary-slider .carousel-inner > .item > img {
    min-height: 350px;
  }
  .footer .ftr-logo {
    width: 100%;
    text-align: center;
  }
  .footer .col-xs-4 {
    width: 33.333%;
  }
  .carousel-thumb .thumb {
    margin-bottom: 10px;
  }
  .carousel-thumb .carousel-inner {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-thumb {
    padding-top: 10px;
    clear: left;
    text-align: center;
  }
  .carousel-thumb .carousel-inner {
    padding-left: 0px;
  }
  .carousel-slider .carousel-inner .item {
    text-align: center;
  }
  .carousel-slider .carousel-inner .item img {
    display: inline-block;
  }
  .carousel-thumb .thumb img {
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
  .carousel-thumb .thumb {
    margin: 0 5px;
    display: inline-block;
  }
  .slider-left {
    position: relative;
    margin-bottom: 50px;
  }
}
/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
  /* some CSS here */
  body {
    border: 0px solid black;
  }
}
@media (max-width: 640px) {
  .newsletter-block {
    padding: 50px 0;
    height: auto;
    text-align: center;
  }
  .newsletter-block .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .ftr-logo {
    text-align: center;
  }
  .footer .ftr-logo img {
    display: inline-block;
  }
  .footer .text-left,
  .footer .text-right {
    text-align: center;
  }
  .shop-by-section .col-xs-2 {
    width: 50%;
  }
  .support-box {
    color: #333;
  }

  .register .cart-count {
    bottom: auto;
    position: relative;
    right: auto;
  }
  .category-section .cat-article {
    width: 50%;
    text-align: center;
    float: left;
  }
  .category-section .cat-article a {
    display: block;
  }
  .category-section .cat-article img {
    display: inline-block;
  }
  .white-skin {
    padding: 25px 0;
  }
  .grey-skin {
    padding: 0;
  }
}
/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  /* some CSS here */
  body {
    border: 0px solid green;
  }
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px) {
  /* some CSS here */
  body {
    border: 0px solid red;
  }
  .category-section .cat-article {
    width: 50%;
    float: left;
  }
}
/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /* some CSS here */
  body {
    border: 0px solid maroon;
  }
}
@media (max-width: 480px) {
  .featured-prodcuts .item {
    width: 100%;
  }
  .hm-box .media-body,
  .hm-box .support-box .media-body {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    left: inherit;
    right: inherit;
    top: inherit;
    text-align: center;
  }
  .category-section .cat-article {
    width: 100%;
  }
  .footer .col-xs-4 {
    width: 50%;
  }
  .footer .footer-add {
    width: 100%;
    float: left;
    text-align: center;
    clear: left;
  }
  .white-skin {
    padding: 25px 0;
  }
  .grey-skin {
    padding: 0;
  }
}
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  /* some CSS here */
  body {
    border: 0px solid blue;
  }
  #products {
    padding: 10px 0;
  }

  .Product-details .btn.btn-primary.buy-now {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    z-index: 999;
  }
}
/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /* some CSS here */
  body {
    border: 0px solid blueviolet;
  }
  .carousel-thumb .thumb {
    margin: 0 -1px;
    display: inline-block;
  }
}
