.auto-order-toggle {
  text-align: center;
}
.auto-row-wrapper.low-high {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
}
.auto-row-wrapper.high-low {
  justify-content:center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.auto-row {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.auto-row-wrapper .auto-price {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    display: flex;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    transition: transform .3s ease, box-shadow .3s ease;
    width: 70px;
}
}
.auto-img {
  border-radius: 2px;
  overflow: hidden;
}
.auto-img img {
  margin-bottom: -7px;
}
.auto-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-body a.button:hover{
  color:#fff !important;  
}

/* dynamic page */
.auto-page .content-body h2 {
  margin-top: 20px !important;
}
.auto-page .content-body .thumbnail-wrapper a {
  width: 33.333%;
  float: left;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.auto-price {
  position: relative;
  background: none;
  height: auto;
  width: auto;
  border-radius: 0;
  text-align: left;
  font-weight: bold;
  padding-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
}
.fancybox-navigation .fancybox-button{
  background-color:#9c182f !important;
  color:#fff !important;
  border:unset !important;
}
.fancybox-navigation .fancybox-button:hover{
  opacity:.7 !important;
  cursor:pointer;
}
.auto-page .content-body .content-middle {
  width: 100%;
  clear: both;
  display: block;
  padding:10px 0 0;
}
.auto-page .content-body .content-left {
  width: 100%;
  clear: both;
  display: block;
}

@media only screen and (min-width: 601px){
  .auto-page .content-body .content-middle {
    float: left;
    width: 50%;
    padding-left: 20px;
    padding-right: 0px;
    display: inline-block;
    clear: none;
  }
  .auto-page .content-body .content-left {
    width: 50%;
    float: left;
    display: inline-block;
    clear: none;
  }
  .auto-row {
    width: 50%;
  }
}
@media only screen and (min-width: 993px){
  .auto-page .content-body .content-middle {
    float: left;
    width: 66.666%;
    padding-left: 20px;
    padding-right: 0px;
  }
  .auto-page .content-body .content-left {
    width: 33.333%;
    float: left;
  }
  .auto-row {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1200px){
  .auto-page .content-body .content-middle {
    float: left;
    width: 66.666%;
    padding-left: 20px;
    padding-right: 20px;
    clear: none;
    display: inline-block;
  }
  .auto-page .content-body .content-left {
    width: 33.333%;
    clear: none;
    float: left;
  }
  .auto-row {
    width: 25%;
  }
}

/* end dynamic page */