@charset "UTF-8";
/*******************
	Fonts Family 
********************/
/*******************
	common color
********************/
/******************
	Media Queries
*********************/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.6em;
  overflow-x: hidden;
  font-family: "Tenor Sans";
  color: #151F2E;
  margin-bottom: 0px !important;
}
body.fixed {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1, .h1-title {
  font-size: 87px;
  font-family: "Tenor Sans";
  line-height: 1.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  h1, .h1-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1-title {
    font-size: 34px;
  }
}

.h2-title,
h2 {
  font-size: 47px;
  color: #151F2E;
  font-family: "termina";
  line-height: 1em;
}
@media only screen and (max-width: 1199px) {
  .h2-title,
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .h2-title,
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .h2-title,
  h2 {
    font-size: 28px;
  }
}

.h3-title,
h3 {
  font-size: 32px;
  line-height: 1.38em;
  color: #151F2E;
  font-weight: 600;
}

.h4-title,
h4 {
  color: #B48A52;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}

.h5-title,
h5 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 800;
  color: #151F2E;
}

h6 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  color: #151F2E;
}

.large-title {
  font-size: 150px;
  font-family: "Reenie Beanie";
  letter-spacing: -7.5px;
  line-height: 0.8em;
  text-transform: lowercase;
  color: #151F2E;
}

.outline-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 99px;
  text-transform: uppercase;
}
.outline-text.black-txt {
  -webkit-text-stroke-color: #000;
}

.section-title {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding-bottom: 10px;
  }
}
.section-title h2 {
  font-size: 47px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #151F2E;
  font-family: "termina";
}
@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 26px;
  }
}

.bg-lgtgray {
  background-color: #F4F1EA;
}

:root {
  scroll-behavior: auto;
}

body:not(.home) a:not(.btn) {
  color: #B48A52;
}
body:not(.home) a:not(.btn):visited {
  color: #B48A52;
}
body:not(.home) a:not(.btn):hover, body:not(.home) a:not(.btn):focus, body:not(.home) a:not(.btn):active {
  color: #B48A52;
}
body:not(.home) a:not(.btn):focus {
  color: #B48A52;
  outline: 1px dotted #B48A52;
  outline-offset: 5px;
}
body:not(.home) a:focus,
body:not(.home) button:focus,
body:not(.home) .button.alt:focus,
body:not(.home) input:focus,
body:not(.home) textarea:focus,
body:not(.home) input[type=button]:focus,
body:not(.home) input[type=reset]:focus,
body:not(.home) input[type=submit]:focus,
body:not(.home) input[type=email]:focus,
body:not(.home) input[type=tel]:focus,
body:not(.home) input[type=url]:focus,
body:not(.home) input[type=password]:focus,
body:not(.home) input[type=search]:focus {
  color: #151F2E;
  outline: 1px dotted #151F2E !important;
  outline-offset: 5px;
}
body:not(.home) p {
  margin-bottom: 10px;
}
body:not(.home) p:empty {
  display: none;
}
body:not(.home) p a:not(.btn) {
  color: #B48A52;
  text-decoration: underline;
}
body:not(.home) p:last-of-type {
  margin-bottom: 0;
}

ul, ol {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.site-header {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .site-header {
    display: none;
  }
}
.site-header .header-bar {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9;
}
.site-header .header-bar .header-bar_left {
  padding: 25px 35px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Work Sans";
  text-decoration: none;
}
.site-header .header-bar .header-bar_left img {
  margin-top: -3px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .site-header .header-bar .header-bar_left {
    padding: 24px 8px;
  }
}
.site-header .header-bar .header-bar_right {
  width: 280px;
  background-color: #151F2E;
  padding: 10px 10px 10px 34px;
  border-radius: 0 0 0 34px;
  position: fixed;
  right: 0;
  height: 72px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .header-bar .header-bar_right .cartIcon {
  background-image: url(/wp-content/uploads/2022/03/cart.png);
  width: 24px;
  height: 26px;
  margin-left: 6px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: 12px;
  cursor: pointer;
}
.site-header .header-bar .header-bar_right .cartIcon a {
  text-decoration: none;
}
.site-header .header-bar .header-bar_right .cartIcon a .cartCount {
  position: relative;
  color: #151F2E;
  font-size: 12px;
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 13px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  letter-spacing: 0;
  font-family: "Work Sans";
  top: -10px;
  right: -16px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .site-header .header-bar .header-bar_right {
    display: none;
  }
}
.site-header .header-bar .header-bar_right .toggle-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  width: 30px;
  margin-right: 26px;
  cursor: pointer;
  padding: 5px 0px;
}
.site-header .header-bar .header-bar_right .toggle-menu span {
  width: 30px;
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}
.site-header .header-bar .header-bar_right .toggle-menu span:last-child {
  margin-bottom: 0px;
}
.site-header .header-bar .header-bar_right .place-order {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Work Sans";
}
.site-header .header-bar .header-bar_right .place-order a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #B48A52;
}
@media only screen and (max-width: 767px) {
  .site-header .header-bar .header-bar_right .place-order a {
    left: 25px;
    top: 18px;
    color: #fff !important;
  }
}
.site-header .header-bar .header-bar_right .place-order a:hover {
  color: #B48A52;
}
.site-header .slide-header {
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 250px;
  margin-top: 0;
  padding-left: 50px;
  padding-top: 16px;
  padding-right: 10px;
  transform: translateY(-100%);
  z-index: 99;
  background-color: #151F2E;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .site-header .slide-header {
    padding-left: 30px;
  }
}
.site-header .slide-header .header-bottom {
  text-align: right;
  padding-bottom: 2px;
}
.site-header .slide-header.active {
  transform: translateY(0);
}
.site-header .slide-header .close-header {
  color: #fff;
  position: fixed;
  top: 18px;
  right: 25px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Work Sans";
}
.site-header .slide-header .close-header .close-text {
  margin-right: 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "termina";
  cursor: pointer;
}
.site-header .slide-header .close-header img {
  cursor: pointer;
}
.site-header .slide-header .main-navigation {
  display: block;
  max-width: 1160px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-header .slide-header .main-navigation .nav-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    max-width: 85%;
    width: 100%;
  }
}
.site-header .slide-header .main-navigation .nav-menu li {
  padding-right: 25px;
}
.site-header .slide-header .main-navigation .nav-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.9em;
  color: #B48A52;
  font-family: "termina";
}
.site-header .slide-header .main-navigation .nav-menu li.cart-icon {
  background-image: url(/wp-content/uploads/2022/03/cart.png);
  width: 28px;
  height: 27px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-header .slide-header .main-navigation .nav-menu li.cart-icon a {
  color: transparent;
  width: 28px;
  height: 27px;
  text-decoration: none;
}
.site-header .slide-header .main-navigation .nav-menu li.cart-icon span.cartCount {
  position: relative;
  color: #151F2E;
  font-size: 12px;
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 13px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  font-family: "Work Sans";
  top: -10px;
  right: -16px;
}
.site-header .slide-header .main-navigation .category-menu {
  max-width: 1160px;
  padding-top: 58px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.site-header .slide-header .main-navigation .category-menu h2 {
  text-transform: uppercase;
  font-size: 24px;
  opacity: 0.2;
  color: #fff;
  font-weight: 600;
}
.site-header .slide-header .main-navigation .category-menu .menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.site-header .slide-header .main-navigation .category-menu .menu:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #151F2E;
  display: inline-block;
  width: 100%;
  bottom: 0;
}
.site-header .slide-header .main-navigation .category-menu .menu li {
  width: 48%;
  display: inline-block;
  padding-right: 30px;
  border-bottom: 2px solid #37404c;
  padding-top: 8px;
  padding-bottom: 0px;
}
.site-header .slide-header .main-navigation .category-menu .menu li a {
  color: #fff;
  font-size: 35px;
  line-height: 1.6em;
  font-family: "Tenor Sans";
  font-weight: 100;
}
@media only screen and (max-width: 1150px) {
  .site-header .slide-header .main-navigation .category-menu .menu li a {
    font-size: 24px;
  }
}
.site-header .dashboard-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-inline: 20px 50px;
  background-color: #151F2E;
}
.site-header .dashboard-header .col.header-topbar_left .header-bar-text {
  color: #fff;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "termina";
  font-weight: bold;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li {
  position: relative;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 200px;
  top: 100%;
  background-color: #151F2E;
  list-style: none;
  margin-left: 0;
  box-shadow: 0 0 18px rgb(0, 0, 0);
  z-index: 2;
  padding: 10px 0;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li .sub-menu > li > a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li .sub-menu > li > a:hover {
  color: #B48A52;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li > a {
  padding: 15px 15px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li > a:hover {
  color: #B48A52;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li .admin-login {
  padding-left: 60px;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li:hover .sub-menu {
  display: block;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.site-header .dashboard-header .col.header-topbar_right > div > ul > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  height: 5px;
  width: 5px;
  margin-block: auto;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.site-header.mobile-menu {
  position: fixed;
  top: 0;
  background-color: #151F2E;
  width: 100%;
  height: 70px;
  z-index: 999;
  display: none !important;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .site-header.mobile-menu {
    display: block !important;
  }
}
.site-header.mobile-menu .place-order {
  position: relative;
  top: 18px;
  left: 28px;
}
@media only screen and (max-width: 767px) {
  .site-header.mobile-menu .place-order {
    left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
}
.site-header.mobile-menu .place-order .cartIcon {
  background-image: url(/wp-content/uploads/2022/03/cart.png);
  width: 24px;
  height: 26px;
  margin-left: 6px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: 12px;
  cursor: pointer;
}
.site-header.mobile-menu .place-order .cartIcon a {
  text-decoration: none;
  border-bottom: 0px;
}
.site-header.mobile-menu .place-order .cartIcon a .cartCount {
  position: relative;
  color: #151F2E;
  font-size: 12px;
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 13px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  letter-spacing: 0;
  font-family: "Work Sans";
  top: -10px;
  right: -16px;
}
.site-header.mobile-menu .place-order a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #B48A52;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .site-header.mobile-menu .place-order a {
    color: #fff !important;
  }
}

.mean-bar {
  position: absolute !important;
  background: transparent !important;
}
.mean-bar .meanmenu-reveal {
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .mean-bar .meanmenu-reveal span {
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
    height: 0px !important;
    width: 30px;
  }
  .mean-bar .meanmenu-reveal.meanclose {
    font-weight: 200 !important;
    padding-right: 5px;
  }
}
.mean-bar .mean-nav {
  position: fixed;
  top: 22px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav li a {
    color: #fff !important;
  }
}

.meanmenu-reveal_active {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .meanmenu-reveal_active .mean-nav {
    height: 80vh;
    overflow-x: auto;
  }
}

.site-info {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .site-info {
    padding-top: 70px;
  }
}
.site-info .footer-inner {
  max-width: 545px;
  margin: 0px auto;
  position: relative;
}
.site-info .footer-inner .footer-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  list-style: none;
}
.site-info .footer-inner .footer-menu ul li {
  padding-right: 50px;
}
.site-info .footer-inner .footer-menu ul li:last-child {
  padding-right: 0px;
}
.site-info .footer-inner .footer-menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Work Sans";
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  color: #151F2E;
}
.site-info .footer-inner .footer-menu ul li:hover a {
  color: #B48A52;
}
.site-info .footer-inner .footer-logo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.site-info .footer-inner .footer-logo:before {
  content: "";
  left: 60px;
  position: absolute;
  background-image: url(/wp-content/uploads/2022/03/left_leaf.png);
  width: 40px;
  height: 17px;
}
.site-info .footer-inner .footer-logo:after {
  content: "";
  right: 60px;
  position: absolute;
  background-image: url(/wp-content/uploads/2022/03/left_leaf.png);
  width: 40px;
  height: 17px;
}
.site-info .footer-inner .place--order {
  background-image: url(/wp-content/uploads/2022/03/place-order.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 274px;
  height: 62px;
  text-align: center;
  margin: 0px auto;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.site-info .footer-inner .place--order a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Work Sans";
  text-decoration: none;
}
.site-info .footer-inner .place--order a:hover {
  color: #B48A52 !important;
}

.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container-small {
    max-width: 1170px;
  }
  .container-wrap {
    max-width: 880px;
  }
  .container-content {
    max-width: 960px;
  }
  .container-medium {
    max-width: 1020px;
  }
}
.min-wrap {
  max-width: 730px;
  width: 100%;
}

.text-golden {
  color: #B48A52;
}

.text-green {
  color: #21B253;
}

.bg-blue {
  background-color: #151F2E;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-lightBrown {
  background-color: #F4F1EA;
}

.unorder-list {
  padding-left: 60px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .unorder-list {
    padding-left: 0;
  }
}
.unorder-list li {
  position: relative;
  padding-left: 30px;
}
.unorder-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #B48A52;
}

.order-list {
  padding-left: 60px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  counter-reset: count;
}
@media only screen and (max-width: 767px) {
  .order-list {
    padding-left: 0;
  }
}
.order-list li {
  position: relative;
  padding-left: 30px;
}
.order-list li::before {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  left: 0;
  top: 8px;
  color: #B48A52;
  font-weight: 800;
}

.bg-gray {
  background-color: #F0F0F0;
}

.bg-lgtblue {
  background-color: #2E3B4E;
}

.btn {
  font-size: 15px;
  font-family: "Tenor Sans";
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:active, .btn:visited {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  color: #fff;
  background-color: #B48A52;
  border-color: #B48A52;
}
.btn.btn-primary:hover {
  color: #B48A52;
  background-color: #fff;
  border-color: #B48A52;
}

.banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner {
    padding-top: 50px;
    overflow: hidden;
  }
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #27201A;
  opacity: 0.4;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .banner .banner-tagline {
    display: block !important;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Work Sans";
    text-decoration: none;
    position: relative;
    top: 25px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.banner.home-banner {
  min-height: 630px;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner {
    min-height: 100%;
  }
}
.banner.home-banner .banner--content {
  padding-top: 110px;
}
.banner.home-banner .banner--content .banner-logo h1 {
  margin-bottom: 0px;
}
.banner.home-banner .banner--content .banner-logo h1 .custom-logo-link {
  max-width: 125px;
  width: 100%;
}
.banner.home-banner .logo {
  position: absolute;
  left: 30px;
}
.banner.home-banner .logo h1 {
  margin-bottom: 0px;
}
.banner.inner-banner {
  min-height: 280px;
}
.banner.inner-banner .banner--content {
  padding-top: 0px;
}
@media only screen and (max-width: 991px) {
  .banner.inner-banner .banner--content {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.banner.inner-banner .banner--content h1 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .banner.inner-banner .banner--content h1 {
    font-size: 30px;
  }
}
.banner.inner-banner .logo {
  position: absolute;
  left: 30px;
  bottom: -70px;
}
.banner.inner-banner .logo h1 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .banner.inner-banner .logo h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.inner-banner .logo {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.inner-banner .logo .custom-logo-link {
    max-width: 120px;
    width: 100%;
  }
}
.banner.standard-banner {
  min-height: 630px;
}
@media only screen and (max-width: 991px) {
  .banner.standard-banner {
    min-height: 100%;
  }
}
.banner.standard-banner .logo {
  position: absolute;
  left: 30px;
}
.banner.standard-banner .logo h1 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .banner.standard-banner .logo {
    width: 100%;
    left: 0px;
    position: relative;
    right: 0px;
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.standard-banner .logo {
    padding-top: 60px;
  }
}
.banner.standard-banner .banner--content {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 730px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner.standard-banner .banner--content {
    padding-bottom: 120px;
    padding-right: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }
}
.banner.standard-banner .banner--content h1 {
  margin-bottom: 22px;
}
.banner.standard-banner .banner--content p {
  font-size: 16px;
  line-height: 1.4em;
}
.banner .banner--content {
  position: relative;
  z-index: 9;
  max-width: 920px;
  margin: 0px auto;
  font-size: 25px;
  line-height: 1.2;
}
@media only screen and (max-width: 575px) {
  .banner .banner--content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.banner .banner--content .banner-logo {
  padding-bottom: 70px;
}
.banner .down-arrow {
  position: absolute;
  bottom: -1px;
  text-align: center;
  right: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2022/03/curve.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 147px;
  height: 47px;
  margin: 0px auto;
}
.banner .down-arrow img {
  padding-top: 22px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .banner .down-arrow img {
    padding-top: 14px;
    width: 20px;
  }
}

body.logged-in .banner {
  padding-top: 0 !important;
}

.error-404 {
  padding-top: 50px;
}
.error-404 .search-form-grid label {
  vertical-align: middle;
}
@media only screen and (max-width: 375px) {
  .error-404 .search-form-grid .search-field {
    width: 180px;
  }
}
.error-404 .search-form-grid .search-submit {
  padding: 14px 16px !important;
}
.error-404 .search-form-grid input[type=search]::-webkit-search-decoration,
.error-404 .search-form-grid input[type=search]::-webkit-search-cancel-button,
.error-404 .search-form-grid input[type=search]::-webkit-search-results-button,
.error-404 .search-form-grid input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.error-404 .post-grid {
  padding-top: 50px;
}
.error-404 .post-grid article {
  margin-bottom: 30px;
}
.error-404 .post-grid article .entry-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 1.1em;
}
@media only screen and (max-width: 767px) {
  .error-404 .post-grid article .entry-title {
    font-size: 26px;
  }
}
.error-404 .post-grid article .entry-title a {
  color: #151F2E;
  font-family: "Work Sans";
  text-decoration: none;
}
.error-404 .post-grid article .post-thumbnail {
  height: 250px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -8px;
}
.error-404 .post-grid article .post-thumbnail img {
  height: 100%;
  object-fit: cover;
}
.error-404 .post-grid article .entry-footer {
  display: none;
}
.error-404 .post-grid article .entry-summary {
  background-color: #F4F1EA;
  margin-top: 0;
}
.error-404 .post-grid article .entry-summary p {
  padding: 18px;
}

.error404 .inner-banner .banner--content {
  font-size: 16px;
  line-height: 1.4em;
}
.error404 .inner-banner .banner--content p {
  font-size: 16px;
  line-height: 1.4em;
}
.error404 .inner-banner .banner--content .h2-title {
  font-size: 40px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .error404 .inner-banner .banner--content .h2-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error404 .inner-banner .banner--content .h2-title {
    font-size: 28px;
  }
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme textarea {
  border-radius: 3px;
  border: 1px solid #707070;
  padding: 12px 16px !important;
  font-size: 16px !important;
  line-height: 1em;
  color: #151F2E;
}
.gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/03/caret.svg");
  background-position: 97%;
  padding-right: 40px !important;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  font-size: 15px;
  font-family: "Tenor Sans";
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #B48A52;
  border-color: #B48A52;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gform_footer button,
  .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button,
  .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 4px 20px !important;
    min-height: 100% !important;
  }
}
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
  color: #B48A52;
  background-color: #fff;
  border-color: #B48A52;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  text-align: center;
}
.gform_wrapper.gravity-theme .instruction {
  display: none !important;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 11px !important;
  margin-top: 3px !important;
  padding: 0 !important;
  line-height: 1em !important;
}

.gform_confirmation_message {
  background: #B48A52;
  position: relative;
  padding: 98px 15px 15px;
  text-align: center;
}

.gform_confirmation_message::before {
  content: "✓";
  line-height: 2.6;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  background: #21B253;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 27px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 3px;
  border: 1px solid #707070;
  padding: 12px 16px !important;
  font-size: 16px !important;
  line-height: 1em;
  color: #151F2E;
}

input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 15px;
  font-family: "Tenor Sans";
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #B48A52;
  border-color: #B48A52;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #B48A52;
  background-color: #fff;
  border-color: #B48A52;
}

.default-page {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .default-page {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .default-page {
    padding-top: 40px;
  }
}
.default-page h2,
.default-page h3,
.default-page h4 {
  margin-top: 25px;
  margin-bottom: 12px;
}
.default-page h4,
.default-page h5 {
  font-weight: 700;
}
.default-page ol, .default-page ul {
  padding-left: 60px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .default-page ol, .default-page ul {
    padding-left: 0;
  }
}
.default-page ol li, .default-page ul li {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .default-page ol li, .default-page ul li {
    padding-bottom: 12px;
  }
}
.default-page ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #B48A52;
}
@media only screen and (max-width: 767px) {
  .default-page ul li::before {
    top: 0px;
  }
}
.default-page ol {
  counter-reset: count;
}
.default-page ol li::before {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  left: 0;
  top: 8px;
  color: #B48A52;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .default-page ol li::before {
    top: 3px;
  }
}
.default-page figure.size-full {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .default-page figure.size-full {
    margin-bottom: 20px;
    padding-top: 0px;
  }
}
.default-page figure.size-full img {
  width: 100%;
}
.default-page figure.size-full::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 250px;
  width: 250px;
  background-color: #151F2E;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .default-page figure.size-full::before {
    width: 150px;
    height: 150px;
    right: 6px;
    bottom: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .default-page figure.size-full::before {
    width: 100px;
    height: 100px;
  }
}
.default-page figure {
  padding-left: 60px;
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .default-page figure {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .site-main {
    margin-top: -2px;
  }
}

.woocommerce-shop .woocommerce-pagination {
  display: none;
}

.products-wrap .facetwp-pager {
  padding-top: 20px;
  text-align: center;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.products-wrap .facetwp-pager .facetwp-pager-label {
  display: none;
}
.products-wrap .facetwp-pager .facetwp-page {
  background: #fff;
  color: #B48A52;
  width: auto;
  font-weight: 300 !important;
  text-decoration: none;
  height: 30px;
  padding: 0px 8px;
  margin: 0;
  line-height: 30px;
  border: 1px solid #ebe9eb;
  border-right: 0px;
}
.products-wrap .facetwp-pager .facetwp-page.active {
  background-color: #ebe9eb;
}
.products-wrap .facetwp-pager .facetwp-page:last-child {
  border-right: 1px solid #ebe9eb;
}
.products-wrap .facetwp-pager .facetwp-page.first-page, .products-wrap .facetwp-pager .facetwp-page.last-page {
  font-size: 10px;
  display: inline-block;
}

.site-main .bar-upper {
  padding: 52px 0px 70px;
  background-image: url(/wp-content/uploads/2022/03/bar_upper.svg);
  background-repeat: repeat-x;
  background-position: bottom;
}
@media only screen and (max-width: 991px) {
  .site-main .bar-upper {
    padding: 52px 0px 52px;
  }
}
@media only screen and (max-width: 767px) {
  .site-main .bar-upper {
    padding: 30px 0px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .site-main .bar-upper .bar_title {
    font-size: 22px;
  }
}
.site-main .bar-upper .checkout--page {
  position: relative;
}
.site-main .bar-upper .checkout--page .bar_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site-main .bar-upper .checkout--page a.bar_link {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  right: -50px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #151F2E !important;
  text-transform: uppercase;
  font-family: "termina";
}
@media only screen and (max-width: 991px) {
  .site-main .bar-upper .checkout--page a.bar_link {
    position: static;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1340px) {
  .site-main .bar-upper .checkout--page a.bar_link {
    right: 0px;
  }
}

.bottom-pagitation {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 35px;
}
.bottom-pagitation .order-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  height: 100%;
}
.bottom-pagitation .order-pagination a.prev,
.bottom-pagitation .order-pagination a.next {
  font-size: 20px;
  line-height: 27px;
}
.bottom-pagitation .order-pagination .page-numbers {
  background: #fff;
  color: #B48A52;
  width: auto;
  font-weight: 300 !important;
  text-decoration: none;
  height: 30px;
  padding: 0px 8px;
  margin: 0;
  line-height: 28px;
  border-right: 0px;
  display: inline-block;
  min-width: 28px;
  border: 1px solid #D8D8D8;
  border-right: 0;
}
.bottom-pagitation .order-pagination .page-numbers:last-child {
  border-right: 1px solid #D8D8D8;
}
.bottom-pagitation .order-pagination .page-numbers.current {
  background-color: #ebe9eb !important;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #b48a52;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "termina";
  font-weight: 600;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #B48A52;
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #B48A52;
}

.checkbox-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .contact-section {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contact-section figure {
  height: 100%;
  margin: 0;
}
.contact-section .map {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-section .map {
    margin-top: 10px;
  }
}
.contact-section .map .map__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .contact-section .map iframe {
    height: 326px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-address h2 {
    font-size: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.contact-address .address-bar {
  max-width: 232px;
  margin: 30px auto 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contact-address .address-bar {
    margin-top: 24px;
  }
}
.contact-address .address-bar h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  font-family: "Work Sans";
}
.contact-address .address-bar address {
  font-size: 16px;
  font-family: "Work Sans";
}

.inquiries-section {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .inquiries-section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inquiries-section div[class*=col-] + div[class*=col-] {
  border-left: 1px solid #D0D0D0;
}
@media only screen and (max-width: 767px) {
  .inquiries-section div[class*=col-] + div[class*=col-] {
    border-top: 1px solid #D0D0D0;
    border-left: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    margin-top: 20px;
  }
}
.inquiries-section h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "termina";
}
.inquiries-section a:not(.btn) {
  text-decoration: none;
  color: #B48A52;
  font-size: 20px;
}

.contact-form {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 20px;
  }
}
.contact-form h2 {
  font-weight: 400;
  font-size: 47px;
}
@media only screen and (max-width: 1199px) {
  .contact-form h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form h2 {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .gfield--width-full {
    grid-column: span 12 !important;
  }
}

.contact-form-section {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .contact-form-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.aboutus-section {
  padding-top: 55px;
  position: relative;
  overflow: hidden;
}
.aboutus-section .aboutus-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.aboutus-section .aboutus-columns .aboutus-left {
  max-width: 50%;
  width: 100%;
}
.aboutus-section .aboutus-columns .aboutus-left img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .aboutus-section .aboutus-columns .aboutus-left {
    max-width: 100%;
  }
}
.aboutus-section .aboutus-columns .aboutus-right {
  max-width: 50%;
  width: 100%;
  position: relative;
  top: 80px;
  left: -30px;
}
@media only screen and (max-width: 991px) {
  .aboutus-section .aboutus-columns .aboutus-right {
    max-width: 100%;
    left: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-section .aboutus-columns .aboutus-right {
    top: 0px;
    right: 0px;
  }
}
.aboutus-section .aboutus-columns .aboutus-right:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/badge.png);
  background-repeat: no-repeat;
  width: 168px;
  height: 168px;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -46px;
  right: -66px;
}
@media only screen and (max-width: 991px) {
  .aboutus-section .aboutus-columns .aboutus-right:after {
    background-size: 52%;
    background-position: top right;
    right: -46px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-section .aboutus-columns .aboutus-right:after {
    display: none;
  }
}
.aboutus-section .aboutus-columns .aboutus-right .aboutus-right_text {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 395px;
  width: 100%;
  line-height: 1.6em;
  font-size: 16px;
  font-family: "Tenor Sans";
}
@media only screen and (max-width: 991px) {
  .aboutus-section .aboutus-columns .aboutus-right .aboutus-right_text {
    top: 0;
    left: 0;
    transform: none;
    padding: 35px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-section .aboutus-columns .aboutus-right .aboutus-right_text {
    max-width: 100%;
    text-align: center;
  }
}

.aboutus-desc {
  padding-top: 155px;
  padding-bottom: 80px;
  line-height: 1.4em;
}
@media only screen and (max-width: 991px) {
  .aboutus-desc {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-desc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-slider {
    overflow: hidden;
  }
}
.about-slider .slider-wrap {
  margin-left: -15px;
}
.about-slider .slider-wrap .slide-item {
  padding-left: 15px;
}
.about-slider .slider-wrap .slide-item img {
  width: 100%;
}
.about-slider .slider-wrap button:before {
  opacity: 0 !important;
}
.about-slider .slider-wrap button:focus {
  outline: none;
}
.about-slider .slider-wrap button.slick-prev {
  background: url(/wp-content/uploads/2022/03/Left_ar.png);
  width: 60px;
  height: 60px;
  left: 50px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-slider .slider-wrap button.slick-prev {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    left: 30px;
  }
}
.about-slider .slider-wrap button.slick-next {
  background: url(/wp-content/uploads/2022/03/right_ar.png);
  width: 60px;
  height: 60px;
  right: 50px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-slider .slider-wrap button.slick-next {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    right: 30px;
  }
}

.slick-dots {
  bottom: -36px;
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #dcdcdc;
}
.slick-dots li.slick-active {
  background-color: #151F2E;
}
.slick-dots li button:focus {
  outline: none !important;
}

.about-slider .swiper-button-prev {
  background-color: transparent !important;
  left: 35px !important;
  background-image: url("/wp-content/uploads/2022/03/Left_ar.png") !important;
  width: 60px !important;
  height: 60px !important;
  top: 48% !important;
}
@media only screen and (max-width: 767px) {
  .about-slider .swiper-button-prev {
    top: 42% !important;
    background-size: 52% !important;
    background-repeat: no-repeat !important;
    background-position: left top;
  }
}
.about-slider .swiper-button-prev i {
  color: transparent !important;
}
.about-slider .swiper-button-prev:before {
  color: transparent !important;
}
.about-slider .swiper-button-next {
  background-color: transparent !important;
  right: 35px !important;
  background-image: url("/wp-content/uploads/2022/03/right_ar.png") !important;
  width: 60px !important;
  height: 60px !important;
  top: 48% !important;
}
@media only screen and (max-width: 767px) {
  .about-slider .swiper-button-next {
    top: 42% !important;
    background-size: 52% !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
  }
}
.about-slider .swiper-button-next i {
  color: transparent !important;
}
.about-slider .swiper-button-next:before {
  color: transparent !important;
}

.careers-content-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.more-details {
  color: #B48A52;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.openings__inner {
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  .openings__inner {
    padding: 28px 18px;
  }
}
.openings__inner + .openings__inner {
  margin-top: 20px;
}
.openings__inner h2 {
  font-size: 21px;
}
.openings__inner .openings__desc {
  margin-bottom: 15px;
}

.careers-status {
  font-size: 21px;
  line-height: 1em;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .careers-status {
    margin-top: 6px;
    font-size: 20px;
  }
}
.careers-status::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.careers-status.text-green::before {
  background-color: #21B253;
}
.careers-status.text-golden::before {
  background-color: #B48A52;
}

.careers-modal {
  z-index: 999999;
}
.careers-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
}
.careers-modal .modal-dialog {
  max-width: 860px;
}
@media only screen and (max-width: 991px) {
  .careers-modal .modal-dialog {
    max-width: 96%;
  }
}
.careers-modal .modal-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #091426;
}
@media only screen and (max-width: 991px) {
  .careers-modal .modal-title {
    margin-bottom: 20px;
  }
}
.careers-modal .modal-title-small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  color: #091426;
}
.careers-modal .modal-body {
  padding: 40px 60px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .careers-modal .modal-body {
    padding: 40px 25px;
  }
}
.careers-modal .modal-body p {
  color: #091426;
}
.careers-modal .careers-modal-content {
  padding-top: 50px;
  color: #091426;
}
@media only screen and (max-width: 991px) {
  .careers-modal .careers-modal-content {
    padding-top: 30px;
  }
}
.careers-modal .careers-modal-content .unorder-list {
  padding-left: 0;
}
.careers-modal .careers-modal-content .unorder-list li {
  color: #091426;
}
.careers-modal .careers-modal-content form .gfield_error .validation_message {
  position: relative;
  top: -14px;
}
.careers-modal .upload-file label {
  border: 6px dashed #E3E3E3;
  min-height: 135px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  color: #151F2E;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px !important;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .careers-modal .upload-file label {
    min-height: 100px;
  }
}
.careers-modal .upload-file label::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  background: #fff;
  z-index: -1;
  right: -3px;
  bottom: -3px;
}
.careers-modal .modal-bottom {
  font-size: 14px;
  color: #717A86;
}
.careers-modal .upload-file .ginput_container_fileupload {
  display: none;
}

.order-pickup-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.order-pickup-section .order-title {
  position: relative;
}
.order-pickup-section .order-title .view-order {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  color: #151F2E !important;
}
.order-pickup-section .order-title .view-order:hover {
  color: #B48A52 !important;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-title .view-order {
    position: relative !important;
    top: 0px;
  }
}
.order-pickup-section .order-place-section {
  max-width: 1020px;
  width: 100%;
  margin: 35px auto 0;
}
.order-pickup-section .order-place-section .order-place__inner {
  padding: 50px 190px 50px 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner {
    padding: 30px 120px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .order-pickup-section .order-place-section .order-place__inner {
    padding: 30px 30px 30px 30px;
    text-align: center;
  }
}
.order-pickup-section .order-place-section .order-place__inner .order-place-status {
  position: absolute;
  display: inline-block;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner .order-place-status {
    right: 35px;
  }
  .order-pickup-section .order-place-section .order-place__inner .order-place-status svg {
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .order-pickup-section .order-place-section .order-place__inner .order-place-status {
    right: 0px;
    position: relative;
    margin-top: 10px;
  }
}
.order-pickup-section .order-place-section .order-place__inner .h4-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "termina";
  font-size: 18px;
  line-height: 1.3em;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner .h4-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .order-pickup-section .order-place-section .order-place__inner .h4-title {
    text-align: center;
  }
}
.order-pickup-section .order-place-section .order-place__inner .h4-title span {
  color: #5F5A54;
  font-weight: bold;
  font-family: "termina";
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner .h4-title span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .order-pickup-section .order-place-section .order-place__inner .h4-title span {
    text-align: center;
  }
}
.order-pickup-section .order-place-section .order-place__inner .order-place-id {
  font-size: 27px;
  font-family: "termina";
  font-weight: 600 !important;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner .order-place-id {
    font-size: 22px;
    padding-bottom: 2px;
  }
}
.order-pickup-section .order-place-section .order-place__inner .order-name {
  font-size: 18px;
  color: #5F5A54;
  font-weight: 400 !important;
  font-family: "termina";
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner .order-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .order-pickup-section .order-place-section .order-place__inner .order-name {
    display: inline-block !important;
    margin-bottom: 8px;
    width: 100%;
  }
}
.order-pickup-section .order-place-section .order-place__inner .order-name,
.order-pickup-section .order-place-section .order-place__inner .order-place-id {
  display: block;
  font-weight: 800;
}
.order-pickup-section .order-place-section .order-place__inner .order-id {
  font-size: 27px;
  font-weight: 500;
  font-family: "termina";
}
@media only screen and (max-width: 767px) {
  .order-pickup-section .order-place-section .order-place__inner .order-ticket {
    text-align: center;
  }
}
.order-pickup-section .order-place-section .order-place__inner .order-ticket .view-ticket {
  color: #151F2E;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #151F2E;
  font-family: "termina";
  line-height: 1em;
}
@media only screen and (max-width: 991px) {
  .order-pickup-section .order-place-section .order-place__inner .order-ticket .view-ticket {
    font-size: 14px;
  }
}
.order-pickup-section .order-place-section .order-place__inner div[class*=col-]:last-child {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-pickup-section .order-place-section .order-place__inner + .order-place__inner {
  margin-top: 20px;
}

.dashboard-content .inner-head .sec-top-heading .inner-head_top {
  padding-bottom: 20px;
}
.dashboard-content .inner-head .sec-top-heading .inner-head_top .sec-title {
  font-size: 32px;
  position: relative;
  top: -6px;
}

.page-template-product_edit header,
.page-template-product_edit footer {
  display: none;
}
.page-template-product_edit .dashboard-content {
  opacity: 0.8;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner {
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 45px;
  background-color: #fff;
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner {
    padding: 20px 15px;
    max-width: 85%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 375px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner {
    max-width: 100%;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .inventory-btn {
  position: absolute;
  right: -10px;
  top: -10px;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .inventory-btn .fa {
  background-color: #2d91b5;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 12px;
  right: 0;
  cursor: pointer;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .section-title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #151F2E;
  font-weight: bold;
  font-family: "termina";
  font-size: 20px;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .quicktags-toolbar {
  display: none;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .wp-editor-tools {
  display: none;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields table {
  border-width: 0 !important;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-input-wrap input {
  background-color: #FCF7F7;
  font-size: 16px !important;
  font-family: "Work Sans";
  line-height: 1.1em;
  border: 1px solid #E0E0E0;
  min-height: 60px;
}
@media only screen and (max-width: 991px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-input-wrap input {
    min-height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-input-wrap input {
    font-size: 12px !important;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .wp-editor-area {
  background-color: #FCF7F7;
  font-size: 16px !important;
  font-family: "Work Sans";
  line-height: 1.1em;
  border: 1px solid #E0E0E0;
}
@media only screen and (max-width: 991px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .wp-editor-area {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .wp-editor-area {
    height: 150px !important;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .wp-editor-area {
    height: 100px !important;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field {
  border: 0px;
  padding-top: 0px;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field .acf-label {
  font-size: 11px;
  color: #091426;
  font-family: "Work Sans";
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 1.45px;
  margin-bottom: 6px;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field--post-title input {
  width: 100%;
  font-size: 22px !important;
  font-family: "termina";
  line-height: 1.55em;
  padding: 14px 15px 10px !important;
  min-height: 60px;
}
@media only screen and (max-width: 991px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field--post-title input {
    min-height: 45px;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 375px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field--post-title input {
    min-height: 50px;
    font-size: 16px !important;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field--post-content {
  max-width: 48%;
  width: 100%;
  float: left;
  clear: none;
}
@media only screen and (max-width: 767px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .acf-field--post-content {
    max-width: 100%;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .col__right {
  max-width: 52%;
  width: 100%;
  float: right;
  clear: none;
}
@media only screen and (max-width: 767px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .col__right {
    max-width: 100%;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .col__right.per_today .acf-input {
  width: 90px;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-fields .col__right.per_today .acf-input input {
  text-align: center;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-form-submit {
  clear: both;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-form-submit input {
  background-color: #2d91b5;
  font-size: 12px;
  border: 1px solid #2d91b5;
  font-weight: 500;
  font-family: "termina";
  margin-top: 25px;
  padding: 11px 30px 8px;
  line-height: 1.2em;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-form-submit input:hover {
  background-color: #fff;
  color: #2d91b5;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-actions a {
  text-decoration: none;
  color: #2d91b5 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans";
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr th {
  display: none;
  font-size: 11px;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr th:nth-of-type(2) {
  width: 80% !important;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr th:nth-of-type(2) label {
  font-size: 11px;
  color: #091426;
  font-family: "Work Sans";
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 1.45px;
  text-align: center;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .mce-toolbar-grp {
  display: none;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .acf-row-handle.order {
  display: none;
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .acf-field-date-picker {
  width: 220px;
  padding-left: 0px;
  padding-top: 0px;
}
@media only screen and (max-width: 576px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .acf-field-date-picker {
    width: 142px;
  }
}
.page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .acf-date-picker input {
  font-size: 14px !important;
  font-family: "termina";
  line-height: 1.55em;
  padding: 14px 15px 10px !important;
  min-height: 60px;
}
@media only screen and (max-width: 576px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .acf-date-picker input {
    width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .page-template-product_edit .dashboard-content .inventory-product .inventory--inner .acf-form .acf-table tr .acf-date-picker input {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-product_edit .dashboard-content .inventory-product .acf-table .acf-row td {
    width: 30%;
  }
  .page-template-product_edit .dashboard-content .inventory-product .acf-table .acf-row td input {
    min-height: 45px !important;
  }
  .page-template-product_edit .dashboard-content .inventory-product .acf-table .acf-row td:nth-of-type(2) {
    width: 40%;
  }
  .page-template-product_edit .dashboard-content .inventory-product .acf-table .acf-row td input {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-product_edit .dashboard-content .inventory-product .btn {
    font-size: 15px;
    padding: 8px 15px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .user-manage-section .inner-head_right .search-wrap {
    justify-content: center !important;
    margin-top: 25px;
  }
  .user-manage-section .inner-head_right .search-wrap .search-form {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.user-manage-section .inner-head_right .addnewButton a {
  color: #fff;
}

.wholesale-admin .inner-head .inner-head_top {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.08);
}
.wholesale-admin .inner-head .inner-head_top .inner-head_left .h2-title {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 500 !important;
  letter-spacing: -0.64px;
  font-family: "Tenor Sans" !important;
}
.wholesale-admin .inner-head .inner-head_top .inner-head_right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wholesale-admin .inner-head .inner-head_top .inner-head_right {
    text-align: center;
  }
}
.wholesale-admin .inner-head .inner-head_top .inner-head_right .addnewButton .btn {
  padding: 18px 30px !important;
}
.wholesale-admin .inner-head .inner-head_top .inner-head_right h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "termina";
  margin-top: 18px;
  margin-bottom: 10px;
}
.wholesale-admin .inner-head .inner-head_top .inner-head_right .company-profile {
  text-transform: uppercase;
  color: #091426;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 2px solid #091426;
  display: inline-block;
  line-height: 1.1rem;
}
.wholesale-admin .order-details {
  padding-top: 60px;
}
.wholesale-admin .order-details .order-btns {
  text-align: right;
  margin-bottom: -55px;
}
@media only screen and (max-width: 767px) {
  .wholesale-admin .order-details .order-btns {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wholesale-admin .order-details .order-btns a {
    margin-bottom: 10px;
  }
}
.wholesale-admin .order-details .order-content {
  background-color: #FCF9F4;
  position: relative;
  border-radius: 0px 10px 10px 10px;
}
.wholesale-admin .order-details .order-content .order-inner {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .wholesale-admin .order-details .order-content .order-inner .order-inner_row {
    font-size: 10px;
    overflow-x: auto;
  }
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-head {
  width: 16%;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-head h3 {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-head h3 {
    font-size: 10px;
  }
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-col {
  width: 16%;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-col h4 {
  font-size: 16px;
  color: #324955;
  font-weight: 400;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-col h4 {
    font-size: 10px;
  }
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-col h4.active {
  color: #22AF4D !important;
  font-weight: 700 !important;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-col h4.process {
  color: #E8AD4D !important;
  font-weight: 700 !important;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row .order-col h4.cancel {
  color: #B53C26 !important;
  font-weight: 700 !important;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row.order-item {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px 20px;
  margin: 12px 0;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row.order-item .order-col.edit h4 {
  text-align: left;
  padding-left: 16px;
}
.wholesale-admin .order-details .order-content .order-inner .order-inner_row.order-item .order-col.edit h4 a {
  color: #324955;
  font-weight: 600;
  text-decoration: none;
  background-image: url(/wp-content/uploads/2022/03/right_arow.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 28px;
}
.wholesale-admin .order-details .nav-tabs {
  border-bottom: 0px;
}
.wholesale-admin .order-details .nav-tabs .nav-link {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 28px 25px 20px;
  font-family: "termina";
  color: #091426;
}
.wholesale-admin .order-details .nav-tabs .nav-link.active {
  background-color: #FCF9F4;
  color: #B48A52 !important;
  font-family: "termina";
  border: 0px;
  border-radius: 10px 10px 0px 0px;
}

.order-edit_popup .modal-header {
  position: absolute;
  right: 0;
  top: 0;
}
.order-edit_popup .modal-dialog {
  max-width: 1175px;
  width: 100%;
}
.order-edit_popup .modal-dialog .modal-content {
  border: 0px !important;
}
.order-edit_popup .modal-dialog .modal-content .close-btn {
  position: absolute;
  right: -11px;
  top: -11px;
}
.order-edit_popup .modal-dialog .modal-content .close-btn i {
  background-color: #DDD6D6;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 12px;
  right: 0;
  cursor: pointer;
}
.order-edit_popup .modal-dialog button.close {
  position: absolute;
  right: 0;
}
.order-edit_popup .modal-dialog .modal-body {
  padding: 0px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left {
  background-color: #F5F5F4;
  padding: 15px 40px 15px 40px;
  font-family: "Work Sans";
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .date {
  text-transform: uppercase;
  color: #091426;
  font-weight: 500;
  font-family: "Work Sans";
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext h2 {
  font-size: 22px;
  padding: 14px 0px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext h2 {
    font-size: 12px;
    padding: 14px 0px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .order-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .order-btns .btn {
  padding: 11px 40px;
  background-color: #B53C26;
  font-size: 12px;
  font-family: "termina";
}
@media only screen and (max-width: 767px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .order-btns .btn {
    padding: 9px 10px;
    font-size: 10px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .order-btns .btn:hover {
  color: #fff;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .billing-card_info {
  padding-top: 50px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .billing-card_info .card-info > span {
  display: block;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .billing-card_info .card-info > span.billed-every {
  padding: 12px 0px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .billing-card_info .card-info .billed-every {
  text-transform: uppercase;
  color: #091426;
  font-weight: 500;
  font-family: "Work Sans";
  opacity: 0.8;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-toptext .billing-card_info .card-info .payment-info a {
  font-size: 13px;
  color: #2d91b5 !important;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Work Sans";
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info {
  padding-top: 25px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info .order-info_row {
  padding-bottom: 30px;
  padding-top: 10px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info .order-info_row h3 {
  font-size: 15px;
  font-weight: 800;
  font-family: "Work Sans";
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info .order-info_row.delivery-history ul {
  height: 150px;
  overflow-x: auto;
  padding-right: 20px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info .order-info_row.delivery-history ul li {
  border-bottom: 1px solid #cccccc;
  padding: 6px 0px;
  display: flex;
  justify-content: space-between;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info .order-info_row.delivery-history ul li span {
  display: inline-block;
}
.order-edit_popup .modal-dialog .modal-body .editcol-left .order-info .order-info_row.delivery-history ul li span.status {
  color: #21B253;
  padding-right: 15px;
  font-size: 16px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right {
  font-family: "Work Sans";
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right {
    font-size: 12px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head {
  display: block;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 15px;
  text-align: right;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span {
  display: inline-block;
  width: auto;
  text-align: right;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.last-delivery {
  width: 100% !important;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.tracking-info {
  font-size: 14px;
  width: 100% !important;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.tracking-info a {
  color: #2d91b5;
  font-family: "Work Sans";
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status {
  font-size: 22px;
  font-weight: 800;
  color: #21B253;
  font-family: "Work Sans";
  padding-bottom: 2px;
  text-transform: capitalize;
  padding-top: 4px;
  padding-left: 28px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status img {
  margin-right: 12px;
  margin-top: -6px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status.active {
  background-image: url(/wp-content/uploads/2022/07/success-check.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center left;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status.cancel {
  background-image: url(/wp-content/uploads/2022/07/cancel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1rem;
  color: #B53C26;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status.publish {
  background-image: url(/wp-content/uploads/2022/07/publish.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1rem;
  color: #b48a52;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status.paused {
  background-image: url(/wp-content/uploads/2022/07/pause.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1rem;
  color: #e52546;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status.pending {
  background-image: url(/wp-content/uploads/2022/07/pending.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1rem;
  color: #f37a0a;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-status_head span.updated-status.draft {
  background-image: url(/wp-content/uploads/2022/07/draft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1rem;
  color: #4ead51;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .notification-message {
  background-color: #B53C26;
  color: #fff;
  padding: 10px 40px 10px 55px;
  line-height: 1.1rem;
  font-weight: 500;
  background-image: url(/wp-content/uploads/2022/07/exclamation-1.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
  border-radius: 6px;
  margin-top: 0px;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .notification-message {
    padding: 10px 20px 10px 40px;
    font-size: 11px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F5F5F4;
  padding: 10px 40px 10px 20px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option {
    padding-right: 20px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery .input input {
  border: 0;
  padding: 0 0 0 8px !important;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #2d91b5;
  box-shadow: none;
  cursor: pointer;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery .dropdown {
  padding-left: 8px;
  font-weight: 600;
  color: #2d91b5;
  cursor: pointer;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery .dropdown select {
  border: 0px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #2d91b5;
  cursor: pointer;
  outline: none;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery .dropdown .btn-group .multiselect {
  border: 0px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #2d91b5;
  padding: 0px;
  cursor: pointer;
  text-transform: none;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery .dropdown > span:after {
  content: "";
  border: solid #2d91b5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: -7px;
  top: -1px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option .select-delivery .dropdown.active ul.active-item {
  position: absolute;
  display: inline-block;
  width: 150px;
  top: 28px;
  left: -20px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option ul.active-item {
  list-style: none;
  display: none;
  position: relative;
  top: 0;
  left: -26px;
  background-color: #fff;
  max-width: 125px;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option .select-option ul.active-item li {
  font-size: 14px;
  line-height: 1.5rem;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .delivery-option label {
  font-size: 14px;
  color: #324955;
  font-family: "Work Sans";
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner {
  padding-top: 45px;
  padding-bottom: 0px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border-bottom: 1px solid #F5F5F4;
  padding: 18px 5px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .quantity-input {
  width: 88px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .quantity-input span {
  font-size: 8px;
  text-transform: uppercase;
  background-color: #21B253;
  color: #fff;
  padding: 2px 8px;
  line-height: 1.1rem;
  border-radius: 6px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .quantity-input span.edit-btn {
  background-color: transparent !important;
  color: #2d91b5 !important;
  text-decoration: underline;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .quantity-input input {
  width: 32px;
  height: 32px;
  padding: 5px 4px !important;
  text-align: center;
  overflow: hidden;
  border: 2px solid #4890B1;
  border-radius: 6px;
  line-height: 1rem;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .item-price {
  width: 60px;
  margin-left: auto;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .list-title {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .list-title {
    padding-left: 20px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .list-title h3 {
  font-size: 16px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .delivery-option_box .order-list_inner .list--item .list-title h3 {
    font-size: 11px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .total-amount {
  font-size: 16px;
  color: #324955;
  padding-top: 35px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .total-amount .row > div {
  padding-left: 0px;
  padding-right: 0px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .final-amount {
  padding-top: 15px;
  border-top: 2px solid #324955;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 25px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a {
  width: auto;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a {
    padding: 8px 22px;
  }
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a:hover {
  color: #fff;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a.btn-warning {
  background-color: #E8AD4D;
  color: #fff;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a.btn-warning:hover {
  color: #fff;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a.btn-primary {
  background-color: #2d91b5 !important;
  border-color: #2d91b5 !important;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .order-btns a.btn-primary:hover {
  color: #fff;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .standing-order {
  text-align: right;
  padding-top: 45px;
}
.order-edit_popup .modal-dialog .modal-body .editcol-right .editcol-right_inner .standing-order a {
  padding: 11px 24px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
  margin-left: 15px;
  vertical-align: middle;
  margin-bottom: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .onoff {
  border-color: #BCE5CD;
}
.switch input:checked + .onoff:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
  background-color: #22AF4D;
}
.switch .onoff {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #E5C9BC;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.switch .onoff:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #b14545;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.switch .onoff.round {
  border-radius: 50px;
}

.user-management {
  clear: both;
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .user-management {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .user-management .divTable {
    width: 150%;
  }
}
.user-management .inner-head_top .inner-head_left {
  font-size: 32px;
  font-weight: 600;
}
.user-management .divTable .headRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.user-management .divTable .headRow .divCell {
  width: 20%;
  font-weight: 600;
  font-size: 16px;
  font-family: "Work Sans";
  text-align: center;
  float: left;
  display: table-cell;
  padding: 0px 0px;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .user-management .divTable .headRow .divCell {
    line-height: 1.1rem;
    font-size: 12px;
  }
}
.user-management .divTable .headRow .divCell a i:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/caret-1.svg);
  width: 9px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.user-management .divTable .content .divRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  margin: 12px 0;
  padding: 18px 20px;
}
.user-management .divTable .content .divRow .divCell {
  width: 20%;
  font-size: 16px;
  color: #324955;
  font-family: "Work Sans";
}
@media only screen and (max-width: 767px) {
  .user-management .divTable .content .divRow .divCell {
    font-size: 12px;
    line-height: 1.1rem;
  }
}
.user-management .divTable .content .divRow .divCell[data-title=Order] {
  text-align: center;
}
.user-management .divTable .content .divRow .divCell:first-child {
  padding-left: 38px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .user-management .divTable .content .divRow .divCell:first-child {
    padding-left: 0px;
  }
}
.user-management .divTable .content .divRow .divCell[data-title=Total], .user-management .divTable .content .divRow .divCell[data-title=Date] {
  text-align: center;
}
.user-management .divTable .content .divRow .divCell.edit-link a {
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #091426 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.user-management .divTable .content .divRow .divCell.edit-link a span {
  padding-right: 15px;
}
.user-management .divTable .content .divRow .divCell.edit-link {
  text-align: right;
}

.admin-edit-accordion .accordion .accordion-item {
  margin: 12px 0px;
}
.admin-edit-accordion .accordion .accordion-item form [type=radio]:checked,
.admin-edit-accordion .accordion .accordion-item form [type=radio]:not(:checked) {
  position: relative;
  left: 0;
  margin-top: -2px !important;
}
.admin-edit-accordion .accordion .accordion-item form input[type=text] {
  padding: 8px 10px !important;
  font-size: 14px !important;
  height: 38px;
}
.admin-edit-accordion .accordion .accordion-item form .acf-input .select2-selection {
  height: 38px;
}
.admin-edit-accordion .accordion .accordion-item form .acf-input .select2-selection .select2-selection__rendered {
  line-height: 36px;
}
.admin-edit-accordion .accordion .accordion-item form label {
  margin-bottom: 0px !important;
}
.admin-edit-accordion .accordion .accordion-item .accordion-header .title {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fff;
  cursor: pointer;
  color: #091426;
  position: relative;
  font-family: "Work Sans";
  font-weight: 600;
}
.admin-edit-accordion .accordion .accordion-item .accordion-header .head-span {
  font-family: "Work Sans";
  opacity: 0.3;
  font-weight: normal;
  max-width: 600px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 14px;
}
.admin-edit-accordion .accordion .accordion-item .accordion-body {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.admin-edit-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #212529 !important;
}
.admin-edit-accordion .accordion .accordion-item form .acf-field {
  padding: 15px 0px;
  border: 0px;
}
.admin-edit-accordion .accordion .accordion-item form .acf-form-submit input {
  width: 100%;
  background-color: #2d91b5;
  border-color: #2d91b5;
  color: #fff;
}
.admin-edit-accordion .accordion .accordion-item #collapseFifth .accordion-body {
  margin-right: auto !important;
  margin-left: 0;
}
.admin-edit-accordion .accordion .accordion-item #collapseOne .accordion-body form .acf-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.admin-edit-accordion .accordion .accordion-item #collapseOne .accordion-body form .acf-fields .acf-field {
  width: 50%;
  border: 0;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .admin-edit-accordion .accordion .accordion-item #collapseOne .accordion-body form .acf-fields .acf-field {
    width: 100%;
  }
}
.admin-edit-accordion .accordion .accordion-item #collapseOne .accordion-body form .acf-fields [data-name=customer_id] {
  width: 100%;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body .form-title .same-address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body .form-title .same-address p {
  padding-left: 10px;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  border: 0;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field {
  width: 50% !important;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field {
    width: 100% !important;
  }
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field.hidden-div {
  display: none;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field.billing-allow-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100% !important;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field.billing-allow-field .acf-label {
  padding-right: 30px;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field.billing-allow-field .acf-input .acf-radio-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field.billing-allow-field .acf-input .acf-radio-list li {
  padding: 0px 10px;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields .acf-field.credit-limit-field .acf-input-wrap input {
  height: 30px;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_address_1],
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_address_2] {
  width: 100% !important;
}
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_city],
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_state],
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_postcode],
.admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_country] {
  width: 25% !important;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_city],
  .admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_state],
  .admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_postcode],
  .admin-edit-accordion .accordion .accordion-item #collapseThree .accordion-body form .acf-fields [data-name=billing_country] {
    width: 100% !important;
  }
}
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  border: 0;
}
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields .acf-field {
  width: 50% !important;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields .acf-field {
    width: 100% !important;
  }
}
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_company],
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_address_1],
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_address_2] {
  width: 100% !important;
  padding: 15px 10px;
}
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_city],
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_state],
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_postcode],
.admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_country] {
  width: 25% !important;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_city],
  .admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_state],
  .admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_postcode],
  .admin-edit-accordion .accordion .accordion-item #collapseFourth .accordion-body form .acf-fields [data-name=shipping_country] {
    width: 100% !important;
  }
}
.admin-edit-accordion .accordion .accordion-item #collapseSix1 .accordion-body form .gform_fields li input {
  width: 100% !important;
}
.admin-edit-accordion .accordion .accordion-item input[type=button],
.admin-edit-accordion .accordion .accordion-item input[type=reset],
.admin-edit-accordion .accordion .accordion-item input[type=submit] {
  padding: 14px 40px;
}

.admin-edit_head .tab-top-heading {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.16);
  padding-bottom: 25px;
}
.admin-edit_head .tab-top-heading .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.admin-edit_head .tab-top-heading .row .tab-title {
  font-size: 18px;
  margin-bottom: 0px;
}
.admin-edit_head .tab-top-heading .row .tab-title span {
  padding-left: 10px;
}
.admin-edit_head .tab-top-heading .row .tab-title a {
  color: #212529 !important;
  text-decoration: none;
  font-size: 32px;
  padding-right: 10px;
}
.admin-edit_head .tab-top-heading .row .tab-search .addnewButton a {
  color: #fff;
  border-radius: 0;
  line-height: 1.5em;
  border-radius: 0;
  font-family: "Work Sans";
  font-weight: 400;
  display: inline-block;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .admin-edit_head .tab-top-heading .row .tab-search .addnewButton a {
    padding: 6px 20px;
    margin-top: 5px;
  }
}
.admin-edit_head .single-switch .switch-with-title {
  text-align: right;
  padding-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.admin-edit_head .single-switch .switch-with-title .title-switch {
  font-size: 16px;
  margin-bottom: 0px;
}
.admin-edit_head .single-switch .switch-with-title .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
  margin-left: 15px;
  vertical-align: middle;
  margin-bottom: 0;
}
.admin-edit_head .single-switch .switch-with-title .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.admin-edit_head .single-switch .switch-with-title .switch input:checked + .onoff {
  border-color: #BCE5CD;
}
.admin-edit_head .single-switch .switch-with-title .switch input:checked + .onoff:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
  background-color: #22AF4D;
}
.admin-edit_head .single-switch .switch-with-title .switch .onoff {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #E5C9BC;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.admin-edit_head .single-switch .switch-with-title .switch .onoff:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 0;
  top: -1px;
  margin: auto;
  background-color: #b14545;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.admin-edit_head .single-switch .switch-with-title .switch .onoff.round {
  border-radius: 50px;
}

.page-template-edit-order .site-header {
  background-color: transparent;
  display: none;
}
.page-template-edit-order .site-footer {
  display: none;
}

.standing-popup .modal-dialog {
  max-width: 800px;
}
@media only screen and (max-width: 991px) {
  .standing-popup .modal-dialog {
    max-width: 90% !important;
    width: 100%;
    margin: 12px auto;
  }
}
.standing-popup .modal-dialog .modal-content {
  padding: 50px 100px;
  border: 0;
  text-align: center;
}
.standing-popup .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 8px !important;
  top: 6px;
  background-color: #DDD6D6;
  color: #fff !important;
  padding: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  line-height: 10px;
  right: 0;
  cursor: pointer;
  font-size: 11px;
}
.standing-popup .modal-dialog .modal-content .modal-title {
  font-size: 28px;
  font-family: "termina";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .standing-popup .modal-dialog .modal-content .modal-title {
    font-size: 22px;
  }
}
.standing-popup .modal-dialog .modal-content .modal-footer {
  border-top: 0px;
}
.standing-popup .modal-dialog .modal-content .modal-footer button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 48%;
  padding: 8px 10px;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .standing-popup .modal-dialog .modal-content .modal-footer button {
    width: 100%;
  }
}
.standing-popup .modal-dialog .modal-content .modal-footer button.bg-blue {
  background-color: #2d91b5;
  border-color: #2d91b5;
}
.standing-popup .modal-dialog .modal-content .modal-footer button.bg-blue:hover {
  color: #2d91b5;
  border-color: #2d91b5;
  background-color: transparent;
}
.standing-popup .modal-dialog .modal-content .modal-footer button.bg-grn {
  background-color: #21B253;
  border-color: #21B253;
}
.standing-popup .modal-dialog .modal-content .modal-footer button.bg-grn:hover {
  color: #21B253;
  border-color: #21B253;
  background-color: transparent;
}
.standing-popup .delivery-option_box {
  max-width: 500px;
  width: 100%;
  margin: 12px auto 0;
}
.standing-popup .delivery-option_box .delivery-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  background-color: #F5F5F4;
  padding: 10px 60px 10px 20px;
}
.standing-popup .delivery-option_box .delivery-option .select-option .select-delivery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  font-size: 14px;
  font-family: "Work Sans";
}
.standing-popup .delivery-option_box .delivery-option .select-option .select-delivery .dropdown {
  padding-left: 8px;
  font-weight: 600;
  color: #2d91b5;
  cursor: pointer;
}
.standing-popup .delivery-option_box .delivery-option .select-option .select-delivery .dropdown span:after {
  content: "";
  border: solid #2d91b5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: -7px;
  top: -1px;
}
.standing-popup .delivery-option_box .delivery-option .select-option .select-delivery .dropdown.active ul.active-item {
  position: absolute;
  display: inline-block;
  width: 150px;
  top: 28px;
  left: -20px;
}
.standing-popup .delivery-option_box .delivery-option .select-option ul.active-item {
  list-style: none;
  display: none;
  position: relative;
  top: 0;
  left: -26px;
  background-color: #fff;
  max-width: 125px;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.standing-popup .delivery-option_box .delivery-option .select-option ul.active-item li {
  font-size: 14px;
  line-height: 1.5rem;
}
.standing-popup .delivery-option_box .delivery-option label {
  font-size: 14px;
  color: #324955;
  font-family: "Work Sans";
}

.woocommerce-breadcrumb {
  display: none;
}

.archive .custom_breadcrumb .woocommerce-breadcrumb {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.archive .product-category .section-title {
  padding-top: 0px;
}

.product-category {
  padding-top: 45px;
  padding-bottom: 10px;
}
.product-category h2 {
  text-transform: capitalize;
}
.product-category .category_tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .product-category .category_tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category .category_tabs {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
.product-category .category_tabs .show-btn {
  background: #F4F1EA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  opacity: 1;
  margin: 0px 6px;
  padding: 15px 18px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  color: #151F2E;
  cursor: pointer;
  min-height: 55.59px;
  border: 0;
  position: relative;
  font-family: "termina";
}
@media only screen and (max-width: 991px) {
  .product-category .category_tabs .show-btn {
    top: -4px;
  }
}
.product-category .category_tabs .show-btn.checked {
  background-color: #B48A52 !important;
  color: #fff;
  background: #B48A52 0% 0% no-repeat padding-box;
}
.product-category .category_tabs .show-btn.checked:before {
  background-image: url(/wp-content/uploads/2022/03/icon-1.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.product-category .facetwp-facet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0px;
  font-family: "termina";
}
.product-category .facetwp-facet .facetwp-radio {
  background: #F4F1EA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  opacity: 1;
  margin: 0px 6px;
  padding: 15px 18px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  color: #151F2E;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .product-category .facetwp-facet .facetwp-radio {
    margin: 10px 6px 5px;
    padding: 15px 13px;
    font-size: 10px;
  }
}
.product-category .facetwp-facet .facetwp-radio.checked {
  background-color: #B48A52 !important;
  color: #fff;
  background: #B48A52 0% 0% no-repeat padding-box;
}
.product-category .facetwp-facet .facetwp-radio.checked:before {
  background-image: url(/wp-content/uploads/2022/03/icon-1.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.product-category .facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}

.product_description {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1.4em;
  color: #151F2E;
  font-family: "Tenor Sans";
  font-weight: normal;
}
.product_description p {
  font-size: 16px;
  line-height: 1.4em;
  color: #151F2E;
  font-family: "Tenor Sans";
  font-weight: normal;
}

.woocommerce .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.woocommerce .products li {
  margin-right: 0px !important;
  width: 33.2% !important;
  padding-left: 0.7% !important;
  padding-right: 0.7% !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce .products li {
    width: 50% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin-bottom: 30px !important;
  }
}
.woocommerce .products li:hover .product__inner-img {
  position: relative;
}
.woocommerce .products li:hover .product__inner-img:before {
  content: "";
  background-color: #B48A52;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: 9;
  opacity: 0.3;
}
.woocommerce .products li:hover .product__inner-img .product--image {
  opacity: 1 !important;
}
.woocommerce .products li .product__inner-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.woocommerce .products li .product__inner-list .woocommerce-loop-product__title {
  width: 70%;
  padding-right: 6px;
  font-family: "Work Sans";
  line-height: 1.2em;
  font-size: 16px !important;
  color: #151F2E;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-family: "termina";
}
.woocommerce .products li .product__inner-list .price {
  width: 30%;
  padding-left: 4px;
  text-align: right;
  font-size: 19px !important;
  color: #5F5A54 !important;
  font-family: "Tenor Sans";
  margin-bottom: 0px !important;
}
.woocommerce .products li .product-item {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  height: 100%;
}
.woocommerce .products li .product-item .product__inner-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.woocommerce .products li .product-item .product__inner-img .product--image {
  margin: 0px auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  z-index: 9;
  background-color: #151F2E;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.woocommerce .products li .product-item .product__inner-img .product--image .product__inner_circle {
  display: inline-block;
  box-sizing: content-box;
  padding: 20px 25px;
  position: relative;
}
.woocommerce .products li .product-item .product__inner-img .product--image .product__inner_circle:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2022/03/upper.png);
  width: 73px;
  height: 11px;
  right: 0;
  left: 0;
  top: 4px;
  background-position: top center;
  margin: 0px auto;
}
.woocommerce .products li .product-item .product__inner-img .product--image .product__inner_circle:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2022/03/down.png);
  width: 73px;
  height: 11px;
  right: 0;
  left: 0;
  bottom: 4px;
  background-position: bottom center;
  margin: 0px auto;
}
.woocommerce .products li .product-item .product__inner-img .product--image .product__inner_circle h3 {
  text-transform: uppercase;
  color: #fff;
  padding: 25px 22px;
  font-size: 15px !important;
  margin: 0px auto;
  line-height: 1.5em;
  font-family: "termina";
  font-weight: 300;
}
.woocommerce .products li .product-item .product__inner-img img {
  margin-bottom: 0px;
  width: 100%;
  transition: 0.2s;
}
.woocommerce .products li .product-item .product__inner-img img:hover {
  transform: scale(1.1);
}
.woocommerce .products li .product-item .product__inner-img .onsale {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: 100%;
  font-size: 12px;
  z-index: 1;
}

.regular_product.product .bottom-section .variations label {
  line-height: 40px !important;
  padding-top: 0px;
}
.regular_product.product .bottom-section .summary {
  display: block !important;
  max-width: 600px;
  margin: 0px auto !important;
  float: none !important;
  text-align: center;
  padding: 0px 15px;
}
.regular_product.product .bottom-section .summary .product_title {
  display: none;
}
.regular_product.product .bottom-section .summary .woocommerce-Price-amount {
  font-size: 26px;
  color: #151F2E;
  margin-bottom: 20px;
  display: block;
}
.regular_product.product .bottom-section .summary select#pa_sizes {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2022/03/caret.svg);
  background-position: 96%;
  padding-right: 40px !important;
  font-size: 15px;
  padding: 8px;
}
.regular_product.product .bottom-section .summary select#pa_sizes:focus {
  outline: none !important;
}
.regular_product.product .bottom-section .summary .single_variation_wrap #custom_date {
  display: none;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart {
  max-width: 290px;
  margin: 0px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  left: -4px;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart .group-inc {
  display: flex;
  background: #2b3442;
  border-radius: 3px;
  padding-inline: 8px;
  margin-right: 10px;
  align-items: center;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart table {
  margin-bottom: 10px;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart button {
  padding: 2px 4px;
  outline: none;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart button:hover, .regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart button:focus {
  border: 0px;
  outline: none !important;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart button.minus {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart button.plus {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart .qty {
  height: 40px;
  background-color: #2b3442;
  border: 1px solid #2b3442;
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding-left: 1px !important;
  padding-right: 1px !important;
  text-align: center;
  font-size: 11px !important;
  font-family: "termina";
  font-weight: 400;
  width: 30px;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #B48A52 !important;
  float: none;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "termina";
  font-weight: 300;
  height: 40px;
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  color: #fff;
}
.regular_product.product .bottom-section .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button .quantity .qty {
  background-color: #e9eaeb;
  border: 0;
  text-align: center;
  width: 4.8em;
  padding-left: 6px !important;
  padding-right: 6px !important;
  font-size: 11px !important;
  color: #151F2E !important;
  font-weight: 800;
  font-family: "termina";
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.regular_product.product .bottom-section .summary .product_meta {
  display: none;
}

.single-product .product .bottom-section .summary {
  display: none;
}

.single-product .cartPopup {
  background-color: rgba(0, 0, 0, 0.5);
}
.single-product .cartPopup .cart-dialog {
  margin-top: 5rem;
}
.single-product .cartPopup .cart-dialog .modal-content .cart-content-inner {
  background-color: #F4F1EA;
  border: 0px;
}
.single-product .cartPopup .cart-dialog .modal-content .cart-content-inner .modal-header {
  border-bottom: 0px;
}
.single-product .cartPopup .cart-dialog .modal-content .cart-content-inner .cart-center h2 {
  font-size: 28px;
  text-transform: none;
  padding: 12px 0px 25px;
}
.single-product .cartPopup .cart-dialog .modal-content .cart-content-inner .buttonGroups {
  padding-bottom: 6px;
}
.single-product .cartPopup .cart-dialog .modal-content .cart-content-inner .buttonGroups .btn-light {
  color: #fff !important;
  background-color: #B48A52;
  border-color: #B48A52;
  font-size: 14px;
  font-family: "Tenor Sans";
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 4px;
  transition: all 0.3ss ease-in-out;
  -webkit-transition: all 0.3ss ease-in-out;
  -moz-transition: all 0.3ss ease-in-out;
  -ms-transition: all 0.3ss ease-in-out;
  -o-transition: all 0.3ss ease-in-out;
}
@media only screen and (max-width: 480px) {
  .single-product .cartPopup .cart-dialog .modal-content .cart-content-inner .buttonGroups .btn-light {
    margin-bottom: 10px;
  }
}
.single-product .cartPopup .cart-dialog .modal-content .cart-content-inner .buttonGroups .btn-light:hover {
  border-color: #B48A52 !important;
  background-color: #fff !important;
  color: #B48A52 !important;
}
.single-product .woocommerce-breadcrumb {
  padding-top: 40px;
  text-align: center;
  position: relative;
  display: block;
}
.single-product .woocommerce-notices-wrapper {
  max-width: 1170px;
  margin: 0px auto 0;
}
@media only screen and (max-width: 480px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-message {
    line-height: 18px;
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  color: #fff;
  background-color: #B48A52;
  border-color: #B48A52;
}
.single-product .product .section-title {
  padding-top: 20px;
}
.single-product .product .section-title h2 {
  text-transform: none;
  margin-bottom: 22px;
}
.single-product .product .section-title .woocommerce-Price-amount {
  font-size: 26px;
}
.single-product .product .section-title del,
.single-product .product .section-title ins {
  font-size: 26px;
  color: #5F5A54;
}
.single-product .product .images-section-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  padding-bottom: 30px;
  padding-top: 10px;
}
.single-product .product .images-section-top .slick-list {
  height: auto !important;
}
.single-product .product .images-section-top .default-image img {
  width: auto;
  height: 460px;
  margin: 0px auto;
  border: 1px solid var(-- #cccccc);
}
.single-product .product .images-section-top .slick-list .slick-slide {
  text-align: center;
}
.single-product .product .images-section-top .slick-list .single-product-main-image img {
  width: auto;
  height: 460px;
  margin: 0px auto;
}
@media only screen and (max-width: 991px) {
  .single-product .product .images-section-top .slick-list .single-product-main-image img {
    height: 340px;
    object-fit: cover;
  }
}
.single-product .product .images-section-top .onsale {
  width: 44px;
  height: 44px;
  line-height: 38px;
  font-size: 12px;
  z-index: 1;
}
.single-product .product .images-section-top .woocommerce-product-gallery {
  width: 100% !important;
}
.single-product .product .images-section-top .woocommerce-product-gallery i:before {
  opacity: 0;
}
.single-product .product .images-section-top .woocommerce-product-gallery i.flaticon-back {
  background: url(/wp-content/uploads/2022/03/Left_ar.png);
  width: 60px;
  height: 60px;
  left: -80px;
  z-index: 1;
}
@media only screen and (max-width: 1150px) {
  .single-product .product .images-section-top .woocommerce-product-gallery i.flaticon-back {
    left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .single-product .product .images-section-top .woocommerce-product-gallery i.flaticon-back {
    background-size: 70%;
    background-repeat: no-repeat;
    left: 0px;
    background-position: top left;
  }
}
.single-product .product .images-section-top .woocommerce-product-gallery i.flaticon-right-arrow {
  background: url(/wp-content/uploads/2022/03/right_ar.png);
  width: 60px;
  height: 60px;
  right: -80px;
  z-index: 1;
}
@media only screen and (max-width: 1150px) {
  .single-product .product .images-section-top .woocommerce-product-gallery i.flaticon-right-arrow {
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .single-product .product .images-section-top .woocommerce-product-gallery i.flaticon-right-arrow {
    background-size: 70%;
    background-repeat: no-repeat;
    right: 0px;
    background-position: top right;
  }
}
.single-product .product .images-section-top .woocommerce-product-gallery .woocommerce-product-gallery__image .slick-slide {
  text-align: center;
}
.single-product .product .images-section-top .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
}
.single-product .product .images-section-top .woocommerce-product-gallery .woocommerce-product-gallery__image a span {
  width: 100%;
}
.single-product .product .images-section-top .product-description {
  text-align: center;
  font-size: 24px;
  color: #151F2E;
  line-height: 1.33em;
  padding-top: 28px;
}
@media only screen and (max-width: 767px) {
  .single-product .product .images-section-top .product-description {
    font-size: 18px;
    padding-top: 5px;
  }
}
.single-product .product .images-section-top .wpgs-nav {
  display: none !important;
}
.single-product .product .bottom-section .summary {
  display: none;
}
.single-product .product .bottom-section .product_title,
.single-product .product .bottom-section .price {
  /* display: none; */
}
.single-product .product .cart,
.single-product .product .product_meta {
  /* display: none; */
}
.single-product .product .woocommerce-tabs {
  display: none;
}
.single-product .product .woocommerce-tabs .wc-tabs {
  /* display: none; */
}
.single-product .product .availablity-section {
  clear: both;
}
.single-product .product .related-products {
  background-color: #F4F1EA;
  padding: 40px 0px 50px;
  margin-top: 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-product .product .related-products {
    margin-top: 40px;
  }
  .single-product .product .related-products .button {
    max-width: 280px;
    margin: 0px auto;
  }
}
.single-product .product .related-products:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/rt_logo.png);
  width: 238px;
  height: 312px;
  position: absolute;
  right: 0;
  top: -32px;
}
@media only screen and (max-width: 992px) {
  .single-product .product .related-products:before {
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product .related-products:before {
    background-size: 34%;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
.single-product .product .related-products .related-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-product .product .related-products .related-heading h2 {
  line-height: 1.1em;
  font-size: 23px;
  text-transform: none;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .single-product .product .related-products .related-heading h2 {
    font-size: 18px;
  }
}
.single-product .product .related-products .related-heading h3 {
  font-size: 51px;
  font-family: "Tenor Sans";
  font-weight: 300;
  line-height: 1.2em;
  color: #B48A52;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media only screen and (max-width: 992px) {
  .single-product .product .related-products .related-heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .product .related-products .related-heading h3 {
    font-size: 24px;
  }
}
.single-product .choose-option {
  position: relative;
  clear: both;
}
.single-product .choose-option .section-title {
  border-top: 1px solid #cccccc;
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 375px) {
  .single-product .choose-option .section-title {
    border-top: 0px;
  }
}
.single-product .choose-option .section-title h2 {
  color: #151F2E;
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0px auto 10px;
  position: relative;
  background-color: #fff;
  top: -12px;
}
@media only screen and (max-width: 375px) {
  .single-product .choose-option .section-title h2 {
    font-size: 18px;
  }
}
.single-product .choose-option .row .option__col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .single-product .choose-option .row .option__col {
    width: 98%;
    margin: 0px auto 20px;
  }
}
.single-product .choose-option .row .option__col.future .quantity-option input {
  background-color: #424d5f;
  border: 1px solid #424d5f;
}
.single-product .choose-option .row .option__col.future .quantity-option button {
  background-color: #424d5f;
  color: #fff;
}
.single-product .choose-option .row .option__col.future .quantity-option button:hover {
  background-color: #fff;
  color: #2b3442;
}
.single-product .choose-option .row .option__col .choose-option-text {
  padding: 40px 20px 28px;
  width: 100%;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.single-product .choose-option .row .option__col .choose-option-text h3 {
  font-size: 51px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Tenor Sans";
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text h3 {
    font-size: 34px !important;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .h4-title {
  color: #fff;
  font-size: 24px;
  font-family: "Tenor Sans";
  font-weight: 200;
  line-height: 1.2em;
}
.single-product .choose-option .row .option__col .choose-option-text .sold-for-today {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.single-product .choose-option .row .option__col .choose-option-text .sold-for-today .h4-title {
  font-size: 51px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Tenor Sans";
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .sold-for-today .h4-title {
    font-size: 34px !important;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .sold-for-today h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Tenor Sans";
  font-weight: 200;
  line-height: 1.2em;
}
.single-product .choose-option .row .option__col .choose-option-text .pickup_date {
  color: #fff;
  font-size: 23px;
  font-family: "Tenor Sans";
  font-weight: 200;
  line-height: 1.2em;
  padding: 15px 0px 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .pickup_date {
    font-size: 18px;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .choose_date {
  display: block;
  text-align: center;
  color: #B48A52;
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .choose_date {
    font-size: 18px;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .future_date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #B48A52;
  padding-bottom: 3px;
  max-width: 215px;
  margin: 0px auto 20px;
  padding: 15px 0px 4px;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .future_date {
    max-width: 200px;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .future_date input {
  background-image: url(/wp-content/uploads/2022/04/calendar.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 28px;
  background-color: transparent;
  border: 0 !important;
  width: 100%;
  font-size: 21px !important;
  padding: 0px !important;
  font-family: "termina";
  -webkit-text-fill-color: #B48A52;
  color: #B48A52;
  font-weight: 500;
  padding-left: 20px !important;
  text-align: center;
  outline: none;
  background-position: left center;
  background-size: 8%;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .future_date input {
    width: 195px;
    margin-right: 5px;
    font-size: 19px !important;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option {
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  max-width: 260px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .quantity-option {
    padding-top: 8px;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option .quantity {
  width: 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option .quantity .minus {
  position: absolute;
  line-height: 37px;
  left: 3px;
  width: 10px;
  cursor: pointer;
  opacity: 0.5;
  font-size: 15px;
  color: #fff;
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option .quantity .plus {
  position: absolute;
  line-height: 39px;
  right: 4px;
  cursor: pointer;
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
  width: 10px;
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option .quantity input {
  width: 100%;
  background-color: #2b3442;
  border: 1px solid #2b3442;
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding-left: 1px !important;
  padding-right: 1px !important;
  text-align: center;
  font-size: 11px !important;
  font-family: "termina";
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single-product .choose-option .row .option__col .choose-option-text .quantity-option .quantity input {
    padding-right: 0px !important;
  }
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option button {
  width: calc(100% - 50px);
  margin-left: 14px !important;
  background-color: #2b3442;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "termina";
  font-weight: 300;
  color: #fff;
}
.single-product .choose-option .row .option__col .choose-option-text .quantity-option button:hover {
  color: #2b3442;
  background-color: #fff;
}

.dashboard-content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.dashboard-content .inner-head .inner-head_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.16);
  padding-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-content .inner-head .inner-head_top {
    padding-bottom: 25px;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_left {
  width: calc(100% - 460px);
  padding-bottom: 0px;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_left {
    width: calc(100% - 0px);
    padding-bottom: 10px;
    text-align: center;
    padding-right: 0px;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_left .h2-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "termina";
  line-height: 2em;
  color: #151F2E;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_left .h2-title {
    line-height: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_left .h2-title {
    text-align: center;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right {
  max-width: 460px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right {
    max-width: 100%;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media only screen and (max-width: 480px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap label {
    width: 100%;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .button {
  margin-left: 26px;
}
@media only screen and (max-width: 480px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .button {
    margin-left: 0px;
    width: 100%;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .button a {
  font-size: 14px;
  font-weight: 800;
  font-family: "termina";
  padding: 18px 25px;
}
@media only screen and (max-width: 480px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .button a {
    padding: 10px 24px;
    margin-top: 10px;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .search-form {
    width: 100%;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .search-form input.search-field {
  height: 35px;
  border-radius: 50px;
  width: 290px;
  border: 1px solid #fff;
  font-size: 14px !important;
  color: #324955;
  -webkit-text-fill-color: #324955;
  font-weight: 500;
  font-family: "Work Sans";
  padding-right: 30px !important;
}
@media only screen and (max-width: 480px) {
  .dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .search-form input.search-field {
    width: 100%;
  }
}
.dashboard-content .inner-head .inner-head_top .inner-head_right .search-wrap .search-form input.search-submit {
  color: #B48A52;
  background-image: url(/wp-content/uploads/2022/03/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: auto;
  padding: 0;
  width: 14px;
  height: 15px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  right: 12px;
  top: 10px;
}
.dashboard-content .products-tabs .products-items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-left: 0px;
}
.dashboard-content .products-tabs .products-items ul li {
  background: #F4F1EA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  opacity: 1;
  margin: 0px 7px 10px;
  border: 0;
  position: relative;
  font-family: "termina";
  list-style: none;
}
.dashboard-content .products-tabs .products-items ul li.checked {
  background-color: #B48A52 !important;
  color: #fff;
  background: #B48A52 0% 0% no-repeat padding-box;
}
.dashboard-content .products-tabs .products-items ul li.checked:before {
  background-image: url(/wp-content/uploads/2022/03/icon-1.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.dashboard-content .products-tabs .products-items ul li.checked a {
  color: #fff !important;
}
.dashboard-content .products-tabs .products-items ul li a {
  text-decoration: none;
  color: #151F2E !important;
  padding: 15px 18px;
  min-height: 55px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  color: #151F2E;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .dashboard-content .products-tabs .products-items ul li a {
    min-height: 40px;
    padding: 10px 14px;
  }
}
.dashboard-content .products-tabs .products-items ul li:hover {
  background-color: #B48A52 !important;
  color: #fff;
}
.dashboard-content .products-tabs .products-items ul li:hover a {
  color: #fff !important;
}
.dashboard-content .products-wrap .facetwp-pager {
  text-align: center;
}
.dashboard-content .products-wrap .products-list {
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  padding: 24px 32px;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .dashboard-content .products-wrap .products-list {
    padding: 18px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-content .products-wrap .products-list .col:first-child {
    width: 100%;
    display: block;
    flex: 1 0 100%;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-content .products-wrap .products-list .col:nth-of-type(2) {
    text-align: left;
  }
}
.dashboard-content .products-wrap .products-list .col h2 {
  font-size: 17px !important;
  color: #151F2E;
  line-height: 1.6em;
  margin-bottom: 0px;
}
.dashboard-content .products-wrap .products-list .col h2 a {
  text-decoration: none;
  color: #151F2E;
}
.dashboard-content .products-wrap .products-list .col:last-child {
  text-align: end;
}
.dashboard-content .products-wrap .products-list .col:last-child a {
  font-size: 11px;
  color: #091426;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 10px;
}
.dashboard-content .products-wrap .products-list .text-right {
  text-align: right;
}
.dashboard-content .products-wrap .products-list .text-right span {
  padding-right: 15px;
}
.dashboard-content .products-wrap .products-list .in-stock-item-count {
  background-color: #eae9e9;
  color: #091426;
  text-align: center;
  margin-right: 20px;
  padding: 4px 8px !important;
  border-radius: 3px;
  font-size: 14px;
  min-width: 35px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .dashboard-content .products-wrap .products-list .in-stock-item-count {
    padding: 2px 8px !important;
    font-size: 12px;
    min-width: 30px;
    display: inline-block;
    margin-right: 4px;
  }
}
.dashboard-content .products-wrap .products-list .out-of-stock {
  cursor: none;
  pointer-events: none;
}

.woocommerce-cart .return-to-shop {
  padding-bottom: 50px;
}
.woocommerce-cart .cartform-outer {
  padding-top: 34px;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .coupon {
  display: none;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  padding-right: 25px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    padding-right: 0px;
    padding-bottom: 15px;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .remove {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #B48A52;
  color: #fff !important;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .remove:hover {
  opacity: 0.8;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 280px;
  max-height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 100%;
    max-height: 200px;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
  width: 590px;
  padding-left: 40px;
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
    text-align: center;
    word-break: break-word;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
    font-size: 12px;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity {
  margin-left: -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity {
    justify-content: center;
    padding-top: 15px;
    margin-left: 0;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .product-price {
  padding-left: 18px;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .product-price .woocommerce-Price-amount {
  font-family: "termina";
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .plus {
  position: relative;
  right: 12px;
  opacity: 0.5;
  font-family: "termina";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .minus {
  font-family: "termina";
  left: 12px;
  position: relative;
  opacity: 0.5;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .quantity {
  position: relative;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .quantity .qty {
  background-color: #e9eaeb;
  border: 0;
  text-align: center;
  width: 5em;
  padding-left: 0px !important;
  padding-right: 0 !important;
  font-size: 11px !important;
  color: #151F2E !important;
  font-weight: 800;
  font-family: "termina";
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-type {
  font-size: 16px;
  font-family: "termina";
  color: #5F5A54;
}
@media only screen and (max-width: 575px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-type {
    font-size: 14px;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
  padding: 18px 0px 5px;
  font-size: 25px;
  font-family: "termina";
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
    text-align: center;
    font-size: 20px !important;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name a {
  font-size: 27px;
  color: #151F2E !important;
  text-decoration: none;
  font-family: "termina";
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name a {
    font-size: 22px;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name dl {
  line-height: 1.2;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name dl {
    font-size: 12px;
    padding-top: 15px;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name dl dd {
  margin-bottom: 10px;
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal {
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal {
    width: 100%;
    text-align: center;
  }
}
.woocommerce-cart .cartform-outer .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
  color: #5F5A54;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
  opacity: 0.7;
  font-family: "termina";
}
.woocommerce-cart .default-page {
  background-color: #F4F1EA;
  padding-top: 10px;
}
.woocommerce-cart main .bar-upper {
  display: block !important;
}
.woocommerce-cart .cart--outer {
  position: relative;
}
.woocommerce-cart .ordertype-section {
  padding-bottom: 30px;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .ordertype-section .row.ordertype-wrap {
    padding-bottom: 80px;
  }
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .ordertype-title h2 {
  font-size: 39px;
  font-family: "Tenor Sans";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .ordertype-section .row.ordertype-wrap .ordertype-title h2 {
    font-size: 25px;
  }
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .ordertype-title .ordertype_date {
  position: absolute;
  right: 0;
  left: 0;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .ordertype-title .ordertype_date .change--date {
  position: relative;
  z-index: 999999;
  color: #B48A52 !important;
  opacity: 1 !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  font-weight: 500;
  font-family: "termina";
  background-color: #ede6da;
  opacity: 1;
  max-width: 195px;
  margin: 24px auto 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 20px;
  padding: 6px 5px;
  line-height: 18px;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .ordertype-text {
  font-size: 16px;
  color: #151F2E;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "termina";
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .ordertype-section .row.ordertype-wrap .ordertype-text {
    text-align: center;
    width: 100%;
  }
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .order-date {
  text-align: center;
  opacity: 0;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .order-date span {
  display: block;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .order-date span.date {
  font-size: 18px;
  color: #B48A52;
  font-family: "termina";
  border-bottom: 2px solid #B48A52;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .order-date span.change-date {
  color: #B48A52;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-top: 4px;
}
.woocommerce-cart .ordertype-section .row.ordertype-wrap .order-date span.change-date img {
  margin-right: 6px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  color: #fff !important;
  background-color: #B48A52 !important;
  border-color: #B48A52 !important;
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    font-size: 12px !important;
  }
}
.woocommerce-cart .cart-collaterals {
  max-width: 990px;
  margin: 0px auto;
  float: none;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 990px;
  margin: 0px auto;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals_wrap {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  color: #151F2E;
  font-family: "termina";
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals .cart-totals_wrap {
    text-align: center;
    width: 100%;
    margin: 0px;
    font-size: 16px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals_wrap .amount {
  display: block;
  font-size: 21px;
  color: #B48A52;
  font-family: "termina";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals .cart-totals_wrap .amount {
    font-size: 16px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-totals_wrap .text-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals .cart-totals_wrap .text-right {
    text-align: center;
    padding-top: 25px !important;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  /* display: none; */
}
.woocommerce-cart .cart-collaterals .total--value {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-cart .cart-collaterals .total--value .order--inner {
  max-width: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 100%;
  margin: 0px auto 20px;
  position: relative;
  z-index: 1;
  background-color: #F4F1EA;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .total--value .order--inner {
    max-width: 200px;
  }
}
.woocommerce-cart .cart-collaterals .total--value .order--inner strong {
  margin-left: 12px;
}
.woocommerce-cart .cart-collaterals .total--value:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #cccccc;
  height: 100%;
  display: inline-block;
  top: 11px;
  left: 0;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .proceed-coupon {
  position: relative;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .proceed-coupon .coupon-list {
  position: absolute;
  top: -30px;
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .proceed-coupon .coupon-list .amount {
  display: inline-block !important;
  font-size: 14px !important;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom {
  position: relative;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom input {
  width: 390px;
  border: 0;
  font-size: 15px !important;
  text-transform: uppercase;
  font-family: "termina";
  color: #5F5A54;
  padding: 15px 20px !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom input {
    width: calc(100% - 62px);
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom input {
    width: calc(100% - 0px);
    font-size: 13px !important;
  }
}
.woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom button {
  width: 62px;
  background-color: transparent;
  top: 0px;
  right: 78px;
  font-size: 15px;
  font-family: "termina";
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom button {
    position: absolute;
    right: 45px;
    top: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom button {
    right: 16px;
    font-size: 12px !important;
  }
}
.woocommerce-cart .cart-collaterals .proceed-checkout .copen-system .coupon-bottom button:focus {
  outline: none;
  border: 0px;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .wc-proceed-to-checkout {
  max-width: 325px;
  margin-left: auto;
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .proceed-checkout .wc-proceed-to-checkout {
    max-width: 290px;
    width: 100%;
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .cart-collaterals .proceed-checkout .wc-proceed-to-checkout {
    max-width: 100%;
  }
}
.woocommerce-cart .cart-collaterals .proceed-checkout .wc-proceed-to-checkout .checkout-button {
  font-size: 15px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .wc-proceed-to-checkout .checkout-button:focus {
  outline: none !important;
}
.woocommerce-cart .cart-collaterals .proceed-checkout .wc-proceed-to-checkout .checkout-button:hover {
  color: #B48A52 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.orddd-checkout-fields {
  text-align: right;
  max-width: 175px;
  margin-left: auto;
  margin-bottom: 24px;
  padding-bottom: 25px;
  position: absolute;
  top: -2px;
  right: 12px;
}
.orddd-checkout-fields .form-row {
  margin-bottom: 2px;
}
.orddd-checkout-fields .form-row .select2-container {
  width: 175px !important;
}
.orddd-checkout-fields .form-row .select2-container .select2-selection--single {
  background-color: transparent !important;
  border: 0 !important;
  color: #B48A52;
  -webkit-text-fill-color: #B48A52;
  font-size: 20px;
  text-align: center;
}
.orddd-checkout-fields .time_error_message {
  color: red;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
}
.orddd-checkout-fields .date_error_message {
  position: absolute;
  top: -20px;
  text-align: center;
  width: 100%;
  font-size: 11px;
  color: red;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .orddd-checkout-fields {
    top: 85px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 480px) {
  .orddd-checkout-fields {
    top: 100px;
  }
}
.orddd-checkout-fields label {
  position: absolute;
  bottom: -4px;
  color: #B48A52;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  background-image: url(/wp-content/uploads/2022/04/calendar.png);
  background-repeat: no-repeat;
  margin-right: 0px;
  text-align: center;
  width: 100%;
  background-position: 23% 36%;
  padding-left: 20px;
  cursor: pointer;
}
.orddd-checkout-fields input {
  border: 0;
  font-size: 18px !important;
  color: #B48A52;
  font-family: "termina";
  border-bottom: 2px solid #B48A52;
  text-align: center;
  padding: 0 !important;
  width: 100%;
  -webkit-text-fill-color: #B48A52;
}
.orddd-checkout-fields .orddd_field_note {
  display: none;
}

.cart .quantity .qty {
  background-color: #e9eaeb;
  border: 0;
  text-align: center;
  width: 4.8em;
  padding-left: 6px !important;
  padding-right: 0 !important;
  font-size: 11px !important;
  color: #151F2E !important;
  font-weight: 800;
  font-family: "termina";
}
@media only screen and (max-width: 767px) {
  .cart .quantity .qty {
    padding: 10px 16px !important;
  }
}

.login-account .account--left img {
  width: 100%;
}
.login-account .account--right {
  background-color: #F4F1EA;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .login-account .account--right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.login-account .account--right .acount--form {
  max-width: 580px;
  margin: 0px auto;
}
.login-account .account--right .acount--form h2 {
  font-size: 52px;
  font-family: "Tenor Sans";
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .login-account .account--right .acount--form h2 {
    font-size: 40px;
  }
}
.login-account .account--right .acount--form .head-tagline {
  font-size: 12px;
  color: #B48A52;
  text-transform: uppercase;
  font-family: "Barlow";
  letter-spacing: 2.4px;
}

.ticket--popup {
  top: 45px;
}
@media only screen and (max-width: 991px) {
  .ticket--popup {
    height: calc(100% - 4rem);
  }
}
.ticket--popup .modal-dialog {
  max-width: 1130px;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .ticket--popup .modal-dialog {
    max-width: 96%;
  }
}
.ticket--popup .modal-dialog .modal-content {
  background-color: #F4F1EA;
  border: 0px;
}
.ticket--popup .modal-dialog .modal-content .modal-header {
  border: 0px;
}
.ticket--popup .modal-dialog .modal-content .modal-header button {
  color: transparent;
}
.ticket--popup .modal-dialog .modal-content .modal-body {
  padding: 20px 35px 30px;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .modal-content .modal-body {
    padding: 10px 15px 28px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-title {
    width: 100%;
    text-align: center;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-title h2 {
  font-size: 39px;
  font-family: "Tenor Sans";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-title h2 {
    font-size: 26px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-title h2 {
    font-size: 22px;
    padding-top: 5px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text {
  font-size: 16px;
  color: #151F2E;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "termina";
}
@media only screen and (max-width: 480px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text {
    font-size: 14px;
    padding-top: 5px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text h3 {
  font-size: 27px;
  font-family: "termina";
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text h3 {
    font-size: 20px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text .placed {
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  line-height: 1em;
  font-family: "Inter";
  color: #151F2E;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .ordertype-text .placed {
    font-size: 16px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date {
    text-align: center;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date {
    text-align: center;
    padding-top: 15px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date h3 {
  font-size: 27px;
  font-family: "termina";
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #5F5A54;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date h3 {
    font-size: 19px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date span {
  display: block;
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  line-height: 1em;
  font-family: "Inter";
  color: #151F2E;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date span {
    font-size: 16px;
  }
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date span.date {
  font-size: 18px;
  color: #B48A52;
  font-family: "termina";
  border-bottom: 2px solid #B48A52;
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date span.change-date {
  color: #B48A52;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-top: 4px;
}
.ticket--popup .modal-dialog .modal-content .ordertype-section .row.ordertype-wrap .order-date span.change-date img {
  margin-right: 6px;
}
.ticket--popup .modal-dialog .woocommerce-cart-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  padding-right: 25px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    padding-right: 0px !important;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .remove {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #B48A52;
  color: #fff !important;
  z-index: 999;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .remove:hover {
  opacity: 0.8;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 280px;
  max-height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 1150px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 150px;
    max-height: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 100%;
    max-height: 120px;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
  width: 610px;
  padding-left: 35px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1150px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
    width: calc(85% - 150px);
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity {
    width: calc(100% - 0px);
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .product-price {
  padding-left: 18px;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .quantity .qty {
  background-color: #e9eaeb;
  border: 0;
  text-align: center;
  width: 4.8em;
  padding-left: 0px !important;
  padding-right: 0 !important;
  font-size: 11px !important;
  color: #151F2E !important;
  font-weight: 800;
  font-family: "termina";
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-quantity .quantity .woocommerce-Price-amount {
  color: #5F5A54;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  opacity: 0.7;
  padding-left: 10px;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .variation {
  line-height: 1.2;
  padding-top: 10px;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .variation dd {
  margin-inline: 0;
  margin-bottom: 12px;
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-type {
  font-size: 18px;
  font-family: "termina";
  color: #5F5A54;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-type {
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-type {
    text-align: center;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
  padding: 10px 0px 2px;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name {
    text-align: center;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name a {
  font-size: 27px;
  color: #151F2E !important;
  text-decoration: none;
  font-family: "termina";
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .prod-quantity .product-name a {
    font-size: 18px;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal {
  width: 90px;
  text-align: right;
  padding-right: 60px;
}
@media only screen and (max-width: 1150px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal {
    width: 15%;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 8px;
  }
}
.ticket--popup .modal-dialog .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
  color: #5F5A54;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  opacity: 0.7;
}

.total_payments .payment_col h3 {
  font-size: 21px;
  font-family: "termina";
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .total_payments .payment_col h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .total_payments .payment_col h3 {
    font-size: 15px;
  }
}
.total_payments .payment_col.text-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .total_payments .payment_col.text-left {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .total_payments .payment_col.text-left {
    text-align: center;
  }
}
.total_payments .payment_col.text-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .total_payments .payment_col.text-right {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .total_payments .payment_col.text-right {
    text-align: center;
    padding-top: 15px;
  }
}
.total_payments .payment_col span {
  color: #B48A52;
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
}
@media only screen and (max-width: 575px) {
  .total_payments .payment_col span {
    font-size: 17px;
  }
}
.total_payments .total_amount {
  padding: 22px 0px 5px;
  position: relative;
}
.total_payments .total_amount .payment_col {
  border-top: 2px solid #d6d4d1;
  position: relative;
}
.total_payments .total_amount .payment_col h3 {
  position: relative;
  background-color: #F4F1EA;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  top: -15px;
}
.total_payments .payment-mode {
  position: relative;
}
.total_payments .payment-mode h3 {
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: "Inter";
  color: #151F2E;
}
@media only screen and (max-width: 991px) {
  .total_payments .payment-mode h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .total_payments .payment-mode h3 {
    font-size: 15px;
  }
}
.total_payments .payment-mode .text-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .total_payments .payment-mode .text-right {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .total_payments .payment-mode .text-right {
    padding-top: 5px;
    text-align: center;
  }
}
.total_payments .payment-mode .text-right h3 a {
  color: #151F2E;
}
.total_payments .payment-mode .btn-dark {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .total_payments .payment-mode .btn-dark {
    margin-top: 10px;
  }
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 6px;
  margin-left: 10px;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme input {
  height: auto;
}
.woocommerce-checkout .woocommerce-form-login .form-row label {
  font-weight: 400;
  font-size: 14px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
  color: #fff !important;
  background-color: #B48A52 !important;
  border-color: #B48A52 !important;
  font-size: 14px !important;
  font-family: "Tenor Sans" !important;
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 0px auto;
  transition: all 0.3ss ease-in-out;
  -webkit-transition: all 0.3ss ease-in-out;
  -moz-transition: all 0.3ss ease-in-out;
  -ms-transition: all 0.3ss ease-in-out;
  -o-transition: all 0.3ss ease-in-out;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button:hover {
  color: #B48A52 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.woocommerce-checkout .woocommerce-form-login input {
  height: 42px;
  font-size: 14px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.woocommerce-checkout .bar-upper {
  display: block !important;
}
.woocommerce-checkout .default-page {
  background-color: #F4F1EA;
  padding-top: 10px;
}
.woocommerce-checkout .default-page .checkout {
  position: relative;
}
.woocommerce-checkout .default-page .checkout h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6rem;
  font-family: "termina";
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .default-page .checkout h3 {
    font-size: 14px;
  }
}
.woocommerce-checkout .default-page .checkout .woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-checkout .default-page .checkout .woocommerce-checkout-payment {
  background-color: transparent !important;
  max-width: 600px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout .woocommerce-checkout-payment {
    padding-bottom: 30px;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 {
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 {
    max-width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-checkout-payment {
  background-color: transparent !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields label {
  display: none;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field,
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_field,
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  width: 100%;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
    width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_city_field {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_city_field {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_city_field {
    width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field {
    width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 3px 5px;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input {
  height: 42px;
  font-size: 14px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input:focus {
  outline: none !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection--single {
  height: 42px;
  line-height: 42px;
  height: 42px;
  font-size: 14px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  background: #fff url(/wp-content/uploads/2022/04/caret.png);
  background-repeat: no-repeat !important;
  background-position: 94% 50%;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 20px;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .orddd-checkout-fields {
  display: none;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .payment-info {
  padding-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .payment-info h3 {
  margin: 0px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .payment-info h3 {
    width: 100%;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .payment-info .payment-info_text {
  color: #60BC64;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .col-1 .payment-info .payment-info_text {
    padding-top: 6px;
  }
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .payment-info .payment-info_text img {
  padding-top: 3px;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods {
  padding: 8px 0 8px !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods li {
  padding-left: 0px !important;
  padding-top: 10px;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods li:before {
  display: none !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods li label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6rem;
  font-family: "termina";
  font-weight: bold;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box {
  background: transparent !important;
  padding-bottom: 0 !important;
  margin-bottom: 0px !important;
  padding-left: 0 !important;
  padding-right: 0px !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box:before {
  display: none !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box label {
  display: none;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box .wc-credit-card-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box .wc-credit-card-form .form-row {
  width: 16% !important;
  padding: 3px 5px;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box .wc-credit-card-form .form-row input {
  height: 42px;
  font-size: 13px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box .wc-credit-card-form .form-row:first-child {
  width: 68% !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .wc_payment_methods .payment_box.payment_method_cod {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .place-order {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.woocommerce-checkout .default-page .checkout .customer_forms .col-1 .place-order #place_order {
  color: #fff;
  background-color: #B48A52;
  border-color: #B48A52;
  font-size: 14px;
  font-family: "Tenor Sans";
  line-height: 1em;
  border-radius: 0;
  padding: 16px 38px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3ss ease-in-out;
  -webkit-transition: all 0.3ss ease-in-out;
  -moz-transition: all 0.3ss ease-in-out;
  -ms-transition: all 0.3ss ease-in-out;
  -o-transition: all 0.3ss ease-in-out;
  display: none;
}
.woocommerce-checkout .default-page .checkout .customer_forms .formfield-right {
  width: calc(100% - 600px);
  position: sticky;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout .customer_forms .formfield-right {
    width: calc(100% - 0px);
  }
}
.woocommerce-checkout .default-page .checkout-side-pop {
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout-side-pop {
    margin-top: 0px;
  }
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner {
  background-color: #151F2E;
  color: #fff;
  padding: 30px 25px;
  border-radius: 6px;
  max-width: 385px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner {
    margin: 0px auto;
    max-width: 350px;
  }
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__head {
  padding-bottom: 30px;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__head .side-pop__order_total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__head .side-pop__order_total .side-pop__order_total_amount {
  margin: 0px;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__head .side-pop__order_total .side-pop__order_total_label {
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.3rem;
  font-weight: 500;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__content {
  border-top: 1px solid #354762;
  padding-top: 25px;
  padding-bottom: 40px;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__content .side-pop__pick_label,
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__content .side-pop__pickon_label {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  letter-spacing: 0.5px;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__content .side-pop__pick_text {
  font-size: 14px;
  line-height: 1.3rem;
  font-family: "Inter";
  font-weight: 400;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__content .side-pop__pick_text p {
  margin-bottom: 0px;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__content .side-pop__pickupon {
  padding-top: 30px;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__footer {
  text-align: center;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__footer .side-pop__order_total {
  width: 100%;
  text-align: center;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__footer .side-pop__order_total .order_place_btn {
  color: #fff;
  background-color: #B48A52;
  border-color: #B48A52;
  font-size: 14px;
  font-family: "Tenor Sans";
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  margin: 0px auto;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__footer .side-pop__order_total .order_place_btn:hover {
  color: #B48A52;
  background-color: #fff;
  border-color: #fff;
}
.woocommerce-checkout .default-page .checkout-side-pop .side-pop__inner .side-pop__footer .side-pop__order_total a.cart_edit_btn {
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  margin-top: 15px;
  display: block;
}
.woocommerce-checkout .default-page .woocommerce-additional-fields {
  display: none;
}

@media only screen and (max-width: 991px) {
  .page-template-order-completed .bar-upper {
    padding: 25px 0px 25px;
  }
}
.page-template-order-completed .banner--content h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  .page-template-order-completed .banner--content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-order-completed .banner--content h1 {
    font-size: 32px;
  }
}

/* Thank you page */
.woocommerce-order.thankyou-page {
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 50px;
  position: relative;
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-received {
  font-size: 28px;
  text-align: center;
  font-family: "termina";
  font-weight: 600;
  color: #151F2E;
  line-height: 2.2rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-top: 140px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: 2rem;
  }
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-received::before {
  content: "\f00c";
  line-height: 2.6em;
  font-family: fontawesome;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #008000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-bottom: -30px;
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-details li {
  width: 20%;
  padding-right: 10px;
  margin-right: 0px;
  padding-left: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-thankyou-order-details li {
    width: 100%;
    padding-right: 10px;
    margin-right: 0px;
    padding-left: 10px;
    font-size: 13px;
    border-bottom: 1px dashed #D8D8D8;
    padding-top: 10px;
    border-right: 0;
  }
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-details li strong {
  font-size: 15px;
  padding-top: 2px;
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-details li:before {
  display: none;
}
.woocommerce-order.thankyou-page .woocommerce-thankyou-order-details li:last-child {
  margin-right: 0px;
}
.woocommerce-order.thankyou-page h2 {
  font-size: 18px;
  text-align: center;
  color: #5F5A54;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "termina";
}
.woocommerce-order.thankyou-page .woocommerce-order-details {
  background-color: #fff;
  padding: 20px 35px 35px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-order-details {
    padding: 20px 14px 35px !important;
  }
}
.woocommerce-order.thankyou-page .woocommerce-order-details .shop_table th {
  padding: 9px 12px;
  line-height: 1.5em;
  font-size: 16px;
  font-family: "Work Sans";
  color: #151F2E;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-order-details .shop_table th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-order-details .shop_table td {
    padding: 7px 4px;
    line-height: 1.3em;
    font-size: 12px;
  }
  .woocommerce-order.thankyou-page .woocommerce-order-details .shop_table td .wc-item-meta {
    margin-top: 10px;
  }
  .woocommerce-order.thankyou-page .woocommerce-order-details .shop_table td .wc-item-meta li strong {
    font-size: 12px;
  }
}
.woocommerce-order.thankyou-page .woocommerce-order-details .shop_table ul {
  padding-left: 0px;
}
.woocommerce-order.thankyou-page .woocommerce-order-details .shop_table ul li {
  padding-left: 0px;
  display: flex;
}
.woocommerce-order.thankyou-page .woocommerce-order-details .shop_table ul li:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-order-details .shop_table ul li {
    padding-bottom: 2px;
  }
}
.woocommerce-order.thankyou-page .woocommerce-customer-details {
  background-color: #151F2E;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px 0px 30px;
}
.woocommerce-order.thankyou-page .woocommerce-customer-details h2 {
  color: #fff;
}
.woocommerce-order.thankyou-page .woocommerce-customer-details address {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .woocommerce-customer-details p {
    text-align: center;
  }
}
.woocommerce-order.thankyou-page .pickup-location {
  background-color: #151F2E;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 20px 30px;
}
.woocommerce-order.thankyou-page .pickup-location .pickup-col {
  width: 50%;
  padding: 0px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-order.thankyou-page .pickup-location .pickup-col {
    width: 100%;
    padding: 10px;
  }
  .woocommerce-order.thankyou-page .pickup-location .pickup-col p {
    text-align: center;
  }
}
.woocommerce-order.thankyou-page .pickup-location .pickup-col h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 600;
  margin-top: 10px;
}
.woocommerce-order.thankyou-page .pickup-location .pickup-col .button {
  margin: 12px 0;
}

.woocommerce-order-received .default-page {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-error {
    padding-left: 60px !important;
  }
}
.woocommerce-error li:before {
  display: none;
}

.woocommerce-page .default-page {
  padding-bottom: 30px;
}
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info {
  border-top-color: #B48A52 !important;
}
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before {
  color: #B48A52 !important;
}
.woocommerce-page .lost_reset_password label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6rem;
  font-family: "termina";
  font-weight: bold;
}
.woocommerce-page .lost_reset_password .woocommerce-Button {
  color: #fff !important;
  background-color: #B48A52 !important;
  border-color: #B48A52 !important;
  font-size: 14px !important;
  font-family: "Tenor Sans" !important;
  line-height: 1em;
  border-radius: 0;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.woocommerce-page .lost_reset_password .woocommerce-Button:hover {
  color: #B48A52 !important;
  background-color: #fff !important;
  border-color: #B48A52 !important;
}
.woocommerce-page .lost_reset_password .woocommerce-Input--text {
  height: 42px;
  font-size: 14px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #151F2E;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0px;
  margin: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #293952;
  padding-left: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  color: #fff !important;
  padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #B48A52;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 25px;
  border: 1px solid #D8D8D8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 22px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
  font-size: 12px !important;
  font-family: "Tenor Sans" !important;
  line-height: 1em;
  border-radius: 0;
  padding: 11px 25px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #B48A52 !important;
  border: 1px solid #B48A52 !important;
  color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {
  background-color: #fff !important;
  border: 1px solid #B48A52 !important;
  color: #B48A52 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__header {
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input {
  height: 42px;
  font-size: 14px !important;
  font-family: "Inter";
  color: #151F2E;
  -webkit-text-fill-color: #151F2E;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
  font-size: 14px;
  line-height: 1.6rem;
  font-family: "termina";
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
  font-weight: 600;
  padding-top: 30px;
  padding-left: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
  font-size: 20px;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
  border: 0;
  padding: 0;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .account-orders-table .woocommerce-button {
  font-size: 12px !important;
  font-family: "Tenor Sans" !important;
  line-height: 1em;
  border-radius: 0;
  padding: 11px 25px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #B48A52 !important;
  border: 1px solid #B48A52 !important;
  color: #fff !important;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .account-orders-table .woocommerce-button:hover {
  background-color: #fff !important;
  border: 1px solid #B48A52 !important;
  color: #B48A52 !important;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
  font-size: 12px !important;
  font-family: "Tenor Sans" !important;
  line-height: 1em;
  border-radius: 0;
  padding: 11px 38px !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #B48A52 !important;
  border-color: #B48A52 !important;
  border: 1px solid #B48A52 !important;
  color: #fff !important;
}
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
  background-color: #fff !important;
  border: 1px solid #B48A52 !important;
  color: #B48A52 !important;
}

@media only screen and (max-width: 991px) {
  .order-pickup-section .order-title h2 {
    font-size: 28px;
  }
}

.single-product form .variations label {
  padding-top: 4px;
}

.RTL_wrapper .desc small {
  margin-top: 6px;
  display: inline-block;
}
.RTL_wrapper .tableclass font {
  line-height: 1.5;
}

/*# sourceMappingURL=main.css.map */

/* ==========================================================================
   SBC additions 2026-07-27 — header product search + uniform card images
   ========================================================================== */

/* Product search — subtle inline bar just below the category buttons on the
   shop / category pages. In normal page flow, so it is responsive as-is. */
.sbc-shop-search {
  max-width: 400px;
  margin: 18px auto 0;
  padding: 0 15px;
}
.sbc-shop-search form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #e6dfcf;
  border-radius: 4px;
  padding: 4px 4px 4px 14px;
}
.sbc-shop-search form:focus-within {
  border-color: #B48A52;
}
.sbc-shop-search input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  padding: 7px 0;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  color: #151F2E;
  background: transparent;
}
.sbc-shop-search input[type="search"]::placeholder {
  color: #9a9385;
}
.sbc-shop-search button {
  border: 0;
  border-radius: 3px;
  background: #B48A52;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 7px 13px;
  cursor: pointer;
}
.sbc-shop-search button:hover {
  background: #8a6938;
}

/* Uniform product-card images. Newer uploads may lack the cropped catalog
   thumbnail size (and ACF card images render at native size), so enforce a
   square crop at render time — every card image displays identically. */
.woocommerce .products li .product-item .product__inner-img .imagewrapper img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
