/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-store-list .store-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-store-list .store-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.cp-store-list .store-item {
  width: 48.8%; }
  @media only screen and (max-width: 768px) {
    .cp-store-list .store-item {
      width: 100%;
      margin-bottom: 4.1rem; } }
  .cp-store-list .store-item:last-child {
    margin-bottom: 0; }
