/*
Custom .net
Author URI: https://gregdo.com
*/

@import url('https://fonts.googleapis.com/css2?family=Aladin&family=Poppins:wght@400;500;700&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  color: #000;
}
body * {
  font-family: 'Poppins', sans-serif !important;
}
html, body {
  overflow-x: hidden;
  height: 100%;
}
.content-min-height {
    min-height: calc(100vh - 137px);
}
.hide {
    display: none !important;
}
p:last-child {
  margin-bottom:0;
}
a {
  text-decoration: none;
}
.navbar {
  background: #FFF;
}
.nav-link {
  font-weight: 500;
}
.nav-link img {
  max-width: 30px;
}
.login-name {
  font-weight: 700;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu {
  min-width: 260px;
}
.dropdown-menu-show {
  list-style-type: none;
  padding-left: 50px;
  line-height: 40px;
}
.menu-cart {
  padding: 20px;
}
.menu-cart-item {
    margin-top: 0.3rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 6px;
}
.cart-thumbnail {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 13px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    vertical-align: top;
}
.menu-cart-item-details {
  display: inline-block;max-width: 80%;text-align: left;
}
.menu-cart-item-title {
  display: block;
  line-height: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}
.menu-cart-item-quantity {
  font-size: 13px;
  color: #000;
}
.menu-cart-checkout {
  margin-top: 10px;
}
.btn-cart-checkout {
  display: block;font-size: 12px;text-transform: uppercase;font-weight: 600;
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #000;
  padding: 30px;
  border-radius: 20px;
}
.news-wrapper img {
  max-width: 60px;
}
.shop {
  background: #f9f6f2;
  padding: 90px 0;
}
.section-title {
  font-family: 'Aladin', cursive !important;
  font-style: italic;
  font-size: 39px;
}
.section-address p {
    margin: 0;
}
.product-wrapper {
    background: #FFF;
    padding: 30px 20px 40px 20px;
    border-radius: 16px;
    box-shadow: 0px 16px 16px -16px rgb(0 0 0 / 40%);
    margin-bottom: 20px;
}
.product-img {
  width: 220px;
  display: block;
  margin: 0 auto;
}

.card-notification {
    margin-bottom: 2rem;
    border: 2px solid #1f23a7;
}

.card-body-notification {
    padding: 0.5rem 1rem;
}

.icon-bullhorn {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

/** Product Detail **/
.product-detail {
  text-align: center;
  margin-top: 10px;
}
.product-detail h3 {
  font-family: 'Aladin', cursive !important;
  font-size: 24px;
  font-style: italic;
}
.product-detail h4 {
  font-size: 22px;
  font-weight: 700 !important;
}
.product-detail h4 sup {
  font-size: 12px;
  font-weight: 400 !important;
  color: #262626;
}

/** Product Quantity **/
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 0 auto;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 20px;
}

.quantity-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 18px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 12px;
  height: 12px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 6px;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add_to_cart_button {
  color: #FFF;
  border-radius: 20px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 29px;
  margin-top: 20px;
}
.add_to_cart_button:hover {
  color: #FFF;
}
.login-btn .add_to_cart_button {
  padding: 16px 29px;
}
.text-highlight-ro {
    font-size: 1.25rem;
    background: pink;
    padding: 2px 5px;
}
.text-hay {
  color: #1f23a7;
}
.bg-hay {
  background-color: #1f23a7;
}
.bg-hay:hover {
  color: FFF;
  background-color: #171a78;
}
.bg-white {
  background-color: #FFF;
}
.bg-red {
    background-color: #dd0000;
}
.bg-red:hover {
    background-color: #af0000;
}
.btn-white {
  color: #000;
  background: #f4f4f4;
  border-radius: 20px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 29px;
  margin-top: 20px;
}
.side-menu-wrapper {
  padding-top: 52px;
}
.box-blue {
  background: #001eaa;
  color: #FFF;
  padding: 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.box-red {
    background: #dd0000;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.3em;
    margin-bottom: 20px;
    text-align: center;
}
.box-history {
  text-align: center;
  background: #f3f3fc;
  color: #FFF;
  padding: 30px 20px;
  margin-bottom:20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.3em;
}
.box-history h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
}
.box-history a {
  display: block;
}
.history-items {
  background: #fff;
  padding: 9px;
  margin-bottom: 10px;
  border-radius: 16px;
  color: #000;
  font-weight:600;
  font-size: 14px;
}

/** mobile menu **/
.mobile-menu-cart {
  position: absolute;
  top: 20px;
  right: 30px;
}
.navigation {
  background: #2023a7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow: scroll;
  transition: left 0.3s;
  width: 80%;
  z-index: 100;
  padding: 0 30px;
}
.toggle-button {
  display: block;
  padding: 10px;
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 101;
}
.toggle-button .wolverine {
  display: inline-block;
  height: 26px;
  padding: 0px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  opacity: 0.97;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-button .wolverine span {
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 0px;
  width: 0px;
  overflow: hidden;
}
.toggle-button .wolverine .claws {
  position: relative;
  top: -2px;
  width: 29px;
  height: 3px;
  background: #1f23a7;
  display: inline-block;
}
.toggle-button .wolverine .claws:before, .toggle-button .wolverine .claws:after {
  display: block;
  content: "";
  height: 3px;
  width: 29px;
  background: #2023a7;
  position: absolute;
  z-index: -1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s 0.2s, -webkit-transform 0.2s ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: all 0.1s 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: all 0.1s 0.2s ease, -o-transform 0.2s ease;
  transition: all 0.1s 0.2s ease, transform 0.2s ease;
}
.toggle-button .wolverine .claws:before {
  top: 8px;
}
.toggle-button .wolverine .claws:after {
  top: -8px;
}
.nav-control {
  position: absolute;
  left: -9999px;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}
.nav-control:checked ~ .navigation {
  left: 0;
  opacity: 1;
  transition: left 0.3s, opacity 0.3s;
}
.nav-control:checked ~ .navigation ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.nav-control:checked ~ .toggle-button .wolverine .claws {
  -webkit-transition: all 0.1s 0s;
  -webkit-transition-delay: ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
  background: transparent !important;
  z-index: 101;
}
.nav-control:checked ~ .toggle-button .wolverine .claws:before, .nav-control:checked ~ .toggle-button .wolverine .claws:after {
  background: white;
  -webkit-transition: all 0.1s ease, -webkit-transform 0.1s 0.2s;
  -webkit-transition-delay: 0s, ease;
  -moz-transition: all 0.1s ease, -moz-transform 0.1s 0.2s ease;
  -o-transition: all 0.1s ease, -o-transform 0.1s 0.2s ease;
  transition: all 0.1s ease, transform 0.1s 0.2s ease;
  top: 0;
  width: 20px;
}
.nav-control:checked ~ .toggle-button .wolverine .claws:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.nav-control:checked ~ .toggle-button .wolverine .claws:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-name {
  text-align: center;
  margin: 90px 0 30px 0;
  color: #fff;
}
.mobile-name h4 {
  font-size: 36px;
}
.mobile-name h5 {
  font-size: 26px;
  font-family: 'Aladin', cursive !important;
  font-style: italic;
}
.navigation .box-history {
  max-width: 320px;
  margin: 0 auto 20px auto;
}
ul.mobile-actions {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  text-align: center;
}
.mobile-actions li {
  padding-bottom: 16px;
  font-size: 20px;
}
.mobile-actions li a {
  color: #FFF;
}
.mobile-actions .divider {
  color: #FFF;
}
footer {
  font-size: 75%;
}
.bg-dark {
  background: #000!important;
}
.icon-big {
  font-size: 39px;
  color: #2023a7;
  position: absolute;
  left: 30px;
}
.address {
  margin-bottom: 30px;
}
#checkout-page .form-label, .login-wrapper .form-label {
  color: #676d8a;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 3px;
}
#checkout-page input.form-control, .login-wrapper  input.form-control{
  height: 50px;
}
#checkout-page .form-label small {
  display: block;
  color: #9598a5;
  font-size: 12px;
}
.side-cart-menu-wrapper {
  margin-top: 54px;
  background: #FFF;
  padding: 20px;
}
#checkout-table thead {
  font-size: 14px;
  border-bottom: 1px solid #E8e8e8;
}
#checkout-table thead th {
  font-size: 14px;
  padding-bottom: 6px;
}
#checkout-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}
#checkout-table tbody tr:last-child {
  border-bottom: 0px;
}
#checkout-table tbody td {
  padding: 10px 3px;
}


.free-table tbody tr {
    border-bottom: 1px solid #eeeeee;
}

.free-table tbody tr:first-child {
    border-top: 1px solid #eeeeee;
}

    .free-table tbody tr:last-child {
        border-bottom: 0px;
    }

.free-table tbody td {
    padding: 10px 3px;
}

.side-cart-item {
}
.side-cart-item-img {
  width: 10%;
}
.side-cart-item-img img {
  width: 50px;
  height: auto;
}
.side-cart-item-title {
  font-weight: 500;
  font-size: 14px;
  width: 24%;
  line-height: 16px;
}
.side-cart-item-quantitiy {
  width: 30%;
  text-align: center;
}
.side-cart-item-quantitiy .quantity-control {
  margin: 0;
  padding: 6px;
  margin: 0 auto;
}
.side-cart-item-quantitiy .quantity-btn {
  padding: 0 9px;
}
.side-cart-item-quantitiy .quantity-input {
  width: 30px;
  font-size: 12px;
}
.side-cart-item-quantitiy .form-select {
  font-size: 12px;
  max-width: 140px;
  margin: 0 auto;
}
.side-cart-item-amount {
  font-size: 14px;
  width: 14%;
}
.side-cart-item-subtotal {
  font-size: 14px;
  font-weight: 700;
  width: 14%;
}
.side-cart-item-trash {
  width: 11%;
}
.checkout-coupon {
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.checkout-coupon {
  background: #dfe0ff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
}
.checkout-coupon-input {
  display: flex;
  width: 60%;
}
.checkout-coupon-input input {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-coupon-input-apply {
  display: flex;
  width: 40%;
}
.checkout-coupon-input-apply .add_to_cart_button {
  margin: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout-recurring {
  background: #e0e0ff;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}
.checkout-recurring-selected {
  background: #f9f9fb;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}
.checkout-recurring-selected table {
  width: 100%;
  margin-top: 20px;
}
.checkout-recurring-selected table thead th {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.checkout-recurring-selected table tbody tr {
  border: 1px solid #ddd;
}
.checkout-recurring-selected table tbody td {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.checkout-recurring-selected table tfoot td {
  border: none !important;
  padding: 10px 20px;
}
.recurring-cancel {
    background: #f9cfcf;
}

ul.checkout-total {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
}
ul.checkout-total li {
  padding-bottom: 10px;
}
ul.checkout-total li span {
  float: right;
}
ul.checkout-total li bdi {
  font-weight: 700;
  color: #2023a7;
}
li.checkout-total-total {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-weight: 700;
}
.delivery-dates {
  background: #f9f9fb;
  padding: 30px;
  border-radius: 6px;
}
#recurring .form-switch {
  margin: 10px 0;
}
.delivery-dates table {
  width: 100%;
}
.delivery-dates table thead th {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.delivery-dates table tbody tr {
  border: 1px solid #ddd;
}
.delivery-dates table tbody td {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
.checkout-payment {
  background: white;
  padding: 30px 0;
  border-radius: 6px;
}
.checkout-payment .form-check {
  padding: 10px;
}
.checkout-payment .form-check:hover {
  background: #efefef;
}
.help-payment {
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
}

.custom-option-item-check {
    position: absolute;
    clip: rect(0,0,0,0);
}
    .custom-option-item-check:checked + .custom-option-item {
        color: #001eaa;
        background-color: rgba(0,30,170,0.1);
        border-color: #001eaa;
    }
.custom-options-checkable .custom-option-item {
    width: 100%;
    cursor: pointer;
    border-radius: .42rem;
    color: #82868B;
    background-color: rgba(150,150,150,.05);
    border: 1px solid #EBE9F1;
}
.mb-50 {
    margin-bottom: .5rem !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.fw-bolder {
    font-weight: 600 !important;
}
.d-block {
    display: block !important;
}
label, output {
    display: inline-block;
}
.p-1 {
    padding: 1rem !important;
}
.fs-label {
    font-size: 1.25rem;
}
.fs-small {
    font-size: .8rem;
}
.label-img {
    position: absolute;
    height: 100px;
    right: 5px;
    bottom: 39px;
    opacity: 0.1;
}
.card-account-info {
    
}
.nav-account-info {
    padding: 1.5rem 1.5rem 0rem;
    font-size: 1.15rem;
}
.nav-account .nav-item .nav-link {
    color: black;
}
    .nav-account .nav-item .nav-link:hover {
        color: #1f23a7;
        font-weight: bold;
    }

    .nav-account .nav-item .active {
        color: #1f23a7;
        font-weight: bold;
    }
.nav-account .nav-item .active:after {
    content: " >";
}
.account-section {
    background: #f9f6f2;
    padding: 70px 0;
}
.ls-1 {
    letter-spacing: 1px;
}


/** Login **/
.login {
    position: relative;
    display: flex;
    /*height: calc(100vh - 153px);*/
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.login-wrapper {
  position: relative;
  border: 1px solid #efefef;
  padding: 50px 60px 120px 60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 16px 6px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 16px 6px rgba(0,0,0,0.1);
  background: url(https://haydairies.sg/wp-content/uploads/2022/08/milk_wave.png) no-repeat;;
  background-position: bottom;
  background-size: contain;
  background-color: white;
  margin-bottom: 3rem;
}
.login-title {
  margin-bottom: 100px;
}
.login-title h2 {
  font-size: 56px;
  line-height: 56px;
}
.login-img img {
  width: 100%;
  height: auto;
}
.lost_password {
  font-size: 14px;
  margin-top: 20px;
}
.login .input-group-text {
  height: 50px;
  background-color: #FFF;
}
#password {
  border-right: 0;
}
#basic-addon1 {
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#eye {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.login h6, .login .lead {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 18px;
}
.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.btn-floating {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  align-content: center;
}
.logn-return {
  position:absolute;
  left: 10px;
  margin-top: 10px;
  z-index:9;
}
.fa-125x i {
    font-size: 1.25rem;
}
.badge {
    margin: 2px 1px;
}
.bg-danger-lite {
    font-size: 14px;
    color: #dc3545;
    background-color: rgb(220, 53, 69, 0.1);
}
.bg-success-lite {
    font-size: 14px;
    color: #198754;
    background-color: rgb(25, 135, 84, 0.1);
}
.bg-warning-lite {
    font-size: 14px;
    color: #ff9900;
    background-color: rgb(255, 193, 7, 0.25);
}
.bg-hay-lite {
    font-size: 14px;
    color: #1f23a7;
    background-color: rgb(31, 35, 167, 0.1);
}
.bg-light-lite {
    font-size: 14px;
    color: black;
    background-color: #dbdbdb;
}
.logo-40 {
    width: 40px;
    height: 40px;
}

/** Responsive **/
@media screen and (max-width: 1024px) {
    .checkout-coupon-input-apply .add_to_cart_button {
        font-size: 0.75rem;
        padding: 0.2rem 0.75rem;
    }
}

/** Responsive **/
@media screen and (max-width: 991px) {
    .for-large {
        display: none !important;
    }

    .for-small {
        display: block !important;
    }

    .side-cart-menu-wrapper {
        margin-top: 0;
    }

    .account-section {
        padding: 30px 0;
    }

    .card-account-info {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .box-red {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        margin-bottom: 0;
    }
}

.loading-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000080;
    z-index: 1050;
}

.loading-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: white;
    border: 5px solid #666666;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    color: #3c3c3c;
    letter-spacing: 1px;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

    .loading-ring:before {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        width: 150px;
        height: 150px;
        border: 5px solid transparent;
        border-top: 5px solid #001eaa;
        border-right: 5px solid #001eaa;
        border-radius: 50%;
        animation: animateC 2s linear infinite;
    }

.loading-ring span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

    .loading-ring span:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #001eaa;
        top: -6px;
        right: -10px;
        box-shadow: 0 0 20px #001eaa;
    }

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}