/** Custom Styles for Queen Creek Running Company **/

.logo {
    max-height: 50px;
}

@media all and (max-width: 767px) {
   .logo {
       max-height: 28px;
   }
}



/** Rounded Elements **/
.btn {
  border-radius: 1px;
}

.button {
  border-radius: 1px !important;
}

input[type="text"],
input[type="password"] {
  border-radius: 1px;
}

input[type="text"]:focus,
input[type="password"]:focus {
  input:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px var(--primary) !important;
    border-radius: 1px !important;
  }
}

input[type="submit"],
button[type="submit"] {
  border-radius: 1px !important;
}

select {
  border-radius: 1px;
}

.product {
  border-radius: 1px;
}

.feature.bordered {
  border-radius: 1px;
}

.flex-control-nav li {
  border-radius: 1px;
}

.tile {
  border-radius: 6px;
}

.tilepod {
  border-radius: 1px;
}

.tilepoddate {
  border-radius: 1px;
}

.tilepodlink {
  border-radius: 1px;
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
  border-radius: 1px !important;
}

.menu > li ul {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.color {
  border-radius: 1px;
}

.flex-control-thumbs img {
  border-radius: 1px;
}

.color {
  border-radius: 8px;
}
.cartProduct {
  border-radius: 8px;
}
.cartProduct {
  border-radius: 8px;
}

.image.mini {
  border-radius: 1px;
}

[aria-label][data-balloon-pos]:after {
  border-radius: 1px;
}

.paging .page {
  border-radius: 1px;
}
.searchItem {
border-radius: 7px;
}

.input-checkbox label {
border-radius: 1px;
}

.morecolors {
border-radius: 7px;
}

.salelabel {
    border-radius: 7px;
}

<!--New Homepage Round Elements-->
.image-slider {
position: relative;
}
.image-slider .slides {
position: relative;
border-radius: 15px;
}

.image-slider .slides li > img {
  border-radius: 15px;
  }

.flex-direction-nav a {
border-radius: 100px;
}

.flex-control-paging li a {
border-radius: 20px;
}

a.slidermore {
border-radius: 12px!important;
}

input[type="search"] {
border-radius: 100px;
}

.project .image-tile {
border-radius: 15px;
}

.brand-box {
border-radius: 15px;
}

.sponsor-tile {
border-radius: 15px;
}

.productsalelabel {
  border-radius: 7px;
}

.savings {
  border-radius: 7px;
}

.image-slider .slides li {
  border-radius: 15px;
}

/** End Rounded Elements **/
