body.mop-theme {
  background-image: url(../images/body-bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-family: "omnes-pro", sans-serif;
  color: #3D3D3D; }

a {
  color: #da066b; }
  a:hover, a:visited, a:visited {
    color: #da066b; }

.stock.available {
  color: #06da0b; }

.old-price {
  color: #da061f; }

i.icon {
  font-style: normal; }

i.icon-cart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: white;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '\e611'; }

body.mop-theme .navigation,
body.mop-theme .breadcrumbs,
body.mop-theme .page-header
.header.panel,
body.mop-theme .header.content,
body.mop-theme .footer.content,
body.mop-theme .page-wrapper > .widget,
body.mop-theme .page-wrapper > .page-bottom,
body.mop-theme .block.category.event,
body.mop-theme .top-container,
body.mop-theme .page-main {
  max-width: 1024px; }
body.mop-theme .container-center {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
body.mop-theme.page-layout-2columns-left .columns .sidebar.sidebar-main {
  display: none; }
  @media (min-width: 768px) {
    body.mop-theme.page-layout-2columns-left .columns .sidebar.sidebar-main {
      display: block;
      width: 100%;
      max-width: 230px;
      padding: 0;
      margin-right: 30px; } }
@media (min-width: 768px) {
  body.mop-theme.page-layout-2columns-left .columns .main {
    width: 100%;
    max-width: calc(100% - 260px); } }
body.mop-theme .panel.wrapper .panel.header .panel-store-switcher {
  display: none; }
@media screen and (min-width: 768px) {
  body.mop-theme .panel.wrapper {
    background-image: url(../images/top-bar-bg.jpg);
    background-position: left center;
    border: 0; }
    body.mop-theme .panel.wrapper .panel.header {
      padding-top: 5px;
      padding-bottom: 5px;
      color: white;
      font-weight: bold; }
      body.mop-theme .panel.wrapper .panel.header a {
        color: white;
        font-weight: 600; }
      body.mop-theme .panel.wrapper .panel.header .header.links {
        height: 30px;
        line-height: 30px; }
      body.mop-theme .panel.wrapper .panel.header .panel-store-switcher {
        display: block;
        float: left; }
        body.mop-theme .panel.wrapper .panel.header .panel-store-switcher a {
          display: inline-block;
          height: 20px;
          width: 20px;
          border-radius: 50%;
          border: 2px solid #761f6e;
          text-decoration: none; } }
        @media screen and (min-width: 768px) and (min-width: 768px) {
          body.mop-theme .panel.wrapper .panel.header .panel-store-switcher a {
            font-size: 0;
            line-height: 20px; } }
@media screen and (min-width: 768px) {
          body.mop-theme .panel.wrapper .panel.header .panel-store-switcher a.active, body.mop-theme .panel.wrapper .panel.header .panel-store-switcher a:hover {
            border-color: #da066b; }
          body.mop-theme .panel.wrapper .panel.header .panel-store-switcher a:not(:last-child) {
            margin-right: 5px; } }
@media (max-width: 1023.98px) {
  body.mop-theme header.page-header {
    margin-bottom: 15px; } }
@media (max-width: 1023.98px) {
  body.mop-theme header.page-header .header.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 20px 0; }
    body.mop-theme header.page-header .header.content::before, body.mop-theme header.page-header .header.content::after {
      content: none; } }
@media (max-width: 1023.98px) {
  body.mop-theme header.page-header .header.content .nav-toggle {
    position: static;
    line-height: 1; } }
@media (max-width: 1023.98px) {
  body.mop-theme header.page-header .header.content .logo-container {
    margin: 0 10px; } }
@media (min-width: 768px) {
  body.mop-theme header.page-header .header.content .logo-container {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    width: 224px;
    height: 224px; } }
body.mop-theme header.page-header .header.content .logo-container .logo-small {
  display: block;
  margin: 0; }
  @media (min-width: 768px) {
    body.mop-theme header.page-header .header.content .logo-container .logo-small {
      display: none; } }
  body.mop-theme header.page-header .header.content .logo-container .logo-small img {
    display: block; }
body.mop-theme header.page-header .header.content .logo-container .logo-large {
  display: none; }
  @media (min-width: 768px) {
    body.mop-theme header.page-header .header.content .logo-container .logo-large {
      display: block;
      margin-top: 30px; } }
body.mop-theme header.page-header .header.content .logo-container .tax-free-logo, body.mop-theme header.page-header .header.content .logo-container .paypal-logo {
  display: none; }
  @media (min-width: 768px) {
    body.mop-theme header.page-header .header.content .logo-container .tax-free-logo, body.mop-theme header.page-header .header.content .logo-container .paypal-logo {
      display: initial;
      position: absolute;
      right: 0;
      width: 50px;
      height: 50px; } }
@media (min-width: 768px) {
  body.mop-theme header.page-header .header.content .logo-container .paypal-logo {
    top: 55px; } }
body.mop-theme header.page-header .header.content .search-cart-wrap {
  display: flex; }
  @media (max-width: 767.98px) {
    body.mop-theme header.page-header .header.content .search-cart-wrap {
      align-items: center; } }
  body.mop-theme header.page-header .header.content .search-cart-wrap .block-search {
    width: auto;
    float: none;
    margin: 0;
    padding: 0; }
    body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch .control {
      padding: 0; }
      @media (max-width: 767.98px) {
        body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch .control {
          width: 100%;
          padding: 0 20px;
          position: absolute;
          top: 52px;
          left: 0;
          margin: 0;
          z-index: 10;
          background: white;
          box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.75);
          box-sizing: border-box; } }
      body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch .control #search {
        border-color: #da066b;
        padding: 7px 12px 9px 12px;
        font-size: 14px;
        text-transform: none;
        border-radius: 2px;
        width: 340px;
        height: 35px;
        box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
        color: #919191;
        line-height: 35px; }
        @media (max-width: 767.98px) {
          body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch .control #search {
            width: 100%;
            padding-right: 47px; } }
    body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch .action.search {
      padding: 0; }
      body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch .action.search:before {
        color: #da066b;
        font-weight: 900;
        line-height: 35px; }
    @media (max-width: 767.98px) {
      body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch.active .action.search {
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        right: 21px;
        top: 69px;
        z-index: 11;
        border: 0; }
        body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch.active .action.search:before {
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 24px;
          line-height: 20px;
          color: #8f8f8f;
          content: '\e615';
          font-family: 'icons-blank-theme';
          vertical-align: middle;
          font-weight: normal;
          overflow: hidden;
          speak: none; } }
    @media (max-width: 767.98px) {
      body.mop-theme header.page-header .header.content .search-cart-wrap .block-search .form.minisearch.active .action.search span {
        display: none; } }
  body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper {
    float: none;
    margin: 0; }
    @media (min-width: 768px) {
      body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper {
        display: flex;
        align-items: center;
        background: #f5c96a;
        border: 2px solid #eeb63f;
        border-radius: 2px;
        margin-left: 20px; }
        body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper > a.action.showcart {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 8px;
          color: #a06e05;
          text-transform: uppercase;
          font-weight: 600; }
          body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper > a.action.showcart:before {
            content: ''; }
          body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper > a.action.showcart:after {
            content: ' ';
            display: block;
            background: url("../images/chevron-down-white.png") center no-repeat;
            height: 20px;
            width: 20px; }
          body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper > a.action.showcart span.text {
            border: initial;
            clip: initial;
            height: initial;
            margin: initial;
            overflow: initial;
            padding: initial;
            position: initial;
            width: initial;
            padding-right: 20px; }
          body.mop-theme header.page-header .header.content .search-cart-wrap .minicart-wrapper > a.action.showcart .counter.qty {
            order: -1;
            margin-top: 0;
            margin-right: 20px;
            border-radius: 50%;
            background: #eeb63f;
            color: #fff; } }
@media (max-width: 767.98px) {
  body.mop-theme .sections.nav-sections .header.links a, body.mop-theme .sections.nav-sections .header.links a:hover, body.mop-theme .sections.nav-sections .header.links a:visited, body.mop-theme .sections.nav-sections .header.links a:focus {
    padding-left: 15px; }
  body.mop-theme .sections.nav-sections nav.navigation ul li a, body.mop-theme .sections.nav-sections nav.navigation ul li a:hover, body.mop-theme .sections.nav-sections nav.navigation ul li a:visited {
    color: #575757;
    border-color: #da066b; }
  body.mop-theme .sections.nav-sections nav.navigation ul li.active > a {
    color: #da066b; }
  body.mop-theme .sections.nav-sections .switcher.language.switcher-language .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown {
    display: none; }
  body.mop-theme .sections.nav-sections .switcher.language.switcher-language .actions.dropdown.options.switcher-options.active .dropdown.switcher-dropdown {
    display: block; } }
@media (min-width: 768px) {
  body.mop-theme .sections.nav-sections {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    background: none; }
    body.mop-theme .sections.nav-sections nav.navigation {
      background: none; }
      body.mop-theme .sections.nav-sections nav.navigation ul {
        padding: 0;
        margin-left: -10px;
        max-width: 750px;
        font-size: 16px;
        font-weight: 600; } }
      @media (min-width: 768px) and (min-width: 768px) and (max-width: 880px) {
        body.mop-theme .sections.nav-sections nav.navigation ul {
          max-width: 540px; } }
@media (min-width: 768px) {
        body.mop-theme .sections.nav-sections nav.navigation ul a {
          color: #3D3D3D;
          background: white;
          line-height: 1;
          padding: 0;
          margin: 0;
          border: 0; }
        body.mop-theme .sections.nav-sections nav.navigation ul li {
          padding: 10px;
          line-height: 36px; }
          body.mop-theme .sections.nav-sections nav.navigation ul li.active a, body.mop-theme .sections.nav-sections nav.navigation ul li.has-active a {
            border: 0; }
          body.mop-theme .sections.nav-sections nav.navigation ul li.level0 {
            padding: 10px;
            line-height: 35px;
            margin: 0;
            text-transform: uppercase;
            background: url("../images/nav-bg.png") right 8px no-repeat; }
            body.mop-theme .sections.nav-sections nav.navigation ul li.level0:last-child, body.mop-theme .sections.nav-sections nav.navigation ul li.level0.nav-4 {
              background: transparent; }
            body.mop-theme .sections.nav-sections nav.navigation ul li.level0.parent > a {
              display: flex;
              align-items: center; }
              body.mop-theme .sections.nav-sections nav.navigation ul li.level0.parent > a:after {
                content: " ";
                display: inline-block;
                background: url("../images/chevron-down-pink.png") center no-repeat;
                width: 9px;
                height: 7px;
                margin-left: 10px; }
              body.mop-theme .sections.nav-sections nav.navigation ul li.level0.parent > a > .ui-icon {
                display: none; }
            body.mop-theme .sections.nav-sections nav.navigation ul li.level0 a {
              background: none; } }
body.mop-theme .breadcrumbs {
  padding: 30px 20px;
  margin-bottom: 0; }
body.mop-theme #sidebar-nav {
  padding-bottom: 8px;
  margin-bottom: 30px;
  color: white;
  background: url(../images/striped-bg.jpg) bottom repeat-x #1b1b1b; }
  body.mop-theme #sidebar-nav span {
    display: inline-block;
    padding: 5px 10px;
    background: #da066b;
    font-weight: 600; }
  body.mop-theme #sidebar-nav > ul {
    padding: 10px; }
  body.mop-theme #sidebar-nav ul {
    display: block;
    margin: 0;
    list-style: none; }
    body.mop-theme #sidebar-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      body.mop-theme #sidebar-nav ul li a {
        display: flex;
        align-items: center; }
        body.mop-theme #sidebar-nav ul li a:before {
          content: " ";
          display: inline-block;
          width: 9px;
          height: 7px;
          margin-right: 10px; }
      body.mop-theme #sidebar-nav ul li.parent > a:before {
        background: url(../images/chevron-down-white.png);
        transform: rotate(-90deg); }
      body.mop-theme #sidebar-nav ul li.parent.collapsed > a:before {
        transform: rotate(0); }
      body.mop-theme #sidebar-nav ul li.parent.collapsed > ul {
        display: block; }
      body.mop-theme #sidebar-nav ul li a {
        color: white;
        text-decoration: none; }
        body.mop-theme #sidebar-nav ul li a:hover {
          color: #da066b; }
      body.mop-theme #sidebar-nav ul li ul {
        display: none;
        padding: 0 10px; }
body.mop-theme #promo-banners {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 auto 30px auto;
  flex-direction: column;
  text-align: center; }
  body.mop-theme #promo-banners a {
    display: none; }
    body.mop-theme #promo-banners a:first-child {
      display: block; }
    @media (min-width: 768px) {
      body.mop-theme #promo-banners a {
        display: block; } }
    body.mop-theme #promo-banners a img {
      display: block; }
  @media (min-width: 768px) {
    body.mop-theme #promo-banners {
      flex-direction: row;
      width: 100%;
      max-width: 1024px;
      padding: 0 20px; } }
body.mop-theme #sidebar-banners {
  display: flex;
  flex-direction: column; }
  body.mop-theme #sidebar-banners a {
    margin-bottom: 30px; }
    body.mop-theme #sidebar-banners a:last-child {
      margin-bottom: 0; }
    body.mop-theme #sidebar-banners a img {
      display: block;
      width: 100%; }
body.mop-theme.catalog-category-view .category-view .category-image img {
  margin: 0 auto; }
body.mop-theme .category-side-banner {
  margin-bottom: 30px; }
  body.mop-theme .category-side-banner a {
    display: block; }
    body.mop-theme .category-side-banner a img {
      display: block; }
body.mop-theme .column.main .block.widget.block-products-list.grid,
body.mop-theme .column.main .products.wrapper.grid.products-grid {
  margin: 0;
  margin-bottom: 30px; }
  body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items,
  body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items,
  body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-left: 0; }
    @media (max-width: 479.98px) {
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (min-width: 480px) and (max-width: 639.98px) {
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item,
    body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product,
    body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item,
    body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product,
    body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item {
      width: 100%;
      margin: 0;
      padding: 20px;
      position: relative;
      text-align: center;
      background: url("../images/grid-bar-vertical.jpg") repeat-y right; }
      @media (max-width: 479.98px) {
        body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product:nth-child(even), body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item:nth-child(even), body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product:nth-child(even), body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item:nth-child(even),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product:nth-child(even),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item:nth-child(even),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product:nth-child(even),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item:nth-child(even) {
          background: none; } }
      @media (min-width: 480px) and (max-width: 639.98px) {
        body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product:nth-child(3n), body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item:nth-child(3n), body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product:nth-child(3n), body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item:nth-child(3n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product:nth-child(3n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item:nth-child(3n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product:nth-child(3n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item:nth-child(3n) {
          background: none; } }
      @media (min-width: 640px) {
        body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product:nth-child(4n), body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item:nth-child(4n), body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product:nth-child(4n), body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item:nth-child(4n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product:nth-child(4n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item:nth-child(4n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product:nth-child(4n),
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item:nth-child(4n) {
          background: none; } }
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product::after, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item::after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product::after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item::after,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product::after,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item::after,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product::after,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item::after {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: url("../images/grid-bar-horizontal.jpg") repeat-x;
        display: block;
        content: ""; }
      @media (max-width: 479.98px) {
        body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product:nth-last-child(-n+2):not(:nth-child(-n+2)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item:nth-last-child(-n+2):not(:nth-child(-n+2)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product:nth-last-child(-n+2):not(:nth-child(-n+2)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item:nth-last-child(-n+2):not(:nth-child(-n+2)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product:nth-last-child(-n+2):not(:nth-child(-n+2)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item:nth-last-child(-n+2):not(:nth-child(-n+2)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product:nth-last-child(-n+2):not(:nth-child(-n+2)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item:nth-last-child(-n+2):not(:nth-child(-n+2)):after {
          content: none; } }
      @media (min-width: 480px) and (max-width: 639.98px) {
        body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product:nth-last-child(-n+3):not(:nth-child(-n+3)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item:nth-last-child(-n+3):not(:nth-child(-n+3)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product:nth-last-child(-n+3):not(:nth-child(-n+3)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item:nth-last-child(-n+3):not(:nth-child(-n+3)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product:nth-last-child(-n+3):not(:nth-child(-n+3)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item:nth-last-child(-n+3):not(:nth-child(-n+3)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product:nth-last-child(-n+3):not(:nth-child(-n+3)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item:nth-last-child(-n+3):not(:nth-child(-n+3)):after {
          content: none; } }
      @media (min-width: 640px) {
        body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product:nth-last-child(-n+4):not(:nth-child(-n+4)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item:nth-last-child(-n+4):not(:nth-child(-n+4)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product:nth-last-child(-n+4):not(:nth-child(-n+4)):after, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item:nth-last-child(-n+4):not(:nth-child(-n+4)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product:nth-last-child(-n+4):not(:nth-child(-n+4)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item:nth-last-child(-n+4):not(:nth-child(-n+4)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product:nth-last-child(-n+4):not(:nth-child(-n+4)):after,
        body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item:nth-last-child(-n+4):not(:nth-child(-n+4)):after {
          content: none; } }
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product .product-item-info .product-item-details .product-item-name, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product .product-item-info .product-item-details .product-item-name, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item .product-item-info .product-item-details .product-item-name,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product .product-item-info .product-item-details .product-item-name,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product .product-item-info .product-item-details .product-item-name,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
        min-height: 6rem; }
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product .product-item-info .product-item-details .product-item-actions, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item .product-item-info .product-item-details .product-item-actions, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product .product-item-info .product-item-details .product-item-actions, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item .product-item-info .product-item-details .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product .product-item-info .product-item-details .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product .product-item-info .product-item-details .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
        min-height: 3rem;
        display: flex;
        align-items: center; }
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product .price-box, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item .price-box, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product .price-box, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item .price-box,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product .price-box,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item .price-box,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product .price-box,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item .price-box {
        min-height: 4rem;
        margin: 10px 0; }
      body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .item.product .product-item-actions, body.mop-theme .column.main .block.widget.block-products-list.grid .products.list.items .product-item .product-item-actions, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .item.product .product-item-actions, body.mop-theme .column.main .block.widget.block-products-list.grid .product-items .product-item .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .item.product .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .products.list.items .product-item .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .item.product .product-item-actions,
      body.mop-theme .column.main .products.wrapper.grid.products-grid .product-items .product-item .product-item-actions {
        flex-direction: column-reverse; }
body.mop-theme .featured-products-grid .widget-product-grid .product-item {
  padding: 15px;
  margin: 0;
  background: url(../images/grid-bar-vertical.jpg) repeat-y;
  text-align: center; }
  body.mop-theme .featured-products-grid .widget-product-grid .product-item .product-item-actions {
    display: flex;
    align-items: center;
    flex-direction: column-reverse; }
body.mop-theme .featured-products-grid .widget-product-grid.slick-initialized .product-item.slick-current {
  background: initial; }
body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item {
    display: none; }
    body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item:nth-child(1) {
      background: initial; }
    @media (max-width: 479.98px) {
      body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item:nth-child(-n+2) {
        width: calc(100% / 2);
        display: inline-flex; } }
    @media (min-width: 480px) and (max-width: 639.98px) {
      body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item:nth-child(-n+3) {
        width: calc(100% / 3);
        display: inline-flex; } }
    @media (min-width: 640px) and (max-width: 699.98px) {
      body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item:nth-child(-n+4) {
        width: calc(100% / 4);
        display: inline-flex; } }
    @media (min-width: 700px) and (max-width: 767.98px) {
      body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item:nth-child(-n+5) {
        width: calc(100% / 5);
        display: inline-flex; } }
    @media (min-width: 768px) {
      body.mop-theme .featured-products-grid .widget-product-grid:not(.slick-initialized) .product-item:nth-child(-n+6) {
        width: calc(100% / 6);
        display: inline-flex; } }
body.mop-theme.catalog-product-view .product-info-main .product.attribute.sku {
  display: none; }
body.mop-theme.catalog-product-view .product-info-main .product-social-links {
  text-align: initial; }
body.mop-theme.catalog-product-view .product.info.detailed .data.item.title {
  width: 100%;
  margin: 0;
  background: #1b1b1b;
  border: 0; }
  body.mop-theme.catalog-product-view .product.info.detailed .data.item.title:after {
    display: block;
    content: "\00a0";
    height: 8px;
    background: url(../images/striped-bg.jpg) bottom repeat-x; }
  body.mop-theme.catalog-product-view .product.info.detailed .data.item.title a {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    background: #da066b;
    color: white;
    border: 0;
    font-size: 1.6rem;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      body.mop-theme.catalog-product-view .product.info.detailed .data.item.title a {
        height: auto;
        line-height: 1.1; } }
body.mop-theme.catalog-product-view .product.info.detailed #description {
  border: 0;
  margin-top: 38px;
  background: transparent; }
  @media (max-width: 767.98px) {
    body.mop-theme.catalog-product-view .product.info.detailed #description {
      margin-top: 0; } }
body.mop-theme.catalog-product-view .block.upsell {
  margin-bottom: 30px; }
  body.mop-theme.catalog-product-view .block.upsell .title {
    margin: 0; }
    body.mop-theme.catalog-product-view .block.upsell .title strong {
      margin: 0;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.5em; }
  body.mop-theme.catalog-product-view .block.upsell .products-upsell {
    margin-top: 15px; }
    body.mop-theme.catalog-product-view .block.upsell .products-upsell .products.list.items.product-items {
      margin-top: 0; }
    body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item {
      width: 100%;
      padding: 20px 0;
      margin: 0;
      background: url("../images/grid-bar-horizontal.jpg") repeat-x top; }
      body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between; }
        body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info a {
          padding-right: initial;
          box-sizing: border-box;
          position: initial;
          display: block;
          width: auto;
          float: initial;
          left: initial;
          margin: initial;
          top: initial; }
          body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info a.product-item-photo {
            width: 100px; }
          body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info a .product-image-container .product-image-wrapper {
            display: block;
            padding: 0 !important;
            height: initial;
            overflow: initial;
            position: initial; }
            body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info a .product-image-container .product-image-wrapper img {
              display: block;
              position: initial; }
        body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-name {
          width: 100%;
          flex-shrink: 0; }
          body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-name .product-item-link {
            color: #da066b;
            font-weight: 600; }
        body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-details {
          flex: 1;
          margin: initial;
          padding-left: 15px;
          padding-right: 5px; }
          body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-details .price-box {
            margin-top: 0; }
          body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-details .product.actions.product-item-actions {
            display: flex;
            align-items: center;
            flex-wrap: wrap-reverse;
            margin: 0; }
            body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-details .product.actions.product-item-actions .actions-primary {
              padding: 0; }
              body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-details .product.actions.product-item-actions .actions-primary .tocart {
                padding: 5px; }
            body.mop-theme.catalog-product-view .block.upsell .products-upsell .product-item .product-item-info .product-item-details .product.actions.product-item-actions .actions-secondary {
              display: flex;
              align-items: center; }
body.mop-theme.catalog-product-view .block.related .block-title {
  width: 100%;
  margin: 0;
  background: #1b1b1b;
  border: 0; }
  body.mop-theme.catalog-product-view .block.related .block-title:after {
    display: block;
    content: "\00a0";
    height: 8px;
    background: url(../images/striped-bg.jpg) bottom repeat-x; }
  body.mop-theme.catalog-product-view .block.related .block-title strong {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    background: #da066b;
    color: white;
    border: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600; }
body.mop-theme.catalog-product-view .block.related .block-content.content > .block-actions {
  display: none; }
body.mop-theme.catalog-product-view .block.related .field.choice.related {
  display: none; }
body.mop-theme.catalog-product-view .block.related .price-box {
  margin-bottom: 0; }
body.mop-theme .stock.unavailable {
  color: #d83820;
  font-style: italic; }
body.mop-theme .minicart-wrapper .action.showcart {
  display: flex;
  align-items: center; }
  body.mop-theme .minicart-wrapper .action.showcart .counter.qty {
    background: #da066b;
    color: white; }
body.mop-theme .minicart-wrapper #minicart-content-wrapper a {
  color: #da066b; }
  body.mop-theme .minicart-wrapper #minicart-content-wrapper a:hover, body.mop-theme .minicart-wrapper #minicart-content-wrapper a:focus, body.mop-theme .minicart-wrapper #minicart-content-wrapper a:visited {
    color: #da066b; }
body.mop-theme.checkout-cart-index #shopping-cart-table tr.item-info td {
  text-align: center;
  vertical-align: middle; }
  body.mop-theme.checkout-cart-index #shopping-cart-table tr.item-info td.item {
    text-align: left; }
  body.mop-theme.checkout-cart-index #shopping-cart-table tr.item-info td.subtotal {
    text-align: right; }
  body.mop-theme.checkout-cart-index #shopping-cart-table tr.item-info td .product-item-details {
    vertical-align: middle; }
body.mop-theme.checkout-cart-index #shopping-cart-table tr th {
  text-align: center; }
  body.mop-theme.checkout-cart-index #shopping-cart-table tr th.subtotal {
    text-align: right; }
body.mop-theme.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #da066b; }
body.mop-theme.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #da066b; }
body.mop-theme.checkout-index-index .opc-sidebar {
  margin-top: 175px; }
body.mop-theme.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #da066b; }
  body.mop-theme.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
    background: #da066b; }
body.mop-theme.checkout-index-index .opc-wrapper .form.methods-shipping table {
  width: 100%; }
body.mop-theme.checkout-index-index .opc-wrapper .payment-option #block-discount-heading {
  color: #da066b; }
body.mop-theme.account #account-nav .nav.item.current strong {
  border-color: #da066b; }
body.mop-theme .toolbar.toolbar-products .field.limiter {
  display: block;
  float: right; }
body.mop-theme .toolbar.toolbar-products .sorter {
  display: none; }
body.mop-theme .products.wrapper ~ .toolbar.toolbar-products .field.limiter {
  display: none; }
body.mop-theme .products.wrapper ~ .toolbar.toolbar-products .pages {
  float: right; }
body.mop-theme .toolbar .pages a.page {
  color: #da066b; }
body.mop-theme footer.page-footer .footer.content {
  border: 0;
  padding-top: 0;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    body.mop-theme footer.page-footer .footer.content {
      padding-bottom: 30px; } }
  body.mop-theme footer.page-footer .footer.content .block {
    float: none; }
  body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider {
    display: none;
    position: relative;
    padding: 10px 40px;
    margin-bottom: 30px;
    background: white;
    border: 1px solid #e3e3e3; }
    body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider.slick-initialized {
      display: block; }
    body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 50px;
      border: 0;
      background-color: white;
      background-image: url("../images/brand-slider-arrows.gif");
      background-repeat: no-repeat;
      background-position-y: 0;
      font-size: 0;
      outline: none; }
      body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow:focus, body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow:active {
        outline: none;
        box-shadow: none; }
      body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow.slick-prev {
        left: 0;
        background-position-x: -10px; }
        body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow.slick-prev:before {
          content: ""; }
      body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow.slick-next {
        right: 0;
        background-position-y: -45px; }
        body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-arrow.slick-next:before {
          content: ""; }
    body.mop-theme footer.page-footer .footer.content .slick-footer-brand-slider .slick-slide img {
      margin: auto; }
  body.mop-theme footer.page-footer .footer.content .footer-links {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px; }
    body.mop-theme footer.page-footer .footer.content .footer-links:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      body.mop-theme footer.page-footer .footer.content .footer-links {
        flex-direction: row;
        justify-content: space-between; } }
    body.mop-theme footer.page-footer .footer.content .footer-links > div {
      width: 100%;
      padding-bottom: 15px;
      border-bottom: 1px solid #d6d6d6;
      margin-bottom: 15px; }
      body.mop-theme footer.page-footer .footer.content .footer-links > div:last-child {
        border-bottom: 0; }
      @media (min-width: 768px) {
        body.mop-theme footer.page-footer .footer.content .footer-links > div {
          width: 33%;
          padding-left: 30px;
          margin-bottom: 0;
          border-right: 1px solid #d6d6d6;
          border-bottom: 0; }
          body.mop-theme footer.page-footer .footer.content .footer-links > div:first-child {
            padding-left: 0;
            width: calc(33% + 30px); }
          body.mop-theme footer.page-footer .footer.content .footer-links > div:last-child {
            border-right: 0; } }
      body.mop-theme footer.page-footer .footer.content .footer-links > div h1, body.mop-theme footer.page-footer .footer.content .footer-links > div h2, body.mop-theme footer.page-footer .footer.content .footer-links > div h3, body.mop-theme footer.page-footer .footer.content .footer-links > div h4, body.mop-theme footer.page-footer .footer.content .footer-links > div h5, body.mop-theme footer.page-footer .footer.content .footer-links > div h6 {
        margin-top: 0;
        color: black;
        font-weight: 600; }
      body.mop-theme footer.page-footer .footer.content .footer-links > div ul li a {
        color: #da066b; }
  body.mop-theme footer.page-footer .footer.content .footer-bottom {
    padding-top: 30px;
    background-image: url(../images/striped-underline-bg.gif);
    background-repeat: repeat-x; }
    body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 768px) {
        body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content {
          flex-direction: row; } }
      body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block:first-child {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block:first-child {
            flex-shrink: 0;
            margin-bottom: 0;
            margin-right: 30px; } }
      @media (min-width: 768px) {
        body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block .footer-logo {
          align-self: flex-start; } }
      body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block .payment-method-logos ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        @media (min-width: 768px) {
          body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block .payment-method-logos ul {
            flex-wrap: nowrap; } }
        body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block .payment-method-logos ul li {
          width: 30%;
          margin-bottom: 15px;
          text-align: center; }
          @media (min-width: 768px) {
            body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block .payment-method-logos ul li {
              width: auto;
              margin-bottom: 0;
              margin-right: 15px;
              text-align: inherit; }
              body.mop-theme footer.page-footer .footer.content .footer-bottom .footer-bottom-content .fbc-block .payment-method-logos ul li:last-child {
                margin-right: 0; } }
body.mop-theme .action.primary {
  background-color: #da066b;
  border: 0;
  color: white;
  word-break: break-word;
  white-space: normal; }
  body.mop-theme .action.primary:hover, body.mop-theme .action.primary:focus {
    background-color: #f30777;
    border: 0;
    color: white; }
body.mop-theme .slick-homepage-slider {
  padding: 0;
  margin: 0; }
  body.mop-theme .slick-homepage-slider:not(.slick-initialized) li {
    display: none; }
    body.mop-theme .slick-homepage-slider:not(.slick-initialized) li:first-child {
      display: block; }
  body.mop-theme .slick-homepage-slider li {
    position: relative;
    padding: 0;
    margin: 0; }
    body.mop-theme .slick-homepage-slider li img {
      display: block;
      width: 100%; }
    body.mop-theme .slick-homepage-slider li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body.mop-theme .slick-homepage-slider li .slide-caption {
      position: absolute;
      bottom: 20px;
      left: 0;
      display: flex;
      flex-direction: column;
      max-width: 300px;
      padding: 20px;
      color: white;
      background: #da066b;
      box-sizing: border-box; }
      @media (max-width: 699.98px) {
        body.mop-theme .slick-homepage-slider li .slide-caption {
          position: static;
          padding: 10px;
          width: 100%;
          max-width: 100%; } }
      @media (min-width: 768px) {
        body.mop-theme .slick-homepage-slider li .slide-caption {
          max-width: 50%; } }
      body.mop-theme .slick-homepage-slider li .slide-caption .slide-caption-title {
        font-size: 22px;
        font-weight: bold; }
        @media (max-width: 639.98px) {
          body.mop-theme .slick-homepage-slider li .slide-caption .slide-caption-title {
            font-size: 18px;
            line-height: 1; } }
body.mop-theme #shop-closed-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #da066b;
  color: white; }
  body.mop-theme #shop-closed-banner .shop-closed-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box; }
    body.mop-theme #shop-closed-banner .shop-closed-container p {
      padding: 0;
      margin: 0; }
    body.mop-theme #shop-closed-banner .shop-closed-container a {
      color: white !important;
      text-decoration: underline; }

/*# sourceMappingURL=mop-theme.css.map */
