/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .pos-abs-container {
    position: relative;
    left: 0%;
    height: 0; }

  .pos-abs-container-center {
    position: relative;
    left: 0%;
    width: auto; }

  ul.cc-product-list li {
    width: 100% !important; } }
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .uk-navbar-brand {
    text-align: center;
    float: none; }

  .cc-product-list {
    padding-left: 0 !important; }

  ul.cc-product-list li {
    padding: 0 !important; } }
