@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes floating {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 15px); }
  to {
    transform: translate(0, 0px); } }
.breadcrumb {
  white-space: pre-wrap;
  overflow: visible;
  text-overflow: unset; }
  .breadcrumb li {
    white-space: pre-wrap; }

.checkout-cart .breadcrumb li {
  white-space: nowrap; }
  .checkout-cart .breadcrumb li a {
    white-space: nowrap; }

.page-banner-title .title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'PoppinsBold';
  text-align: center;
  font-size: calc( (40px / 1.1) + (((40/11)/19.2) * 1vw)) !important;
  text-transform: capitalize;
  line-height: 40px; }
  @media (max-width: 767px) {
    .page-banner-title .title {
      flex-direction: inherit; } }
.page-banner-title .breadcrumb-banner {
  margin-top: 2em; }
  .page-banner-title .breadcrumb-banner ul {
    padding: 0;
    text-align: center; }
    .page-banner-title .breadcrumb-banner ul li {
      display: inline-block;
      text-align: center; }
      .page-banner-title .breadcrumb-banner ul li a {
        color: #fff;
        font-size: calc(7px + (27 - 20) * (100vw - 320px) / (1920 - 320)); }
        @media (max-width: 800px) {
          .page-banner-title .breadcrumb-banner ul li a {
            font-size: 12px; } }
      .page-banner-title .breadcrumb-banner ul li:not(:last-child):after {
        content: '|';
        color: #fff;
        padding: 0 2px 0 5px;
        font-size: calc(7px + (27 - 20) * (100vw - 320px) / (1920 - 320)); }
        @media (max-width: 800px) {
          .page-banner-title .breadcrumb-banner ul li:not(:last-child):after {
            font-size: 12px; } }

.breadcrumb {
  padding: 0; }
  .breadcrumb li {
    display: inline-block;
    padding: 0; }
    .breadcrumb li a {
      color: #000;
      font-size: calc(7px + (27 - 20) * (100vw - 320px) / (1920 - 320)); }
      @media (max-width: 800px) {
        .breadcrumb li a {
          font-size: 12px; } }
    .breadcrumb li:not(:last-child):after {
      content: '/';
      olor: #000;
      padding: 0 2px 0 5px;
      font-size: calc(7px + (27 - 20) * (100vw - 320px) / (1920 - 320));
      position: relative;
      display: inline-block;
      transform: translateY(0%);
      width: auto;
      height: auto;
      top: 0;
      right: 0; }
      @media (max-width: 800px) {
        .breadcrumb li:not(:last-child):after {
          font-size: 12px; } }

a {
  color: #655690; }

.btn {
  border-radius: 0;
  transition: all 0.3s ease-in-out; }
  .btn.mw {
    min-width: 150px !important; }
  .btn.btn-primary, .btn.btn-default {
    color: #fff;
    background-color: #655690 !important;
    border: #655690 !important;
    line-height: 1.6; }
    .btn.btn-primary:hover, .btn.btn-default:hover {
      background-color: #1f392c !important;
      border-color: #1f392c !important; }
  .btn:focus {
    outline: none !important; }

.cart-dorpdown-footer a:hover {
  color: #fff !important; }

.label-primary {
  background-color: #655690 !important; }

.swal2-confirm {
  color: #fff;
  background-color: #655690 !important;
  border: #655690 !important; }

#quickcheckout-back {
  background-color: #1f392c;
  border-color: #1f392c; }
  #quickcheckout-back:hover {
    background-color: #655690;
    border-color: #655690; }

span.label.out-of-stock {
  min-width: 170px;
  padding: 13px 14px;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    span.label.out-of-stock {
      min-width: 70%; } }

input:not([name=search]),
textarea:not([name=search]) {
  border: 1px solid #e1e1e1 !important; }
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #e1e1e1 !important; }

input[type='checkbox'], input[type='radio'] {
  cursor: pointer; }

select {
  padding: 10px !important;
  height: auto !important;
  border: 1px solid #e1e1e1 !important;
  box-shadow: none !important;
  appearance: none !important;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%) !important;
  background-position: calc(100% - 15px) calc(1em + 6px), calc(100% - 10px) calc(1em + 6px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important; }
  select::-ms-expand {
    display: none; }
  select:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #e1e1e1 !important; }

hr {
  border: 0;
  border-bottom: 2px solid #655690; }
  hr.short {
    width: 100px;
    margin-top: 0; }

.section-title {
  margin-bottom: 50px !important; }

.pagination {
  text-align: center;
  padding-bottom: 3em; }
  .pagination .active span {
    color: #FFF !important;
    border-color: #fe0000 !important;
    background: #fe0000 !important; }

.pagination span, .pagination a {
  margin: 0 0.3em !important;
  border: 1.2px solid transparent !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  display: inline-block;
  height: 2em !important;
  width: 2em !important;
  color: #969696 !important;
  line-height: 16px !important; }
  .pagination span:hover, .pagination a:hover {
    color: #FFF !important;
    border-color: #fe0000 !important;
    background: #fe0000 !important; }

.pagination > li > a, .pagination > li > span {
  line-height: 2em;
  padding: 6px 4px; }

.pagination > li.next a, .pagination > li.prev a {
  border: 1px solid #969696 !important; }

.product-product .product-title {
  margin-bottom: 7px; }
.product-product .product-category {
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  height: 25px;
  overflow: hidden;
  color: #9f9f9f; }
.product-product .price-wrapper {
  margin-bottom: 13px; }
  .product-product .price-wrapper .product-price {
    color: #363636;
    font-size: calc(13px + 0.3125vw) !important; }
.product-product .discountedpercentage {
  background-color: #fe0000;
  display: inline-block;
  padding: 5px 12px;
  min-width: 9em;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
  border: 1px solid #000; }
.product-product #product-tabs {
  margin-top: 3em; }
  .product-product #product-tabs li {
    margin-right: 2em; }
    .product-product #product-tabs li a {
      padding: 3px 0;
      color: #655690;
      font-family: 'poppinssemibold';
      border: none !important;
      border-bottom: 2px solid transparent !important; }
      .product-product #product-tabs li a:hover, .product-product #product-tabs li a:focus {
        color: #655690 !important;
        border: none !important;
        border-bottom: 2px solid #655690 !important; }
    .product-product #product-tabs li.active a {
      color: #655690 !important;
      border: none !important;
      border-bottom: 2px solid #655690 !important; }
.product-product .product-image-column {
  justify-content: space-between; }
.product-product .product-image-main-container {
  position: relative;
  border: 0px solid #ccc;
  width: 84%;
  background: #fff;
  margin-bottom: 0; }
  .product-product .product-image-main-container .overlay {
    position: absolute;
    bottom: 14px;
    right: 16px; }
  .product-product .product-image-main-container .product-image-main {
    height: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 6px;
    overflow: hidden; }
  .product-product .product-image-main-container .slick-slide > div {
    line-height: 0; }
  .product-product .product-image-main-container .arrowsearch {
    position: absolute;
    z-index: 1;
    right: 2em;
    bottom: 2em; }
.product-product .product-image-additional-container {
  padding: 0;
  width: 14%; }
  @media (min-width: 1500px) {
    .product-product .product-image-additional-container {
      width: 19%; } }
  @media (min-width: 1600px) {
    .product-product .product-image-additional-container {
      width: 19%; } }
  @media (min-width: 1920px) {
    .product-product .product-image-additional-container {
      width: 19%; } }
  .product-product .product-image-additional-container .product-image-additional {
    position: relative !important;
    padding-top: 40px;
    padding-bottom: 38px; }
  @media (max-width: 767px) {
    .product-product .product-image-additional-container {
      height: auto; } }
  .product-product .product-image-additional-container .slick-slide {
    margin: 4px 0px; }
  .product-product .product-image-additional-container .slick-list {
    margin: -4px 0; }
  .product-product .product-image-additional-container .slick-no-slide {
    margin-left: 0;
    margin-right: 0; }
  .product-product .product-image-additional-container .slick-nav.left {
    position: absolute;
    top: 20px !important; }
  .product-product .product-image-additional-container .slick-nav.right {
    position: absolute;
    bottom: 20px !important; }
  .product-product .product-image-additional-container .slick-nav img {
    width: 25px;
    border: none; }
  .product-product .product-image-additional-container img {
    border: 1px solid #efefef;
    padding: 0;
    border-width: 1px;
    transition: 0.3s; }
    .product-product .product-image-additional-container img:hover {
      border-color: #efefef;
      border-width: 1px;
      outline: none; }
  .product-product .product-image-additional-container .featured .slick-no-slide {
    margin: 0;
    padding: 0 2em; }
.product-product .product-description + .input-group-flex {
  display: none; }

.filters-wrap {
  width: 29em;
  float: right; }
  @media (max-width: 991px) {
    .filters-wrap {
      width: 100%;
      float: none; } }
  .filters-wrap .col-md-6 {
    padding-right: 0; }
  @media (max-width: 991px) {
    .filters-wrap > *:nth-child(2) {
      padding-right: 5px;
      padding-left: 0; } }
  @media (max-width: 991px) {
    .filters-wrap > *:nth-child(3) {
      padding-left: 5px; } }

@media (max-width: 991px) {
  body .footer-upper-contet > *:nth-child(1) {
    margin-bottom: 2em; } }
footer .footer-upper-contet {
  margin-bottom: 44px !important; }
footer .logo-holder {
  display: flex; }
  footer .logo-holder img {
    max-width: 100%; }
    footer .logo-holder img:first-child {
      width: 11em; }
    footer .logo-holder img:last-child {
      width: 6em; }
footer .description-holder {
  width: 85%; }

.special-sticker, .sticker {
  font-size: 15px;
  font-weight: bold; }

@media (max-width: 767px) {
  .product-special .product-view > *:not(:nth-child(3n+1)):not(:first-child), .product-category .product-view > *:not(:nth-child(3n+1)):not(:first-child) {
    margin-left: 15px; }

  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333% - 10px); } }
  @media (max-width: 767px) and (max-width: 767px) {
    .product-special .product-view > *, .product-category .product-view > * {
      width: calc(100%/2 - 1px);
      margin-left: 0 !important; } }

@media (max-width: 767px) {
  .product-special .product-view > *:nth-child(even), .product-category .product-view > *:nth-child(even) {
    margin-left: 0; } }
@media (max-width: 767px) and (max-width: 1080px) {
  .product-category, .product-special {
    box-shadow: none; } }
@media (max-width: 767px) {
  .product-category #content.col-sm-9, .product-special #content.col-sm-9 {
    padding: 0 2.5em;
    width: 100%; }
  .product-category #column-left, .product-special #column-left {
    width: auto; }

  #filter_group_tigger_open {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 10;
    width: auto;
    background-color: #fff;
    background-color: #fff !important;
    min-width: 100% !important;
    border-radius: 0 !important;
    font-size: 12px;
    border: 1px solid #e1e1e1 !important;
    color: #000 !important;
    padding: 0 0 !important; }
    #filter_group_tigger_open:hover {
      box-shadow: none !important; }
    #filter_group_tigger_open.visible-xs {
      display: block !important; }

  #filter-groups {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 30px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%); }
    #filter-groups.open {
      opacity: 1;
      transform: translateX(0%); }

  #filter_group_tigger_close {
    display: block !important;
    margin: 0 auto; } }
@media (max-width: 767px) and (max-width: 1080px) {
  .product-category #pg-banner-wrap, .product-special #pg-banner-wrap {
    margin-top: 39px; } }

@media (max-width: 767px) {
  .filters-wrap [class^="col"] {
    padding: 0;
    width: 33.333% !important; }

  .filters-wrap {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8; }
    .filters-wrap .form-group {
      margin-bottom: 0px; }

  .input-group-text {
    display: none; }

  .filters-wrap .form-control {
    text-align-last: center;
    flex-direction: inherit;
    text-align: center;
    -webkit-appearance: none;
    flex-direction: column;
    line-height: 25px;
    color: #000 !important;
    border-radius: 0 !important; } }
@media (max-width: 1080px) {
  .text_menu_font, .header-container .header-menu #main-menu li, .header-container .header-menu #main-menu li a {
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw)) !important; } }

@media (max-width: 380px) {
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(100%/1 - 1px);
    margin-left: 0 !important; } }
.featured-module-pagination {
  width: 94%;
  margin: 0 auto;
  margin-top: 4em; }
  .featured-module-pagination .product-view .product-block {
    height: 100%; }
  .featured-module-pagination .product-view > .product-gutter {
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2); }

.product-block .bulkordernote {
  background-color: #48b1de;
  color: #fff;
  width: max-content;
  padding: 5px 15px;
  border-radius: 39px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center; }
.product-block .discountsavetotal {
  background-color: #ff7f26;
  color: #fff;
  width: max-content;
  padding: 5px 15px;
  border-radius: 39px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center; }
.product-block .product-category {
  margin: auto 0 0; }
.product-block .product-inputs {
  margin: 0; }

#featured_slider_31_ .bulkordernote {
  display: none; }
#featured_slider_31_ .discountsavetotal {
  display: none; }
#featured_slider_31_ .product_countdown_box {
  display: none; }

#news_latest_cat .content .article-image-wrapper {
  width: 50%; }
#news_latest_cat .content .info {
  width: 50%;
  padding: 10px 33px; }

.newscat_menu ul {
  width: 100%;
  display: flex;
  justify-content: center; }
  .newscat_menu ul li a {
    background-color: #d7d7d7;
    color: #000;
    display: block;
    padding: 10px 20px;
    padding-top: 13px;
    min-width: 10em;
    text-align: center;
    border-radius: 72px;
    text-transform: uppercase;
    margin: 0 9px; }
    .newscat_menu ul li a:hover {
      background-color: #0062a6;
      color: #fff; }
  /* .newscat_menu ul li ul {
    display: none; } */
  .newscat_menu ul li.active > a {
    background-color: #0062a6;
    color: #fff; }
  .newscat_menu ul li.active ul {
    display: flex; }

.news-list-wrap .article-name a {
  font-family: 'Source Serif Pro', serif;
  font-size: calc( (20px / 1.1) + (((20/11)/19.2) * 1vw)) !important; }
.news-list-wrap .dateadded {
  font-style: italic;
  margin-bottom: 0;
  color: #9c9c9c; }

.archive-holder a {
  font-size: calc(10px + (27 - 20) * (100vw - 320px) / (1920 - 320));
  color: #655690; }
  @media (max-width: 1080px) {
    .archive-holder a {
      font-size: 12px; } }
  .archive-holder a:hover {
    text-decoration: underline; }
.archive-holder span.list-group-item {
  padding: 0; }
  .archive-holder span.list-group-item a {
    border: 0; }
.archive-holder .show-m {
  padding: 10px 15px;
  padding-top: 12px;
  position: relative;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 46px;
  font-size: 12px;
  margin-bottom: 11px;
  color: #303030; }
  @media (max-width: 1080px) {
    .archive-holder .show-m {
      font-size: 12px; } }
  .archive-holder .show-m a {
    color: #303030;
    font-size: 12px; }
  .archive-holder .show-m + .list-group {
    padding-left: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
    .archive-holder .show-m + .list-group > a {
      padding: 0 !important;
      font-size: 12px; }
      .archive-holder .show-m + .list-group > a:hover {
        color: #1c50c8; }
  .archive-holder .show-m:after {
    content: '\f067';
    font-family: 'FontAwesome';
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 16px;
    font-size: 10px; }
    @media (max-width: 1080px) {
      .archive-holder .show-m:after {
        font-size: 12px; } }
  .archive-holder .show-m.active {
    text-shadow: 0 0 0px !important;
    color: #fff !important;
    background-color: #1c50c8;
    border: 1px solid #1c50c8; }
    .archive-holder .show-m.active a {
      color: #fff !important;
      text-decoration: underline; }
    .archive-holder .show-m.active:after {
      content: '\f068';
      color: #FFFFFF !important;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      right: 16px;
      font-size: 10px; }
      @media (max-width: 1080px) {
        .archive-holder .show-m.active:after {
          font-size: 12px; } }
  .archive-holder .show-m:hover {
    text-shadow: 0 0 0px !important;
    color: #fff !important;
    background-color: #1c50c8;
    border: 1px solid #1c50c8; }
    .archive-holder .show-m:hover a {
      color: #fff !important;
      text-decoration: underline; }

.subarch a.active {
  color: #655690 !important;
  text-decoration: underline; }

.news-ctgr > .list-group-item > a {
  color: #303030;
  padding: 10px 14px; }
.news-ctgr > .list-group-item .toggle {
  height: 100% !important; }
  .news-ctgr > .list-group-item .toggle:after {
    font-size: 10px !important; }
.news-ctgr > .children .list-group-item a {
  padding: 2px 12px !important;
  color: #303030; }

.article_listing_layout_3 .news-list-wrap .article-image-wrapper {
  -webkit-box-shadow: 4px 5px 5px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 4px 5px 5px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 4px 5px 5px 0px rgba(209, 209, 209, 0.75); }
.article_listing_layout_3 .news-list-wrap .article-text-wrapper .article_date {
  font-style: italic;
  margin-bottom: 0; }
.article_listing_layout_3 .news-list-wrap .article-text-wrapper .article-name a {
  font-family: 'Source Serif Pro', serif;
  font-size: calc( (16px / 1.1) + (((16/11)/19.2) * 1vw)) !important; }

.article_inner_layout_1 .article-inner img {
  -webkit-box-shadow: 4px 5px 5px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 4px 5px 5px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 4px 5px 5px 0px rgba(209, 209, 209, 0.75); }
.article_inner_layout_1 .date-added {
  color: #9c9c9c;
  font-style: italic; }
@media (max-width: 500px) {
  .article_inner_layout_1 .media-detail__btn-group {
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .article_inner_layout_1 .media-detail__btn-group .prev {
      margin-bottom: 10px; } }
@media (max-width: 500px) {
  .article_inner_layout_1 .media-detail__btn-group > * {
    width: 100%; } }
@media (max-width: 500px) {
  .article_inner_layout_1 .media-detail__btn-group > *.right {
    width: 100%;
    text-align: center; } }

.search_container {
  padding: 10px; }
  @media (max-width: 991px) {
    .search_container {
      padding: 0; } }

@media (max-width: 1080px) {
  #main-menu > li {
    padding: 0 2px; } }
@media (max-width: 991px) {
  .header-container .header-links > a img, .header-container #account > a[data-toggle="dropdown"] img, .header-container #enquiry > a img, .header-container #cart > a img, .header-container ._search > a img {
    margin-right: 0px !important; }

  .header-container #enquiry > a img, .header-container #cart > a {
    padding: 10px 3px !important; }

  .side-logo {
    margin-left: 4px; }

  body:not(.cke_editable) h2:not(.swal2-title):not([style])::after, body:not(.cke_editable) h2:not(.swal2-title):not([style])::before {
    width: 2em !important;
    height: 2em !important; } }
.locate_us {
  padding-top: 5em;
  position: relative; }
  .locate_us:before {
    content: '';
    background-image: url("../img/squid.png");
    position: absolute;
    right: 0;
    width: 13em;
    height: 12em;
    background-repeat: no-repeat;
    background-size: contain;
    top: 79px; }
  .locate_us p {
    font-size: calc( (14px / 1.1) + (((14/11)/19.2) * 1vw)) !important;
    margin-bottom: 15px; }
  .locate_us .faq-content {
    padding-right: 11em; }
    @media (max-width: 767px) {
      .locate_us .faq-content {
        padding-right: 0em; } }
  @media (max-width: 767px) {
    .locate_us .flex {
      flex-direction: column; } }
  .locate_us .container {
    width: 84%; }

.information-information h3 {
  font-size: calc(10px + 0.625vw); }
  @media (max-width: 767px) {
    .information-information h3 {
      font-size: 18px; } }

.iid-8 #pg-banner-wrap + .container {
  width: 84%; }
.iid-8 .informationpage-holder {
  position: relative; }
  .iid-8 .informationpage-holder:before {
    content: '';
    background-image: url("../img/strip_seafood.png");
    position: absolute;
    right: 0;
    width: 17em;
    height: 15em;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0; }

/*# sourceMappingURL=main.css.map */
