.store-box {
  background-color: #EEEEEE;
  padding: 1em;
  position: relative;
  box-sizing: content-box; }
  .store-box .store-info {
    padding-top: 1em; }

.store-box .rank {
  padding: 5px 0 3px;
  line-height: 1; }

.store-box .button {
  display: block;
  padding: 0;
  margin: 0.5em 0 0; }
  .store-box .button .orange {
    min-width: 0;
    padding: 5px 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    background-color: #ed5f2b; }
  .store-box .button .blue,
  .store-box .button .black {
    min-width: 0; }

/*
.button {
    .orange {
        @include animate;
        border-radius: 3px;
        padding: 15px 15px 12px;
        box-sizing: border-box;
        min-width: 200px;
        color: #ffffff;
        text-decoration: none;
        background-color: #ed5f2b;
    }
}
*/
/*
.hover {
    .store-box {
        .button {
            @include animate;
            opacity: 1;
        }
        &:hover {
            .button {
                @include animate;
                opacity: 0.5;

                .orange {
                    color: #fff;
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .hover {
        .store-box {
            &:hover {
                .button {
                    @include animate;
                    opacity: 1;
                }
            }
        }
    }
}
*/
.row.list.carousel .carousel-inner img {
  pointer-events: none; }

.row.list.carousel {
  margin-left: -15px;
  margin-right: -15px; }

.row.list .carousel-inner > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px; }

@media screen and (max-width: 768px) {
  .row.list .carousel-inner > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px; } }

.carousel {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  .carousel .carousel-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
  .carousel .carousel-inner {
    position: relative; }
  .carousel .carousel-left-btn {
    z-index: 10;
    position: absolute;
    top: 40%;
    left: 0; }
    .carousel .carousel-left-btn a {
      opacity: 0.2;
      padding: 1em; }
      .carousel .carousel-left-btn a img {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .carousel .carousel-left-btn a:link,
    .carousel .carousel-left-btn a:visited,
    .carousel .carousel-left-btn a:active,
    .carousel .carousel-left-btn a:hover {
      overflow: hidden;
      outline: none; }
  .carousel .carousel-right-btn {
    z-index: 10;
    position: absolute;
    top: 40%;
    right: 0; }
    .carousel .carousel-right-btn a {
      opacity: 1;
      padding: 1em; }
      .carousel .carousel-right-btn a img {
        -webkit-transform: rotateZ(0);
                transform: rotateZ(0); }
    .carousel .carousel-right-btn a:link,
    .carousel .carousel-right-btn a:visited,
    .carousel .carousel-right-btn a:active,
    .carousel .carousel-right-btn a:hover {
      overflow: hidden;
      outline: none; }

@media screen and (max-width: 861px) {
  .row.carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 1em; }
    .row.carousel .carousel-wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
    .row.carousel .carousel-wrapper::-webkit-scrollbar {
      display: none;
      height: 0 !important; }
    .row.carousel .carousel-inner {
      overflow: auto; }
      .row.carousel .carousel-inner [class^=col-] {
        -webkit-transform: translateZ(0px); }
  .row + .row .carousel {
    margin-bottom: 1em; } }

.carousel .hover {
  -webkit-transition: none;
          transition: none; }
  .carousel .hover:active h3, .carousel .hover:link h3, .carousel .hover:visited h3 {
    color: #1f1f1f; }
  .carousel .hover:active span, .carousel .hover:link span, .carousel .hover:visited span {
    color: #1f1f1f; }
  .carousel .hover:active div, .carousel .hover:link div, .carousel .hover:visited div {
    opacity: 1; }
  .carousel .hover:hover div {
    opacity: 0.8; }

@media screen and (max-width: 768px) {
  .carousel .hover:hover {
    color: inherit; }
    .carousel .hover:hover div {
      opacity: 1; }
    .carousel .hover:hover img {
      opacity: 1; } }
