/* From server  */
/* @font-face {
  font-family: "Lato";
  src: url(../fonts/lato-regular.woff2) format("woff2"),
    url(../fonts/lato-regular.woff) format("woff"),
    url(../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato Bold";
  src: url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
p,
span,
div,
li,
ul,
a,
label,
head,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato" !important;
} */
@font-face {
  font-family: "Surt";
  src: url(../fonts/ATSurt-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Surt Bold";
  src: url(../fonts/ATSurt-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
p,
span,
div,
li,
ul,
a,
label,
head,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Surt" !important;
}

@media only screen and (min-width: 768px) {
  .minicart-wrapper.active .block-minicart {
    overflow-y: auto;
    top: 0px;
    position: fixed;
    left: unset;
    z-index: 999;
    right: 0;
    min-width: 200px;
    height: 100%;
    padding: 20px;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    border-right: unset !important;
    animation: slideInRight 0.5s forwards;
    /* Animation duration and timing */
  }

  html body .searchsuite-autocomplete .product ul#product {
    height: 300px;
    overflow: scroll;
  }
}

@keyframes slideInRight {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

span.old-price span.price-container span.price {
  text-decoration: line-through;
}

.minicart-wrapper:not(.active) .block-minicart {
  animation: slideOutRight 0.5s forwards;
}

@keyframes slideOutRight {
  from {
    right: 0;
  }

  to {
    right: -100%;
  }
}

.cms-index-index .page-main {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.minicart-wrapper.active .block-minicart {
  background: #f3f3f3;
}

.minicart-wrapper.active .block-minicart {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-product-configurable.catalog-product-view span.price-label,
.cms-index-index span.price-label,
.catalog-category-view span.price-label {
  display: none !important;
}

.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}

.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}

.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.minicart-wrapper .block-minicart .block-title {
  display: none;
}

body .minicart-wrapper .action.close {
  max-height: 53px;
  height: 50px;
  border-radius: 0px;
  padding-top: 56px;
  padding-right: 24px;
}

.minicart-wrapper .action.close {
  padding-top: 5px;
}

.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.minicart-wrapper .action.close {
  padding-top: 5px;
}

.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}

.block-minicart .items-total {
  position: absolute;
  top: 0px;
  padding-top: 16px;
  /* left: 35%; */
  left: -3%;
  text-align: center;
  width: 94%;
  display: none;
  background: #fff;
  height: 40px;
}

.bottom-grand-total span.price.grand-total {
  color: #2f6c17;
  font-weight: 600;
}

.minicart-wrapper.active .block-minicart .actions.primary {
  box-shadow: 8px 0px 4px #888;
}

.minicart-wrapper.active .block-minicart .actions .primary {
  position: fixed;
  bottom: 0px;

  width: 184px !important;

  z-index: 111;
  right: 7px;
  padding: 56px -2px 57px 30px;
}

.block-minicart .block-content > .actions {
  margin-top: 15px;
}

.block-minicart .block-content .actions.primary {
  margin-bottom: 0;
}

.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}

html body div#custom-cart #top-cart-btn-checkout {
  line-height: 2.2rem;
}

.block-minicart #top-cart-btn-checkout {
  box-shadow: 0px 0px 16px rgb(82 53 40 / 16%);
}

.block-minicart #top-cart-btn-checkout {
  padding: 10px;
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 20px !important;
}

body .minicart-items-wrapper {
  border-bottom: none !important;
}

.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}

.minicart-items-wrapper {
  background: #f3f3f3;
}

.minicart-items-wrapper {
  height: unset !important;
  border-bottom: none;
}

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

#mini-cart li.item.product.product-item:last-child {
  border: none;
}

#mini-cart li.item.product.product-item {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgb(49 49 49 / 16%);
  box-shadow: 0 0 6px rgb(49 49 49 / 16%);
  margin-top: 12px;
  border-radius: 5px;
}

#mini-cart li.item.product.product-item {
  padding: 10px 15px !important;
  border-color: #fff !important;
}

#mini-cart li.item.product.product-item > .product {
  /* padding-bottom: 20px; */
}

.minicart-items .product-item > .product:before {
  content: "";
  display: table;
}

.minicart-items .product > .product-image-container,
.minicart-items .product > .product-item-photo {
  float: left;
}

.product-image-container {
  display: inline-block;
  max-width: 100%;
}

body.cms-home strong.product-item-name {
  padding-top: 3px;
}

.block-minicart .subtotal {
  position: fixed;
  bottom: 0px;
  /* background: #fff; */
  padding-left: 20px !important;
  width: 115px;
  text-align: initial;
  font-weight: 600;
  padding: 10px;
  z-index: 111;
  margin-left: -34px !important;
}

.bottom-grand-total {
  box-shadow: 5px 0px 4px #888;
}

.product.actions .primary {
  position: unset !important;
}

.minicart-wrapper.active .block-minicart {
  /* overflow-y: auto; */
  top: 0px;
  position: fixed;
  left: unset;
  z-index: 999;
  right: 0;
  /* min-width: 200px; */
  height: 100%;
  /* padding: 20px; */
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.minicart-additional-custom button.action.apply.primary:after {
  content: "Apply";
}

.minicart-additional-custom button.action.apply.primary span {
  display: none;
}

.minicart-wrapper .action.close:active {
  background: none;
  border: none;
  background-color: #fff;
}

.minicart-wrapper .action.close:before {
  position: absolute;
  top: 20px;
}

div#minicart-content-wrapper .block-content .subtotal,
button#top-cart-btn-checkout {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .navigation a {
    text-align: left !important;
  }

  .minicart-wrapper.active .block-minicart {
    overflow-y: auto;
    top: 0px;
    position: fixed;
    left: unset;
    z-index: 999;
    right: 0;
    min-width: 200px;
    height: 100%;
    padding: 20px;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    border-right: unset !important;
    animation: slideInRight 0.5s forwards;
    /* Animation duration and timing */
  }

  .product ul#product {
    height: 300px;
    overflow: scroll;
  }

  html body .minicart-items .product-item-details .details-qty {
    margin-top: 0px;
    display: flex;
  }

  html body .mini-cart-custom-title {
    top: -20px;
  }

  .block-minicart .block-content > .actions {
    margin-top: 0px !important;
  }

  html body .minicart-items .product-item-details .product-item-pricing {
    display: unset !important;
  }

  html body .minicart-items-wrapper {
    /* height: 357px !important; */
  }

  body .minicart-wrapper .action.close {
    max-height: 33px;
    height: 28px;
    border-radius: 0px;
    /* background: #fff !important; */
    padding-top: 56px;
    padding-right: 28px;
  }

  .block-minicart .items-total {
    position: absolute;
    top: 0px;
    padding-top: 16px;
    /* left: 35%; */
    left: -3%;
    text-align: center;
    width: 98%;
    background: #fff;
    height: 40px;
  }
}

html body .block-minicart .fieldset.coupon .field {
  margin: 0px !important;
  width: 50%;
}

html
  body
  .block-minicart
  .minicart-additional-custom
  .actions-toolbar
  .primary {
  width: 100%;
}

html body .block-minicart .minicart-additional-custom .actions-toolbar {
  width: 50%;
}

a.logo img {
  height: 62px;
  width: 100px;
}

header.page-header {
  width: 100%;
  border-bottom: 1px solid #eee;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 22 !important;
}

.panel.wrapper {
  display: none;
}

.account-links {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #fff;
  /* Add your desired background color */
  border: 1px solid #ccc;
  /* Add your desired border color */
  padding: 10px;
  z-index: 999;
  list-style: none;
  /* Remove list-style dots */
  margin: 0;
  /* Remove default margin */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Add a subtle box shadow */
  width: 300px !important;
  /* Set your desired width */
}

.header__icons.my_acc {
  text-decoration: none;
  /* Remove underline for the link */
  position: relative;
  /* Add relative positioning to create a stacking context */
}

.header__icons.my_acc:hover .account-links,
.account-links:hover {
  display: block;
}

.account-links a {
  text-decoration: none;
  /* Remove underline for the links inside the dropdown */
  color: #333;
  /* Add your desired text color */
  display: block;
  margin-bottom: 8px;
}

.login-dropdown-design {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 7px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  line-height: 5px;
}

.login-dropdown-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #575757 !important;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 345px) and (min-width: 336px) {
  .block-search .label:before {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 20px !important;
    line-height: 63px !important;
    color: #757575 !important;
    content: "\e615" !important;
    font-family: "luma-icons" !important;
    margin: 0 10px 0 0 !important;
    vertical-align: middle !important;
    display: inline-block !important;
    font-weight: normal !important;
    overflow: hidden !important;
    speak: none !important;
    text-align: center !important;
    position: relative !important;
    top: -44px !important;
    left: -52px;
  }
}

.minicart-items .product-item-details {
  padding-left: 88px !important;
}

.profile-login {
  display: inline-flex;
  gap: 10px !important;
  cursor: pointer;
  vertical-align: middle;
}

html body .minicart-wrapper .action.showcart:before {
  color: #575757 !important;
  content: #575757 !important;
  margin-right: 6px !important;
  vertical-align: top !important;
  display: inline-block !important;
  font-weight: 500 !important;
  overflow: hidden !important;
  speak: none !important;
  text-align: center !important;
  content: none !important;
  font-size: unset;
  line-height: unset;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
  display: flex !important;
  padding: 10px 0px !important;
  border: none;
  align-items: center;
}

.minicart-wrapper .action.showcart span.counter.qty {
  display: flex !important;
  padding: 4px 0px !important;
  align-items: center;
  border: 1px solid #304d6e;
  border-radius: 8px !important;
  padding: 5px 10px !important;
}

html body .minicart-wrapper .action.showcart .counter.qty .cart-icon:before {
  color: #575757 !important;
  content: #575757 !important;
  margin-right: 6px !important;
  vertical-align: top !important;
  display: inline-block !important;
  font-weight: 500 !important;
  overflow: hidden !important;
  speak: none !important;
  text-align: center !important;
  content: url(../image/header_images/cart.svg) !important;
  font-size: unset;
  line-height: unset;
}

html body a.action.showcart {
  /* display: flex !important;
    align-items: unset !important;
    justify-content: center !important;
    margin-right: 5px !important;
     */
  /* border: 1px solid #304d6e; */
  border-radius: 8px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 5px !important;
  padding: 9px 0px;
}

html body label.cart-label {
  color: black;
  font-size: 15px;
}

a.header__icons.my_acc {
  margin-right: 5px !important;
  text-decoration: none;
  position: relative;
  color: black;
  font-size: 15px;
}

a.action.showcart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 5px !important;
}

html body .minicart-wrapper {
  margin-top: unset !important;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* gap: 40px; */
}

.category-dropdown,
.profile-login,
a.action.showcart {
  margin: 0px 20px;
}

div#trustworthy_sec .owl-nav {
  display: none;
}

.cart.table-wrapper .product-item-name {
  white-space: unset;
}

@media (min-width: 769px) {
  html body .minicart-items-wrapper {
    /* height: 428px !important; */
  }

  html body .header.content {
    padding: 15px 20px 15px;
  }

  div#store\.menu {
    display: none !important;
  }

  html body .product-info-main .page-title-wrapper h1 {
    margin-bottom: 5px;
  }
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  border-radius: 7px !important;
}

header.page-header ul.compare.wrapper {
  display: none;
}

.opc-block-summary .minicart-items-wrapper {
  height: unset !important;
}

input#coupon_code {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

input#qty {
  border-radius: 0px !important;
}

html body .page-header .block-search {
  width: 300px !important;
  /* Adjust the width as needed */
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
  display: block !important;
}
html body .searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  margin-top: 5px;
}
@media only screen and (min-width: 1075px) {
  html body .page-header .block-search {
    width: 40% !important;
  }

  html body .page-header .block-search input#search {
    width: 90% !important;
    border-radius: 6px !important;
    border-width: 1.5px !important;
    height: 35px !important;
    color: black;
    background: #f8f8f8;
    font-family: "Lato";
    border: 1px solid #e7e7e7;
  }

  html body .page-header .block-search button.action.search {
    width: 25% !important;
  }
}

input#search::placeholder {
  color: rgba(0, 0, 0, 0.302);
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1 !important;
}

html body .minicart-wrapper .action.close:hover {
  background: white;
  border: none;
}

body .minicart-wrapper .action.close {
  background: white !important;
}

.title_2 {
  font-size: 20px;
  margin: 5px 0px;
  font-weight: bold;
}

div#banner-widget {
  margin-bottom: 35px;
}

.text_1 {
  margin-bottom: 15px !important;
}

div#shop-by-cat-widget,
div#catalog-product-widget {
  margin: 30px 0px;
}

@media only screen and (max-width: 1074px) and (min-width: 975px) {
  html body .page-header .block-search {
    width: 35% !important;
    float: right !important;
  }

  html body .page-header .block-search input#search {
    width: 95% !important;
    border-radius: 6px !important;
    border-width: 1.5px !important;
    height: 35px !important;
    color: rgba(0, 0, 0, 0.302);
    background: #f8f8f8;
    font-family: "Lato";
  }

  html body .page-header .block-search button.action.search {
    width: 18% !important;
  }

  html body .searchsuite-autocomplete {
    width: 90% !important;
  }
}

@media only screen and (max-width: 976px) and (min-width: 854px) {
  html body .page-header .block-search {
    width: 34% !important;
  }

  html body .page-header .block-search input#search {
    width: 95% !important;
    border-radius: 6px !important;
    border-width: 1.5px !important;
    height: 35px !important;
    color: rgba(0, 0, 0, 0.302);
    background: #f8f8f8;
    font-family: "Lato";
  }

  html body .page-header .block-search button.action.search {
    width: 18% !important;
  }

  html body .navigation .level0.parent > .level-top {
    line-height: 35px !important;
    margin-left: -32px !important;
  }

  html body .searchsuite-autocomplete {
    width: 90% !important;
  }
}

@media only screen and (max-width: 854px) and (min-width: 795px) {
  html body .page-header .block-search {
    width: 30% !important;
  }

  html body .page-header .block-search input#search {
    width: 95% !important;
    border-radius: 6px !important;
    border-width: 1.5px !important;
    height: 35px !important;
    color: rgba(0, 0, 0, 0.302);
    background: #f8f8f8;
    font-family: "Lato";
  }

  html body .page-header .block-search button.action.search {
    width: 18% !important;
  }

  html body .navigation .level0.parent > .level-top {
    line-height: 35px !important;
    margin-left: -32px !important;
  }

  html body .searchsuite-autocomplete {
    width: 90% !important;
  }
}

@media only screen and (max-width: 794px) and (min-width: 769px) {
  html body .page-header .block-search {
    width: 25% !important;
  }

  html body .page-header .block-search input#search {
    width: 95% !important;
    border-radius: 6px !important;
    border-width: 1.5px !important;
    height: 35px !important;
    color: rgba(0, 0, 0, 0.302);
    background: #f8f8f8;
    font-family: "Lato";
    font-size: 14px;
  }

  html body .page-header .block-search button.action.search {
    width: 18% !important;
  }

  html body .navigation .level0.parent > .level-top {
    line-height: 35px !important;
    margin-left: -32px !important;
  }

  html body .searchsuite-autocomplete {
    width: 90% !important;
  }
}

.catalogsearch-result-index .page-title-wrapper {
  background-color: unset !important;
}

@media only screen and (max-width: 768px) {
  html body a.header__icons.my_acc {
    display: none !important;
  }

  .max-wid-css {
    margin-right: 20px;
    margin-left: 20px;
  }

  html body .minicart-wrapper .action.showcart:after {
    display: none !important;
  }

  html body .page-header .block-search {
    width: unset !important;
  }

  html body .searchsuite-autocomplete {
    width: 92% !important;
  }

  html body .minicart-wrapper {
    margin-top: unset !important;
    display: flex !important;
    top: 5px;
  }
}

.hanifa-value-content-heading {
  font-weight: bold;
  margin: 25px 0px 15px 0px;
}

.hanifa--value--content {
  height: 4px;
  width: 40px;
  background-color: #326db3;
  border-radius: 2px;
}

.hanifa-value-content-text {
  line-height: 25px;
}

.hanifa-value-content-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
  justify-content: space-between;
}

.how-it-works-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hanifa-value-section {
  width: 22%;
}
.how-it-works-items {
  width: 30%;
}

div#valuable-content-home {
  /* background: #dbe6f2; */
  /* background: url(https://www.hanifaafrozen.sg//media//wysiwyg/frozen-bg4.png); */
  background: url(https://www.hanifaafrozen.sg//media//wysiwyg/BG.png);

  background-position: top center;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  html body .hanifa-value-section {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  html body .hanifa-value-section,
  html body .how-it-works-items {
    width: 100%;
    margin: 20px 0px;
  }

  html body .multicolumn-card.img-content-container {
    padding: 0px;
    text-align: center;
  }

  html body .popular-search-cont .search-terms li {
    font-size: 15px !important;
    background: none;
    margin-bottom: 25px;
  }

  html body .products-grid .product-item {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  html body .block.widget .products-grid ol.product-items .product-item-inner {
    left: 0px !important;
  }

  .profile-login {
    display: none;
  }

  html body .cart-label {
    display: none;
  }

  .shopbycategories {
    padding: 10px;
    margin: 10px;
  }

  .cms-index-index div#trust-worthy-widget .widget.block.block-static-block {
    padding: 10px;
    margin-right: 20px;
    margin-left: 20px;
  }

  html body .counter.qty label.cart-label {
    display: none !important;
  }

  html body .media--transparent.media--adapt {
    height: 75px;
  }
}

.nav-toggle:before {
  color: #464646 !important;
}

.page-header {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 768px) {
  html body .page-header .block-search {
    width: unset !important;
  }

  html body .block-search .label:before {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 20px !important;
    line-height: 63px !important;
    color: #464646 !important;
    content: "\e615" !important;
    font-family: "luma-icons" !important;
    margin: 0 0px 0 0 !important;
    vertical-align: middle !important;
    display: inline-block !important;
    font-weight: normal !important;
    overflow: hidden !important;
    speak: none !important;
    text-align: center !important;
    position: relative !important;
    top: -6px !important;
  }
}

p {
  margin: 0px;
}

@media only screen and (min-width: 768px) {
  /* .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
  } */

  .page-layout-1column .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
  }

  .page-layout-3columns .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
  }

  .page-products .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
  }

  .page-products.page-layout-1column .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
  }

  .page-products.page-layout-3columns .products-grid .product-item {
    width: calc((100% - 6%) / 3) !important;
  }
}

html body .products-grid .product-item-info:hover,
html body .products-grid .product-item-info.active {
  background: #fff;
  box-shadow: none;
  border: 1px solid transparent;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 9;
}

html body .products-grid .product-item-inner {
  background: #fff;
  box-shadow: none;
  border: none;
  border-top: none;
  left: 0;
  margin: 0px;
  padding: 0px;
  position: unset;
  right: -1px;
  z-index: 2;
}

html body .abs-visually-hidden-desktop-s,
html
  body
  .products-grid
  .product-item-info:not(:hover):not(.active)
  .product-item-inner {
  border: 0;
  clip: unset;
  height: unset;
  margin: 0px;
  overflow: unset;
  padding: 0;
  position: unset;
  width: unset;
}

.page-products .product-item-info {
  border: 1px solid transparent;
  position: relative;
}

.actions-secondary {
  display: none !important;
}

.product.actions.product-item-actions {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row;
  justify-content: space-between;
}

.reviews-actions {
  display: none !important;
}

.product.actions.product-item-actions {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  flex-direction: row;
  justify-content: space-between;
}

.reviews-actions {
  display: none !important;
}

.product-details-design {
  background-color: #fff;
  position: relative;
  top: -24px;
  z-index: 0;
  padding: 10px;
}

html body .products-grid .product-item-info:hover .product-details-design {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.product.actions .primary {
  position: unset !important;
  border-radius: 6px;
}

li.item.product.product-item .owl-theme .owl-nav {
  display: none;
}

.action.primary,
.action-primary {
  background: #304d6e !important;
  border: 1px solid #304d6e !important;
}

.weight-pieces-serves-parent {
  display: flex;
  margin: 1rem 0;
}

[data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  padding: 0px !important;
}

.pieces,
.weight {
  margin-right: 5px;
}

.weight {
  color: black;
}

.product-item-info {
  width: 100% !important;
}

.product-item.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.product-item-info .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.product-item-info:hover .owl-carousel .owl-item img {
  border-radius: 12px 12px 0px 0px !important;
}

strong.product.name.product-item-name,
strong.product-item-name {
  /* font-weight: bold; */
  font-size: 16px;
  margin-bottom: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* @media (min-width: 1024px) {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0px !important;
  }
} */

.rating-result-null {
  margin: 10px 2px 0 0;
}

.product-sh-description p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item .old-price {
  margin: 5px;
  text-decoration: line-through;
  margin-right: 5px;
}

span.discount-label {
  color: #26955d;
}

.rating-result-null:before {
  left: 10px;
  position: absolute;
  /* top: 140px; */
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: "luma-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

html body .counter.qty.empty label.cart-label {
  display: block;
}

html body .counter.qty label.cart-label {
  display: none;
}

span.counter.qty.empty .mini-others {
  display: none !important;
}

html body .minicart-wrapper .action.showcart .counter-number {
  text-shadow: unset;
  font-weight: bold;
}

.minicart-wrapper .minicart-subtotal {
  font-weight: bold;
  color: #304d6e;
}

html body .minicart-wrapper .action.showcart .counter.qty {
  background: none;
  color: black;
  height: unset;
  line-height: unset;
  display: inline-block;
  margin: unset;
  min-width: 18px;
  overflow: hidden;
  padding: unset;
  text-align: center;
  white-space: normal;
  font-size: 12px;
}

@media only screen and (max-width: 490px) {
  .catalog-category-view .products-grid .product-item {
    width: 100% !important;
  }

  .minicart-wrapper .action.showcart span.counter.qty {
    display: flex !important;
    border: none;
    padding: 10px 0px !important;
  }

  .minicart-wrapper .minicart-subtotal {
    display: none !important;
  }

  .count-item-lable {
    display: none;
  }

  .minicart-wrapper span.counter-number {
    background: #304d6e;
    padding: 4px;
    border-radius: 2px;
    color: white;
    font-weight: normal;
    position: relative;
    top: -3px;
    left: -4px;
  }
}

/* @media only screen and (max-width: 890px) and (min-width: 769px) {
  html body .minicart-wrapper {
    gap: 15px;
  }
} */

@media only screen and (max-width: 769px) and (min-width: 320px) {
  html body .minicart-wrapper {
    margin-top: unset !important;
    display: flex !important;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
}

.nav-toggle {
  top: 25px !important;
}

@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart,
  .viewcart_checkout_parent {
    width: 290px !important;
  }
}

@media only screen and (max-width: 768px) {
  .minicart-wrapper .block-minicart {
    min-width: 75%;
  }

  .minicart-wrapper.active:after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .minicart-wrapper.active.nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}

@media (min-width: 769px) {
  html body .logo {
    margin: 0px auto 0px 0;
  }

  .block-search .action.search:before {
    color: black !important;
  }
}

@media (min-width: 769px) {
  html body .nav-sections {
    margin: unset !important;
  }
}

.cms-index-index .page-title-wrapper {
  display: none;
}

@media (min-width: 769px) {
  .block-search {
    top: 11px;
  }
}

@media screen and (min-width: 769px) {
  .max-wid-css {
    max-width: 1280px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shopbycategories {
    max-width: 1280px;
    margin: 0 auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  div#trustworthy_sec {
    max-width: 1280px;
    margin: 0 auto;
    margin-right: auto;
  }

  div#trustworthy_sec .owl-stage-outer {
    /* margin-left: 20px;
        margin-right: 20px */
  }
}
html body.catalog-product-view .related-products-slider .frozen_sym:nth-child(2) {
  top: 13% !important;
  font-weight: bold;
  background: #3472ae;
}
html body.catalog-product-view .related-products-slider .frozen_sym.packs {
  background: #3472ae;
}
html body.catalog-category-view .frozen_sym:nth-child(2) {
  top: 10%;
}
.frozen_sym:nth-child(2) {
  top: 10%;
  font-weight: bold;
  background: #3472ae;
}
.frozen_sym.packs {
  background: #3472ae;
}
.frozen_sym span,
.catalog-product-view .related-products-slider .frozen_sym span {
  font-size: 11px;
  margin-right: 5px;
  text-transform: uppercase;
}

.frozen_sym,
.catalog-product-view .related-products-slider .frozen_sym {
  display: flex;
  position: absolute;
  z-index: 99;
  padding: 4px 10px;
  background: linear-gradient(90deg, rgb(87 193 102) 0%, rgb(50 109 179) 100%);
  color: white;
  top: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.frozen_sym img,
html body.catalog-product-view .related-products-slider .frozen_sym img {
  height: 13px;
  width: auto;
}

.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 700 !important;
  margin-bottom: 6px;
}

.pieces,
.serves {
  font-size: 12px;
  color: #4d4d4f;
}

/* vishva */
.catalog-category-view .breadcrumbs {
  background: #ecf4f8;
  padding-top: 10px !important;
  max-width: 100%;
  margin: 0px;
}

.catalog-category-view h1#page-title-heading {
  font-size: 28px;
  padding: 25px 0px 30px 0px;
}

.child-cat-slide {
  padding-bottom: 40px;
}

.category-slide a {
  text-decoration: none;
}

html.scrollstopactive {
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

.page-products .page-main .category-view .category-image {
  display: none;
}

.category-view {
  background-color: #ecf4f8;
}

.page-products .page-wrapper .page-main .page-title-wrapper {
  background-color: #ecf4f8;
  /* padding-left: 15px  */
}

h1#page-title-heading {
  color: black;
}

.page-products .page-main {
  max-width: 100%;
  padding: 0px;
}

.page-products .page-wrapper .columns {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  padding-right: 21px;
}

.category-slide a:active {
  text-decoration: unset;
}

img.categ-images {
  width: 65% !important;
  /* border-radius: 50%; */
}

.categ-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.breadcrumbs li.item {
  color: #304d6e;
}

.shopbycategories p.category-name {
  font-weight: bold;
}

.shopbycategories .category-image {
  margin-bottom: 0px;
}

.shopbycategories .category-grid {
  margin-bottom: 30px;
}

p#footer-column-header {
  border-bottom: 3px solid;
  width: 50%;
  padding-bottom: 5px;
}

p#footer-column-header {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
  color: white;
}

p.address-p-tag.addr {
  margin-left: 31px;
  margin-bottom: 0px;
}

p.address-p-tag {
  position: relative;
  left: 0px;
}

p.address-p-tag a,
p.address-p-tag {
  color: white;
  display: flex;
  margin-bottom: 5px;
}

p.address-p-tag img {
  height: 18px;
  margin-right: 7px;
  background: white;
  border-radius: 50%;
  padding: 4px;
}

div#shop-by-cat-widget {
  /* background: url(https://www.hanifaafrozen.sg//media/wysiwyg/frozen-bg4.png); */
  background: url(https://www.hanifaafrozen.sg//media/wysiwyg/bg-image.jpg);
  padding: 40px 0px;
  object-fit: contain;
  background-size: cover
}

.breadcrumbs a {
  color: black !important;
}

.categ-name p {
  font-size: 16px;
  color: black;
  text-decoration: unset;
  margin-top: 10px;
  display: flex;
  text-align: center;
  align-content: flex-start;
  justify-content: space-around;
}

div#sibling-categories .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
}

div#sibling-categories .owl-prev,
div#sibling-categories .owl-next {
  place-items: center;
  padding: 0.75rem 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.078);
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  height: 21px;
  width: 15px;
  margin-right: -45px;
  margin-left: -54px;
}

div#sibling-categories .owl-prev {
  transform: rotate(180deg);
}

div#sibling-categories .owl-next {
  right: -5px;
}

.owl-prev img,
.owl-next img {
  position: relative;
  top: 0px;
  right: -3px;
}

.owl-next.disabled,
.owl-prev .disabled {
  display: none !important;
}

.page-with-filter.page-products .page-wrapper .breadcrumbs a:visited {
  color: white;
  text-decoration: none;
}

.page-with-filter.page-products.page-wrapper .breadcrumbs .items > li {
  color: white;
}

.page-with-filter.page-products.page-wrapper .breadcrumbs {
  margin: 0 0 0px;
  background-color: #304d6e;
  max-width: 100%;
  padding-top: 10px;
}

div#static-banner .owl-nav {
  position: absolute;
  top: 18%;
  width: 100%;
  transform: translateY(-50%);
}

div#static-banner .owl-prev,
div#static-banner .owl-next {
  place-items: center;
  padding: 0.75rem 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.078);
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  height: 21px;
  width: 15px;
  margin-right: -45px;
  margin-left: -54px;
}

div#static-banner .owl-prev {
  transform: rotate(180deg);
}

div#static-banner .owl-next {
  right: -5px;
}

div#static-banner {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1378px) {
  div#static-banner .owl-nav,
  div#sibling-categories .owl-nav {
    display: none;
  }
}

span .base {
  color: white;
  max-width: 1280px !important;
  margin: 0px auto !important;
}

.breadcrumbs .items {
  max-width: 1280px;
  margin: 0px auto;
}

.page-title-wrapper h1#page-title-heading {
  max-width: 1280px !important;
  margin: 0px auto !important;
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}

.block.widget.block-products-list.grid {
  max-width: 1280px;
  margin: 0px auto;
}

.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column
  .block.widget
  .products-grid
  .product-item
  .product-item-inner,
.page-layout-3columns
  .block.widget
  .products-grid
  .product-item
  .product-item-inner {
  box-shadow: unset;
  margin: 9px 0 0 -1px;
}

.block.widget .pager {
  padding: 0;
  display: none;
}

.block.widget .product-item-info {
  position: relative;
  width: auto;
  border: 1px solid transparent;
  background-color: #fff !important;
}

.block.widget .products-grid ol.product-items .product-item-inner {
  position: relative !important;
  bottom: 25px;
  background: transparent !important;
  text-align: right;
  left: 10px !important;
}

ol.product-items.widget-product-grid.static_block_1.owl-carousel.owl-theme.owl-loaded.owl-drag
  li.product-item.item {
  width: 100% !important;
}

ol.widget-product-grid .owl-nav {
  /* position: absolute;
        top: 45%;
        width: 100%;
        transform: translateY(-50%);
        z-index:-12; */
}

ol.widget-product-grid .owl-prev,
ol.widget-product-grid .owl-next {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.078);
  border: 1px solid #eee;
  background-color: #fff !important;
  border-radius: 0.5rem;
  position: relative;
  height: 21px;
  width: 15px;
  float: left;
}

ol.widget-product-grid .owl-next {
  right: -35px;
  float: right;
}

ol.widget-product-grid .owl-prev {
  transform: rotate(180deg);
  left: -50px;
}

/* .widget-product-grid .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details {
  position: relative;
  top: -30px;
  z-index: 30;
} */
.widget-product-grid
  .owl-stage-outer
  .owl-stage
  .owl-item
  .product-item
  .product-item-info
  .product-item-details {
  position: relative;
  top: -30px;
  z-index: 30;
}

.block.widget
  .products-grid
  ol.product-items
  .product-item
  .product-reviews-summary
  .rating-summary {
  margin: 0px;
}

.widget-product-grid
  .owl-stage-outer
  .owl-stage
  .owl-item
  .product-item
  .product-item-info
  .product-item-inner
  .actions-primary {
  /* position: relative;
    top: -75px;
    z-index: 999;
    float: right; */
}

ol#static_block_1 span.product-image-container {
  width: 100% !important;
}

div#catalog-product-widget .owl-carousel .owl-item img {
  border-radius: 12px;
}

.widget-product-grid
  .owl-stage-outer
  .owl-stage
  .owl-item
  .product-item
  .product-item-info
  .product-item-inner
  .action.primary,
.action-primary {
  background: #304d6e !important;
  border: 1px solid #304d6e !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.product-item .product-reviews-summary .rating-summary {
  margin: 10px 2px 0 0;
}

.owl-nav .owl-prev img,
.owl-nav .owl-next img {
  position: relative;
  top: 3px;
  right: -5px;
  width: 50%;
}

.product-items.widget-product-grid
  .product-item-info
  .owl-carousel
  .owl-item
  img {
  border-radius: 12px !important;
}

.product-items.widget-product-grid.owl-theme .owl-nav [class*="owl-"] {
  /* margin: -16px;
    padding: 10px 13px; */
  display: none !important;
}

/* vishva */

/* footer */
.footer-logo {
  width: 150px;
  height: auto;
}

.sc_socials.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny {
  /* display: flex; */
  display: flex;
  gap: 16px;
  margin-top: 10px;
}

div#footer_widget_row {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}

.footer.content .block {
  float: unset !important;
}

footer.page-footer {
  background: url(https://www.hanifaafrozen.sg/media/wysiwyg/frozen_footer.png);  background-position: center;
  background-size: cover;
}

.footer_widget_col.widget_text {
  margin-top: 25px;
}

html body .footer_widget_col.widget_text .block.newsletter input {
  /* margin-right: 0px; */
  padding: 0 0 0 27px;
}

@media only screen and (min-width: 1081px) {
  .footer_widget_col.widget_text {
    width: 25%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 1080px) {
  .footer_widget_col.widget_text {
    width: 50%;
  }
}

@media only screen and (max-width: 539px) {
  .footer_widget_col.widget_text {
    width: 100%;
  }
}

div#footer_widget_row .block.newsletter {
  margin-top: 15px;
}

.copyright {
  background-color: #00314b  !important;
}

.footer-v3-list li a,
.textwidget p a {
  color: white;
  text-anchor: unset;
  text-decoration: none;
}

.footer_widget_col.widget_text .textwidget p {
  color: white;
}

.footer-near-line {
  position: relative;
  width: 100%;
  height: 2px;
  border-top: 1px solid #eaeaea;
  right: -15px;
  top: 29px;
}

.footer-logo-parent {
  display: flex;
}

.textwidget {
  line-height: 1.7;
}

img#online-payment-platform-image {
  height: 36px;
  margin-top: 7px;
}

.footer_widget_col .block.newsletter {
  max-width: unset;
}

.page-footer {
  margin-top: 25px;
}

#securitymail a {
  color: black;
  text-decoration: none;
  cursor: unset;
}

p#footer-column-header {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}

#column-1 .textwidget {
  /* margin-top: 7px; */
}

.custom-product-attributes {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.product_page_serves:before {
  content: url("../image/serves_pdp.webp") !important;
}

.product_page_weight:before {
  content: url("../image/weight_pdp.webp") !important;
  position: relative;
  top: 1px;
}

.product_page_pieces:before {
  content: url("../image/pices_pdp.webp");
}

/* footer */

.how-it-works-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.multicolumn-card.img-content-container {
  padding: 30px 30px;
  text-align: center;
}

img.multicolumn-card__image {
  height: 100%;
  width: auto;
  object-fit: unset;
}

div#how-it-works-home {
  /* background: #f2f5f9; */
  padding-bottom: 30px;
  /* background: url(https://www.hanifaafrozen.sg/media//wysiwyg/frozen-bg5.png) */
  background: url(https://www.hanifaafrozen.sg//media/wysiwyg/bg-image.jpg) no-repeat;
    background-size: cover;
  background-position: center top;
}

.why-choose-us-flex {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 25px 30px;
  border-radius: 5px;
  align-items: center;
}

div#why-choose-us {
  padding: 30px 0px;
}

.why-choose-us-subtitile1 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.why-choose-us-subtitile2 {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
}

.why-choose-us-heading-sec h2 {
  font-size: 28px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.media--transparent.media--adapt {
  height: 100px;
}

div#cities-we-serve-home {
  width: 100%;
  overflow: hidden;
}

iframe {
  width: 100%;
}

.blk-title-div {
  padding: 30px 0px;
  text-align: center;
}

.blk-title-div h2 {
  margin: 0px;
  font-weight: bold;
}

.popular-search-cont .search-terms li {
  font-size: 18px !important;
  background: none;
  margin-bottom: 25px;
}

.popular-search-cont {
  padding: 0px 0px 40px;
}

.popular-search-cont ul.search-terms li a {
  color: #333;
}

.popular-search-cont ul.search-terms li a {
  color: #333;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 10px 24px;
}

div#popular-search-terms-home {
  background-color: #faf7f2;
}

.searchsuite-autocomplete .title {
  padding: 10px;
  margin-bottom: 5px;
  background: #f0f0f0;
  color: black;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.searchsuite-autocomplete {
  border-radius: 7px;
}

.searchsuite-autocomplete .title .see-all {
  color: black;
}

.qs-option-title a {
  color: #304d6e;
}

html body .searchsuite-autocomplete {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  left: unset;
  width: 87%;
  border-radius: 8px;
  border: none;
}

.page-products .sorter {
  position: absolute;
  right: 8px;
  top: 0x;
  z-index: 1;
}

/* p#toolbar-amount {
  padding: 20px 4px;
} */

/* vishva product page */

.product.attribute.product_page_weight {
  display: flex;
  gap: 7px;
  font-size: 12px;
}

.product.attribute.product_page_serves,
.product.attribute.product_page_pieces {
  display: flex;
  gap: 5px;
  font-size: 12px;
}

.custom-product-attributes {
  /* display: flex; */
  /* gap: 10px; */
  /* margin-bottom: 20px; */
  width: fit-content;
  padding: 8px 8px 8px 9px;
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

/* .product_page_pieces:after {
  content: " ";
  width: 1.5px;
  height: 16px;
  background: #e7e7e7;
 
} */

/* .product.attribute.product_page_weight:after {
  content: " ";
  width: 1.5px;
  height: 16px;
  background: #e7e7e7;
} */
.prd_page_add:first-child:last-child:after {
  content: "" !important;
  width: unset !important;
  height: unset !important;
  background: unset !important;
}
.prd_page_add:after {
  content: " ";
  width: 1.5px;
  height: 16px;
  background: #e7e7e7;
}
.prd_page_add:last-child:after {
  content: "" !important;
  width: unset;
  height: unset;
  background: unset;
}
@media only screen and (max-width: 500px) {
  html body .product_page_weight:after {
    margin: 0 5px;
  }

  html body .product_page_pieces:after {
    margin: 0 5px;
  }
}

.catalog-product-view
  .product-info-main
  .page-title-wrapper.product
  h1.page-title
  span.base {
  font-size: 20px;
  font-weight: bold;
}

.catalog-product-view .product-info-main .product-info-stock-sku,
.catalog-product-view .product-info-main .rating-summary,
.catalog-product-view .product-info-main .product-info-stock-sku,
.product-info-main .product.attribute.overview {
  display: none;
}

.catalog-product-view .product-info-main .product-info-stock-sku,
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: unset;
  margin-top: 23px !important;
  width: 100% !important;
}

.box-tocart .field.qty .control {
  width: 137px;

  display: flex;
  padding: 0;
  align-items: center;
  /* border: 1px solid #eee; */
  /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15); */
  border-radius: 8px;
  /* background: #eee; */
}

input.qtyplus,
input.qtyminus {
  border: 1px solid #c2c2c2;
  background: none;
  padding: 3px 15px;
  font-size: 20px;

  /* color: white; */
  /* font-weight: bold; */
}

input.qtyminus {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: white;
}

input.qtyplus {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: white;
}

.product.attribute.product_get_description .value {
  font-size: 14px;
}

.catalog-product-view .product-info-main {
  /* display: flex; */
  flex-wrap: wrap;
}

.catalog-product-view .product-info-main .product-add-form {
  padding-top: unset;
}

.catalog-product-view
  .product-info-main
  .product-add-form
  .box-tocart
  .fieldset:last-child {
  margin-bottom: 20px;
  margin-top: 19px;
}

.product.attribute.product_page_subtile {
  margin-bottom: 15px;
}

.product-social-links {
  width: 100% !important;
  border-top: 1px solid #cbcbcb;
  padding-top: 10px;
}

.product.attribute.product_page_subtile .value {
  font-size: 14px;
}

.product.attribute.product_page_subtile .value {
  font-size: 14px;
  margin-bottom: 10px;
}

.isvisible {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-info-price .price-box .price-container .price {
  font-size: 20px !important;
}

.box-tocart .action.tocart {
  margin-bottom: 0;
  margin-right: 1%;
  width: 49%;
  width: 120px;
  height: 42px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 12px;
}

.product-info-main .product-info-price .price-box {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 15px !important;
}

a.moreless-button {
  color: black;
  text-decoration: unset;
  font-weight: bold;
  font-size: 14px;
}

.what_you_get_points,
.what_you_get_points_2 {
  line-height: 2;
}

.what_you_get {
  display: flex;
  gap: 10px;
}

.what_you_get_column {
  width: 33.3%;
}

.what_you_get_points_yes:before {
  content: url(../image/check-mark.svg) !important;
  position: relative;
  top: 3px;
}

.what_you_get_points_no:before {
  content: url(../image/cross-mark.svg) !important;
  position: relative;
  top: 3px;
}

.current-product-sticky {
  position: sticky;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 10px 0 rgba(15, 0, 45, 0.2);
  /* display: none; */
  justify-content: center;
  border-radius: 4px;
  top: 20%;
  left: 10%;
  padding: 12px;
  border-radius: 12px 12px 0 0;
  z-index: 21;
}

.sticky-visible {
  display: none;
}

.current-product-sticky-content-parent {
  /* display: flex; */
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.current-product-sticky-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 60%;
}

.current-product-sticky-name .sticky-product-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.current-product-sticky--new-price {
  font-family: Lato Regular;
  font-size: 20px;
  font-weight: 700;
  color: #0d0d0e;

  /* line-height: 140%; */
}

.current-product-sticky-old-price {
  font-family: Lato Regular;
  font-size: 14px;
  font-weight: 400;
  color: #808387;
}

.current-product-sticky-discount {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #26955d;
}

.current-product-sticky-image img {
  border-radius: 8px;
}

.current-product-sticky-add-to-cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
}

.current-product-sticky-weight-pieces-serves-parent {
  /* display: flex; */
  /* gap: 7px; */
  display: inline-flex;
  align-items: center;
  width: 106%;
}

.current-product-sticky-weight-pieces-serves-parent .weight {
  font-size: 14px;
  font-weight: 600;
  color: #0d0d0e;
}

.actions.addtocart.product-in-cart {
  display: none;
}

.actions.addtocart {
  display: block;
}

ol.product-items.widget-product-grid.related-products-slider.owl-carousel.owl-theme.owl-loaded.owl-drag
  li.product-item.item {
  width: 100% !important;
}

.product-opacity .actions-primary {
  position: relative;
  top: -75px;
  z-index: 999;
  float: right;
  background: #304d6e !important;
  border: 1px solid #304d6e !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

html body .products-grid .product-item-info:hover,
html body .products-grid .product-item-info.active {
  padding: unset !important;
}

/* vishva product page */

.cms-index-index .columns .column.main {
  padding-bottom: 0px !important;
}

.current-product-sticky--new-price {
  font-size: 20px;
  font-weight: 700;
  color: #0d0d0e;
  /* line-height: 140%; */
}

.current-product-sticky-old-price {
  font-size: 14px;
  font-weight: 400;
  color: #808387;
  text-decoration: line-through;
}

img.fotorama__img,
.fotorama__thumb-border {
  border-radius: 8px;
}

.fotorama__thumb {
  background-color: unset !important;
}

.fotorama__thumb-border {
  border-color: #757575 !important;
}

.breadcrumbs {
  margin-top: 12px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.mage-dropdown-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

.minicart-wrapper.active .block-minicart {
  background: white !important;
  box-shadow: -5px 0 74px rgba(0, 0, 0, 0.8);
}

html body .minicart-items .item-qty {
  text-align: center;
  width: 30px;
  border: none;
  font-weight: bold;
}

html body .minicart-items .update-cart-item {
  font-size: 20px;
  margin-left: 0px;
  vertical-align: top;
  border: none;
  color: #304d6e;
  background: #f7f6f6;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.product-item-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

html body .minicart-wrapper .product .actions {
  float: unset;
  margin: unset;
  position: absolute;
  top: 0;
  right: 0;
}

.minicart-items .product-item-details {
  position: relative;
}

.minicart-items .details-qty.qty label {
  display: none !important;
}

.minicart-wrapper .product .actions .primary {
  display: none;
}

html body .minicart-items .product-item-name a {
  color: black;
}

html body .minicart-items .product-item-name {
  font-size: 14px;
  width: 85%;
}

html body .minicart-items .action.delete:before {
  content: "\e604";
  content: "\e616" !important;
  font-size: 12px;
  color: #818181 !important;
  font-weight: bold;
}

.block-minicart div#block-discount {
  padding: 10px 16px 16px;
  /* margin: 13px 0 150px; */
  border: 1px dashed #9b9b9b;
  background: #fff;
}

.block-minicart .fieldset.coupon label.label {
  display: none !important;
}

.block-minicart .fieldset.coupon .field {
  margin: 0px !important;
  width: 59%;
}

.block-minicart div#block-discount .content {
  display: block !important;
}

.block-minicart div#block-discount .fieldset.coupon {
  /* display: flex; */
  margin: 0px !important;
}

.block-minicart div#block-discount button.action.apply.primary {
  margin: 0px !important;
}

.block-minicart .actions a.action.viewcart {
  display: none;
}

.mini-cart-custom-title {
  font-size: 20px;
  position: relative;
  top: -13px;
  text-align: center;
  font-weight: 600;
}

/* Added css */
.catalog-product-view .product-info-main.page-title-wrapper.product {
  width: 100% !important;
}

.catalog-product-view
  .product-info-main
  .product-add-form
  .box-tocart
  .fieldset {
  display: flex;
  width: 100% !important;

  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
}

.current-product-sticky-image {
  width: 15%;
}

.catalog-product-view
  .product-info-main
  .product-add-form
  form
  .box-tocart
  .action.tocart {
  width: 100%;
}

.page-title-wrapper.product {
  width: 100% !important;
}

.catalog-product-view .product-info-main .page-title-wrapper.product {
  width: 100% !important;
}

.catalog-product-view
  .product-info-main
  .product-add-form
  form
  .box-tocart
  .fieldset
  .actions.addtocart
  button.action.tocart.primary:after {
  content: "Add to cart";
}

.catalog-product-view
  .product-add-form
  form
  .box-tocart
  .fieldset
  .actions.addtocart
  button.action.tocart.primary
  span {
  display: none;
}

html body .product.data.items {
  margin-left: unset;
  margin-right: unset;
}

.product.data.items > .item.title.active[aria-expanded="true"] {
  border-bottom: 4px solid #304d6e;
  border-radius: 5px !important;
  color: black;
}

@media only screen and (min-width: 769px) {
  .product.data.items > .item.title > .switch {
    border: unset;
    background: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: unset !important;
  }

  .product.info.detailed {
    clear: both;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    width: 100%;
  }

  .data-item-title-parent.product.data.items {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid #e7e7e7;
  }

  .data-item--content-parent .data.item.content {
    padding: 35px;
  }

  .current-product-sticky-about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 50%;
  }
}

.data-item-title-parent.product.data.items {
  display: flex;
}

.current-product-sticky-add-to-cart form .btn button.action.tocart.primary ,button.action.tocart.primary.configurable{
  width: 120px;
  height: 42px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 12px;
}

.current-product-sticky-current-product-sticky-prices {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.current-product-sticky-current-product-sticky-discount {
  font-size: 14px;

  color: #26955d;
}

span.related-discount-label {
  color: #26955d;
}

div#tab-label-description {
  display: none;
}

.catalog-product-view
  .product-info-main
  .product-add-form
  .box-tocart
  .field.qty
  label
  span {
  display: none;
}

input.qtyplus,
input.qtyminus {
  height: 42px;
}

.catalog-product-view
  .product-info-main
  .product-add-form
  .box-tocart
  .input-text.qty {
  height: 42px;
  cursor: unset;
}

.current-product-sticky-image {
  width: 10%;
  height: auto;
}

.what_you_get_points_yes,
.what_you_get_points_no {
  display: flex;
  gap: 4px;
}

.related-products-slider.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .current-product-sticky {
    padding: 8px;
  }

  .current-product-sticky-image {
    width: unset;
  }
}

/* .product.info.detailed {
  width: 95%;
} */

.mini-cart-action-sticky {
  /* display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 3px;
  z-index: 99999999; */
  /* box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.2); */
  /* margin-bottom: 0px; */
  /* width: inherit;
  /* display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 3px;
  z-index: 99999999;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px; */
  width: 100%;
}

.fixed-sticky.total span {
  font-weight: bold;
}

.fixed-sticky.total {
  background: white;
  padding: 10px;
  text-align: center;
}

.fixed-sticky.checkout button {
  padding: 13px;
  border: none;
  width: 100% !important;
  background: none;
  color: white;
  border-radius: 0px;
}

div#minicart-content-wrapper .block-content {
  margin-bottom: 60px;
}

.fixed-sticky.checkout {
  background: #234d29;
  padding: 13px;
  text-align: center;
}

/* .fixed-sticky {
  width: 50%;
} */
html body .minicart-wrapper .minicart-widgets {
  margin-top: 0px;
}

.minicart-additional-custom.cc-checkout {
  /* position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0; */
  /* position: sticky;
  bottom: 0px; */
  width: 100%;
  /* left: 0;
  right: 0;
  width: inherit;
  display: contents; */
}

.fixed-sticky.checkout a {
  border: none;
  width: 100% !important;
  background: none;
  color: white;
  border-radius: 0px;
}

.minicart_viewcart_link {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

html body.catalog-product-view .frozen_sym {
  z-index: 9;
  top: 20px;
}

html body.catalog-product-view .gallery-placeholder {
  position: relative;
}

html body.catalog-product-view .frozen_sym span {
  font-size: 15px;
}

html body.catalog-product-view .frozen_sym img {
  height: 21px;
}

@media only screen and (min-width: 1271px) {
  html body.catalog-product-view .frozen_sym {
    left: 3px;
  }

  html body.catalog-product-view .related-products-slider .frozen_sym {
    left: unset;
  }
}

@media only screen and (max-width: 1270px) {
  html body.catalog-product-view .frozen_sym {
    left: 1px;
  }

  html body.catalog-product-view .related-products-slider .frozen_sym {
    left: unset;
  }
}

@media only screen and (max-width: 769px) {
  .current-product-sticky {
    padding: 8px;
  }

  .current-product-sticky-image {
    width: unset;
  }
}

@media only screen and (max-width: 480px) {
  .current-product-sticky-name .sticky-product-name {
    font-size: 12px;
  }

  .current-product-sticky--new-price {
    font-size: 12px;
  }

  .current-product-sticky-current-product-sticky-discount {
    font-size: 9px;
    color: #26955d;
  }

  .current-product-sticky-old-price {
    font-size: 10px;
  }
}

.current-product-sticky.lessZindex {
  z-index: 21;
}

@media only screen and (max-width: 416px) {
  .current-product-sticky-image {
    width: 45%;
  }
}

.product.data.items .item.title a:after {
  content: "" !important;
}

.product.data.items .item.title.active a:after {
  content: "" !important;
}

@media only screen and (max-width: 768px) {
  .data-item--content-parent {
    padding-left: 10px;
  }

  .what_you_get {
    display: block;
    gap: 10px;
  }

  .what_you_get_column {
    width: 100%;
  }

  .why-choose-us-flex {
    flex-wrap: wrap;
  }

  .why-choose-us-heading-sec {
    margin: 0px 10px;
  }

  .why-choose-us-subtitle-part {
    margin: 8px 0px;
  }
}

.why-choose-us-subtitile {
  display: flex;
  align-items: center;
}

.why-choose-us-subtitle-part-image {
  margin: 0 10px;
  background-color: #304d6e;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 7px 0px;
  border-radius: 5px;
  text-align: center;
}

.why-choose-us-subtitle-part-image img {
  width: 60%;
  vertical-align: middle;
}

.custom-discount.empty_cart,
.mini-cart-action-sticky.empty_cart {
  display: none;
}
.product-social-links {
  border-top: unset !important;
}

@media only screen and (max-width: 566px) {
  .product.data.items > .item.title > .switch {
    height: 60px;
    line-height: 21px;
    display: flex;
    align-items: center;
    padding-left: 27px;
    text-align: center;
  }
}

.widget-product-grid
  .owl-stage-outer
  .owl-stage
  .owl-item
  .product-item
  .product-item-info
  .product-item-inner
  .actions-primary
  button:after {
  content: "+";
  font-weight: bold;
}

.widget-product-grid
  .owl-stage-outer
  .owl-stage
  .owl-item
  .product-item
  .product-item-info
  .product-item-inner
  .actions-primary
  form
  button
  span {
  display: none;
}

input.qtyplus:focus,
input.qtyminus:focus,
.catalog-product-view
  .product-info-main
  .product-add-form
  .box-tocart
  .input-text.qty:focus {
  box-shadow: unset !important;
}

@media only screen and (max-width: 418px) {
  .current-product-sticky-add-to-cart form .btn button.action.tocart.primary {
    width: 100%;
  }
}

.review-form .action.submit.primary {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  html body .products-grid .product-item-info {
    background: #fff;
    box-shadow: none;
    border: 1px solid transparent;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 9;
  }

  html body .products-grid .product-item-info .product-details-design {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .product-item-info .owl-carousel .owl-item img {
    border-radius: 12px 12px 0px 0px !important;
  }

  .catalog-category-view h1#page-title-heading {
    font-size: 28px;
    padding: 25px 0px 30px 12px;
  }

  .toolbar-amount {
    margin-left: 2px;
    margin-top: 11px;
  }
}

@media only screen and (max-width: 639px) {
  .product-item-actions .actions-primary {
    display: inline-block;
  }
}

.filter-title strong {
  margin-left: 20px;
}

@media only screen and (max-width: 1293px) {
  .catalog-category-view h1#page-title-heading {
    padding: 25px 0px 30px 15px;
  }
}

.products-grid .outofstock .product-item-info .owl-carousel .owl-item img {
  filter: grayscale(100%);
}

.out-of-stock-label {
  width: 100%;
  height: 32px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(13, 13, 14, 0.75);
  border-radius: 12px 12px 0 0;
  z-index: 1;
  top: 0px;
}

.product-item-actions .actions-primary > .stock.unavailable {
  line-height: unset;
  padding-bottom: unset;
  padding-right: unset;
  padding-top: unset;
}

.action.alert:after,
.catalog-product-view .related-products-slider .action.alert:after {
  content: url(../image/notifyicon.png) !important;
}

@media only screen and (max-width: 768px) and (min-width: 641px) {
  ol.products.list.items.product-items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 640px) and (min-width: 640px) {
  ol.products.list.items.product-items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}

a.action.alert {
  color: #304d6e !important;
  padding: 10px;
  border-radius: 6px;
  background: white;
  position: unset;
  font-weight: bold;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  position: relative;
  z-index: 999;
  height: 12px;
}

a.product-item-photo.outofstock img {
  filter: grayscale(100%);
}

.frozen_sym.outofstock {
  opacity: 0.2;
}

.catalogsearch-result-index .page-title-wrapper {
  max-width: 1280px;
  margin: 0px auto;
}

div#sibling-categories {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .search.results .toolbar-amount {
    margin-left: 1px;
    margin-top: 16px;
  }
}

.catalog-product-view .action.alert:after {
  content: url(../image/notifyicon.png) !important;
  position: relative;
  top: 2px;
}

.catalog-product-view a.action.alert {
  gap: 5px;
}

@media only screen and (max-width: 335px) and (max-width: 320px) {
  .current-product-sticky-add-to-cart.outofstock {
    width: 24%;
  }
}

.catalog-product-view a.action.alert {
  height: unset;
}

.related-products-slider a.action.alert {
  align-items: center;
  gap: 0px;
}

@media only screen and (min-width: 1205px) and (max-width: 1227px) {
  html body .footer_widget_col.widget_text .block.newsletter input {
    font-size: 13px;
  }

  .block.newsletter .field .control:before {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1131px) and (max-width: 1204px) {
  html body .footer_widget_col.widget_text .block.newsletter input {
    font-size: 12px;
  }

  .block.newsletter .field .control:before {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1130px) {
  html body .footer_widget_col.widget_text .block.newsletter input {
    font-size: 11px;
  }

  .block.newsletter .field .control:before {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1099px) {
  html body .footer_widget_col.widget_text .block.newsletter input {
    font-size: 10px;
  }

  .block.newsletter .field .control:before {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1034px) and (max-width: 1674px) {
  .dropdown-content {
    left: -12vw !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 855px) {
  .dropdown-content {
    left: 0vw !important;
  }
}

.swatch-option.selected {
  outline: 2px solid #304d6e;
}

.swatch-opt {
  margin: unset;
}

.swatch-option.text {
  border-radius: 6px;
}

.swatch-option:not(.disabled):hover {
  outline: 1px solid #304d6e;
}

.dontForgetWrapper {
  display: none;
}

.block-minicart div#block-discount {
  padding: 10px 16px 16px;
  /* margin: 13px 0 150px; */
  border: 1px dashed #9b9b9b;
  background: #fff;
}

form#slidingcart-coupon-form {
  width: 100%;
  border: none !important;
}

button.action.action-apply,
button.action.action-cancel {
  background-color: #304d6e;
  color: white;
  border-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.total-minicart {
  border: 1px dashed #9b9b9b;
  background: #fff;
  padding: 10px 10px 16px;
}

tbody.minicart-total-body {
  line-height: 3px;
}

tr.totals.minicart {
  font-size: 12px;
  /* line-height: 15px; */
  text-align: left;
  color: #6d6e71;
  padding-top: 8px;
}

tr.totals.minicart:last-child th,
tr.totals.minicart:last-child .price.minicart {
  font-weight: bold !important;
}

tr.totals.minicart:last-child {
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin-top: 7px;
}

.viewcart_checkout_parent {
  align-items: center;
  margin-left: 87px;
  position: fixed;
  width: 390px;
  bottom: 0;
  background: white;
  display: flex;
  box-shadow: 8px 0px 4px #888;
  right: 0;
}

tr.totals.minicart th {
  font-weight: unset;
}

.custom-discount {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: -20px;
  margin-top: 20px;
}

.order-total-minicart {
  font-weight: 700;
  font-size: 14px;
  padding-left: 8px;
}

input#slidingcart-coupon-code {
  border-radius: unset !important;
}

.page-product-configurable.catalog-product-view span.price-label,
.cms-index-index span.price-label,
.catalog-category-view span.price-label,
.wishlist-index-index span.price-label {
  display: none !important;
}

button.action.apply.primary,
button.action.cancel.primary {
  color: #fff !important;
}

.wishlist-index-index .product-item-info {
  padding: 1px;
}

div#totals {
  position: relative;
  margin-top: 65px;
}

.wishlist-index-index .product-item-info {
  padding: 1px;
}

.products-grid.wishlist .product-item .price-box {
  margin-top: 10px !important;
}

.wishlist-index-index .product-item-inner .comment-box {
  margin-top: unset !important;
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    width: unset;
  }

  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .block-collapsible-nav {
    left: -12px;
    top: -1px;
    z-index: 999;
  }

  .wishlist-index-index .page-title-wrapper {
    margin-top: 10px;
  }

  .block-collapsible-nav .title {
    padding: 10px 40px 10px 29px;
  }

  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-name {
    margin-left: unset !important;
  }
}

.toolbar.wishlist-toolbar {
  text-align: justify;
}

.wishlist-index-index .box-tocart .field.qty .control {
  width: unset !important;
}

.page-product-configurable.catalog-product-view
  .product-info-main
  .product-info-price {
  margin-bottom: unset !important;
}

.swatch-option.text {
  background-color: unset;
}

.swatch-option {
  border: 1px solid #304d6e !important;
}

.testimonial.center-mode .item .testimonial_text {
  display: block !important;
}

q:after {
  content: close-quote !important;
  padding: 3px;
  font-size: 24px;
  quotes: auto !important;
}

q:before {
  content: open-quote !important;
  padding: 3px;
  font-size: 24px;
  quotes: auto !important;
}

.vc_row[data-vc-full-width] {
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.testimonail-item-div .customer-details-testimonial img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: contain;
}

.testimonial_text .content.sub-text.zoomIn {
  font-size: 18px !important;
  font-weight: normal !important;
}

.customer-details-testimonial a span.testimonial-name {
  color: white;
  font-size: 20px;
}

.testimonial .inner-customer {
  text-align: center;
  margin: 20px 0px !important;
}

.vc_custom_1472733785690 {
  padding: 80px 0px;
}

.vc_custom_1472733785690 {
  background: linear-gradient(0deg, rgb(0 0 0 / 41%), rgb(0 0 0 / 80%)),
    url(https://www.hanifaafrozen.sg/media/wysiwyg/testimonial.jpg) no-repeat;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.vc_row:before {
  content: " ";
  display: table;
}

.scheme_original
  .vc_row.inverse_colors
  *:not(.sc_promo_title):not(.sc_promo_content) {
  border-color: white;
}

.scheme_original
  .vc_row.inverse_colors
  *:not(.sc_promo_title):not(.sc_promo_content) {
  color: white;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .vc_col-sm-12 {
    width: 100%;
  }
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  /* padding-left: 15px;
  padding-right: 15px; */
  width: 100%;
}

.vc_row:after {
  clear: both;
}

.vc_row:after,
.vc_row:before {
  content: " ";
  display: table;
}

.sc_item_subtitle {
  margin: 0 0 0.55em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.title_bg + h6,
.title_bg + h6 + h2 {
  z-index: 1;
  position: relative;
}

.scheme_original
  .vc_row.inverse_colors
  *:not(.sc_promo_title):not(.sc_promo_content) {
  border-color: white;
}

.scheme_original
  .vc_row.inverse_colors
  *:not(.sc_promo_title):not(.sc_promo_content) {
  color: white;
}

.title_bg + h6,
.title_bg + h6 + h2 {
  z-index: 1;
  position: relative;
}

.scheme_original .vc_row.inverse_colors .sc_item_title:after {
  background-color: white;
}

.vc_row.inverse_colors .sc_item_title:after {
  opacity: 0.5;
}

.scheme_original .sc_item_title:after {
  background-color: #808369;
}

.sc_item_title:after {
  content: " ";
  display: block;
  width: 8rem;
  height: 2px;
  margin: 1.2em auto 1.8em;
  background-color: white;
}

.scheme_original .vc_row.inverse_colors .sc_item_title:after {
  background-color: white;
}

.inverse_colors .title_bg,
.sc_intro_inner .title_bg {
  background-image: url(https://royalevent.themerex.net/wp-content/themes/royal-event/images/title_bg_white.png);
}

.title_bg {
  background-image: url(https://royalevent.themerex.net/wp-content/themes/royal-event/images/title_bg_green.png);
}

.title_bg {
  background-repeat: no-repeat;
  position: absolute;
  width: 17.929rem;
  height: 6.929rem;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: contain;
}

.sc_item_title {
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.scheme_original
  .vc_row.inverse_colors
  *:not(.sc_promo_title):not(.sc_promo_content) {
  border-color: white;
}

.scheme_original
  .vc_row.inverse_colors
  *:not(.sc_promo_title):not(.sc_promo_content) {
  color: white;
}

h2.sc_testimonials_title.sc_item_title.sc_item_title_without_descr {
  color: white !important;
  font-size: 33px !important;
  margin-top: 6px !important;
  font-family: auto;
}

h6.sc_testimonials_subtitle.sc_item_subtitle {
  color: white !important;
  font-size: 12px !important;
  font-family: auto;
}

.content.sub-text.zoomIn {
  font-size: 20px;
  font-style: normal;
  line-height: 1.7em;
  font-weight: 700;
  color: white;
  font-family: auto;
  text-align: center;
}

.customer-name {
  margin-top: -43px;
  color: white;
  font-size: 16px;
  font-family: auto;
}

.inner-customer.clearfix {
  margin-top: -30px;
}

.customer-details-testimonial a {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  text-decoration: none;
  gap: 1em;
}

@media (min-width: 768px) {
  .testimonail-item-div {
    padding: 10px 150px;
  }
}

div#testimonials_home
  h2.sc_services_title.sc_item_title.sc_item_title_without_descr,
div#testimonials_home h6.sc_services_subtitle.sc_item_subtitle,
div#testimonials_home span.subtitle_color {
  color: white;
}

/* div#testimonials_home .catering_service_title_sec {
  background: url(https://www.hyweddingbiryani.sg/media/wysiwyg/title_bg_white.webp) no-repeat;
  background-position: center;
} */

.vc_column-inner.max-width-sec {
  /* max-width: 100%; */
  /* margin: 0px auto; */
  max-width: 1280px;
  margin: 0 auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

div#testimonials_home .block-title {
  display: none;
}

.catering_service_title_sec {
  text-align: center;
  margin-bottom: 50px;
}

h6.sc_services_subtitle.sc_item_subtitle {
  margin: 0 0 0.55em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--widgetTitle);
}

h2.sc_services_title.sc_item_title.sc_item_title_without_descr {
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #434343;
  line-height: 1.2;
}

h2.sc_services_title:after {
  content: " ";
  display: block;
  width: 8rem;
  height: 2px;
  margin: 1.2em auto 1.8em;
  background-color: #808369;
}

/* Design for know your cuts */
.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  margin-left: -7px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  border-radius: 20px;
  max-width: 300px;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}

.content-wrapper {
  padding: 20px 20px;
  margin-left: 28px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

li.tab-link.active {
  background-color: #304d6e !important;
  color: #fff !important;
  border-radius: 20px !important;
}

li.tab-link {
  color: black;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.tab-content {
  box-shadow: 0px 0px 2px 2px #c0c0c0;
  padding: 25px 25px;
  border-radius: 20px;
}

.cms-knowyourcuts .wrapper {
  margin-left: -47px;
}
.cms-index-index .swatch-attribute-options.clearfix,
.catalog-category-view .swatch-attribute-options.clearfix {
  display: none;
}
.prd_add:first-child:last-child:after {
  content: "" !important;
}
.prd_add:after {
  content: "|";
}
.prd_add:last-child:after {
  content: "" !important;
}
.tab-content img {
  width: 100% !important;
}
html body .products-grid .product-item-info .product-details-design.no-slider {
  top: -6px !important;
}
@media only screen and (min-width: 1024px) {
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2% !important;
  }
}
@media only screen and (max-width: 945px) and (min-width: 769px) {
  .weight.prd_add {
    font-size: 11px;
  }
  .prd_add {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .customer-details-testimonial a span.testimonial-name {
    font-size: 18px;
  }
}
ul.account-links {
  display: none !important;
}
button.action.action-cancel,
a.action.compare.primary,
button.action.action-apply {
  color: #fff !important;
  background-color: #304d6e !important;
  box-shadow: unset !important;
  border-radius: 6px !important;
}
button.action.tocart.primary {
  border-radius: 8px;
}

@media only screen and (max-width: 494px) {
  .catalogsearch-result-index .products-grid .product-item {
    width: 100% !important;
  }
}
h6.sc_services_subtitle.sc_item_subtitle {
  display: none;
}
h2.sc_services_title.sc_item_title.sc_item_title_without_descr {
  font-size: 2.6rem;
}
.catalog-product-view a.action.alert {
  z-index: unset;
}
.ui-slider-handle {
  background: #304d6e;
}
.slider-price-text {
  color: #304d6e !important;
}
div#dynamic_banner .owl-dots {
  position: relative;
  margin-top: -35px;
}

p.book_btn a,
p.book_btn {
  color: white;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  background: #039a0f;
  border-radius: 10px;
  width: 170px;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
}

.bg-text {
  text-align: center;
  word-break: break-word;
}

.bg-text h2 {
  position: relative;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 50px;
  padding-top: 0.77em !important;
  padding-bottom: 0.77em !important;
}

.bg-text h2:before,
.bg-text h2:after {
  content: "";
  width: 1.9em;
  height: 2px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.bg-text h2:before {
  top: 0;
}

.bg-text h2:after {
  bottom: 0;
}

div#dynamic_banner .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
}

div#dynamic_banner .owl-prev,
div#dynamic_banner .owl-next {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  height: 38px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #304d6e;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

div#dynamic_banner .owl-prev {
  left: 10px;
}

div#dynamic_banner .owl-next {
  right: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 768px) and (min-width: 500px) {
  div#dynamic_banner .owl-prev,
  div#dynamic_banner .owl-next {
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 380px) {
  div#dynamic_banner .owl-prev,
  div#dynamic_banner .owl-next {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 379px) and (min-width: 320px) {
  div#dynamic_banner .owl-prev,
  div#dynamic_banner .owl-next {
    height: 18px;
    width: 18px;
    line-height: 16px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 425px) and (min-width: 320px) {
  div#dynamic_banner .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
  }
}
.wishlist-index-index img.product-image-photo {
  border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 3px !important;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .catalog-category-view
    .block.filter#layered-filter-block
    .block-content.filter-content {
    margin-top: 25px;
  }
}

section.abt-sec-odd,
section.abt-sec-even {
  display: flex;
  position: relative;
  align-items: center;
}
section.abt-sec-odd {
  background: #f2f2f2;
}
.initial-content,
.final-content {
  margin: 10px;
  font-size: 18px;
}
section.abt-sec-odd .content,
section.abt-sec-even .content {
  width: 60%;
  padding: 50px;
}
section.abt-sec-odd .image,
section.abt-sec-even .image {
  width: 40%;
}
.about-us-page .content h2 {
  margin-top: 0px;
}
@media only screen and (max-width: 768px) and (min-width: 501px) {
  section.abt-sec-odd .content,
  section.abt-sec-even .content {
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  section.abt-sec-odd {
    flex-wrap: wrap;
  }
  section.abt-sec-odd .content,
  section.abt-sec-even .content,
  section.abt-sec-odd .image,
  section.abt-sec-even .image {
    width: 100%;
    padding: 20px;
  }
  section.abt-sec-even {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  section.abt-sec-odd .image,
  section.abt-sec-even .image {
    width: 100%;
  }
}
.products.wrapper.list .product-image-slider {
  width: 300px !important;
}
.products.wrapper.list.products-list .product-item-info {
  display: flex;
}
.products.wrapper.list.products-list .product-item-info .out-of-stock-label {
  width: 270px;
}
li.item.product.product-item.outofstock img {
  filter: grayscale(100%);
}
.products.wrapper.list
  li.item.product.product-item
  .product-item-info
  .owl-dots {
  position: relative;
  top: -50px;
  left: -11px;
}

@media only screen and (max-width: 730px) {
  .products.wrapper.list.products-list .product-item-info {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 416px) {
  .products.wrapper.list .product-image-slider {
    width: 100%;
  }
  .product.details.product-item-details {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .products.wrapper.list.products-list .product-item-info .out-of-stock-label {
    width: 290px;
  }
}
.products.wrapper.list.products-list
  .product-item-info:hover
  .owl-carousel
  .owl-item
  img {
  border-radius: 12px 12px 12px 12px !important;
}
recipe-image {
  height: 200px;
  width: 100%;
  border-radius: 7px;
}
.recipe-info {
  height: 200px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
}
.recipe-info:hover {
  background-color: rgba(92, 123, 53, 0.9);
}
.recipe-block {
  margin-bottom: 20px;
  padding-left: 20px;
}
.recipe-title {
 
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 27px;
}
.recipe-column.rec-image {
  padding: 350px 0;
  width: 50%;
  background-position: 50% 50%;
}
.recipe-show {
  margin-top: 20px;
}
.recipe-row.title {
  background-color: rgba(92, 123, 53, 0.7);
  background-size: cover;
}
.recipe-column.rec-title {
  width: 100%;
  text-align: center;
}
.recipe-column.rec-details {
  display: flex;
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.instruction-value {
  font-size: 14px;
  margin-top: 3px;
}
.instruction {
  color: #7d787b;
}

.recipe-row.subtitle-parent {
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 20px;
  text-align: center;
}
.recipe-row {
  display: flex;
  justify-content: center;
}
.recipe-column.rec-image {
  padding: 350px 0;
  width: 50%;
  background-position: 50% 50%;
}
.recipe-ingredients,
.recipe-methods {
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 852px) {
  .recipe-column.rec-info {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .recipe-column.rec-info {
    width: 100%;
  }
  .recipe-column.rec-image {
    width: 100%;
  }
  .recipe-row.image-val {
    display: block;
  }
  .recipe-row.subtitle-parent {
    display: block;
    position: relative;
    top: 10px;
  }
  .recipe-subtitle {
    padding: 20px 20px;
  }
}
.recipe-grid {
  width: 200px;
}
.recipe-all-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.recipe-block.all {
  max-width: 1280px;
  margin: 0px auto;
  padding-left: 20px;
}
.recipe-image {
  border-radius: 8px;
}
.recipe-column.rec-info ul li:last-child {
  border: unset;
}
.cooking-time-value,
.serves-value,
.meat-value {
  /* display: flex; */
  align-items: center;
  gap: 10px;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
}

.recipe-column {
  width: 50%;
  padding: 10px;
}
.recipe-image-ind {
  padding-top: 45px;
}
/* img.rec-image {
  width: 500px;
  height: 500px;
} */
.rec-title {
  font-size: 25px;
  padding-top: 45px;
  text-align: center;
  padding-bottom: 10px;
}
.recipe-serves-meat-cooking-parent {
  background-color: #ecf6f6;
  border-radius: 6px;
}
.ingredients-parent {
  padding: 20px 32px;
}

.ingredients-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
img.rec-image {
  border-radius: 10px;
}
.methods-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .recipe-row {
    display: block !important;
  }
  .recipe-column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 352px) and (min-width: 320px) {
  .cooking-time-value,
  .serves-value,
  .meat-value {
    padding: 10px 4px;
  }
}
.recipe-smc {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
}
.meat-value {
  border-right: unset;
}
.recipe-row {
  display: flex;
}
.methods-parent {
  margin: 10px;
  padding: 20px;
  border-radius: 7px;
  background-color: #f3f3f3;
}
img.rec-cook-time-val-image,
img.rec-serves-val-image,
img.rec-meat-val-image {
  vertical-align: bottom;
  padding-right: 5px;
  width: 20px;
}
img.rec-ingredient-title-image {
  vertical-align: middle;
  padding-right: 5px;
  /* width: 35px; */
}
.recipe-sub-title {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}
.catalog-category-view .category-image {
  display: none;
}
/* .catalog-category-view button.action.tocart.primary:after {
  content: "Add";
  font-weight: bold;
}
.catalog-category-view button.action.tocart.primary span {
  display: none;
} */
.catalog-category-view .rating-result-null:before {
   width: unset !important;
}
@media (max-width:769px)
{
	.why-choose-us-shop-by-cat {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
div#banner-widget {
  margin-bottom: unset;
}
div#shop-by-cat-widget
{
  margin:unset;
}
}
.catalog-category-view .page.messages {
  position: relative;
  top: -106px;
  width: 90%;
  margin: 0 auto;
}
.catalog-category-view .page.messages .messages {
  position: absolute;
  width: 100%;
}
.catalog-category-view .tocart:after {
  content: "Add";
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
  font-weight: 600;
  font-family: 'Surt';
}
.catalog-category-view button.action.tocart.primary span {
  display: none;
}

.contact-us-info p, .contact-us-info p span {
    color: black;
}
.contact-us-info span.address-phn-num a {
    color: black;
}
.contact-us-info .address-emails a
{
    color:black;
}
.contact-us-info
{
    margin-bottom:20px;
}
@media  (max-width: 768px) and (min-width:1px) {
    .contact-us-info {
        display:block !important;
    }
}
.contact-us-info {
    display: none;
}

