html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "whitney-book";
  src: url("../fonts/Whitney-book.eot?#iefix") format("embedded-opentype"), url("../fonts/Whitney-book.woff") format("woff"), url("../fonts/Whitney-book.ttf") format("truetype"), url("../fonts/Whitney-book.svg#svgwhitney-book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "whitney-medium";
  src: url("../fonts/Whitney-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Whitney-medium.woff") format("woff"), url("../fonts/Whitney-medium.ttf") format("truetype"), url("../fonts/Whitney-medium.svg#svgwhitney-medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "whitney-light";
  src: url("../fonts/Whitney-light.eot?#iefix") format("embedded-opentype"), url("../fonts/Whitney-light.woff") format("woff"), url("../fonts/Whitney-light.ttf") format("truetype"), url("../fonts/Whitney-light.svg#svgwhitney-light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#svgRoboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#svgRoboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#svgRoboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#svgRoboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#svgRoboto-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "whitney-book", sans-serif;
  color: #4c4c4c;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  background: #fff;
}

#topbar {
  transition: all 0.5s;
  overflow: hidden;
  color: #fff;
  background: #373737;
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  z-index: 99;
  font-size: 16px;
}
#topbar p {
  margin-bottom: 0;
  line-height: 1;
}

.topbar-scrolled {
  top: -60px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: flex;
}

#header {
  padding: 10px 0;
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo img {
  max-height: 65px;
  width: 80px;
}
#header .logo a {
  color: #fff;
}

#header.header-scrolled {
  padding: 0;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
.nav-menu ul li a:hover:before {
  visibility: visible;
  width: 100%;
}

.nav-menu {
  width: 100%;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  display: flex !important;
}
.nav-menu ul {
  display: flex;
}
.nav-menu ul:first-child {
  order: 1;
  align-items: inherit;
}
.nav-menu ul li {
  position: relative;
  white-space: nowrap;
  padding: 10px;
}
.nav-menu ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #323232 !important;
  transition: 0.3s;
  font-size: 18px;
  padding: 0 3px;
  font-family: "whitney-book", sans-serif;
  cursor: pointer;
}
.nav-menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu ul li a:hover {
  color: #007690 !important;
}
.nav-menu ul li .dropdown-toggle::after {
  margin-top: -3px;
  vertical-align: text-top;
}
.nav-menu .drop-down > a:after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  padding-left: 5px;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.nav-menu .drop-down ul a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down .drop-down {
  padding: 2px 0;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 15px;
}
.nav-menu .drop-down .drop-down ul {
  top: 20%;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down ul:hover > ul {
  opacity: 1;
  /*top: 0;*/
  /* left: 100%; */
}
.nav-menu .dropdown-menu {
  padding: 0;
}
.nav-menu .dropdown-menu a {
  padding: 5px;
}
.nav-menu .dropdown-menu .dropdown-divider {
  margin: 1px auto;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.mobile-nav .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}

.mobile-nav .dropdown-menu {
  border: none;
  padding: 10px;
  margin-right: 10px;
  min-width: 9rem;
  box-shadow: 0 0 3px #b1b1b1;
}
.mobile-nav .dropdown-menu .dropdown-item {
  padding: 5px;
}
.mobile-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}
@media (max-width: 768px) {
  .mobile-nav .dropdown-menu {
    position: inherit;
    display: block;
    float: none;
    background: rgb(4, 91, 99);
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
  }
  .mobile-nav .dropdown-menu .dropdown-divider {
    margin: 5px 0;
    border-top: 1px solid #007680;
  }
}

@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
.nav-menu ul li .drop-down-menus a:before {
  background: none;
}

.nav-menu .drop-down {
  position: static;
}

.nav-menu .drop-down ul {
  width: 100%;
  top: 100%;
  display: flex;
  left: 0;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  justify-content: left; /* opacity: 1; visibility: inherit; */
  padding: 0 25px;
  line-height: 1;
}

.nav-menu .drop-down li {
  min-width: auto;
  position: static;
}

.nav-menu .drop-down .drop-down-menus li {
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-menu .drop-down .drop-down-menus li:last-child {
  border-right: none;
}

.nav-menu .drop-down .drop-down ul {
  width: 100%;
  top: 100%;
  display: flex;
  left: 0;
  background: rgb(228, 228, 228);
  background: linear-gradient(0deg, rgb(228, 228, 228) 10%, rgb(242, 242, 242) 40%, rgb(255, 255, 255) 100%);
}

.nav-menu .drop-down .drop-down .drop-down-menus ul {
  top: 0;
  text-align: left;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
  opacity: 1;
  visibility: inherit;
}

.nav-menu .drop-down .drop-down-menus li a {
  color: #434343;
}

.nav-menu .drop-down .drop-down-menus li a:hover {
  color: #007680;
}

.nav-menu .drop-down .drop-down-menus li p img {
  width: 35%;
}

.drop-down-menus {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  margin-top: 11px;
  opacity: 0;
  visibility: hidden;
}

.drop-down-menus .drop-down-menus-cata {
  color: #535353;
  font-size: 16px;
  padding: 10px 0;
  opacity: 0.7;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  font-weight: 700;
}

.drop-down-menus li {
  width: 25%;
  text-align: left;
  padding: 5px 10px;
  width: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding: 12px 18px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "";
  padding-left: 0px;
}

.nav-menu .drop-down .drop-down > a span {
  width: 62px;
  height: 60px;
  background-image: url("../img/menu-icon.webp");
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 10px;
}

.menu-lunchbox {
  background-position: -18px -4px;
}

.menu-drink {
  background-position: -17px -101px;
}

.menu-serveware {
  background-position: -20px -195px;
}

.menu-kitchenware {
  background-position: -20px -285px;
}

.menu-leather {
  background-position: -14px -569px;
}

.menu-electronic {
  background-position: -20px -376px;
}

.menu-bags {
  background-position: -20px -659px;
}

.menu-gifting {
  background-position: -20px -748px;
}

.menu-persona {
  background-position: 0 -468px;
  width: 95px !important;
}

.offer-icon {
  background-position: -20px -833px;
}

.cart-info {
  position: relative;
  padding: 0 5px;
  line-height: 30px;
}

.cart-info i {
  font-size: 24px;
}

.cart-info .added-info {
  position: absolute;
  font-size: 14px;
  right: 13px;
  margin-top: 2px;
  color: #555;
}

.search-bar {
  background: #007680;
  padding: 15px;
  border-top: 1px solid #4e9ea5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-bar input[type=text] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px;
  height: 34px;
}

.search-bar input[type=text]:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .nav-menu {
    display: none !important;
  }
  .drop-down-menus {
    position: inherit;
    left: 0;
    background: #fff;
    width: 100%;
    margin-top: 0;
    opacity: 1;
    visibility: inherit;
  }
  .mobile-nav .drop-down li img, .drop-down-menus li p img {
    display: none;
  }
  .drop-down-menus .drop-down-menus-cata {
    color: #007680;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
  }
  .mobile-nav .drop-down-menus li a {
    padding: 5px 0;
  }
  .mobile-nav .mobile-login {
    background: #e0e0e2 url("../img/m-login.jpg") no-repeat top right;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background-size: 30%;
  }
  .mobile-nav .mobile-beore-login {
    display: flex;
    height: 90px;
    flex-direction: row;
    align-items: center;
  }
  .header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .mobile-icons {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .mobile-icons a i {
    color: #007680;
  }
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #fff;
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  /* position: relative;
  left: 15px;
  top: 65px; */
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 0 5px;
}
.mobile-nav-toggle i {
  color: #007680;
}

.mobile-nav-toggle {
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #007680;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 40px;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #007680;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
}

.mobile-nav .dropdown-toggle::after {
  display: none;
}

.mobile-nav ul li {
  border-bottom: 1px solid #4e9ea5;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 20px;
  font-weight: 500;
  outline: none;
  font-size: 16px;
}

.mobile-nav a.nav-link {
  color: #000;
  display: flex;
  align-items: center;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fff;
  text-decoration: none;
  background: inherit;
}

.mobile-nav li:hover > a.nav-link, .mobile-nav a:hover.nav-link, .mobile-nav a:focus.nav-link, .mobile-nav a:active.nav-link {
  color: #000;
}

.mobile-nav .drop-down > a:after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f286";
}

.mobile-nav .drop-down > a, .mobile-nav .drop-down > a:hover {
  padding-right: 35px;
  color: #fff;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #005258;
}

.mobile-nav .drop-down li {
  padding-left: 0;
}

.mobile-nav .drop-down li a {
  font-size: 15px;
  color: #fff !important;
}

.mobile-nav .drop-down ul li ul {
  background: #003a3e;
}

.mobile-nav .drop-down ul li ul li {
  background: #003a3e;
  padding: 0;
}

.mobile-nav .drop-down ul li ul li p,
.mobile-nav .drop-down ul li ul li a {
  color: #fff;
  padding: 12px 30px;
  margin: 0;
  border-bottom: 1px solid #035258;
}

.mobile-nav .drop-down ul li ul li a:before {
  content: "\f518";
  font-family: bootstrap-icons !important;
  padding-right: 10px;
  font-size: 12px;
  color: #4e9ea5;
}

.mobile-nav .drop-down ul li ul li p.text-center {
  display: none;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/** Login and Sign Up css **/
/** Sign Up css **/
/** corporate enquire css **/
.auth-wrapper {
  margin-top: 100px;
}
.auth-wrapper .top-level-container-2 {
  max-width: 1040px;
  margin: auto;
}
.auth-wrapper .auth-form {
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.auth-wrapper .auth-form h1 {
  font-family: "whitney-medium";
  padding-bottom: 1rem;
  color: #007680;
  line-height: 46px;
  font-size: 30px;
}
.auth-wrapper .auth-form .form-group {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-bottom: 1px solid #ced4da;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.auth-wrapper .auth-form .form-group .form-control:focus {
  border-bottom-color: #007680;
}
.auth-wrapper .auth-form .bi + input {
  margin: 0 8rem 0 0.75rem;
}
.auth-wrapper .auth-form input {
  font-size: 18px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.auth-wrapper .auth-form input:focus {
  color: #25767f;
}
.auth-wrapper .auth-form .flat-input {
  font-size: 18px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
}
.auth-wrapper .auth-form .signup-mobile {
  width: auto;
  display: inline-block;
  padding: 0.375rem 0.25rem;
}
@media (max-width: 768px) {
  .auth-wrapper .auth-form .signup-mobile {
    width: 70%;
  }
}
.auth-wrapper .auth-form .signup-calling-code {
  border-right: 1px solid #bbb;
  padding-right: 7px;
  color: #006f79;
  font-size: 16px;
}
.auth-wrapper .auth-form input.btn.blue-button {
  color: #fff;
  background: #006f79;
  border-radius: 100px;
}
.auth-wrapper .auth-form input.btn.blue-button:hover {
  border: 1px solid #006f79;
  color: #006f79;
  background-color: #fff;
  outline: none;
}
.auth-wrapper .auth-form input.btn.blue-button:focus {
  border: 1px solid #006f79;
  color: #006f79;
  background-color: #fff;
  outline: none;
}
.auth-wrapper .auth-form .prefix {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.auth-wrapper .auth-form .prefix:before {
  color: #25767f;
}
.auth-wrapper .auth-form .sign-up-country {
  position: absolute;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  top: 1.5rem;
  left: 25px;
  top: 9px;
  color: #007680;
  font-weight: bold;
  letter-spacing: 1px;
}
.auth-wrapper .auth-form .btn-login {
  padding: 1rem 0;
  color: #25767f;
  margin: 0 auto;
}
.auth-wrapper .auth-form .btn-login a {
  background-color: #25767f;
  color: white;
  font-family: "whitney-medium";
  text-align: center;
  padding: 0.4rem 4rem;
  border-radius: 25px;
  transition: 0.5s background-color;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #25767f;
  text-align: center;
}
.auth-wrapper .auth-form .btn-login a:hover {
  background-color: #fff;
  color: #25767f;
}
.auth-wrapper .auth-form .auth-footer {
  padding: 1rem 0 3rem 0;
  margin: 0 auto;
}
.auth-wrapper .auth-form .auth-footer a {
  color: #2b7a78;
}
.auth-wrapper .auth-form .auth-footer a:hover {
  color: #2b7a78;
}
.auth-wrapper .auth-form .fa-lock:before {
  content: "\f023";
  font-size: 1.2rem;
  line-height: 14px;
}
.auth-wrapper .auth-form .login-error, .auth-wrapper .auth-form .signup-error, .auth-wrapper .auth-form .send-reset-email-error, .auth-wrapper .auth-form .reset-password-error, .auth-wrapper .auth-form .corporate-enquiry-error {
  color: red;
  margin: 0 auto;
}
.auth-wrapper .ddTextbox {
  display: inline-block;
  margin-left: 1.5rem;
}
.auth-wrapper .prefixSelect {
  border: none;
  outline: 0;
  margin-left: 1.25rem;
  -webkit-appearance: none;
  padding: 7px 32px 3px 5px;
  margin-bottom: 10px;
  border-radius: 0;
}
.auth-wrapper .prefixSelect:focus {
  border: none;
  outline: 0;
  margin-left: 2rem;
  -webkit-appearance: none;
  padding: 7px 32px 3px 5px;
  margin-bottom: 10px;
  border-radius: 0;
}
.auth-wrapper select.prefixSelect {
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #25767f 50%), linear-gradient(135deg, #25767f 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 6px, 6px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  color: #006f79;
  width: 100%;
}
.auth-wrapper .auth-wrapper .auth-form .signup-mobile {
  text-indent: 0;
}
.auth-wrapper select.corporate-enquiry-country.prefixSelect {
  margin-left: 0;
  padding-right: 32px;
  width: 105%;
}
.auth-wrapper .ddTextbox.calling-code {
  margin-left: 0.5rem;
}
.auth-wrapper .signup-footer p {
  margin-bottom: -5px;
}

#dynamic-content td {
  vertical-align: middle;
}

.logout-container {
  padding: 10rem 0;
}
.logout-container p {
  font-family: "whitney-medium";
  font-size: 24px;
  color: #007690;
}

.cart-top-level-container .sku-variant-name {
  padding-top: 0px;
  padding-bottom: 0px;
}

.filter .tab-content > .active {
  display: contents !important;
}

.blue-button {
  color: #fff;
  background: #006f79;
  border-radius: 20px;
  padding: 8px 22px;
}
.blue-button:hover {
  color: #006f79;
  background: #fff;
  border: 1px solid #006f79;
}

.white-button {
  color: #006f79;
  background: #fff;
  border-radius: 20px;
  padding: 8px 22px;
  border: 1px solid #006f79;
}
.white-button:hover {
  color: #fff;
  background: #696969;
  border-color: #696969;
}

@media (max-width: 768px) {
  .blue-button, .white-button {
    padding: 6px 12px;
  }
}
.categories {
  padding: 40px 0 60px 0;
}
.categories .categories-row {
  margin: 0;
}
.categories .group-cards {
  display: flex;
  width: 50%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.categories .group-cards .product-card.big {
  width: 100%;
}
.categories .section-title {
  text-align: left;
  padding: 0 20px 30px 20px;
}
.categories .section-title h2 {
  color: #1a1a1a;
  font-size: 2rem;
  margin-bottom: 10px;
}
.categories .product-card {
  position: relative;
  padding: 0 5px;
  line-height: 18px;
  margin-bottom: 10px;
}
.categories .product-card img {
  border-radius: 5px;
  border: 1px solid #ececec;
  width: 100%;
}
.categories .product-card .product-details {
  margin-top: 10px;
  font-size: 16px;
}
.categories .product-card .product-details p {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.categories .product-card .product-details span:last-child {
  margin-left: 10px;
  text-align: right;
}
@media (max-width: 375px) {
  .categories .product-card .product-details span:last-child {
    width: 80px;
    margin-left: 10px;
  }
}
.categories .product-card .float-product-details {
  position: absolute;
  z-index: 9;
  bottom: 50px;
  width: 98.3%;
  padding: 3%;
  align-content: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.categories .product-card .float-product-details span {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.categories .product-card .float-product-details span:first-child {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.categories .product-card .float-product-details a:last-child {
  background: #2a2a2a;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  line-height: 2;
}
.categories .product-card.big, .categories .product-card.small {
  width: 50%;
}
.categories .product-card.big {
  min-height: 740px;
}
.categories .product-card.big.medium {
  min-height: inherit;
}
.categories .product-card.small {
  min-height: 300px;
}
.categories .product-card .product-variants {
  position: absolute;
  top: 10px;
  right: 30px;
}
.categories .product-card .product-variants .active {
  background-color: #fff;
}
.categories .product-card .product-variants .active, .categories .product-card .product-variants span {
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  display: inline-block;
}
@media (max-width: 992px) {
  .categories .product-card.big, .categories .product-card.small {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .categories {
    padding: 20px 0;
  }
  .categories .categories-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: inherit;
    margin: 0;
  }
  .categories .group-cards {
    width: 100%;
    order: 2;
  }
  .categories .group-cards .product-card.big {
    width: 50%;
  }
  .categories .section-title {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .categories .section-title h2 {
    color: #1a1a1a;
    font-size: 1.35rem;
    margin-bottom: 10px;
  }
  .categories .product-variants {
    display: none !important;
  }
  .categories .product-card {
    width: 50%;
  }
  .categories .product-card img {
    border-radius: 5px;
    border: none;
  }
  .categories .product-card .product-details {
    font-size: 13px;
  }
  .categories .product-card .float-product-details {
    display: none;
  }
}

.talk-town {
  padding: 60px 0;
  background: none;
}
.talk-town .tab-content > .active {
  background: #e5e5e5; /*border-top: 1px solid #bfbfbf*/
  border-radius: 5px;
}
.talk-town .nav {
  width: 100%;
  justify-content: center;
  margin: 25px 0;
}
.talk-town .nav-pills .nav-link.active, .talk-town .nav-pills .show > .nav-link {
  background-color: none;
  border-bottom: 2px solid #5f5f5f;
  border-radius: 0;
}
.talk-town .nav-link {
  padding: 0.5rem;
}
.talk-town .section-title {
  padding-bottom: 0;
}
.talk-town .section-title .h2, .talk-town .section-title h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #444;
}
.talk-town .section-title p {
  font-style: normal;
}
.talk-town img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.talk-town .talk-content {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.talk-town .talk-content .h4, .talk-town .talk-content h4 {
  margin: 0 0 20px 0;
  font-size: 1.35rem;
  color: #333;
}
.talk-town .talk-content a {
  color: #007680;
  margin-top: 10px;
}
.talk-town .talk-content p {
  width: 95%;
}
.talk-town .talk-logos .talk-washington, .talk-town .talk-logos .talk-telegram, .talk-town .talk-logos .talk-usa-today, .talk-town .talk-logos .talk-bbc, .talk-town .talk-logos .talk-dailymom, .talk-town .talk-logos .talk-oscar, .talk-town .talk-logos .talk-easter, .talk-town .talk-logos .talk-cookinglight, .talk-town .talk-logos .talk-chowhound {
  display: inline-block;
  width: 150px;
  height: 55px;
  background: url("../img/talk-of-town.webp") top center no-repeat;
  margin: 0 10px;
}
.talk-town .talk-logos .talk-washington {
  background-position: -10px -45px;
}
.talk-town .talk-logos .talk-telegram {
  background-position: -10px -88px;
}
.talk-town .talk-logos .talk-usa-today {
  background-position: 0 -135px;
}
.talk-town .talk-logos .talk-bbc {
  background-position: -10px -227px;
}
.talk-town .talk-logos .talk-easter {
  background-position: -10px -491px;
}
.talk-town .talk-logos .talk-dailymom {
  background-position: 0 -286px;
}
.talk-town .talk-logos .talk-oscar {
  background-position: -20px -343px;
  width: 110px;
}
.talk-town .talk-logos .talk-cookinglight {
  background-position: 0px -587px;
}
.talk-town .talk-logos .talk-chowhound {
  background-position: 0px -5px;
}
@media (max-width: 768px) {
  .talk-town img {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
  }
  .talk-town .h4, .talk-town h4 {
    font-size: 1.25rem;
  }
  .talk-town {
    padding: 40px 15px 20px 15px;
  }
  .talk-town .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .talk-town .section-title .h2, .talk-town .section-title h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .talk-town .talk-content p {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 20px 5px 20px;
  }
  .talk-town .talk-content .h4, .talk-town .talk-content h4 {
    margin: 20px 0 0 0;
    font-size: 1.15rem;
    padding: 0 20px;
  }
  .talk-town .talk-content a {
    font-size: 14px;
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
}

.life-with-vaya {
  font-size: 18px;
  background: url("../img/vaya-flower.jpg") no-repeat bottom left, #efefef;
  padding: 100px 0;
}
.life-with-vaya .h2, .life-with-vaya h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #323232;
}
.life-with-vaya img {
  border-radius: 5px;
}
.life-with-vaya ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.life-with-vaya ul li {
  list-style: none;
  margin: 5px;
}
.life-with-vaya p {
  line-height: 30px;
}
.life-with-vaya .swiper-container {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.life-with-vaya .swiper-container .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
  align-items: stretch;
  justify-content: center;
}
.life-with-vaya .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.life-with-vaya .swiper-container .swiper-slide span {
  line-height: 24px;
  text-align: left;
}
.life-with-vaya .swiper-container .swiper-slide span:last-child {
  min-width: 80px;
  padding-left: 10px;
  text-align: right;
}
.life-with-vaya .swiper-container .swiper-slide a {
  margin-bottom: 10px;
}
.life-with-vaya .swiper-container .swiper-button-next, .life-with-vaya .swiper-container .swiper-button-prev {
  background: #fff;
  padding: 10px 20px;
  opacity: 0.5;
  border-radius: 10%;
  display: inline-flex;
}
.life-with-vaya .swiper-container .swiper-button-next.swiper-button-disabled, .life-with-vaya .swiper-container .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.life-with-vaya .swiper-container .swiper-button-next, .life-with-vaya .swiper-container .swiper-button-prev {
  top: 45%;
}
.life-with-vaya .swiper-container .swiper-button-next:after, .life-with-vaya .swiper-container .swiper-container-rtl .swiper-button-prev:after, .life-with-vaya .swiper-container .swiper-button-prev:after, .life-with-vaya .swiper-container .swiper-container-rtl .swiper-button-next:after {
  font-size: 24px;
  color: #333;
}
@media (max-width: 768px) {
  .life-with-vaya {
    background-size: 30%;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 60px 0;
  }
  .life-with-vaya .h2, .life-with-vaya h2 {
    font-size: 1.5rem;
  }
  .life-with-vaya p {
    line-height: 21px;
  }
  .life-with-vaya span {
    color: #444;
  }
}

.watch-share {
  background: url("../img/1l-banner.png") top center no-repeat;
  background-size: cover;
  min-height: 600px;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: inherit;
  padding: 60px 0;
}
.watch-share h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.watch-share .watch-text {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: center;
}
.watch-share .swiper-container {
  width: 100%;
  /* height: 100%; */
  height: 450px;
}
.watch-share .swiper-container .swiper-wrapper {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .watch-share .swiper-container .swiper-wrapper {
    margin: auto auto auto 0;
  }
}
.watch-share .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}
.watch-share .swiper-container .swiper-slide img {
  border: none;
  cursor: pointer;
}
.watch-share .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.75;
}
@media (max-width: 768px) {
  .watch-share .swiper-container {
    height: 150px;
  }
  .watch-share .swiper-container .swiper-pagination-bullet {
    background: #fff;
  }
  .watch-share .swiper-container .swiper-pagination-bullet-active {
    background: #007aff;
  }
}
@media (max-width: 768px) {
  .watch-share {
    min-height: inherit;
  }
  .watch-share h2 {
    font-size: 1.5rem;
    width: inherit;
    padding-bottom: 20px;
  }
  .watch-share {
    padding: 30px 0;
  }
  .watch-share .swiper-container-vertical > .swiper-pagination-bullets {
    right: 0 !important;
    top: 40% !important;
  }
}

.no-personalise .personalization {
  display: none;
}

#footer {
  background: #373737;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
#footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "whitney-medium";
}
#footer .footer-newsletter {
  padding: 40px;
  color: #323232;
  background: #e5e5e5;
  justify-content: space-between;
}
#footer .footer-newsletter .email-subscribe {
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
  align-items: end;
  justify-content: end;
}
#footer .footer-newsletter .success-msg, #footer .footer-newsletter .email-msg {
  padding-top: 10px;
  color: red;
  text-align: center;
  margin-bottom: 0;
  font-family: "whitney-book";
  font-size: 14px;
}
#footer .footer-newsletter .success-msg {
  color: #007b05;
}
#footer .footer-newsletter h3 {
  font-size: 24px;
  font-family: "whitney-medium";
  font-weight: 700;
  margin-bottom: 10px;
}
#footer .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  width: 350px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
  background: none;
}
#footer .footer-newsletter form input[type=email]:focus {
  outline: none;
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 20px;
  margin: 3px;
  background: #373737;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #007680;
}
@media (max-width: 768px) {
  #footer .footer-newsletter {
    margin-top: 0;
    padding: 30px 15px;
    text-align: center;
    justify-content: center;
  }
  #footer .footer-newsletter .email-subscribe {
    justify-content: center;
  }
  #footer .footer-newsletter h3 {
    font-size: 18px;
  }
  #footer .footer-newsletter form {
    width: 270px;
    text-align: left;
  }
  #footer .footer-newsletter form input[type=email] {
    width: calc(100% - 50px);
  }
}
#footer .bulk-orders {
  padding: 30px;
  background: #595959;
}
#footer .bulk-orders a {
  text-decoration: underline;
}
#footer .footer-content {
  padding: 20px 30px;
}
#footer .footer-content p, #footer .footer-content strong {
  color: #fff;
}
@media (max-width: 768px) {
  #footer .footer-content {
    padding: 10px 20px;
  }
}
#footer .footer-info {
  margin-bottom: 30px;
}
#footer .footer-links {
  padding: 20px 0;
  border-bottom: 1px solid rgb(75, 75, 75);
}
#footer .footer-links a {
  color: #fff;
}
#footer .footer-links a:hover {
  color: #aaa;
}
#footer .footer-links ul li:first-child {
  padding-top: 0;
  padding-left: 0;
}
#footer .footer-links ul a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
#footer .footer-links ul a:after {
  content: "|";
  padding: 0 8px;
}
#footer .footer-links ul a:last-child:after {
  content: "";
  padding: 0;
}
@media (max-width: 768px) {
  #footer .footer-links {
    padding: 10px 0;
  }
  #footer .footer-links h4 {
    margin: 0 auto;
    line-height: 23px;
  }
  #footer .footer-links ul {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: inherit;
  }
  #footer .footer-links ul a {
    width: 49%;
    display: inline-block;
    padding: 5px 0;
    line-height: 20px;
  }
  #footer .footer-links ul a:after {
    content: "";
    padding: 0;
  }
}
#footer .footer-copyright {
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-copyright .owned-info {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  #footer .footer-copyright .owned-info {
    margin: 20px 0;
  }
}
#footer .footer-copyright .secure-icons span {
  background: url("../img/footer-logo.png") top center no-repeat;
  display: inline-block;
  width: 75px;
  height: 25px;
}
#footer .footer-copyright .secure-icons .six {
  background-position: 0px -188px;
}
#footer .footer-copyright .secure-icons .seven {
  background-position: 2px -220px;
}
@media (max-width: 768px) {
  #footer .footer-copyright .secure-icons .six {
    background-position: 5px -188px;
  }
  #footer .footer-copyright .secure-icons .seven {
    background-position: 2px -220px;
  }
}
#footer .footer-copyright .social-links {
  text-align: right;
}
#footer .footer-copyright .social-links a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-copyright .social-links a:hover {
  background: #007690;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  #footer .footer-copyright {
    line-height: 21px;
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
  }
}
#footer .footer-btf {
  color: #fff;
  border-bottom: 1px solid rgb(75, 75, 75);
  padding: 20px 0;
}
#footer .footer-btf strong {
  font-weight: 500;
  margin: 5px 0;
}
#footer .footer-btf p {
  margin: 0 0 10px 0;
}
#footer .footer-btf a {
  color: #e6b728;
}
@media (max-width: 768px) {
  #footer {
    font-size: 14px;
    line-height: 21px;
  }
  #footer h4 {
    font-size: 16px;
  }
  #footer p {
    margin: 10px 0 15px 0;
  }
  #footer strong {
    padding: 10px 0 0 0;
    font-weight: 700;
    display: block;
    line-height: 21px;
  }
}

/*# sourceMappingURL=new-style.css.map */
