@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap';
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ===== @import font-family ====== */

:root {
  /* ======== colors ========== */
  --white: #ffffff;
  --black: #0e0e0e;
  --default-nav: #292929;
  --default-footer: #3e495a;
  --light-green: #03ad53;
  --fb-btn: #4869d4;
  --google-btn: #dc3545;
  --shade-black: #09184b;
  --blackish: #333d4e;
  /* ======== hover:colors ========== */
  --fb-btn-hover: #647ed2;
  --google-btn-hover: #ea6256;
  --green-btn-hover: #026933;
  /* ======== home-fish-color ========== */
  --fish-primary-color: #004dd6;
  --fish-secondary-color: #ffc500;
  --fish-tertiary-color: #ff4f37;
  /* ===== font-family ====== */
  --roboto: 'Roboto', sans-serif;
  --montserrat: 'Montserrat', sans-serif;
  --open-sans: 'Open Sans', sans-serif;
  --oswald: 'Oswald', sans-serif;
  --lato: 'Lato', sans-serif;
}

/* Global */
ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
ol {
  padding-left: 0;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
p,
body {
  color: var(--black);
  font-family: var(--roboto);
}
strong {
  color: #1a1a1d !important;
}

a,
button,
select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-text-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1 {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 45px !important;
  color: var(--black) !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
h1::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: var(--fish-primary-color);
  left: 0;
  top: -5px;
}

h2 {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 45px !important;
  color: var(--black) !important;
  padding-bottom: 20px;
}

h3 {
  color: #1a1a1d !important;
  font-size: 35px !important;
  line-height: 40px !important;
}

h4 {
  color: #1a1a1d !important;
  font-size: 30px !important;
  line-height: 35px !important;
}

h5 {
  color: #1a1a1d !important;
  font-size: 22px !important;
  line-height: 28px !important;
}

h6 {
  color: #1a1a1d !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

.hide-on-mobile {
  display: none;
}

.text-muted {
  color: #5d6164 !important;
}

.txtc {
  text-align: center;
}
.txtl {
  text-align: left;
}
.txtr {
  text-align: right;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.flex-start {
  display: flex;
  justify-content: start;
  width: 100%;
  height: auto;
}
.flex-end {
  display: flex;
  justify-content: end;
  width: 100%;
  height: auto;
}
.flex-center {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.b400 {
  font-weight: 400 !important;
}
.b500 {
  font-weight: 500 !important;
}
.b600 {
  font-weight: 600 !important;
}
.b700 {
  font-weight: 700 !important;
}
.b800 {
  font-weight: 800 !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-9 {
  font-size: 9px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.h30 {
  height: 30px !important;
}
.h31 {
  height: 31px !important;
}
.h32 {
  height: 32px !important;
}
.h33 {
  height: 33px !important;
}
.h34 {
  height: 34px !important;
}
.h35 {
  height: 35px !important;
}
.h36 {
  height: 36px !important;
}
.h37 {
  height: 37px !important;
}
.h38 {
  height: 38px !important;
}
.h39 {
  height: 39px !important;
}
.h40 {
  height: 40px !important;
}
/*********************** OVERWRITE **************************/
.alert-primary h5 {
  color: #004085 !important;
  font-weight: 600;
  padding-bottom: 15px;
}
.alert-primary p {
  color: #004085 !important;
}
.alert-success h5 {
  color: #155724 !important;
  font-weight: 600;
  padding-bottom: 15px;
}
.alert-success p {
  color: #155724 !important;
}
.alert-info h5 {
  color: #0c5460 !important;
  font-weight: 600;
  padding-bottom: 15px;
}
.alert-info p {
  color: #0c5460 !important;
}
.alert-warning h5 {
  color: #856404 !important;
  font-weight: 600;
  padding-bottom: 15px;
}
.alert-warning p {
  color: #856404 !important;
}
.alert-danger h5 {
  color: #721c24 !important;
  font-weight: 600;
  padding-bottom: 15px;
}
.alert-danger p {
  color: #721c24 !important;
}

/*********************** Header **************************/
.ap-header {
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 1001;
  transition: height ease 0.8s;
}
.ap-header button[aria-expanded='true'] .hamburger_menu {
  display: none;
}
.ap-header .cross_image {
  rotate: 45deg;
  display: none;
}
.ap-header .cross_image:hover,
.cross_image:hover {
  outline: none;
}
.ap-header .hamburger_menu:focus,
.hamburger_menu:hover {
  outline: none;
}
.ap-header button[aria-expanded='true'] .cross_image {
  display: block;
}

.ap-navbar {
  z-index: 2;
  padding: 1rem;
  background: #222222;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.logo-header img {
  width: 250px;
}

.navbar-toggler:focus {
  outline: none;
}

.ap-navbar-wrapper .nav-link {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: var(--white);
}
.ap-navbar-wrapper .nav-link:hover {
  color: var(--fish-primary-color);
}

.ap-navbar-wrapper .sub-menu .linked {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ap-navbar-wrapper .sub-menu .linked span {
  font-size: 10px;
  margin-left: 5px;
}
.ap-navbar-wrapper .sub-menu .nav-item {
  display: none;
}
.ap-navbar-wrapper .sub-menu .nav-item.dropdown {
  display: block;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.ap-navbar-wrapper .sub-menu .nav-item.dropdown .nav-link {
  border-bottom: none;
}

.ap-pagination .pagination {
  justify-content: center;
}
.ap-pagination .page-item {
  width: 30px;
  height: 30px;
}
.ap-pagination .page-link {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #8c8c8c;
  text-align: center;
  background: transparent;
  padding: 0.58rem;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.ap-pagination .page-link:hover {
  color: var(--black);
}
.ap-pagination .page-item.active .page-link {
  background: #007bff;
  color: var(--white);
  border: none;
  border-radius: 50%;
}
.ap-pagination .page-item.active .page-link:hover {
  background: #0051a8;
}
.ap-pagination .page-item.disabled .page-link {
  background: transparent;
}

.ap-footer {
  position: relative;
  background: var(--white);
  padding: 0 0 3.625rem;
}
.ap-footer-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--black);
  transition: all 0.5s ease-in-out;
}
.ap-footer-link a:hover {
  color: var(--fish-primary-color);
}

.ap-footer-icons {
  display: block;
  margin: 0 12px;
  transition: all 0.5s ease-in-out;
}
.ap-footer-icons:first-child {
  margin-left: 0;
}
.ap-footer-icons:last-child {
  margin-right: 0;
}
.ap-footer-icons:hover {
  transform: scale(1.2);
}

.ap-copyright {
  background: #202020;
  padding: 25px 0;
}
.ap-copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.ap-copyright-text p a {
  color: tomato;
}

.ap-section-swipers {
  position: relative;
  margin-top: -3px;
}

.ap-section-swipers .back-image {
  position: absolute;
  top: 0;
  right: 0;
}
.ap-section-swipers .back-image::before {
  content: '';
  position: absolute;
  background-size: cover;
  width: 131px;
  height: 158px;
  top: 0;
  left: 0;
}
.ap-section-swipers .content {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  z-index: 1;
  margin-top: 30vh;
  width: 100%;
}
.ap-section-swipers .content h2 {
  color: var(--black);
  position: relative;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}
.ap-section-swipers .content h5 {
  margin-bottom: 10px;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}
.ap-section-swipers .content button {
  background: #bc1823;
  color: white;
  height: 40px;
  width: 150px;
  border-radius: 20px;
  transition: transform 300ms;
  text-transform: uppercase;
}
.ap-section-swipers .content button:hover {
  transform: scale(0.95);
}
.ap-section-swipers .content p {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}

.ap-section-swipers img.slide-image {
  object-fit: cover !important;
  object-position: right !important;
}

/* >>>>>>>>>>>>>>>>>>>> VIDEO SECTION <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-section-video {
  background: url(./../images/fish-village.png) no-repeat center;
  background-size: cover;
  width: 100%;
  display: block;
  padding: 4.5rem 0 6.8125rem;
}

/* >>>>>>>>>>>>>>>>>>>> HOWTO SECTION <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-section-howto {
  width: 100%;
  display: block;
  padding: 4.5rem 0 6.8125rem;
  position: relative;
}
.ap-section-howto .how_works--list {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}

.ap-section-howto .how_works--item {
  margin: 0 5px;
}

.ap-section-howto .how_it--img {
  margin-top: 2em;
}

.ap-section-howto .how_it--img,
.ap-section-howto .works_img--wrapper {
  text-align: center;
}
.ap-section-howto .how_it--name {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.07em;
  color: var(--black);
  text-align: center;
  display: block;
  padding-top: 1rem;
}

.ap-section-howto .how_works--product {
  display: none;
}
.ap-section-howto .how_works--product2 {
  display: block;
}
.ap-section-howto .how_works--product .how_it--text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #8f8f8f;
  display: block;
  padding-top: 2rem;
  padding-left: 12px;
  padding-right: 12px;
}
.ap-section-howto .how_it_works--details {
  padding-top: 2rem;
  padding-right: 12px;
  padding-left: 12px;
}
.ap-section-howto .how_it_works--details p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: var(--black);
  padding: 1.5625rem 0 0.3125rem;
}
.ap-section-howto .row_works {
  margin-top: 50px;
}

/* >>>>>>>>>>>>>>>>>>>> BEST SELLING SECTION <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-section-bestselling {
  width: 100%;
  display: block;
  padding: 4.5rem 0 6.8125rem;
  position: relative;
}

.ap-section-bestselling .back-image {
  position: relative;
  z-index: 1;
  margin-left: -0.9375rem;
}

/* >>>>>>>>>>>>>>>>>>>> PRODUCT INFO SECTION <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-section-productinfo {
  background: url(./../images/fish/health-benefits-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  display: block;
  padding: 4.5rem 0 6.8125rem;
}

/* >>>>>>>>>>>>>>>>>>>> PECAH KOTAK SECTION <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-section-pecahkotak {
  width: 100%;
  display: block;
  padding: 4.5rem 0 6.8125rem;
  position: relative;
}

.ap-section-pecahkotak .back-image {
  position: relative;
  z-index: 1;
  margin-left: -0.9375rem;
}

.ap-section-pecahkotak .pecah-kotak {
  background: url(./../images/pecah-kotak.png) no-repeat center;
  height: 500px;
  position: relative;
  margin-bottom: 20px;
}

.ap-section-pecahkotak .pecah-kotak h1 {
  position: absolute;
  bottom: 0;
  padding: 10px !important;
  background-color: rgba(240, 248, 255, 0.5);
  text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
}

/* >>>>>>>>>>>>>>>>>>>> ap-web-item <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-web-item-wrapper {
  background: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(226, 226, 226, 1);
  border-radius: 0px;
  margin-bottom: 20px;
}
.ap-web-item {
  background: #f9f9f9;
  margin-bottom: 10px;
}
.ap-web-item .cotw {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fffdfd;
  background: #dc3545;
  max-width: 150px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ap-web-item .special {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fffdfd;
  background: #009367;
  max-width: 150px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ap-web-item .image {
  text-align: center;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.ap-web-item .pack {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 5px;
  background: var(--black);
  color: #fff;
  font-size: 12px;
}

.ap-web-item .label {
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: none;
  width: initial;
  font-size: 14px;
  color: rgb(116, 116, 116);
  background: rgba(240, 242, 245, 1);
  padding: 9px;
}
.ap-web-item .label .price {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}
.ap-web-item .title {
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: none;
  width: initial;
  font-size: 15px;
  color: rgba(51, 51, 51, 1);
  padding: 5px 9px;
}

.ap-web-item .fish_product--title {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  display: block;
  padding-left: 2.3125rem;
  padding-bottom: 2.1875rem;
  transition: all ease-in-out 0.3s;
}
.ap-web-item .fish_product--price {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #ff7701;
  display: block;
  padding-left: 2.3125rem;
  transition: all ease-in-out 0.3s;
}

/* >>>>>>>>>>>>>>> ap-list-icon <<<<<<<<<<<<<<<<< */
.ap-list-icon .list .icon {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: var(--black);
  padding-left: 2rem;
  margin: 0.5625rem 0;
  position: relative;
}
.ap-list-icon .list .icon:last-child {
  margin-bottom: 0;
}
.ap-list-icon .list .icon::before {
  content: '';
  position: absolute;
  background: url(./../images/svg/check-yellow.svg) no-repeat center;
  background-size: cover;
  width: 18.45px;
  height: 18.42px;
  top: 0;
  left: 0;
}
.ap-list-icon p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: var(--black);
}
.ap-list-icon .list {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ap-list-icon .content {
    display: flex;
  }
  .ap-list-icon .list {
    max-width: 380px;
    width: 100%;
    padding-bottom: 0;
  }
  .ap-list-icon .list .icon {
    margin: 0.9625rem 0;
  }
  .ap-list-icon .content p {
    padding-left: 25px;
    max-width: 480px;
    width: 100%;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .ap-list-icon .list .icon {
    padding-left: 2.875rem;
  }
  .ap-list-icon {
    padding-left: 4.5rem;
  }
  .ap-list-icon .content p {
    padding-left: 25px;
  }
}
/* >>>>>>>>>>>>>>>>>>>> ap-form-auth <<<<<<<<<<<<<<<<<<<<<<<<< */
.ap-form-auth {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ap-form-auth .container {
  background-color: #222222;
  border-radius: 0.75rem;
  color: #fff;
  width: 340px;
  padding: 2rem;
}
.ap-form-auth .container .desc {
  text-align: left;
  font-size: 1rem;
  color: #fff;
}
.ap-form-auth .container .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff !important;
}
.ap-form-auth .group label {
  display: block;
  color: rgba(156, 163, 175, 1);
  margin-bottom: 0.2rem;
}
.ap-form-auth .group .password {
  margin-top: 0.5rem;
}
.ap-form-auth .group input {
  border-radius: 0.375rem;
  border: 1px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1rem;
  color: rgba(243, 244, 246, 1);
  width: 100%;
}
.ap-form-auth .group input:focus {
  border-color: #ea6d43;
}
.ap-form-auth .forgot {
  text-align: right;
  line-height: 1rem;
  margin: 8px 0 14px 0;
}
.ap-form-auth .forgot a,
.ap-form-auth .footer a {
  color: rgba(243, 244, 246, 1);
  text-decoration: none;
  font-size: 14px;
}
.ap-form-auth .forgot a:hover,
.ap-form-auth .footer a:hover {
  color: #ea6d43;
  text-decoration: underline #ea6d43;
}
.ap-form-auth .button {
  display: block;
  width: 100%;
  background-color: #ea6d43;
  padding: 0.75rem;
  text-align: center;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.ap-form-auth .devider {
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
}
.ap-form-auth .line {
  height: 2px;
  flex: 1 1 0%;
  background-color: rgba(55, 65, 81, 1);
}
.ap-form-auth .devider .message {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  color: rgba(156, 163, 175, 1);
}
.ap-form-auth .icons {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.5rem;
}
.ap-form-auth .icons i {
  border-radius: 0.125rem;
  padding: 0.75rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
  font-size: 1.8rem;
}
.ap-form-auth .footer {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(156, 163, 175, 1);
  margin-top: 0.5rem;
}
/* MEDIA QUERIES  */
@media (width <= 420px) {
  .ap-form-auth .container {
    width: 340px;
  }
}
/********************************************************/
/********************************************************/
/************************ SCREEN ************************/
/********************************************************/
/********************************************************/
@media (min-width: 768px) {
  .ap-pagination .pagination {
    justify-content: flex-center;
  }
  .ap-section-howto .how_it_works--details {
    padding: 0;
  }
}

@media (min-width: 800px) {
  .ap-section-swipers .content {
    position: relative;
    margin-top: 30vh;
    padding-left: 50px;
    max-width: 400px;
    background: unset;
  }
}

@media screen and (min-width: 992px) {
  .ap-header {
    position: fixed;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .logo-header img {
    width: 300px;
  }
  .ap-navbar {
    background: 0 0;
    box-shadow: unset;
  }
  .ap-navbar .navbar-collapse {
    align-items: center;
    justify-content: flex-end;
  }
  .ap-navbar-wrapper .nav-link {
    text-align: left;
    border-bottom: none;
    color: var(--black);
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
  .ap-navbar-wrapper .sub-menu:hover > ul.nav-item {
    display: block;
  }
  .ap-navbar-wrapper .sub-menu > ul {
    position: absolute;
    width: 270px;
    text-align: left;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 2px;
    display: none;
    transition: all 0.5s ease;
  }
  .ap-navbar-wrapper .sub-menu > ul .nav-link {
    color: var(--black);
    border-bottom: 1px solid var(--black);
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
    padding-left: 0.5rem !important;
  }
  .ap-navbar-wrapper .nav-item.active .nav-item .nav-link.active,
  .ap-navbar-wrapper .nav-item.active .nav-item .nav-link:hover,
  .ap-navbar-wrapper .nav-item .nav-item .nav-link:hover {
    color: var(--white);
    background: var(--fish-primary-color);
  }
  .ap-navbar-wrapper .sub-menu > ul li:last-child .nav-link {
    border-bottom: none;
  }
  .ap-navbar-wrapper .sub-menu .nav-item.dropdown {
    display: block;
    border-top: 0;
    border-bottom: 0;
  }
  .ap-footer {
    padding: 0 0 6.625rem;
  }
  .ap-footer .container {
    position: relative;
    z-index: 1;
  }
  .ap-section-swipers {
    margin-top: 80px;
  }
  .ap-section-swipers .back-image {
    padding-right: 5.5rem;
  }
  .ap-section-swipers .content {
    margin-top: 20vh;
    padding-left: 100px;
    max-width: 600px;
  }
  .ap-section-swipers img.slide-image {
    object-fit: cover !important;
    object-position: bottom !important;
  }
  .ap-section-howto .row_works {
    align-items: center;
  }
  .ap-section-pecahkotak .pecah-kotak {
    background: unset;
    height: unset;
    position: unset;
    margin-bottom: unset;
  }

  .ap-section-pecahkotak .pecah-kotak h1 {
    position: unset;
    bottom: unset;
    padding: unset;
    background-color: unset;
    text-shadow: unset;
  }
  .hide-on-mobile {
    display: block;
  }
  .ap-web-item .fish_product--title {
    font-size: 24px;
    line-height: 30px;
  }
  .ap-web-item .fish_product--price {
    font-size: 36px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .ap-navbar-wrapper .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ap-navbar-wrapper .nav-item:last-child .nav-link {
    padding-right: 0 !important;
  }
  .ap-footer .container {
    max-width: 1310px;
  }
  .ap-section-swipers .back-image::before {
    left: -15rem;
  }
  .ap-section-swipers img.slide-image {
    object-fit: contain !important;
    object-position: center !important;
  }
  .ap-section-howto .how_works--list {
    flex-direction: column;
    align-items: normal;
    max-width: 172px;
    width: 100%;
    position: relative;
  }
  .ap-section-howto .how_works--list::after {
    content: '';
    position: absolute;
    background: url(./../images/fish/how-it-line.svg) no-repeat center;
    width: 149px;
    height: 332px;
    top: 2.8125rem;
    right: -3rem;
    z-index: 1;
  }
  .ap-section-howto .how_works--product {
    display: block;
    position: relative;
    margin-top: 3rem;
  }
  .ap-section-howto .how_works--product2 {
    display: none;
  }
  .ap-section-howto .how_works--product .how_it--text {
    position: absolute;
    left: 200px;
    max-width: 150px;
    width: 100%;
    padding-top: 0;
  }
  .ap-section-howto .how_works--item {
    margin: 0 0 1.75rem;
  }
  .ap-section-howto .how_it--img {
    margin-top: 0;
  }
  .ap-section-howto .how_works--item:last-child {
    margin-bottom: 0;
  }
  .ap-section-howto .how_it_works--details {
    padding-top: 5rem;
  }
}

@media (min-width: 1366px) {
  .ap-section-howto .how_works--product .how_it--text {
    max-width: 200px;
  }
}

@media (min-width: 1680px) {
  .ap-navbar-wrapper .nav-link {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .ap-footer .container {
    max-width: 1610px;
  }
}

@media (min-width: 1880px) {
  .ap-section-swipers .back-image::before {
    left: -24rem;
  }
  .ap-section-howto .how_works--product .how_it--text {
    right: auto;
    left: 210px;
    max-width: 240px;
    width: 100%;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ap-section-howto .how_it_works--details p {
    padding-right: 8rem;
  }
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
.btn-cart {
  background: #004dd6;
  border-width: 2px;
  padding: 5px !important;
  padding-right: 18px !important;
  padding-left: 18px !important;
  border-radius: 3px !important;
  padding: 10px !important;
  color: #f9f9f9;
  font-size: 12px;
  text-transform: uppercase;
}

.btn-cart:hover {
  color: #f9f9f9;
  text-decoration: none;
  background: rgb(32, 94, 219);
}

/* ADD TO CART */
.cs-add-to-cart {
  display: inline-block;
  padding: 1.2em 1.8em;
  background: #2c97de;
  border-radius: 50em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cs-add-to-cart:hover {
  background: #42a2e1;
}
.cs-add-to-cart:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.cs-cart-trigger,
.cs-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  backface-visibility: hidden;
}
.empty .cs-cart-trigger,
.empty .cs-cart {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}
@media only screen and (min-width: 1170px) {
  .cs-cart-trigger,
  .cs-cart {
    bottom: 20px;
    right: 20px;
  }
}
.cs-cart-trigger {
  z-index: 1113;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: #1a71ac;
}
.cs-cart-trigger::after,
.cs-cart-trigger::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  background: url(../images/svg/cart-trolley-white.svg) no-repeat 0 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.cs-cart-trigger::after {
  background-position: -72px 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .cs-cart-trigger::before {
  opacity: 0;
}
.cart-open .cs-cart-trigger::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cs-cart-trigger .count {
  position: absolute;
  top: 60px;
  right: -2px;
  height: 22px;
  width: 70px;
  background: #dc3545;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-indent: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  transition: -webkit-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
}
.cs-cart-trigger .count li {
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cs-cart-trigger .count li:last-of-type {
  visibility: hidden;
}
.cs-cart-trigger .count.update-count li:last-of-type {
  -webkit-animation: cd-qty-enter 0.15s;
  animation: cd-qty-enter 0.15s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}
.cs-cart-trigger .count.update-count li:first-of-type {
  -webkit-animation: cd-qty-leave 0.15s;
  animation: cd-qty-leave 0.15s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}
.cart-open .cs-cart-trigger .count {
  -webkit-transition: -webkit-transform 0.2s 0s;
  transition: -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s;
  transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.empty .cs-cart-trigger .count {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cs-cart-trigger:hover + div .wrapper {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cs-cart-trigger:hover + div .wrapper {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cs-cart {
  z-index: 11110;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none;
}
.cs-cart .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1112;
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 6px;
  -webkit-transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
  transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}
.cs-cart .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.cs-cart .cs-cart-footer {
  position: absolute;
  z-index: 1112;
  left: 0;
  width: 100%;
}
.cs-cart .body {
  opacity: 0;
}
.cs-cart .cs-cart-footer {
  bottom: 0;
}
.cs-cart h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
}
.cs-cart .undo {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  color: #808b97;
}
.cs-cart .undo a {
  text-decoration: underline;
  color: #2b3e51;
}
.cs-cart .undo a:hover {
  color: #2c97de;
}
.cs-cart .undo.visible {
  opacity: 1;
  visibility: visible;
}
.cs-cart .cs-cart-close {
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  background: #dc3545;
  bottom: 0;
  right: 0;
  padding: 8px;
  border-radius: 0 0 0 0;
}

.cs-cart-close img {
  width: 35px;
}

.cs-cart .cs-cart-checkout {
  display: block;
  height: 50px;
  margin-right: 50px;
  font-size: 16px;
  line-height: 40px;
  background: #2c97de;
  font-size: 20px;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
  border-radius: 0 0 0 0;
}
.cs-cart .cs-cart-checkout:hover {
  background: #399ee0;
}
.cs-cart .cs-cart-checkout em {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: -webkit-transform 0s 0.2s;
  transition: -webkit-transform 0s 0.2s;
  transition: transform 0s 0.2s;
  transition: transform 0s 0.2s, -webkit-transform 0s 0.2s;
}
.cs-cart .cs-cart-checkout em::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: '';
  height: 24px;
  width: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cs-cart .body {
  position: relative;
  z-index: 1111;
  height: calc(100% - 40px);
  padding: 10px 0 90px !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cs-cart .body ul {
  overflow: hidden;
  padding: 0 1.4em;
  position: relative;
  padding-bottom: 90px;
}
.cs-cart .body li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0s 0.2s, transform 0s 0.2s;
  transition: opacity 0s 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}
.cs-cart .body li::after {
  clear: both;
  content: '';
  display: block;
}
.cs-cart .body li:not(:last-of-type) {
  margin-bottom: 20px;
}
.cs-cart .body li.deleted {
  position: absolute;
  left: 1.4em;
  width: calc(100% - 2.8em);
  opacity: 0;
  -webkit-animation: cd-item-slide-out 0.3s forwards;
  animation: cd-item-slide-out 0.3s forwards;
}
.cs-cart .body li.deleted.undo-deleted {
  -webkit-animation: cd-item-slide-in 0.3s forwards;
  animation: cd-item-slide-in 0.3s forwards;
}
.cs-cart .body li.deleted + li {
  -webkit-animation: cd-item-move-up-mobile 0.3s;
  animation: cd-item-move-up-mobile 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cs-cart .body li.undo-deleted + li {
  -webkit-animation: cd-item-move-down-mobile 0.3s;
  animation: cd-item-move-down-mobile 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cs-cart .product-image {
  float: left;
  width: 50px;
  position: relative;
}
.cs-cart .product-image .pack {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px 3px;
  background: var(--black);
  color: #fff;
  font-size: 10px;
}
.cs-cart .product-image img {
  display: block;
}
.cs-cart .product-details {
  position: relative;
  float: right;
  width: calc(100% - 50px);
  padding: 0.3em 0 0 0.5em;
}
.cs-cart .product-details::after {
  clear: both;
  content: '';
  display: block;
}
.cs-cart h3,
.cs-cart .price {
  font-weight: bold;
}
.cs-cart h3 {
  width: 70%;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cs-cart h3 a {
  color: #2b3e51;
}
.cs-cart h3 a:hover {
  color: #2c97de;
}
.cs-cart .price {
  float: right;
  width: 30%;
  text-align: right;
}
.cs-cart .actions {
  font-size: 1.4rem;
  height: 1.6em;
  line-height: 1.6em;
}
.cs-cart .actions::after {
  clear: both;
  content: '';
  display: block;
}
.cs-cart .delete-item,
.cs-cart .quantity {
  float: left;
  color: #808b97;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-cart .delete-item {
  margin-right: 1em;
}
.cs-cart .delete-item:hover {
  color: #dc3545;
}
.cs-cart .quantity label {
  display: inline-block;
  margin-right: 0.3em;
}

.cart-open .cs-cart .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cart-open .cs-cart .body {
  opacity: 1;
}
.cart-open .cs-cart .body {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  padding-bottom: 50px;
}
.cart-open .cs-cart .body li {
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
  transition: transform 0.3s 0.2s, opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cart-open .cs-cart .body li:nth-of-type(2) {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cart-open .cs-cart .body li:nth-of-type(3) {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.cart-open .cs-cart .body li:nth-of-type(4),
.cart-open .cs-cart .body li:nth-of-type(5) {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.cart-open .cs-cart .cs-cart-checkout {
  color: #ffffff;
  -webkit-transition: color 0.2s 0.3s;
  transition: color 0.2s 0.3s;
}
.cart-open .cs-cart .cs-cart-checkout em {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
  transition: padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
  transition: transform 0.2s 0.3s, padding 0.2s 0s;
  transition: transform 0.2s 0.3s, padding 0.2s 0s, -webkit-transform 0.2s 0.3s;
}
.cart-open .cs-cart .cs-cart-checkout:hover em {
  padding-right: 30px;
}
.cart-open .cs-cart .cs-cart-checkout:hover em::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cs-cart .body li:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .cs-cart .body li.deleted + li {
    -webkit-animation: cd-item-move-up 0.3s;
    animation: cd-item-move-up 0.3s;
  }
  .cs-cart .body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down 0.3s;
    animation: cd-item-move-down 0.3s;
  }
  .cs-cart .product-image {
    width: 90px;
  }
  .cs-cart .product-details {
    width: calc(100% - 90px);
  }
}

@-webkit-keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}
@keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
  }
}
@-webkit-keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }
  100% {
    padding-top: 0px;
  }
}
@-webkit-keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }
  100% {
    padding-top: 0px;
  }
}
@-webkit-keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 70px;
  }
}
@keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 70px;
  }
}
@-webkit-keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 104px;
  }
}
@keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 104px;
  }
}
@-webkit-keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}
@keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}
@-webkit-keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}
@keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
}

.cs-cart-product-label {
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: none;
  width: initial;
  font-size: 12px;
  color: rgba(139, 145, 152, 1);
}

.cs-cart-product-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: none;
  width: initial;
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.cs-cart-product-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: none;
  width: initial;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
}

.cs-cart-product-kg {
  height: 24px;
  font-size: 13px;
  width: 60px;
  padding: 1px 1px !important;
}

.cs-cart-box-navi {
  float: right;
}

/* >>>>>>>>>>>>>>>>>>>>>> END CART >>>>>>>>>>>>>>>>>>>>>> */
.global-wrapper {
  padding: 130px 0;
}

.admin-wrapper {
  padding: 30px 0;
}

@media only screen and (min-width: 481px) {
  .global-wrapper {
    padding: 150px 0;
  }
}

@media only screen and (min-width: 601px) {
  .global-wrapper {
    padding: 170px 0;
  }
}

@media only screen and (min-width: 768px) {
  .global-wrapper {
    padding: 190px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .global-wrapper {
    padding: 230px 0;
  }
}

.uk-modal-title {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
  color: #444 !important;
  padding-bottom: 0 !important;
  font-weight: 500 !important;
}

.uk-tab > * {
  padding-left: 0;
}

.csDashSelect {
  width: 230px;
  padding: 5px !important;
  height: 35px;
}

.csDashCard {
  margin-bottom: 15px;
}
.csDashCard .wrap {
  background: #ffffff;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
  position: relative;
  overflow: hidden;
  /*padding: 40px 25px 20px;*/
  padding: 30px 0 0;
  height: 100%;
}
.csDashCard__title,
.csDashCard__subInfo {
  color: #6c6c6c !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}
.csDashCard span {
  display: block;
}
.csDashCard__count {
  font-weight: 600;
  font-size: 22px;
  color: #323c43;
  line-height: 50px;
}
.csDashCard .wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
}
.csDashCard:nth-child(1) .wrap:after {
  background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}
.csDashCard:nth-child(2) .wrap:after {
  background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
}
.csDashCard:nth-child(3) .wrap:after {
  background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
}
.csDashCard:nth-child(4) .wrap:after {
  background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
}
.csDashCard__title svg {
  color: #d7d7d7;
  margin-left: 5px;
}

.orderTable-container {
  padding: 5px 0px;
}

.orderTable-details {
  font-size: 12px;
  color: #444444;
}
.orderTable-desc {
  font-size: 12px;
  color: #707070;
}

.orderTable-status {
  font-size: 11px;
  /* color: #006408; */
  font-weight: 500;
  text-transform: uppercase;
}
.orderTable-address {
  font-size: 12px;
}
.orderTable-container table th {
  font-size: 12px;
  color: #2c3e50;
  text-transform: uppercase;
}
.orderTable-container table td {
  padding: 5px;
  font-size: 14px;
}

.table-content {
  min-width: 700px;
}

.admin-container {
  padding: 0 10px 50px 10px;
  max-width: 1360px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  /* .orderTable-container table { */
  .admin-container {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.change-password {
  padding: 1em;
  border: 2px solid #e7e7e7;
}
.change-password h3 {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
}
.change-password .btn {
  padding: 1.6rem 4.5rem 1.5rem;
  letter-spacing: -0.02em;
}

.widget-dashboard .btn-secondary,
.btn-secondary,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
  height: 30px;
  line-height: 15px;
  padding: 6px 10px;
  text-align: end;
}

.widget-dashboard .dropdown-menu a.nav-link {
  color: #222;
}

.dashboard-content .btn-link {
  display: inline;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  vertical-align: top;
  white-space: normal;
}
.dashboard-content p {
  line-height: 1.75;
}
.dashboard-content p:first-child {
  margin-top: -0.2rem;
  margin-bottom: 2.4rem;
}
.dashboard-content .feature-box {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
  border: 2px solid #e7e7e7;
}
.dashboard-content .feature-box i {
  margin-bottom: 2.5rem;
  color: #d3d3d4;
  font-size: 4rem;
  transition: transform 0.35s;
}
.dashboard-content .feature-box h3 {
  font-size: 14px;
}
.dashboard-content .feature-box:hover i {
  transform: scale(1.15);
  transition: transform 0.35s;
}
.widget-dashboard h2 {
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.widget-dashboard .nav-item:last-child {
  margin-right: 3.5rem;
}
.widget-dashboard .list {
  border-bottom: none;
}
.widget-dashboard .list a {
  padding: 1rem 0 1.1rem;
  color: #777;
  letter-spacing: -0.025em;
  font-size: 1.4rem;
}
.widget-dashboard .list a:focus,
.widget-dashboard .list a:hover {
  background: transparent;
}
.widget-dashboard .list a.active {
  color: #222524;
  font-weight: 700;
}
.widget-dashboard li:last-child a {
  border-bottom: 0;
}
.widget-dashboard li {
  padding: 8px 0 8px 0;
}
.widget-dashboard li:before {
  display: none;
}
/*.account-container {
  margin-top: 4.2rem;
  margin-bottom: 4rem;
}*/
.nav-tabs.list .nav-item {
  padding: 0;
  height: 40px;
}
.nav-tabs.list .nav-item .nav-link {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-size: 1.1rem;
  border: none;
  height: 40px;
}
.nav-tabs.list .nav-item .nav-link:not(.active) {
  font-weight: 400;
  color: #777;
}
.nav-tabs.list .nav-item .nav-link.active,
.nav-tabs.list .nav-item .nav-link.address {
  font-weight: 700;
  color: #222529;
}
@media (max-width: 575px) {
  .dashboard-content .feature-box h3 {
    font-size: 1.3rem;
  }
}
.widget-dashboard .mobile-menu {
  display: none;
}
.widget-dashboard .list {
  display: block;
}
@media (max-width: 991px) {
  .widget-dashboard .mobile-menu {
    display: block;
    float: right;
  }
  .widget-dashboard .list {
    display: none;
  }
}

.account-content {
  margin-top: 2.1rem;
}
.account-content label {
  margin-bottom: 0.7rem;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.account-content form {
  margin-bottom: 4px;
}
.account-content .form-input {
  margin-bottom: 1.7rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-color: #e7e7e7;
  line-height: 32px;
}
.account-content .form-group {
  margin-bottom: 1.7rem;
}
.account-content .form-group p {
  font-size: 1.3rem;
  margin-top: 3px;
}
.form-control,
.custom-select {
  padding-top: auto;
  /* padding-left: 1.2rem; */
  font-size: 0.9rem;
  /* height: 50px; */
  border-color: rgba(0, 0, 0, 0.3);
  letter-spacing: -0.015em;
}
.account-content .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.address h3 {
  font-size: 1.8rem;
}
.address .title {
  margin-bottom: 2.9rem;
}
.address label {
  margin-bottom: 1.1rem;
}
.address .form-control {
  height: 37px;
}
.address h4 {
  font-size: 1.7rem;
  letter-spacing: -0.016em;
}
.address .heading {
  margin-bottom: 6px;
}
.address .address-action {
  padding: 0.8rem 2.3rem 0.7rem;
  background: #f4f4f4;
  color: #222524;
  font-family: 'Open Sans', sans-serif;
}
.address .address-action:hover {
  background-color: #08c;
  color: #fff;
}
.address select.form-control:not([size]):not([multiple]) {
  height: 37px;
}
.address .select-custom {
  margin-bottom: 1.7rem;
}
.address .select-custom:after {
  top: 72%;
  right: 1.5rem;
}
.address .form-control {
  line-height: 1.5;
}
.address.account-content h4 {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.address-box {
  display: inline-block;
  position: relative;
  margin-bottom: 2.9rem;
  width: 100%;
  transition: 0.3s border-color;
  font-size: 1.4rem;
  line-height: 3rem;
  vertical-align: top;
  word-wrap: break-word;
}
.download-table-container .btn,
.order-detail-container .btn,
.order-table-container .btn {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
}
.custom-account-container {
  margin-bottom: 5.6rem;
}
.download-table-container {
  padding-top: 3px;
}
.download-table-container p {
  margin-bottom: 3.9rem;
}
.download-table-container .btn {
  padding: 9px 24px 8px;
  background-color: #f4f4f4;
  color: #222529;
  border: none;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.download-table-container .btn:hover {
  color: #fff;
  background-color: #08c;
}
.order-table-container .btn-dark {
  min-width: 200px;
  padding: 16px 0 15px;
  font-size: 15px;
  letter-spacing: -0.015em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.account-sub-title {
  margin-top: 0.6rem;
  margin-bottom: 1.4rem !important;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.account-sub-title i {
  font-size: 2.5rem;
  color: #d3d3d4;
}
.table.table-downloads,
.table.table-order {
  margin-bottom: 1px;
  font-size: 14px;
}
.table.table-downloads thead th,
.table.table-order thead th {
  border-top: none;
  border-bottom-width: 1px;
  padding: 1.3rem 1rem;
  font-weight: 700;
  color: #222524;
}
.table.table-downloads tbody td,
.table.table-order tbody td {
  vertical-align: middle;
}

.address-action {
  font-size: 14px;
  font-weight: 500;
}

.address-content .feature-box .add-menu .dropdown-toggle {
  width: 20px;
  margin-right: 5px;
}

.address-content p {
  line-height: 1.75;
}
.address-content p:first-child {
  margin-top: -0.2rem;
  margin-bottom: 2.4rem;
}
.address-content .feature-box {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #e7e7e7;
  text-align: left;
  min-width: 250px;
}
.feature-box-selected {
  border: 2px solid #007bff !important;
}
.address-content .feature-box i {
  margin-bottom: 2.5rem;
  color: #d3d3d4;
  font-size: 4rem;
  transition: transform 0.35s;
}
.address-content .feature-box h3 {
  font-size: 14px;
}
.address-content .feature-box:hover i {
  transform: scale(1.15);
  transition: transform 0.35s;
}
@media (max-width: 575px) {
  .address-content .feature-box h3 {
    font-size: 1.3rem;
  }
}

.address-ribbon-wrapper {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: 12px;
  .address-ribbon {
    font: bold 11px sans-serif;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -35px;
    width: 120px;
    background-color: #007bff;
    color: #fff;
  }
}

.h-0 {
  height: 0 !important;
}

table.table-bordered > thead > tr > th {
  border: 1px solid #c5c5c5;
}

table.table-bordered > tbody > tr > td {
  border: 1px solid #c5c5c5;
}

hr {
  border: 1px solid #e7e7e7;
}

.va-t {
  vertical-align: top !important;
}
.va-b {
  vertical-align: bottom !important;
}
.va-m {
  vertical-align: middle !important;
}

.alertify-notifier {
  z-index: 11111 !important;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff !important;
  background-color: #006102 !important;
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff !important;
  background-color: #610000 !important;
}

.alertify-notifier .ajs-message.ajs-warning {
  color: #fff !important;
  background-color: #8d4701 !important;
}

.hand,
.dropdown-toggle {
  cursor: pointer;
}

.csDateWrapper label {
  font-size: 12px;
  padding: 0 10px;
}

.csDateWrapper input {
  font-size: 16px;
  width: 110px;
}

.csDateWrapper button {
  height: 30px;
  padding: 0 10px;
  margin-left: 10px;
}

li.uk-active {
  font-weight: 600;
}

.uk-nav li > a:hover {
  font-weight: 500;
}

.uk-tab > .uk-active > a {
  /* color: #1e87f0 !important; */
  border-width: 2px;
}

.uk-button-default {
  border-color: rgba(0, 0, 0, 0.3);
}

/* .uk-notification-message { */
.uk-notification-message-success {
  background-color: rgb(0, 97, 40) !important;
  color: #fff;
  font-size: 16px;
}

.uk-notification-message-error {
  background-color: rgb(97, 0, 0) !important;
  color: #fff;
  font-size: 16px;
}

@media print {
  body.A4 {
    width: 990px;
  }
  body.A5 {
    width: 840px;
  }
  body.A6 {
    width: 597px;
  }
}

div.A4 {
  width: 990px;
  height: 1400px;
  padding: 20px;
}
div.A5 {
  width: 840px;
  height: 1190px;
  padding: 20px;
}
div.A6 {
  width: 597px;
  height: 820px;
  padding: 20px;
}

.uk-dotnav > * > * {
  border: 1px solid rgba(102, 102, 102, 0.6) !important;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6) !important;
  border-color: transparent !important;
}

.uk-slidenav {
  color: rgba(102, 102, 102, 0.6) !important;
}

.uk-slidenav svg {
  width: 24px !important;
  height: 34px !important;
}

:root {
  --color: #fff;
  --line-border-empty: #222;
  --text-empty: #222;
  --line-border-fill: #007bff;
  --text-fill: #007bff;
}

* {
  box-sizing: border-box;
}

.progress-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 350px;
}

.progress-container::before {
  content: '';
  background-color: var(--line-border-empty) !important;
  position: absolute;
  top: 18px;
  left: 20px;
  transform: translateY(-50%);
  height: 4px;
  width: 80%;
}

.progress {
  background-color: var(--line-border-fill);
  position: absolute;
  top: 18px;
  left: 20px;
  transform: translateY(-50%);
  height: 4px;
  max-width: 80%;
  width: 0%;
  z-index: -1;
  transition: 400ms ease;
}

.text-wrap {
  display: inline-block;
  text-align: center;
  width: 75px;
}

.text-wrap p {
  padding-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: var(--text-empty);
}

.text-wrap.active p {
  font-weight: 600;
  color: var(--text-fill);
  transition: 400ms ease;
}

.circle {
  background-color: #222222;
  border: 3px solid var(--line-border-empty);
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: relative; /* Position the child element */
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms ease;
}

.currpage {
  background-color: var(--line-border-fill) !important;
  color: #fff !important;
}

.text-wrap.active div.circle {
  border-color: var(--line-border-fill);
  color: var(--text-fill);
}

.progress-wrapper .btn {
  background-color: var(--line-border-fill);
  color: white;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-family: inherit;
  padding: 10px 30px;
  margin: 5px;
  font-size: 14px;
}

.progress-wrapper .btn:active {
  transform: scale(0.98);
}

.progress-wrapper .btn:focus {
  outline: 0;
}

.progress-wrapper .btn:disabled {
  background-color: var(--line-border-empty);
  cursor: not-allowed;
  color: #fff;
  transform: none;
}

.invoice-container {
  padding: 15px 0px;
}
.invoice-address {
  font-size: 12px;
}

.invoice-container table th {
  font-size: 14px;
  text-transform: uppercase;
}

.invoice-container table td {
  padding: 5px;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.uk-dropdown {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3) !important;
}

.div-calendar {
  position: static;
  height: 0px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

.text-warning {
  color: #d37800 !important;
}

.csSendTo {
  font-size: 14px;
  color: #2e2e2e;
}
.csSendTo .add-name,
.add-state,
.add-postcode {
  font-weight: 600;
}
.csSendTo .add-postcode {
  margin-right: 10px;
}
.csOrderDesc {
  color: #2e2e2e;
}

.waybillTo {
  font-size: 16px;
  color: #2e2e2e;
  letter-spacing: 1px;
}
.waybillTo .add-name,
.add-state,
.add-postcode {
  font-weight: 600;
}
.waybillTo .add-postcode {
  margin-right: 10px;
}
.waybillDesc {
  color: #2e2e2e;
}

.input-group-text {
  color: #ffffff !important;
  background-color: #777777 !important;
  margin-top: -1px !important;
}
.ribbon {
  z-index: 10000;
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: -15px;
  overflow: hidden;
  animation: anim 1s forwards;
  &:before {
    top: 0;
    right: 0;
    z-index: -2;
  }
  span {
    width: 225px;
    height: 33px;
    background-color: #f70505;
    position: fixed;
    transform: rotate(-45deg);
    left: -75px;
    top: 20px;
    display: grid;
    place-items: center;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
    box-shadow: 6px 6px 2px 1px rgba(59, 59, 59, 0.2);
  }
}

@keyframes anim {
  100% {
    width: 150px;
    height: 150px;
  }
}
