@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: BeirutDisplay;
  src: url(/assets/fonts/BeirutDisplayWeb-SemiBold.woff);
}

/* Webfont: SerronaSans */
@font-face {
  font-family: 'SerronaSans';
  src: url(/assets/fonts/SerronaSans.eot);
  /* IE9 Compat Modes */
  src: url(/assets/fonts/SerronaSans.eot?#iefix) format('embedded-opentype'),
    /* IE6-IE8 */
    url(/assets/fonts/SerronaSans.woff) format('woff'),
    /* Modern Browsers */
    url(/assets/fonts/SerronaSans.ttf) format('truetype'),
    /* Safari, Android, iOS */
    url(/assets/fonts/SerronaSans.svg#SerronaSans) format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: SerronaSans-Outline */
@font-face {
  font-family: 'SerronaSans-Outline';
  src: url(/assets/fonts/SerronaSans-Outline.eot);
  /* IE9 Compat Modes */
  src: url(/assets/fonts/SerronaSans-Outline.eot?#iefix) format('embedded-opentype'),
    /* IE6-IE8 */
    url(/assets/fonts/SerronaSans-Outline.woff) format('woff'),
    /* Modern Browsers */
    url(/assets/fonts/SerronaSans-Outline.ttf) format('truetype'),
    /* Safari, Android, iOS */
    url(/assets/fonts/SerronaSans-Outline.svg#SerronaSans-Outline) format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;300;400;500&display=swap');

body {
  font-size: 16px;
  font-family: var(--thm-body-font);
  color: var(--thm-text);
  line-height: 1em;
  font-weight: 300;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  top: 0 !important;
}

p {
  font-size: 18px;
  font-family: var(--thm-body-font);
  color: var(--thm-text);
  line-height: 1.3em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  top: 0 !important;
}

:root {
  --thm-font: "BeirutDisplay";
  --thm-b-font: "SerronaSans";
  --thm-c-font: "SerronaSans";
  --thm-body-font: 'Noto Sans HK', sans-serif;
  --thm-base: #ffc20a;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #0f0f1d;
  --thm-text: #0f0f1d;
}

/* HEADERS */

h1,
h2,
h3,
h4 {
  font-family: 'BeirutDisplay';
}

h1 {
  font-size: 70px
}

h2 {
  font-size: 60px
}

h3 {
  font-size: 38px
}

h4 {

  font-size: 34px
}

h5 {

  font-size: 30px
}

h6 {
  font-size: 20px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 55px
  }

  h2 {
    font-size: 45px
  }

  h3 {
    font-size: 30px
  }

  h4 {

    font-size: 25px
  }

  h5 {

    font-size: 20px
  }

  h6 {

    font-size: 17px
  }
}

@media only screen and (width: 1280px) {
  .main-menu .navigation>li {
    margin-right: 25px;
  }
}

.call-to-section-two h2 {
  position: relative;
  float: left;
  display: block;
  font-size: 60px;
  line-height: 1em;
  color: var(--thm-black);
  text-transform: none;
  font-weight: 500;
  margin: 0px 0px 25px;
  z-index: 3;
}

.page-banner .bread-crumb li {
  font-family: var(--thm-b-font);
}

.page-banner h1 {
  text-transform: none;
}

.navbar-custom {
  background-color: #0f0f1d;
  padding: 25px 80px;
}

@media (max-width: 768px) {
  .navbar-custom {
    padding: 5px;
  }
}

.main-header .nav-outer {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  font-family: var(--thm-font);
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 12px 0px;
  opacity: 1;
  transition: all 300ms ease;
}

.discover-block .cap-inner h5 {
  text-transform: none;
}

.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 30px 0px;
  margin-right: 50px;
  z-index: 7;
}

@media (min-width: 1025px) {
  .main-header .header-upper .inner-container.account-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 150px;
  }
}

@media (max-width: 1024px) {
  .main-header .header-upper .inner-container.account-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.tab-filters li a.filter--dark {
  background: #822215;
}

.tab-filters li a.filter--dark:before {
  background: #57231c;
}

.tab-filters li a.filter--blue {
  background: #05235E;
}

.tab-filters li a.filter--blue:before {
  background: #091225;
}

.tab-filters li a.filter--light {
  background: #004785;
}

.tab-filters li a.filter--light:before {
  background: #053157;
}

.tab-filters li a.filter--red {
  background: #99111E;
}

.tab-filters li a.filter--red:before {
  background: #822215;
}

.tab-filters {
  padding-bottom: 0px;

}

.bg-contact {
  background-color: #f7f7f7;
  padding: 40px 90px 0px 90px;
}

@media (max-width: 500px) {

  .bg-contact {
    padding: 20px 36px 0px 36px;
  }

  .video-background-container {
    position: relative;
    height: auto;
  }

  .footer-menu-wrap.foot-up:before {
    content: '';
    right: -12%;
  }
}


.pricing-title {
  font-family: var(--thm-b-font);
  color: white;
}

.pricing-card {
  background-color: var(--thm-black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 50px;
  border-radius: 8px;
}

.pricing-one {
  padding-top: 120px;
  padding-bottom: 115px;
  background-color: var(--thm-base);
}

.about-section-two .image-box {
  position: relative;
  display: block;
  margin-top: -200px;
  z-index: 5;
}

.page-banner .image-layer {
  opacity: .5;
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
}

@media (max-width: 768px) {
  .about-section-two .image-box {
    margin-top: 0;
    padding-top: 30px;
  }

  .inner-container.account-header.clearfix h1 {
    margin-top: -45px;
  }
}

.transform-none {
  text-transform: none;
}

.contact-section .info-block .inner-box {
  padding: 45px 45px 40px;
  background: #0F0F1D;
}

.contact-section .info-block .inner-box .text,
.contact-section .info-block .inner-box .text a {
  color: #FFFFFF;
}

.contact-section .info-block .inner-box h5 {
  color: #FCED3F;
}

.parallax-section {
  overflow: hidden;
}

.parallax-section .jarallax-img,
.parallax-section .image-layer {
  height: initial;
  min-height: 100%;
}

.error {
  color: orangered;
  padding-top: 10px;
}

b,
strong {
  font-weight: 900;
}

.wine-color-red {
  color: #b74141;
}

.wine-color-white {
  color: #cfc3a6;
}

.wine-color-rose {
  color: #b77676;
}

.market-price {
  color: #ffffff;
  padding: 0px 10px;
}

.market-price-good {
  background-color: #099609;
}

.market-price-bad {
  background-color: #960909;
}

.sidebar .services ul li a {
  font-family: var(--thm-body-font);
}

.login-wrapper .login-content__inner {
  background-color: #ffc20a;

}

.service-block .inner-box.bg-light-gray {
  background-color: #f2f2f3;
}

.service-block .inner-box.bg-light-gray:hover {
  background-color: var(--thm-base);
}

.bg-yellow {
  background-color: #ffc20a;
}

.text-yellow {
  color: #ffc20a;
}

.bg-light-gray {
  background-color: #f2f2f3;
}

.bg-yellow-light {
  background-color: #fff6cd;
}

.service-block .inner-box .bg-yellow-light {
  background: #fff6cd;
}

.btn-yellow {
  background-color: #ffc10c;
  border: 2px solid #000;
  font-family: var(--thm-body-font)
}

.btn-yellow:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.sign-up-link {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.login-wrapper .login-bg {
  height: 66vw;
}

.login-wrapper form input[type="text"],
.login-wrapper form input[type="email"],
.login-wrapper form input[type="password"] {
  font-family: var(--thm-body-font);
  font-weight: 600;
}

.page-banner h1.text-yellow {
  color: #ffc20a;
  font-size: 74px;
}

.page-banner .inner-container.account-header {
  position: relative;
  padding: 40px 0px 100px;
  align-items: flex-end;
  justify-content: space-between;
}

.yellow-line {
  height: 200px;
  border-left: 3px solid #ffc10c;
  margin-top: 103px;
  margin-bottom: 30px
}

.height-banner {
  max-height: 500px;
}

.auto-container {
  max-width: inherit;
  padding: 0px 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

@media screen and (max-width: 541px) {
  .pr-150 {
    padding-right: 0px;
  }

  p {
    font-size: 15px;
  }

  .page-banner h1.text-yellow {
    color: #ffc20a;
    font-size: 43px;
  }

  .pl-150 {
    padding-left: 20px;
  }

  .pr-150 {
    padding-right: 20px;
  }

  .auto-container {
    max-width: inherit;
    padding: 0px 20px;
  }

  .yellow-line {
    height: 175px;
    border-left: 3px solid #ffc10c;
    margin-top: 50px;
    margin-bottom: 50px
  }
}

.service-block .inner-box h6.dashboard-item-title {
  font-size: 23px;
}

.wishlist-item {
  font-size: 15px;
}

.wishlist-item-format {
  font-size: 13px;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .pl-150 {
    padding-left: 50px;
  }

  .login-wrapper .login-bg {
    height: 134vw;
  }

  .service-block .inner-box h6.dashboard-item-title {
    font-size: 23px;
  }

  .yellow-line {
    height: 200px;
    border-left: 3px solid #ffc10c;
    margin-top: 103px;
    margin-bottom: 60px
  }
}

@media (min-width: 375px) and (max-width: 415px) {
  .login-wrapper .login-content__inner {
    min-height: 78vh;
    top: 65px;
  }

  .btn-style-one .btn-title {
    font-size: 15px;
    padding: 8px 50px 6px;
  }

  .login-wrapper form p {
    margin: 0;
    color: #686a6f;
    line-height: 2.125;
    font-size: 14px;
  }

  .login-wrapper form input[type="text"],
  .login-wrapper form input[type="email"],
  .login-wrapper form input[type="password"] {
    height: 50px;
  }
}

@media screen and (max-width: 374px) {
  .login-wrapper .login-content__inner {
    min-height: 79vh;
    top: 65px;
  }

  .btn-style-one .btn-title {
    font-size: 13px;
    padding: 6px 50px 4px;
  }

  .login-wrapper form p {
    margin: 0;
    color: #686a6f;
    line-height: 2.125;
    font-size: 14px;
  }

  .login-wrapper form input[type="text"],
  .login-wrapper form input[type="email"],
  .login-wrapper form input[type="password"] {
    height: 50px;

  }
}

@media screen and (max-width: 1024px) {
  .auto-container.topbar {
    max-width: inherit;
    padding: 0px 20px;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .auto-container {
    max-width: inherit;
    padding: 0px 20px;
  }

  .height-banner {
    max-height: 450px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .auto-container {
    max-width: inherit;
    padding: 0px 31px;
  }

}

.banner-container {
  padding: 0px 150px;
}

.service-block .inner-box {
  padding: 20px 30px;
}

.account-icon {
  max-width: 100%;
  height: auto;
}

.account-info-box {
  color: #9f9fa5;
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
}

.account-info-box-email {
  color: #9f9fa5;
  margin: 0px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}

.dashboard-item-list-border {
  border-bottom: 1px solid black;
}

.dashboard-item-list:hover {
  background-color: white;
}

.service-block .inner-box.bg-yellow-light {
  background: #fff6cd;
}

.service-block .inner-box.bg-yellow {
  background: #ffc20a;
}

.service-block .inner-box.bg-yellow-light:hover {
  background: #ffc20a;
}

.service-block .inner-box.bg-yellow:hover {
  background: #fff6cd;
}

.main-header {
  z-index: 1000;
}

.d-grid {
  display: grid;
}

.cart-table thead th {
  text-transform: uppercase;
  font-family: var(--thm-font);
  font-size: 14px;
  color: var(--thm-black);
  font-weight: 400;
  padding: 0;
  border: none;
  padding-bottom: 20px;
}

.sec-title.centered {
  max-width: initial;
}

.red-wine {
  height: 15px;
  width: 15px;
  background-color: #901d37;
  border-radius: 50%;
  display: inline-block;
}

.white-wine {
  height: 15px;
  width: 15px;
  background-color: #f1d3a6;
  border-radius: 50%;
  display: inline-block;
}

.rose-wine {
  height: 15px;
  width: 15px;
  background-color: #f3b5ba;
  border-radius: 50%;
  display: inline-block;
}

.orange-wine {
  height: 15px;
  width: 15px;
  background-color: #e89008;
  border-radius: 50%;
  display: inline-block;
}

.spirits {
  height: 15px;
  width: 15px;
  background-color: #9ba8cc;
  display: inline-block;
}

.wine-color {
  font-size: 13px;
}

.champagne {
  width: 12px;
  height: 12px;
  background: #9a9182;
  text-align: center;
  transform: rotate(45deg);
  position: relative;
  left: 3px;
  margin-right: 3px;
}

/*.accordion-box .block {
    position: relative;
    background: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0px;
    -ms-box-shadow: none;
    box-shadow: none;
	}
.accordion-box .block.active-block {
    background-color: transparent;
    -ms-box-shadow: none;
    box-shadow: none;
}
	.accordion-box .block .acc-btn {
	padding:0px;
}

.accordion-box .block .acc-btn.active {
    background-color: transparent;
	padding:0px;
}
.accordion-box .block .acc-btn:before {
    color: #fff;
	top: -3px;
}
.accordion-box .block .acc-btn.active:before {
    color: #fff;
	top: -3px;
}
*/

.border-white-t {
  border-top: 1px solid white;
}

.border-white-tb {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.accordion-box .block .content {
  position: relative;
  padding: 10px 0px;
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .pl-lg {
    padding-left: 50px;
  }
}

@media (min-width: 1351px) and (max-width: 1555px) {
  .pl-lg {
    padding-left: 90px;
  }
}

.arrow-yellow {
  color: #ffc20a;
  font-size: 27px;
}

.border-bottom {
  border-bottom: 1px solid #9f9fa5;
}

.quantity-box {
  position: relative;
  border-radius: 8px;
  height: 60px;
}

.quantity-box input {
  width: 50px;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #e9ebee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 18px;
  font-family: var(--thm-body-font);
}

.btn-style-one .btn-title.add-to-cart-btn {
  width: 120px;
  padding: 10px;
  font-size: 11px;
}

.table-detail {
  font-size: 14px;
}

.table-link {
  font-weight: 700;
  color: black;
  font-size: 14px;
  text-decoration: underline;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: baseline;
  border-bottom: none;
}

.table thead th {
  border-bottom: none;
}

.card-body {
  max-width: fit-content;
  border: none;
  background-color: transparent;
  background-clip: none;
}

.sticker-rating {
  font-size: 14px
}

.sticker-source {
  font-size: 10px;
}

.d-contents {
  display: contents;
}

thead,
tfoot {
  border-top: 2px solid #ffc10c;
  border-bottom: 2px solid #ffc10c;
}

thead.mobile-table {
  border-top: none;
  border-bottom: 2px solid #ffc10c;
  background-color: #ffc10c;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(140 140 140 / 5%);
}

.d-none {
  display: none;
}

.sidefilters {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffaa17;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 1001;
}

.sidefilters ul {
  padding: 15px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidefilters a:hover {
  color: #f1f1f1;
}

.sidefilters .closebtn {
  font-size: 36px;
  color: #000;
}

@media screen and (max-height: 450px) {
  .sidefilters {
    padding-top: 15px;
  }

  .sidefilters a {
    font-size: 18px;
  }
}

@media screen and (max-width: 414px) {
  h6 {
    font-size: 12px;
  }
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
  font-family: var(--thm-body-font);
}

.form-group .ui-selectmenu-button.ui-button {
  font-family: var(--thm-body-font);
}

.ui-widget.ui-widget-content {
  font-family: var(--thm-body-font);
}

.curated-list-title {
  padding: 20px 25px;
  font-size: 32px;
  position: absolute;
  top: 10%;
}

@media screen and (max-width: 1300px) {
  .curated-list-title {
    padding: 20px 25px;
    font-size: 24px;
    position: absolute;
    top: 10%;
  }

  .curated-list-desc {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .curated-search {
    width: 50%;
  }
}

.height-list-box {
  height: 375px;
}

.gallery-item .inner-box .image img {
  -webkit-filter: sepia(70%);
}

.gallery-item .cap-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 6%;
  color: #ffffff;
  opacity: 1;
  transform: none;
}

.tab-btns.account-select li span,
.edit_shipping_account,
.btn_account_save .btn-title {
  font-family: sans-serif;
}

.my_account_titles.email {
  font-size: 2rem;
}

.edit_shipping_account {
  background-color: white;
}

.checkout-page .default-form textarea {
  height: 200px;
}

.account-select.tab-buttons .tab-btn:before,
.account-select.tab-buttons .tab-btn.active-btn:before {
  display: none;
}

.account-select.tab-buttons .tab-btn:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: lightgray;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.account-select.tab-buttons .tab-btn.active-btn:after {
  background: var(--thm-base);
}

@media only screen and (max-width: 767px) {
  .btn_account_save {
    padding-bottom: 50px;
  }
}

@media (min-width:768px) and (max-width: 919px) {
  .tab-btns.account-select .tab-btn {
    display: block;
  }
}

@media only screen and (max-width: 414px) {
  .my_account_titles.email {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 280px) {
  .my_account_titles.email {
    font-size: 1.0rem;
  }

  .u280-hide {
    display: none !important;
  }

  .col-12.col-md-10.col-xl-10.p-3.p-md-4.ml-0.u360-responsiveness {
    margin-right: 2rem !important;
  }

  .u280-ta-center {
    text-align: center !important;
  }

  body {
    overflow-x: hidden !important;
  }
}

@media (min-width:1500px) {

  .account-left,
  .account-right {
    flex: 0 0 50%;
  }
}

.body-font {
  font-family: var(--thm-body-font);
}

.btn-style-two span.btn-title:hover {
  color: #000;
}

.btn-style-two:hover i.btn-curve {
  border-radius: 5px;
  border: 1px solid #828282;
}

.remove-from-cart span.remove-from-cart-btn {
  padding: 5px 10px;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.overflow-visible {
  overflow: visible;
}

.sticky-parent-height {
  min-height: 800px;
}

.checkout__table thead th,
.checkout__table tbody td {
  padding: .75rem;
}

@media screen and (max-width: 1024px) {
  .overflow-visible {
    overflow: hidden;
  }

  .sticky-parent-height {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .checkout__payment__title {
    font-size: 15px;
  }

  .checkout__payment {
    padding: 19px;
  }
}

@media (min-width:539px) and (max-width: 541px) {
  .auto-container {
    padding: 0 30px;
  }
}

.accordion-box .block .acc-btn.search-results {
  position: relative;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 20px;

}

a.add-to-wishlist {
  padding: 0 5px;
  font-size: 23px;
}

.accordion-box .block .acc-btn.search-results:before {
  position: absolute;
  right: 6px;
  top: 9px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 1px;
  content: "\f116";
  font-family: "Flaticon";
}

.accordion-box li.block.search-results {
  -ms-box-shadow: none;
  box-shadow: none;
}

.owl-nav {
  max-width: 350px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev .icon.fa:before,
.owl-nav .owl-next .icon.fa:before {
  font-size: 20px;
  margin: 0 20px;

}

.owl-carousel {
  max-width: 350px;
}

@media screen and (min-width:1025px) {
  .owl-carousel {
    max-width: 500px;
  }
}

.search-results-table p {
  font-size: 0.87rem;
}

.modal.fade.show {
  z-index: 9999;
}

.page-wrapper {
  z-index: auto;
}

@media screen and (min-width:1024px) {
  .d-md-inline-table-row {
    display: table-row !important;
  }

  .d-md-inline-table-cell {
    display: table-cell !important;
  }
}

@media screen and (min-width:1200px) {
  .d-xl-inline-table {
    display: inline-table !important;
  }
}

.btn-images {
  background-color: #ffc10c;
  border: none;
  font-family: var(--thm-body-font);
  font-size: 11px;
  padding: 7px 20px;
  font-weight: bold;
}

@media (min-width: 767px) and (max-width:1455px) {
  .btn-style-one .btn-title {
    padding: 19px 30px 16px;
    z-index: 1;
  }
}

.list-item-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}

.d-contents {
  display: contents !important;
}

.pagination-arrow {
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 26px;
}

.btn-primary.pagination-btn {
  background-color: #ffc10c !important;
  border-color: #ffc10c !important;
  border-radius: .25rem !important;
  line-height: 1.6;
  min-width: 43px;
}

.btn-secondary.pagination-btn {
  border-radius: .25rem !important;
  line-height: 1.6;
  min-width: 43px;
}

.main-menu .navigation>li>ul>li>a {
  font-size: 16px;
  line-height: 16px;
}

.main-menu .navigation>li>ul>li>a:hover {
  background-color: transparent !important;
}

.main-menu .navigation>li>ul {
  width: auto;
}

.main-menu .navigation>li>ul {
  top: 85%;
}

.main-footer .newsletter-form .form-group input[type="email"] {
  font-family: var(--thm-font);
}

.borders-tb-yellow {
  border-top: 9px solid #ffc10c;
  border-bottom: 9px solid #ffc10c;
}

.about-section-two .image-box-2 {
  position: relative;
  display: block;
  margin-top: -100px;
  z-index: 5;
}

@media screen and (max-width:768px) {
  .about-section-two .image-box-2 {
    position: relative;
    display: block;
    margin-top: 0px;
    z-index: 5;
  }
}

.popup-text {
  padding: 30px 50px;
  margin: 0;
  text-align: justify;
  font-size: 16.5px;
}

.popup-box {
  border: 10px solid #ffc20a;
}

.header-style-seven .topbar-four.bg-yellow {
  background-color: #FFC215;
}

.header-style-seven .topbar-four .phone a,
.header-style-seven .topbar-four .phone span {
  color: #000;
  font-weight: 800;
}

.header-style-seven .social-links a {
  font-size: 18px;
  color: #000;
}

.header-style-seven .social-links a:hover {
  color: #fff;
}

.header-style-seven .main-menu .navigation>li>a>i {
  font-size: 22px;
}

.left-content {
  display: flex;
}

.work-tabs .tab-buttons .tab-btn {
  padding: 7px 15px;
}

.work-tabs .tab-buttons {
  background: #FFAA18;
  display: flex;
}

.sec-title h2 {
  font-size: 50px;
}

.accordion-box .block .acc-content.current {
  padding: 10px 15px;
}

@media (min-width: 768px) and (max-width:1024px) {
  .work-tabs .tab-buttons .tab-btn {
    width: 100%;
    display: flex;
    text-align: center !important;
    justify-content: center;
    padding: 10px 15px;
  }

  .work-tabs .tab-buttons .tab-btn span {
    width: max-content;
    font-size: 14px !important;
  }
}

@media only screen and (min-width:1025px) {
  .work-tabs .tab-buttons .tab-btn {
    width: 100%;
    display: flex;
    text-align: center !important;
    justify-content: center;
    padding: 10px 15px;
  }

  .work-tabs .tab-buttons .tab-btn span {
    width: max-content;
    font-size: 20px !important;
  }

  .accordion-box .block .acc-content.current {
    padding: 15px 25px;
  }
}

.default-tabs .tab-buttons .tab-btn.curated-search-btn {
  position: relative;
  line-height: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-black);
  text-align: center;
  padding: 12px 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 0.07em;
  border-radius: 7px;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn.curated-search-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--thm-base);
  border-radius: 7px;
  transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn.curated-search-btn.active-btn {
  color: #fff;
}

.default-tabs .tab-buttons .tab-btn.curated-search-btn.active-btn:before {
  background: var(--thm-black);
}

h5.curated-search {
  font-size: 16px;
  margin: 0 !important;
}

li.curated-search {
  text-align: left;
}

li.curated-search a {
  font-size: 15px;
  font-weight: 500;
}

li.curated-search a:hover {
  font-size: 15px;
  font-weight: 500;
  color: var(--thm-base) !important;
  transition: all 0.1s ease;
}

.w-20 {
  width: 20%;
}

.select-category-dropdown {
  background-color: #e9ebee;
  color: #000;
  width: 100%;
  padding: 12px;
  font-size: 20px;
  border: 1px solid #727272 !important;
  border-radius: 0;
}

.select-category-dropdown-menu {
  margin-top: 0px !important;
  border: 1px solid rgb(83, 91, 97);
  border-radius: 0;
}

.show>.btn-secondary.dropdown-toggle.select-category-dropdown-menu:focus {
  box-shadow: none;
}

.select-category-dropdown-menu li {
  width: 100%;
  background-color: #f4f5f8;
  padding: 13px;
  border-bottom: 1px solid #d2d6d9;
}

.select-category-dropdown-menu li a {
  font-size: 17px;
  font-family: var(--thm-font);
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card-body.card-search-mobile {
  max-width: 100%;
}

.collapse.curated-search-dropdown {
  background-color: #ffc00d;
  padding-top: 4px;
}

.dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 31%;
}

.accordion-box .block .acc-btn.curated-search-acc-btn {
  font-size: 17px;
  padding: 16px 55px;
}

.accordion-box .block .acc-btn.curated-search-acc-btn:before {
  top: 18px;
}

.category-active {
  background-color: #ffc00d !important;
  color: #000;
}

.btn-secondary.select-category-dropdown:focus {
  box-shadow: none !important;
}

.floating-email {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--thm-base);
  display: none;
  transition: all 300ms ease;
  display: inline;
}

@media screen and (max-width:1024px) {
  .floating-email {
    position: fixed;
    right: 24px;
    bottom: 45px;
  }

  .mobile-nav__container li a {
    font-size: 17px;
  }

  .mobile-nav__container li a.dropdown-item {
    font-size: 15px;
    line-height: 1;
  }

  .floating-email:hover {
    background: var(--thm-black);
    color: #ffffff;
  }

  .subcategory-items-box {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
  }

  .subcategory-items-box div {
    color: #343a40 !important;
    border-top: 1px solid #000;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
  }
}

.display-table-caption {
  display: table-caption;
}

.wine-title {
  font-family: 'BeirutDisplay';
  font-size: 14px;
}

.table.mobile-border {
  border: 2px solid #ffc10c !important;
}

.table.mobile-border td,
.table.mobile-border th {
  padding: .75rem;
  vertical-align: middle;
  border-bottom: none;
}

.acc-btn.search-results.mobile-text .count {
  text-decoration: underline;
  color: #000;
}

.sign-up-td {
  font-size: 13px;
  padding: 5px;
}

.table-head-title {
  font-size: 12px;
}

.footer-address {
  margin: 25px 0 0 5px;
}

.wine-nb {
  border-radius: 50%;
  border: none;
  height: 20px;
  width: 20px;
  background-color: #ffc10c !important;
  color: #000;
  font-size: 9px;
  padding: 0px;
  font-family: var(--thm-body-font);
}

.ui-widget-content {
  padding: 10px !important;
  font-size: 0.9em;
}

.badge.badge-secondary.cart-item-number {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #000;
  position: absolute;
  left: 15px;
  font-size: 12px;
}

.header-style-seven .main-menu .navigation li a.nav-social i {
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .badge.badge-secondary.cart-item-number {
    color: #000;
    position: absolute;
    left: 12px;
    top: -13px;
    font-size: 11px;
  }

  .mobile-nav__container li a.nav-social i {
    font-size: 28px
  }
}

.checkout-page .default-form textarea {
  height: max-content !important;
}

.no-shipping-rate {
  border: 10px solid #ffc20a;
}

.do-not-ship {
  border: 10px solid #d0342c;
}

#shipping-popup>div>p {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 360px) {
  .col-12.col-md-10.col-xl-10.p-3.p-md-4.ml-0.u360-responsiveness {
    margin-right: 1rem;
  }
}

/* padding for modal footers on mobile devices to compensate for addThis toolbar */
@media screen and (max-width: 979px) {
  .modal-footer {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1050px) {
  .responsive-scrollable-table {
    overflow-x: auto;
  }
}

.form-check-input.cookie-preference{
  margin-top: 0rem;
}