#brand-detail {
  padding-bottom: 20px;
  margin-bottom: 20px; }

#pagination {
  padding: 5px;
  text-align: right;
  font-size: 11px; }
  #pagination form {
    display: inline-block;
    margin: 0 10px; }
    #pagination form input {
      display: inline;
      width: 50px;
      text-align: center;
      margin: 0 5px;
      font-size: 11px; }
  #pagination a {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #ccc;
    border-radius: 100%;
    padding: 3px 6px 4px 6px;
    transition: all 0.3s ease; }
    #pagination a:hover {
      background: #999; }

#product-grid {
  border-radius: 0px;
  padding: 35px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05));
  margin-top: 10px; }
  #product-grid .product-snippet {
    border-bottom: 3px solid #f8f8f8;
    background: white;
    text-align: left;
    padding: 25px;
    flex-grow: 1; }
    #product-grid .product-snippet:nth-of-type(2n-1) {
      border-right: 3px solid #f8f8f8; }
    #product-grid .product-snippet.is-25 {
      min-width: 25% !important;
      max-width: 25%; }
    #product-grid .product-snippet.is-33 {
      min-width: 33% !important;
      max-width: 34%; }
    #product-grid .product-snippet.is-50 {
      min-width: 50% !important;
      max-width: 50%; }
    #product-grid .product-snippet a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
      line-height: 130%; }
      #product-grid .product-snippet a img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px; }

#product-nav {
  margin-top: 10px;
  margin-bottom: 15px;
  /* level 0 of subnav */ }
  @media (max-width: 1350px) {
    #product-nav {
      order: 0 !important; } }
  #product-nav nav li {
    border-bottom: 1px solid white;
    /* level 1 of subnav */ }
    #product-nav nav li a {
      display: block;
      text-decoration: none;
      padding: 7px 15px;
      margin-left: -15px;
      width: calc(100% + 15px);
      border-left: 15px solid rgba(0, 0, 0, 0.05);
      transition: all 0.5s ease;
      font-size: 14px;
      background: #f4f4f4;
      color: #333; }
      #product-nav nav li a:hover, #product-nav nav li a.selected:hover {
        color: #333;
        background: #e8e8e8;
        border-left: 15px solid #999; }
      #product-nav nav li a.selected {
        background: #e8e8e8;
        border-left: 15px solid #f47d31; }
    #product-nav nav li ul {
      margin: 0;
      padding: 0; }
      #product-nav nav li ul li {
        margin: 0;
        border: none;
        /* level 2 of subnav */ }
        #product-nav nav li ul li a {
          font-size: 12px;
          background: #f8f8f8;
          color: #666;
          margin: 0 !important;
          border: none;
          border-top: 1px solid white;
          width: 100%; }
          #product-nav nav li ul li a:hover, #product-nav nav li ul li a.selected {
            border: none;
            border-top: 1px solid white;
            color: #333;
            background: #ccc; }
        #product-nav nav li ul li li {
          margin: 0;
          border: none; }
          #product-nav nav li ul li li a {
            color: #333;
            font-size: 12px;
            background: #ccc;
            border-left: 15px solid #e8e8e8;
            margin-left: -15px !important;
            width: calc(100% + 15px);
            padding-left: 30px; }
            #product-nav nav li ul li li a:hover, #product-nav nav li ul li li a.selected {
              border-left: 15px solid #e8e8e8;
              background: #999;
              color: white; }

@media (max-width: 1350px) {
  #product-wrap {
    flex-direction: column; } }

@media (max-width: 1350px) {
  #product-list {
    order: 1 !important; } }

#product-detail {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  @media (max-width: 1350px) {
    #product-detail {
      order: 1 !important; } }
  @media (max-width: 1000px) {
    #product-detail {
      margin-top: 15px; } }
  #product-detail .flexslider {
    border: 1px solid #ccc;
    border-radius: 0px; }
  #product-detail .description {
    padding: 0px 25px 0 0; }
  #product-detail #images {
    padding-top: 10px; }
    #product-detail #images a {
      display: block;
      margin-bottom: 10px; }

#product-extras {
  justify-content: flex-start; }
  #product-extras .is-col {
    text-align: left;
    flex-grow: 0; }

#submenu-expand {
  text-decoration: 0; }

#content .main #sidebar {
  order: 2;
  width: 20%;
  margin-left: 5%;
  margin-top: 0px;
  padding: 0px 0 15px 0;
  background: none;
  border-radius: 0px; }
  @media (max-width: 1000px) {
    #content .main #sidebar {
      order: 1;
      width: 100%;
      margin: 0; } }
  #content .main #sidebar .sub-toggle {
    text-decoration: none;
    float: right;
    margin-bottom: 10px; }
  #content .main #sidebar nav {
    clear: right; }
#content .main #sidebar + #page {
  order: 1;
  width: 75%; }
  @media (max-width: 1000px) {
    #content .main #sidebar + #page {
      order: 2;
      width: 100%; } }

.flex-direction-nav a {
  text-shadow: none;
  height: 50px;
  padding-top: 0px; }
  .flex-direction-nav a:before {
    box-sizing: content-box;
    text-shadow: none;
    color: #666; }
