@charset "UTF-8";

/*
Theme Name: Prestige Composite New
Author: the Tru team
Author URI: https://tru.agency/
Description: Prestige is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
Text Domain: prestige-composite
*/
/* ----- Other CSS File Import Here ------- */

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("assets/fonts/Poppins-ExtraBold.eot");
  src: url("assets/fonts/Poppins-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/Poppins-ExtraBold.woff") format("woff"),
    url("assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("assets/fonts/Poppins-Bold.eot");
  src: url("assets/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Poppins-Bold.woff2") format("woff2"),
    url("assets/fonts/Poppins-Bold.woff") format("woff"),
    url("assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("assets/fonts/Poppins-ExtraLight.eot");
  src: url("assets/fonts/Poppins-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("assets/fonts/Poppins-ExtraLight.woff") format("woff"),
    url("assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("assets/fonts/Poppins-SemiBold.eot");
  src: url("assets/fonts/Poppins-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("assets/fonts/Poppins-SemiBold.woff") format("woff"),
    url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("assets/fonts/Poppins-Italic.eot");
  src: url("assets/fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Poppins-Italic.woff2") format("woff2"),
    url("assets/fonts/Poppins-Italic.woff") format("woff"),
    url("assets/fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("assets/fonts/Poppins-Regular.eot");
  src: url("assets/fonts/Poppins-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Poppins-Regular.woff2") format("woff2"),
    url("assets/fonts/Poppins-Regular.woff") format("woff"),
    url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cabin";
  src: url("assets/fonts/Cabin-Regular.eot");
  src: url("assets/fonts/Cabin-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Cabin-Regular.woff2") format("woff2"),
    url("assets/fonts/Cabin-Regular.woff") format("woff"),
    url("assets/fonts/Cabin-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* General CSS Updated Here */
* {
  box-sizing: border-box;
}

body {
  color: #404040;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.4;
}

h1,
h2 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

strong,
b {
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding-left: 27px;
  margin-left: 0;
}

a {
  color: #684510;
  text-decoration: none;
}

a:hover {
  color: #684510;
  text-decoration: underline;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
select {
  height: 50px;
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  width: 100%;
  border-radius: 5px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 13px 20px;
  height: 200px;
  resize: none;
  line-height: 24px;
  border-radius: 5px;
}

::placeholder,
input:focus::placeholder {
  font-size: 16px;
  opacity: 1;
  line-height: 24px;
  font-weight: 400;
  color: #808080;
  letter-spacing: 0.2px;
  text-transform: none !important;
}

::selection {
  color: #fff;
  background-color: #684510;
}

.pt_30 {
  padding-top: 30px;
}

.container,
.inner_container {
  max-width: 1332px;
  padding: 0 45px;
  margin: 0 auto;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.btn.secondary-btn {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #684510;
  text-transform: uppercase;
  border: 2px solid #684510;
  border-radius: 20px;
  position: relative;
}

.section-spacing {
  padding: 80px 0;
}

.main-outer {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.theme-common-button,
button,
.btn,
.button,
.woocommerce
  .custom_user_account_form
  .woocommerce-form-login
  .woocommerce-form-login__submit,
.woocommerce .custom_user_account_form form .woocommerce-Button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.shop_listing_sec .wpf_items_wrapper .wpf_item .wpf_search_button,
.shop_listing_sec .wpf_reset_btn,
.woocommerce-page table.cart td.actions button.button,
.page_wrapper
  .woocommerce-notices-wrapper
  .woocommerce-form-coupon-toggle
  .checkout_coupon
  button,
.custom_user_account_form .woocommerce-Button.button,
a.woocommerce-Button.button,
form.woocommerce-shipping-calculator .shipping-calculator-form p button.button,
.woocommerce-notices-wrapper ul.woocommerce-error li a.button.wc-forward {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.8px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  min-height: 50px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #684510;
  border-radius: 5px;
  background-color: #684510;
  transition: all 0.3s ease;
  z-index: 1;
}

.theme-common-button::before,
button::before,
.btn::before,
.button::before,
.shop_listing_sec .wpf_items_wrapper .wpf_item .wpf_search_button::before,
.shop_listing_sec .wpf_reset_btn::before,
.page_wrapper
  .woocommerce-notices-wrapper
  .woocommerce-form-coupon-toggle
  .checkout_coupon
  button::before,
a.woocommerce-Button.button::before,
form.woocommerce-shipping-calculator
  .shipping-calculator-form
  p
  button.button::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 150%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateX(-100%) skew(-45deg);
  -webkit-transform: translateX(-100%) skew(-45deg);
  -moz-transform: translateX(-100%) skew(-45deg);
  -o-transform: translateX(-100%) skew(-45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  -o-transition: transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  z-index: -1;
}

.theme-common-button:hover,
button:hover,
.btn:hover,
.button:hover,
.woocommerce
  .custom_user_account_form
  .woocommerce-form-login
  .woocommerce-form-login__submit:hover,
.woocommerce .custom_user_account_form form .woocommerce-Button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.shop_listing_sec .wpf_items_wrapper .wpf_item .wpf_search_button:hover,
.shop_listing_sec .wpf_reset_btn:hover,
.woocommerce-page table.cart td.actions button.button:hover,
.page_wrapper
  .woocommerce-notices-wrapper
  .woocommerce-form-coupon-toggle
  .checkout_coupon
  button:hover,
.custom_user_account_form .woocommerce-Button.button:hover,
a.woocommerce-Button.button:hover,
form.woocommerce-shipping-calculator
  .shipping-calculator-form
  p
  button.button:hover,
.woocommerce-notices-wrapper ul.woocommerce-error li a.button.wc-forward:hover {
  color: #684510;
  border-color: #684510;
  background-color: transparent;
}
.fa-eye:before {
  background-image: url("assets/images/hide-password.svg");
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
}
.fa-eye-slash.fa-eye:before {
  background-image: url("assets/images/show-password.svg");
}

.theme-common-button:hover::before,
button:hover::before,
.btn:hover::before,
.button:hover::before,
.shop_listing_sec .wpf_items_wrapper .wpf_item .wpf_search_button:hover::before,
.shop_listing_sec .wpf_reset_btn:hover::before,
.page_wrapper
  .woocommerce-notices-wrapper
  .woocommerce-form-coupon-toggle
  .checkout_coupon
  button:hover::before,
.cart_left_col table.shop_table td .coupon button.button:hover::before,
.cart_outer_main a.btn.continue_shopping_btn:hover::before,
a.woocommerce-Button.button:hover::before,
form.woocommerce-shipping-calculator
  .shipping-calculator-form
  p
  button.button:hover::before {
  transform: translateX(0) skew(-45deg);
  -webkit-transform: translateX(0) skew(-45deg);
  -moz-transform: translateX(0) skew(-45deg);
  -o-transform: translateX(0) skew(-45deg);
}
.woocommerce .woocommerce-info {
  border-top-color: #684510;
  /* max-width: 394px; */
  margin: 2em auto;
}

.theme-common-button.primary-button,
.shop_listing_sec .wpf_reset_btn,
.cart_left_col table.shop_table td .coupon button.button,
.cart_outer_main a.btn.continue_shopping_btn {
  color: #684510;
  background-color: #fff;
}

.theme-common-button.primary-button::before,
.shop_listing_sec .wpf_reset_btn::before,
.theme-common-button.primary-button::before,
.cart_left_col table.shop_table td .coupon button.button::before,
.cart_outer_main a.btn.continue_shopping_btn::before,
form.checkout_coupon.woocommerce-form-coupon p button::before {
  background: #684510;
}

.theme-common-button.primary-button:hover,
.shop_listing_sec .wpf_reset_btn:hover,
.cart_left_col table.shop_table td .coupon button.button:hover,
.cart_outer_main a.btn.continue_shopping_btn:hover {
  color: #fff;
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  cursor: pointer;
}
form.checkout_coupon.woocommerce-form-coupon p button {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

form.checkout_coupon.woocommerce-form-coupon p button:hover {
  color: #fff;
}

button:focus,
.button:focus {
  outline: none;
}
.theme-text-link {
  color: #684510;
  transition: 0.3s ease;
}

.theme-text-link span {
  position: relative;
  top: -0.5px;
  transition: 0.3s ease;
}

.theme-text-link span svg {
  margin-left: 5px;
}

.theme-text-link:hover {
  color: #684510;
}

.theme-text-link:hover span {
  margin-left: 5px;
}
.color-success, .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #137e11;
}
.color-cancelled, .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  color: #fc3b3b;
}
.color-pending {
  color: #404040;
}
.color-process {
  color: #684510;
}

.section-heading-desc h2 {
  color: #1b3024;
  font-size: 36px;
}

.common-outer-section {
  padding: 100px 0 20px 0;
}

/* Site Header CSS Updated Here */
/* Search Outer Modal CSS Updated Here */
.text_underline {
  text-decoration: underline;
}
.text_underline:hover {
  text-decoration: none;
  color: #684510;
}
.search_outer.absolute-top {
  position: fixed;
}
.absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.search_outer {
  padding: 42px 0px;
  transform: translateY(-100%);
  transition: 0.5s ease;
  z-index: 99;
}

.search_outer .container,
.search_outer .inner_container {
  position: relative;
}

.search_outer ::placeholder {
  color: #404040;
}

.search_outer button#search_close {
  top: 50%;
  right: 41px;
  padding: 0;
  transform: translateY(-50%);
}

.search_outer button#search_close svg {
  fill: #1b3024;
  width: 24px;
}

.search_outer .search-form {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}

.search_outer .search-form label {
  display: block;
  color: #684510;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}

.search_outer .search-form input {
  outline: none;
  border: 0;
  box-shadow: none;
}

.search_outer .search-form input.search-field {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  transition: all 0.3s ease;
  background: url("assets/images/search-icon.svg") left center no-repeat;
  background-size: 24px auto;
  padding: 0 100px 0 45px;
}

.search_outer .search-form input.search-field:focus {
  border-color: #051d3a;
}

body.search_show .search_outer {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

body.search_show {
  position: relative;
  overflow: hidden;
}
body.no_scroll {
  position: relative;
  overflow: hidden;
}

body.search_show::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  transition: 0.5s ease;
  z-index: 2;
  transition: 0.5s ease;
}

.search_outer input.search-submit {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #684510;
  transition: all 0.3s ease;
  z-index: 1;
  transition: all 0.3s ease;
  width: auto;
}

a:focus-visible,
label:focus-visible {
  outline: none;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.site-header {
  max-width: 1920px;
  margin: 0 auto;
  transition: all 300ms ease;
}
header.site-header .navbar {
  padding: 0;
}
.site-header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.8px;
}

.site-header .dark-logo {
  opacity: 0;
}

.site-header.header-down {
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.site-header.header-down .navbar .navbar-nav .nav-item .nav-link {
  color: #404040;
}

.site-header.header-down .navbar .nav-action-links img {
  filter: invert(1);
}

.site-header.header-down .dark-logo {
  opacity: 1;
}

.site-header.header-down .light-logo {
  opacity: 0;
}

.home .responsive-bar.d-none-desktop span {
  background-color: #fff;
}

.home .responsive-bar.d-none-desktop span::before {
  content: "";
  background-color: #fff;
}

.home .responsive-bar.d-none-desktop span::after {
  content: "";
  background-color: #fff;
  top: 16px;
}

.site-header.header-down button.hamburger span,
.site-header.header-down button.hamburger::before,
.site-header.header-down button.hamburger::after {
  background-color: #404040;
}

.site-header.header-up {
  transform: translateY(-80px);
}

.home header.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 2;
  margin-top: 0;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: none;
}

header.site-header {
  background-color: #fff;
  padding: 32px 0;
  margin-top: 0;
}
.site-header .container,
.site-header .inner_container {
  max-width: 1810px;
}

.home header.site-header .nav-action-links .img-fluid {
  filter: initial;
}

header.site-header .nav-action-links .img-fluid {
  fill: #1b3024;
  filter: invert(1);
}

header li.menu-item {
  margin-right: 61px;
}

header li.menu-item:last-child {
  margin-right: 0;
  border-bottom: 0;
}

header ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

header.site-header ul li a {
  color: #1b3024;
}

.home header.site-header ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

header.site-header ul li a:hover,
header.site-header ul li.current_page_item a {
  color: #684510 !important;
}

.home header.site-header ul li a:hover,
.home header.site-header ul li.current_page_item a {
  color: #aa8b56 !important;
}

header ul li a:hover {
  text-decoration: none;
}

.internal-site-header {
  background-color: #fff;
}

.internal-site-header .navbar .navbar-nav .nav-item .nav-link {
  color: #404040;
}
.header-icons-right > li {
  margin-left: 30px;
}
.internal-site-header button.hamburger::before,
button.hamburger::after {
  content: "";
  color: #404040;
}

.internal-site-header button.hamburger span {
  color: #404040;
}

.responsive-bar {
  width: 24px;
  height: 20px;
  display: block;
  z-index: 9;
  margin-left: auto;
  position: relative;
  display: none;
  cursor: pointer;
  margin-left: 20px;
}

.responsive-bar span {
  background-color: #404040;
  width: 24px;
  height: 2px;
  display: block;
  position: relative;
}

.responsive-bar span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #404040;
}

.responsive-bar span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 24px;
  height: 2px;
  background-color: #404040;
}

.responsive-bar.mode span {
  background-color: #fff;
}

.responsive-bar.mode span::before {
  background-color: #404040;
  transform: rotate(45deg);
}

.responsive-bar.mode span::after {
  background-color: #404040;
  transform: rotate(-45deg);
  top: 9px;
}

button.hamburger {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

button.hamburger span,
button.hamburger::before,
button.hamburger::after {
  width: 30px;
  height: 3px;
  background-color: currentColor;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}

button.hamburger span {
  margin-block: 5px;
}

button.hamburger::before,
button.hamburger::after {
  content: "";
  color: #fff;
}

.home header ul li a:hover {
  color: #684510;
}
.search_outer .container,
.search_outer .inner_container {
  max-width: 1568px;
}
/* Home Banner Section CSS Updated Here */
.btn.secondary-btn,
.site-header .navbar .navbar-nav .nav-item .nav-link,
header ul li a,
.home-banner-section .banner-slider-item .banner-slider-content h4,
.home-banner-section .banner-slider-item .banner-slider-content h1,
.featured-product-section .featured-card .featured-card-desc h3,
.site-footer .site-footer-middle .footer-widget h3,
.product-gallery-outer .hardwood-product-block .hardwood-product-name,
.footer-newsletter h2,
.testimonials-outer-section
  .testimonials-review-block
  .testimonial-review-detail
  cite,
.our-blog-section .sort-section label,
.our-blog-section .our-blog-card .our-blog-card-desc h3,
.footer-newsletter .wpcf7-form input.wpcf7-submit,
.internal-banner-section h1,
.about-content-section span,
.about-content-section h4,
blockquote,
.contact-form-section .store-hours h5,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h6,
.highlightes-products h5,
.woocommerce .cart_left_col table.shop_table th,
.cart_totals table.shop_table.shop_table_responsive tr.cart-subtotal tr td,
.woocommerce .cart-collaterals .cart_totals tr td span,
.woocommerce .cart-collaterals .cart_totals tr td .section-spacing,
.cart_outer_main .cart_item_name a,
.cart_outer_main a.checkout-button.button.alt.wc-forward.wp-element-button,
.woocommerce h2.cart_page_title,
.filters-container form h4.filter-title,
.left_shop_filter .wc-blocks-filter-wrapper h3.wp-block-heading,
.single_product_page .woocommerce-Reviews h2,
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tfoot
  td {
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}
.home-banner-section .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.home-banner-section .carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.home-banner-section .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.home-banner-section .carousel-control-prev {
  left: 20px;
  width: 20px;
}

.home-banner-section .carousel-control-next {
  right: 20px;
  width: 20px;
}

.home-banner-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.home-banner-section .banner-slider-item .banner-slider-content {
  max-width: 765px;
}

.home-banner-section .banner-slider-item .banner-slider-content h4,
.home-banner-section .banner-slider-item .banner-slider-content h1 {
  color: #fff;
  letter-spacing: 0.8px;
}

.home-banner-section .banner-slider-item .banner-slider-content h4 {
  font-size: 20px;
  line-height: 30px;
}

.home-banner-section .banner-slider-item .banner-slider-content h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}

.home-banner-section .slick-next,
.home-banner-section .slick-prev {
  position: absolute;
  content: "";
  background: url("assets/images/arrow.svg") center/auto no-repeat;
  width: 15px;
  height: 28px;
  opacity: 1;
}

.home-banner-section .slick-next::before,
.home-banner-section .slick-prev::before {
  display: none;
}

.home-banner-section .slick-next:hover,
.home-banner-section .slick-prev:hover {
  opacity: 0.5;
}

.home-banner-section .slick-next {
  transform: rotate(-180deg);
}

.home-banner-section .slick-next {
  right: 20px;
}

.home-banner-section .slick-prev {
  left: 25px;
}

.home-banner-section .slick-dots {
  bottom: 30px;
}

.home-banner-section .banner-overlay {
  background: linear-gradient(
    180deg,
    rgba(104, 69, 16, 0.6) 0%,
    rgba(104, 69, 16, 0) 80.32%
  );
}

.home-banner-section .carousel-indicators,
.home-banner-section .carousel-item {
  margin-left: 0;
  margin-right: 0;
}

.featured-product-section .woocommerce {
  padding-top: 0;
}

/* Banner Process Section CSS Updated Here */
section.banner-process-section {
  padding: 60px 0;
}

section.banner-process-section .process-block .process-block-desc {
  padding-top: 30px;
}

section.banner-process-section .process-block .process-block-desc h5 {
  margin-bottom: 20px;
}
.banner-process-section .process-block {
  padding-right: 22px;
}
.slick-initialized .slick-slide {
  height: auto;
}
/* Featured Product Section CSS Updated Here */
.highlightes-products .product-description a {
  color: #404040;
  text-decoration: none;
}

.shop_listing_sec .left_shop_filter li:last-child .wc-blocks-filter-wrapper {
  border-bottom: none;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 1px;
  background-color: #684510;
}

.featured-product-section .woocommerce ul.products li.product {
  margin: initial;
}

.featured-product-section .featured-card {
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}

.featured-product-section
  .featured-card
  .featured-card-desc
  .category-desc-head {
  color: #684510;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.featured-product-section .featured-card .featured-card-desc h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}

.featured-product-section .featured-card .featured-card-desc h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.featured-product-section .featured-card:hover {
  border-color: #684510;
}

.featured-product-section ul.products.columns-3 li.product.type-product {
  width: calc(33.333% - 30px);
  padding: 0;
  margin: 0 0 0 30px;
}

.featured-product-section ul.products.columns-3 {
  display: flex;
  margin: 0 0 0 -30px;
  padding: 0;
}

.featured-product-section .section-heading-desc {
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 950px;
}

.featured-product-section .section-heading-desc h2 {
  margin-bottom: 40px;
}

.featured-product-section ul.products li a {
  border-bottom: 1px transparent;
  display: block;
  transition: all 0.3s ease-in-out;
}
.subheading_para {
  padding-bottom: 30px;
}

body .woocommerce ul.products li.product .price del,
body.woocommerce ul.products li.product .price del {
  opacity: 1;
}
.featured-product-section .woocommerce ul.products li.product a img {
  height: 400px;
  margin: 0;
}

/* What's New Section CSS Updated Here */
.whats-new-section .main-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whats-new-section .main-outer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
  background: #f6f6f0;
  z-index: -1;
}

.whats-new-section .whats-new-card {
  width: 50%;
  padding: 100px 70px 100px 45px;
  margin-left: auto;
}
.whats-new-card-inner {
  max-width: 552px;
  margin-left: auto;
}
.whats-new-section .whats-new-card p {
  margin: 25px 0 15px;
}

.whats-new-section .main-outer .whats-new-section-img {
  width: 50%;
}

/* Product Gallery Outer Section CSS Updated Here */
.product-gallery-outer,
.performance-section-outer,
.testimonials-outer-section {
  padding: 100px 0;
}

.product-gallery-outer .hardwood-gallery-listing {
  padding: 40px 0;
}

.hardwood-gallery-col .prod_category_link .hardwood-product-block {
  margin: 0;
}
.product-gallery-outer .hardwood-product-block .hardwood-product-name {
  color: #404040;
  font-size: 18px;
  line-height: 1.5;
  padding: 30px 14px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  border-top: 1px solid #ddd;
}

.product-gallery-outer .product-gallery-shop-btn {
  padding-top: 20px;
}

.block-solid-spectrum,
.testimonials-outer-section {
  background-color: #f6f6f0;
}

.block-earthtones .hardwood-gallery-listing .hardwood-product-block,
.block-solid-spectrum .hardwood-gallery-listing .hardwood-product-block,
.block-solid-spectrum .hardwood-product-block .hardwood-product-name {
  border: none;
}

.product-gallery-outer .hardwood-gallery-listing .hardwood-product-block img {
  width: 100%;
}

section.product-gallery-outer.block-earthtones {
  margin-top: 60px;
  background-color: #3d2911;
}

section.product-gallery-outer.block-earthtones .section-heading-desc h2 {
  color: #fff;
}

section.block-earthtones .product-gallery-shop-btn .theme-common-button {
  color: #684510;
  border-color: #fff;
  background-color: #fff;
}

section.block-earthtones
  .product-gallery-shop-btn
  .theme-common-button::before {
  background-color: #3d2911;
}

section.block-earthtones .product-gallery-shop-btn .theme-common-button:hover {
  color: #fff;
}

.performance-section-outer .section-heading-desc {
  max-width: 1190px;
  margin: 0 auto;
}

/* Testimonials Section CSS Updated Here */
.testimonials-outer-section .slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.testimonials-outer-section .testimonials-review-block {
  padding: 0 30px;
  margin-top: 30px;
  max-width: 820px;
  height: auto;
}

.testimonials-outer-section
  .testimonials-review-block
  .testimonial-review-detail {
  padding: 60px;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.testimonials-outer-section
  .testimonials-review-block
  .testimonial-review-detail
  p {
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 40px 0;
}

.testimonials-outer-section
  .testimonials-review-block
  .testimonial-review-detail
  h3 {
  letter-spacing: 0.48px;
  margin-bottom: 15px;
}

.testimonials-outer-section
  .testimonials-review-block
  .testimonial-review-detail
  cite {
  color: #404040;
  font-size: 14px;
  font-style: normal;
}

.testimonials-outer-section .slick-dots {
  bottom: -75px;
}

.testimonials-outer-section .testimonial-outer-btn {
  padding-top: 60px;
}

/* Our Blog Section CSS Updated Here */
.page_number_sec {
  display: flex;
  justify-content: flex-end;
}

.our-blog-section .section-heading-desc p {
  max-width: 995px;
  margin: auto;
}

.our-blog-section .our-blog-card {
  border-bottom: 1px solid #684510;
  padding: 0 0 30px;
}

.our-blog-section .sort-section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.our-blog-section .sort-section .select-option {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.our-blog-section .sort-section .select-option::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 43%;
  background: url(assets/images/arrow-.svg) center/cover no-repeat;
  width: 10px;
  height: 7px;
  z-index: 1;
}

.our-blog-section .sort-section .select-option select:focus-visible {
  border: 1px solid #dcdcdc !important;
  outline: none;
}

.our-blog-section .sort-section label {
  font-size: 16px;
  line-height: 24px;
}

.our-blog-section .sort-section select {
  margin-left: 10px;
  border: 1px solid #dcdcdc;
  padding: 12px 100px 12px 15px;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.our-blog-section .our-blog-card .our-blog-card-desc h3 {
  color: #404040;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.our-blog-section .our-blog-card .our-blog-card-desc h3 a {
  color: inherit;
}

.our-blog-section .our-blog-card .our-blog-card-desc h3:hover a,
.highlightes-products .product-description a:hover {
  color: #684510;
}

/* Site Footer CSS Updated Here */

.footer-newsletter {
  padding: 50px 0;
  background-color: #f6f6f0;
}

.site-footer-description a {
  color: #fff;
}

.footer-newsletter h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.4px;
  color: #1b3024;
}

.footer-newsletter p{
  padding-top:30px;
}

.footer-newsletter form.wpcf7-form { 
  position: relative;
  max-width: 494px;
  margin: 0 0 0 auto;
}

.footer-newsletter .wpcf7-form p{
  margin: 0;
  padding: 0;
}

.footer-newsletter .wpcf7-form .wpcf7-form-control.wpcf7-email {
	color: #404040;
	font-size: 16px;
	font-weight: 400;
	height: 52px;
	text-indent: 0;
	width: 100%;
	padding: 0 20px;
  font-family: "Poppins-Regular";
	/* border-top-right-radius: 0;
	border-bottom-right-radius: 0; */
	border: 1px solid #dddddd;
	background-color: #fff;
	box-shadow: none;
	transition: 0.3s ease;
}

.footer-newsletter .wpcf7-form .wpcf7-form-control.wpcf7-email::placeholder {
  color: #404040;
  font-family: "Poppins-Regular";
  opacity: 1;
}

.footer-newsletter .wpcf7-form .wpcf7-form-control.wpcf7-email:focus{
  border-color: #684510;
}

.footer-newsletter .wpcf7-form.invalid input.wpcf7-submit {
  border-color: #dc3545;
  border-left-color: transparent;
}

.footer-newsletter .wpcf7-form input.wpcf7-submit {
  position: absolute;
  color: #fff;
  height: 52px;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  border-radius: 0px 5px 5px 0px;
  background-color: #684510;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.footer-newsletter .wpcf7-form input.wpcf7-submit:hover{
  color: #684510;
  background-color: #ddd;
}

.footer-newsletter .wpcf7 form.invalid .wpcf7-response-output{
  display: none;
}

.footer-newsletter .wpcf7-response-output{
  color: #46b450;
  margin-left: 0;
  border: 0;
}

.footer-newsletter .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 13px;
  right: -70px;
}

.site-footer {
  padding-top: 80px;
  background-color: #1b3024;
}


.site-footer .site-footer-middle address {
  line-height: 1.8;
  max-width: 330px;
  margin: 0 0 20px;
}

.site-footer .site-footer-description ul {
  padding-top: 40px;
}

.site-footer .site-footer-middle .footer-widget h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
  letter-spacing: 0.48px;
}

.site-footer .site-footer-middle .footer-widget ul li a {
  transition: 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.site-footer .site-footer-middle .footer-widget ul li a,
.site-footer p {
  letter-spacing: 0.32px;
}

.site-footer .site-footer-middle .footer-widget ul li a:hover {
  padding-left: 5px;
}

.site-footer .site-footer-bottom p {
  font-size: 0.9em;
  letter-spacing: 0.28px;
}

.site-footer .site-footer-bottom {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
}

/* About page css starts from here*/
.about-content-section p:last-child {
  margin-bottom: 0;
}

.internal-banner-section nav.woocommerce-breadcrumb {
  margin: 0 0 20px;
  text-align: center;
}

.internal-banner-section {
  padding: 110px 0;
  background-color: #f6f6f0;
}

.internal-banner-section ul.breadcrumbs {
  text-align: center;
  list-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0;
  margin-bottom: 18px;
}

.internal-banner-section ul li {
  margin-right: 18px;
  position: relative;
}

.internal-banner-section ul li::after {
  content: "/";
  position: absolute;
  right: -13px;
  font-size: 14px;
  top: 1px;
}

.internal-banner-section ul li:last-child::after {
  display: none;
}

.internal-banner-section ul li:last-child {
  margin-right: 0;
}

.internal-banner-section ul li a,
.internal-banner-section nav.woocommerce-breadcrumb a,
.internal-banner-section nav.woocommerce-breadcrumb,
.internal-banner-section ul li,
.internal-banner-section .breadcrumb_outer .woocommerce-breadcrumb a,
body.woocommerce .internal-banner-section .woocommerce-breadcrumb,
body.woocommerce
  .internal-banner-section
  .breadcrumb_outer
  .woocommerce-breadcrumb
  a,
.woocommerce--breadcrumb a,
.woocommerce--breadcrumb {
  text-decoration: none;
  color: #684510;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.woocommerce .woocommerce-breadcrumb a:hover,
body.woocommerce
  .internal-banner-section
  .breadcrumb_outer
  .woocommerce-breadcrumb
  a:hover,
.woocommerce--breadcrumb a:hover {
  text-decoration: underline;
}
.internal-banner-section h1 {
  font-size: 36px;
  text-align: center;
  line-height: 46px;
  color: #1b3024;
  margin-bottom: 0;
}

.about-content-section {
  padding: 80px 0;
}

.about-content-section .content {
  padding-right: 30px;
  width: 60%;
}

.about-content-section span {
  display: block;
  margin-bottom: 30px;
  padding: 21px;
  background-color: #f6f6f0;
  border-left: 5px solid #684510;
  font-size: 18px;
  line-height: 28px;
}

.about-content-section p,
h4 {
  margin-bottom: 30px;
}

.about-content-section p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.about-content-section h4 {
  font-size: 36px;
  line-height: 46px;
  color: #1b3024;
}

.about-content-section h2.about-sec-heading {
  font-size: 36px;
  line-height: 46px;
  color: #1b3024;
}

.about-content-section figure {
  width: calc(100% - 60%);
}

.about-content-section figure img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content-section .d-flex {
  margin-bottom: 50px;
  align-items: center;
}

blockquote {
  border: none;
  border-left: solid 5px #684510;
  background: #f6f6f0;
  padding: 25px;
  letter-spacing: 0.02em;
  color: #1b3024;
  font-size: 18px;
  margin: 0 0 30px;
}

blockquote p,
.blog-single-content blockquote p {
  margin: 0;
}

/* About page css ends here*/
/* Contact Us css starts starts from here */
.contact-form-section form p span.wpcf7-form-control-wrap {
  display: block;
}
.contact-form-section {
  padding: 80px 0 70px;
}

.contact-form-section .form {
  width: 70%;
}

.contact-form-section .contact-address {
  width: calc(100% - 70%);
}

.contact-form-section h4 {
  margin-bottom: 40px;
}

.contact-form-section .store-hours {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}

.contact-form-section .store-hours:last-child {
  padding-top: 0;
  margin-bottom: 0;
}

.contact-form-section .store-hours .content {
  padding-left: 22px;
  flex: 1;
}

.contact-form-section .store-hours h5 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

.contact-form-section .store-hours h3.contact-heading {
  font-size: 1.5em;
  line-height: 34px;
  margin-bottom: 10px;
}

.contact-form-section .store-hours p {
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.contact-form-section .store-hours .content .working_hours {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.contact-form-section .store-hours .content .working_hours .working_day {
  min-width: 155px;
  margin-right: 18px;
}

.contact-form-section h2 {
  color: #1b3024;
  font-size: 36px;
  margin-bottom: 40px;
}

.contact-form-section .form-details-aside

.contact-form-section .contact-address{
  padding-left: 15px;
}

.contact-form-section .form-details-aside .contact-form-subheading{
  max-width: 800px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.contact-form-section .form-details-aside select.wpcf7-form-control,
.woocommerce-MyAccount-content.account_detail_content .woocommerce-address-fields__field-wrapper select {
  color: #808080; 
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 97.5%;
}

.contact-form-section .form-details-aside .form-message-note p a{
  display: block;
}

/* Contact Us css ends here */
/* Single Blog css starts from here */
.blog-single-content h1 {
  line-height: 46px;
  color: #1b3024;
  margin-bottom: 25px;
}

.blog-single-content h3 {
  font-size: 24px;
  line-height: 34px;
  color: #1b3024;
  letter-spacing: 0.2px;
  margin-bottom: 35px;
}

.blog-breadcrumbs {
  padding: 18px 0;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.blog-breadcrumbs ul.breadcrumbs {
  text-align: center;
  list-style: none;
  align-items: center;
  display: flex;
  padding: 0;
  margin-bottom: 0px;
}

.blog-breadcrumbs ul li {
  margin-right: 18px;
  position: relative;
}

.blog-breadcrumbs ul li::after {
  content: "/";
  position: absolute;
  right: -13px;
  font-size: 14px;
  top: 1px;
}

.blog-breadcrumbs ul li:last-child::after {
  display: none;
}

.blog-breadcrumbs ul li:last-child {
  margin-right: 0;
}

.blog-breadcrumbs ul li a {
  text-decoration: none;
  color: #684510;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.blog-single-content .top-content {
  padding: 60px 0 40px 0;
}

.blog-single-content h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.blog-single-content .content,
.top-content {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 0;
}

.blog-single-content figure {
  margin-bottom: 0px;
  width: 100%;
}

.blog-single-content figure img {
  width: 100%;
  max-height: 630px;
}

.blog-single-content p {
  margin-bottom: 40px;
}

.blog-single-content ul {
  list-style: none;
  margin-bottom: 40px;
}

.blog-single-content ul li {
  margin-bottom: 4px;
  position: relative;
}

.blog-single-content ul li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 10px;
  background-color: #404040;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.blog-single-content h5 {
  margin-bottom: 40px;
}

.blog-single-content .blog-single-content cite {
  font-style: normal;
}

.blog-single-content .share {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
}

.blog-single-content .share ul {
  display: flex;
  padding: 0;
  margin: 0;
  padding-left: 40px;
}

.blog-single-content .share ul li::before {
  display: none;
}

.blog-single-content h6 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.blog-single-content .share ul li {
  margin-right: 30px;
  margin-bottom: 0;
}

.blog-single-content cite {
  font-style: normal;
}

/* Single product css starts from here */
.single-product .product .onsale {
  width: 50px;
  height: 26px;
  left: 20px;
  top: 20px;
}
.single-product .single_add_to_cart_button {
  width: calc(100% - 160px);
}
.single-product .entry-summary h5:empty {
  display: none;
}
.single-product .sfsi_shortcode_container {
  float: none;
}
.single-product .woocommerce div.product div.images img {
  border: 1px solid #ddd;
}
.woocommerce div.product form.cart .button {
  border: 2px solid #684510;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce div.product form.cart .button:hover{
  border-color: transparent !important;
}
/* Single Blog css ends here */
/* server css */
body.woocommerce {
  padding: 0;
}

li.product {
  text-align: center;
  padding-top: 0;
}

.page_wrapper.section-spacing .woocommerce {
  padding: 0;
}

.featured-product-section
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  line-height: 34px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.2px;
  padding: 0 !important;
  color: #404040;
}

li.product span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #404040;
  letter-spacing: 0.2px;
  font-family: "Cabin", sans-serif;
}

li.product span.text-uppercase.category-desc-head {
  color: #684510;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: 16px;
  line-height: 18px;
}

.featured-product-section .woocommerce-loop-product_title {
  font-size: 24px;
}

.highlightes-products.section-spacing {
  padding-top: 100px;
}

.highlightes-products h2 {
  color: #1b3024;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}

.highlightes-products .product {
  background-color: #fff;
}

.highlightes-products figure {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
}

.home .highlightes-products figure img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.highlightes-products .product-description {
  padding: 30px 20px;
}

.highlightes-products .product-box {
  width: calc(100% / 4);
  text-align: center;
  padding: 30px 15px 0;
}

.highlightes-products h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.highlightes-products .prod_price,
.highlightes-products .woocommerce div.product span.price {
  font-size: 18px;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  line-height: 28px;
  color: #684510;
}
.highlightes-products .d-flex {
  margin: 0 -15px 65px -15px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}

.highlightes-products .btn_sec {
  text-align: center;
}

.highlightes-products .btn_sec a:hover {
  text-decoration: none I !important;
}

/* cart page css begins here */
.quantity .quantity-nav i {
  font-size: 14px;
}

.woocommerce a.remove:hover {
  background: #684510;
}

.quantity {
  position: relative;
  width: 100%;
  width: 148px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  margin: 0;
  min-width: 148px;
  border-radius: 5px;
}
.woocommerce div.product form.cart div.quantity input {
  width: 58px;
  min-width: 58px;
}
.quantity .quantity-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.quantity .quantity-button .far {
  font-size: 15px;
}

body .woocommerce ul.products li.product {
  display: block;
  margin-bottom: 30px;
}

.product_info_bottom {
  padding: 30px 0;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce .quantity .qty,
.woocommerce .quantity .qty-text {
  width: 38px;
  min-width: 38px;
  padding: 0 5px;
  border: 0;
  background-color: transparent;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-radius: 0;
  height: 24px;
}

.woocommerce .cart_left_col table.shop_table th {
  padding: 0px 0px 20px 0px;
  font-size: 18px;
  border-bottom: 2px solid #684510;
  line-height: 28px;
}

.woocommerce-loop-product_title {
  color: #404040;
  margin: 0 0 16px;
}

ul.products li.product .product_info_bottom span.price,
.woocommerce-loop-product_title a {
  margin-bottom: 0;
  color: #404040;
  text-decoration: none;
}
.woocommerce-loop-product_title a:hover {
  color: #684510;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  padding: 14px 20px;
  display: block;
}

.woocommerce table.shop_table tbody tr th {
  font-size: 16px;
  color: #404040;
}

.woocommerce table.shop_table tbody tr th,
.woocommerce table.shop_table tbody tr td {
  font-weight: 400;
}

.cart_totals table.shop_table.shop_table_responsive tr.cart-subtotal tr td {
  text-align: right;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
  padding-bottom: 22px;
  font-size: 18px;
  border-bottom: 2px solid #684510;
  margin-bottom: 0px;
}

.cart_left_col tr.woocommerce-cart-form__cart-item.cart_item td.product-name,
.woocommerce .cart_left_col table.shop_table td {
  padding: 20px 0px;
}
/* 
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart p.cart-empty.woocommerce-info {
  display: none;
} */

.empty_cart_block h1 {
  font-size: 30px;
  margin: 15px 0px;
}

.empty_cart_block p.cart_empty_subheading {
  margin-bottom: 40px;
  font-size: 16px;
  color: #404040;
}

.cart_left_col tr.woocommerce-cart-form__cart-item.cart_item th.product-name {
  padding: 0px 0px 20px 0px;
}

.cart_left_col tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
  padding-left: 0px;
}

.woocommerce table.shop_table td {
  border-top: none;
  padding: 9px 0px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table .woocommerce-table__line-item:first-child td {
  border-top: 2px solid #684510;
}
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals tr td {
  line-height: normal;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 0px;
  font-size: 16px;
  color: #404040;
}

.woocommerce .cart-collaterals .cart_totals tr td {
  text-align: right !important;
}

.woocommerce .cart-collaterals .cart_totals tr th {
  font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals tr td .section-spacing {
  color: #404040;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 20px;
  padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a::after {
  display: none;
}

.cart_outer_main .cart_item_name,
.cart_outer_main .cart_item_thumbnail,
.product-remove {
  display: inline-block;
}

.cart_outer_main {
  display: flex;
  overflow: hidden;
}

.cart_outer_main .cart_left_col {
  width: 65%;
  border-right: 1px solid #ddd;
}

.cart_outer_main td.product-name {
  display: flex;
  position: relative;
}

.cart_outer_main .product-remove {
  position: absolute;
  color: #fff;
  font-size: 11px;
  left: 5px;
  top: 5px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.cart_outer_main .product-remove .woocommerce a.remove {
  color: #fff;
}

.cart_outer_main .cart_item_thumbnail {
  border: 1px solid#dcdcdc;
  width: 80px;
  height: 80px;
  position: relative;
}
.cart_outer_main .cart_item_name a:hover {
  color: #684511;
}
.cart_outer_main .cart_item_thumbnail img {
  object-fit: contain;
  max-height: 100%;
}

.cart_outer_main .cart_item_name {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  width: 290px;
  text-align: left;
  padding-right: 20px;
}

.cart_outer_main .cart_item_name a {
  text-decoration: none;
  color: #404040;
  font-size: 18px;
  line-height: 25px;
  display: block;
  letter-spacing: 0.4px;
}
.cart_outer_main .cart_item_name .cart_prod_title {
  margin-bottom: 15px;
}
.cart_outer_main .cart_item_name p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.shop_table tr.woocommerce-cart-form__cart-item.cart_item .product_width {
  text-align: left;
  vertical-align: top;
}

.cart_outer_main td.product-price {
  vertical-align: top;
}

.cart_outer_main span.woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.cart_outer_main td.product-quantity {
  vertical-align: top !important;
}

.cart_outer_main td.product-subtotal {
  vertical-align: top !important;
}

.cart_outer_main a.btn.continue_shopping_btn {
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 17px;
}

.cart_outer_main .cart_right_col {
  width: calc(100% - 65%);
  padding-left: 40px;
}

.cart_outer_main a.checkout-button.button.alt.wc-forward.wp-element-button {
  background-color: #684510;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 25px;
  letter-spacing: 1px;
  border: 2px solid #684510;
}

.cart_outer_main .cart_totals {
  width: 100% !important;
}

.cart_outer_main .cart_left_col form {
  padding-right: 40px;
}

.cart_outer_main
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: none;
  width: 100%;
}

.cart_outer_main .coupon {
  width: 50%;
  text-align: left;
}

.woocommerce .cart_outer_main .cart_left_col .btn_sec {
  margin-top: 20px;
}

.cart_outer_main input#coupon_code {
  border: 1px solid #dcdcdc;
  padding: 0px 15px;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  margin-right: 20px;
}

.cart_outer_main .coupon button.button.wp-element-button {
  background-color: #684510;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
  border: 2px solid #684510;
}
.cart_left_col table.shop_table td .coupon button.button {
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce a.remove {
  color: #fff !important;
  font-weight: normal;
  font-family: "Poppins-Regular";
  max-width: 16px;
  width: 16px;
  height: 16px;
  padding: 1px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dddddd;
  outline: solid 1px #ffffff;
  font-size: 15px;
  line-height: 15px;
}
.woocommerce-page table.shop_table_responsive tr td a.remove {
  font-size: 15px;
}

.woocommerce h2.cart_page_title {
  font-size: 36px;
  line-height: 46px;
  color: #1b3024;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
}

.woocommerce .variation dt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.coupon button.button.wp-element-button:hover {
  color: #684510;
  border: 2px solid #684510;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100%;
  box-shadow: none;
}

/* cart page css ends here */
/* shop page css begins here */
.single_product_page .product .single_buy_now.loading:after {
  position: static;
  padding-left: 5px;
}

.shop_listing_sec .shop_listing_right ul.products {
  width: auto;
  padding-top: 40px;
  margin-top: 0;
}
.shop_listing_sec .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent;
}
.shop_listing_sec .shop_listing_right form.woocommerce-ordering {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.shop_listing_sec .shop_listing_right form.woocommerce-ordering strong {
  white-space: nowrap;
  margin-right: 35px;
}
.shop_listing_sec .left_shop_filter h3 {
  margin-bottom: 30px;
  color: #1b3024;
}
.shop_listing_sec .wpf_item_count {
  width: 20px;
  height: 20px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 20px;
}
.shop_listing_sec .woocommerce ul.products li.product .onsale {
  padding: 0;
}

.shop_listing_sec .shop_note{
  text-align: center;
  padding: 0px 20px 40px;
}

.shop_banner_title .woocom_inner_banner p{
  letter-spacing: 0.32px;
  margin: 20px auto 0;
  text-align: center;
  max-width: 848px;
}

.wc-block-price-filter.wc-block-components-price-slider.wc-block-price-filter--has-filter-button.wc-block-components-price-slider--has-filter-button.wc-block-components-price-slider--is-input-inline {
  position: relative;
}

.wc-block-price-filter__range-text.wc-block-components-price-slider__range-text {
  border: 1px solid #dddddd;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
  position: relative;
}

.price_go_btn .wc-block-components-price-slider__range-text {
  margin: 35px 0 0 0;
}

.wc-block-price-filter__range-text.wc-block-components-price-slider__range-text::before {
  content: "-";
  position: absolute;
  left: 17%;
  top: 23%;
}

.wc-block-price-filter__range-text.wc-block-components-price-slider__range-text
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
  position: absolute;
  left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.wc-block-price-filter__range-text.wc-block-components-price-slider__range-text
  span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount:last-child {
  left: 65px;
}

.wc-block-components-price-slider__actions {
  position: absolute;
  top: 51%;
  right: 10px;
}

.wc-block-components-price-slider__actions button.wp-block-button__link {
  height: 35px;
  background-color: #684510;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.wc-block-components-price-slider__actions button:hover {
  border: 1px solid #684510;
  background-color: #fff;
  color: #684510;
}

form#commentform {
  width: 100%;
  max-width: 818px;
  display: flex;
  flex-wrap: wrap;
}

form#commentform label {
  margin-bottom: 10px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  letter-spacing: 0.02em;
}

.woocommerce-Reviews .comment-respond p.comment-form-author {
  display: inline-block;
  width: 48.15%;
}

.woocommerce #review_form #respond p.comment-form-email {
  display: inline-block;
  width: 48.15%;
  margin-left: 3.7%;
}

.woocommerce-Reviews .comment-respond p.comment-form-cookies-consent {
  display: none;
}

.shop_listing_right .result-count_left {
  width: auto;
  padding-top: 0;
  float: left;
  margin-top: 13px;
}
.contact-form-section form label br {
  display: none;
}
.shop_listing_right .result-count_left p {
  margin-bottom: 0;
}

.shop_listing_right nav.woocommerce-pagination {
  text-align: right;
  margin: 0 -2px 0 0;
  clear: both;
}

.shop_section .woocommerce-pagination ul {
  border: 0 !important;
  margin: 0 !important;
}

.shop_section .shop_listing_right nav ul li {
  border: none;
  margin: 0 2px;
  overflow: visible;
}

.shop_section .woocommerce-pagination ul li:first-child span.page-numbers {
  position: relative;
}

.shop_section .woocommerce-pagination ul li a.prev.page-numbers {
  font-size: 0px !important;
  position: relative;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers:hover {
  color: #684510;
  opacity: 0.8;
}
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers:after,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers:after {
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  position: relative;
  top: 1px;
}
.prev.page-numbers:after {
  content: "\f053";
}
.next.page-numbers:after {
  content: "\f054";
}
.woocommerce .shop_section nav.woocommerce-pagination ul li a,
.woocommerce .shop_section nav.woocommerce-pagination ul li span {
  height: 30px;
  width: 30px;
  text-align: center;
  justify-content: center;
}
.woocommerce .shop_section nav.woocommerce-pagination ul li a.prev {
  margin-right: 20px;
}
.woocommerce .shop_section nav.woocommerce-pagination ul li a.next {
  margin-left: 20px;
}

body.woocommerce nav.woocommerce-pagination ul li a:focus {
  border-color: transparent;
}
.woocommerce .shop_section nav.woocommerce-pagination ul li a.prev,
.woocommerce .shop_section nav.woocommerce-pagination ul li a.next,
.shop_section .woocommerce-pagination ul li a.next:hover,
.shop_section .woocommerce nav.woocommerce-pagination ul li a:focus {
  width: 6px;
  height: 30px;
}
.shop_section .woocommerce nav.woocommerce-pagination ul li a:focus {
  border: none;
}
.shop_section
  .shop_listing_right
  .woocommerce-pagination
  ul
  li
  span.page-numbers,
a.page-numbers {
  background-color: transparent;
  color: #684510;
  border-bottom: 1px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  color: #404040;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #404040;
}
.shop_section .woocommerce-pagination ul li span.page-numbers:hover,
a.page-numbers:hover {
  border-bottom: 1px solid #684510;
}

.shop_section .woocommerce-pagination ul li span.page-numbers.current {
  border-bottom: 1px solid #684510;
}

.shop_listing_right a.added_to_cart.wc-forward {
  display: none;
}

.left_shop_filter .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

.left_shop_filter .wc-blocks-filter-wrapper {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

.filters-container form h4.filter-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.left_shop_filter .wc-blocks-filter-wrapper h3.wp-block-heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.shop_listing_right .shop_count_sorting_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.shop_listing_right .shop_count_sorting_sec p.woocommerce-result-count {
  margin-bottom: 0;
}

.shop_listing_right li.product .product_card_top_sec {
  position: relative;
  width: 100%;
}

.shop_listing_right .ordering_sec_right {
  flex: 1;
}

.shop_listing_right ul.products li.product a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 0;
}

li.product {
  border-bottom: 1px solid transparent;
}

li.product:hover {
  border-bottom: 1px solid #684510;
}

li.product img {
  transition: all 0.3s ease-in-out;
}
.product .overlay_btn {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  overflow: hidden;
}
.product:hover .overlay_btn {
  height: 100%;
}
.product .product_card_top_sec a.button {
  font-size: 16px;
  border-radius: 5px;
  line-height: 24px;
  min-height: 50px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-color: #fff;
  color: #684510;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  margin-top: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  box-shadow: 0px 0px 1px #684510;
  overflow: hidden;
  opacity: 1;
  border-radius: 5px;
}
.product .product_card_top_sec a.button:hover {
  color: #fff;
}

.product .product_card_top_sec a.button:hover,
.product .product_card_top_sec a.button:before {
  background-color: #684510;
}

.product .product_card_top_sec {
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.2px;
  padding: 0;
  color: #404040;
}

form.woocommerce-ordering {
  position: relative;
}
.shop_listing_sec .wpf_items_wrapper .wpf_item ul {
  max-height: 215px;
  overflow-y: auto;
}
form.woocommerce-ordering select.orderby {
  border: 1px solid #dcdcdc;
  height: 50px;
  padding: 0 40px 0 20px;
  -webkit-appearance: none;
  color: #404040;
  background: url(assets/images/arrow-.svg) center/cover no-repeat transparent;
  background-size: 20px 6px;
  background-position: 91% center;
  max-width: 196px;
  cursor: pointer;
}
form.woocommerce-ordering select.orderby:focus-visible {
  outline: none;
}

.shop_listing_sec .shop_section {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.shop_listing_sec .ui-slider-horizontal .ui-slider-handle {
  margin-left: -17px;
  border-color: #684510;
}
.shop_listing_sec .ui-slider-horizontal .ui-slider-handle:not(:last-child) {
  margin-left: 0;
}
.shop_listing_sec .wpf_slider.ui-slider .ui-widget-header {
  background: #684510;
}

.shop_listing_sec .wpf-slider-label {
  padding: 12px 20px;
  border: solid 1px #dddddd;
  border-radius: 5px;
}
.shop_listing_sec .wpf_items_wrapper .wpf_item {
  padding: 0 0 34px;
  margin: 0 0 30px;
  border-bottom: solid 1px #dddddd;
}
.shop_listing_sec .wpf_items_wrapper .wpf_item ul li {
  margin: 0 0 18px;
  display: flex;
  align-items: flex-start;
}
.shop_listing_sec .wpf_item .wpf_item_name {
  border: none;
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.02em;
  color: #1b3024;
  font-weight: 600;
}
.shop_listing_sec .wpf_layout_vertical .wpf_item + .wpf_item .wpf_item_name {
  margin-top: 0;
}
.shop_listing_sec .wpf_slider.ui-slider.ui-corner-all {
  margin: 0 0 30px;
  height: 1px;
}
.shop_listing_sec .wpf_slider.ui-slider .ui-widget-header {
  background: #684511;
}
.shop_listing_sec .wpf_item input[type="checkbox"] {
  width: 16px;
  border: solid 1px #dddddd;
  height: 16px;
  border-radius: 3px;
  margin: 4px 10px 0 0;
  min-width: 16px;
  position: relative;
}
.shop_listing_sec .wpf_item input[type="checkbox"]:checked {
  border-color: #684511;
}
.shop_listing_sec .wpf_hide_text li > input:checked + label > i:after,
.shop_listing_sec .wpf_item input[type="checkbox"]:checked:before {
  font-size: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop_listing_sec .wpf_items_wrapper .wpf_item ul li:last-child {
  margin-bottom: 0;
}
.shop_listing_sec .left_shop_filter {
  width: 100%;
  max-width: 288px;
  padding-right: 30px;
}

.shop_listing_sec .shop_listing_right {
  width: calc(100% - 288px);
  padding-left: 30px;
  margin-top: -10px;
}

.shop_listing_sec .filter-item.checkbox input {
  width: 0;
  height: 0;
  border: none;
  -webkit-appearance: none;
  position: absolute;
}

.shop_listing_sec .filter-item.checkbox a.term-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.shop_listing_sec .filter-item.checkbox label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.shop_listing_sec .filter-item.checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.shop_listing_sec .filter-item.checkbox label::after {
  content: "";
  left: 5px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
}

span.shop_sidebar_close {
  display: none;
}

.shop_listing_sec nav.woocommerce-pagination {
  display: flex;
  justify-content: space-between;
}

.shop_listing_right .shop_count_sorting_sec .woocommerce-notices-wrapper {
  display: none;
}

.shop_listing_sec li.filter-item.checkbox.active label::after {
  content: "";
  left: 5px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid #4f4f4f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
}

.shop_listing_sec ::marker {
  display: none;
  font-size: 0;
}
.shop_listing_sec .shop_listing_right h1.page-title {
  display: none;
}

ul.wc-block-checkbox-list label input {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}

.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"]:checked,
.theme-twentytwentyone
  .wc-block-components-checkbox__input[type="checkbox"]:checked
  + svg {
  display: block;
}

ul.wc-block-checkbox-list li label input {
  border: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  padding: 0;
}

ul.wc-block-checkbox-list li label span.wc-block-components-checkbox__label {
  padding-left: 26px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

ul.wc-block-checkbox-list li label {
  position: relative;
}

ul.wc-block-checkbox-list li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  z-index: 2;
}

ul.wc-block-checkbox-list li label::after {
  content: "";
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  z-index: 2;
}

ul.wc-block-checkbox-list li input:checked ~ label::after {
  content: "";
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #4f4f4f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  z-index: 2;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #000;
  height: 13px;
  margin-left: 0px;
  margin-top: 3px;
}

.woocommerce ul.products.columns-4 li.product {
  width: initial;
  margin: 0;
  margin-bottom: 30px;
}

.wc-block-components-price-slider__range-input-progress {
  height: 1px;
  background-color: #dddddd;
}

.wc-block-components-price-slider__range-input-wrapper:before {
  display: none;
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
  margin-top: 0;
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  margin-bottom: 10px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
  margin-bottom: 10px;
  line-height: initial;
}

/* single shop page css starts from here */
.single_product_page .woocommerce-Tabs-panel button#review-btn {
  margin-bottom: 40px;
}

.single_product_page .entry-summary h1 {
  line-height: 46px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.2px;
}

.single_product_page a.woocommerce-review-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #404040;
}

a.woocommerce-review-link:hover,
.single_product_page a.woocommerce-review-link {
  color: #684510;
  text-decoration: underline;
}

.single_product_page select {
  width: 100%;
  height: 50px;
  border: 1px solid #dddddd;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding: 0 40px 0 17px;
  -webkit-appearance: none;
}

.woocommerce
  .single_product_page
  button.single_add_to_cart_button:not(.single_buy_now) {
  color: #684510;
  border: 3px solid #684510;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-weight: 600;
  height: 50px;
  background-color: transparent;
  color: #684510;
  border: 1px solid #684510;
}
.woocommerce
  .single_product_page
  button.single_add_to_cart_button:not(.single_buy_now):hover {
  color: #fff;
}
.woocommerce
  .single_product_page
  button.single_add_to_cart_button:not(.single_buy_now)::before {
  background: #684510;
}
.single_product_page .woocommerce-variation-availability {
  margin-bottom: 20px;
}

.single_product_page ul.tabs.wc-tabs {
  border-bottom: 1px solid #dddddd;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.2px;
  overflow: visible !important;
}

.single_product_page ul.tabs.wc-tabs li {
  position: relative;
  border: none !important;
}
.single-product .product .onsale {
  position: relative;
  left: -80px !important;
}
body.woocommerce div.product .woocommerce-tabs .panel {
  padding-top: 40px;
  margin-bottom: 0;
}
form#commentform > p,
.woocommerce #review_form #respond .comment-form p {
  margin-bottom: 30px;
}
.comment-form .comment-notes {
  order: 1;
}
.comment-form .comment-form-author {
  order: 2;
}
.comment-form .comment-form-email {
  order: 3;
}
.comment-form .comment-form-comment {
  order: 6;
  width: 100%;
}
.comment-form .comment-form-rating {
  order: 4;
}
.comment-form .comment-form-title {
  order: 5;
  width: 100%;
}
.comment-form .comment-form-cookies-consent {
  order: 7;
}
.comment-form .form-submit {
  order: 8;
}
.woocommerce #review_form #respond p.comment-notes {
  margin-bottom: 30px;
}
.single_product_page ul.tabs.wc-tabs li::before {
  content: "";
  position: absolute !important;
  left: 0 !important;
  opacity: 0;
  width: 100% !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  opacity: 1;
  box-shadow: none;
}
.single_product_page ul.tabs.wc-tabs li a {
  padding: 0 !important;
}

.single_product_page .woocommerce-Reviews h2 {
  font-size: 24px !important;
  line-height: 34px;
}

.single_product_page .comment-respond span.comment-reply-title {
  font-weight: normal !important;
  font-family: "Poppins-Regular";
  margin-bottom: 30px;
  text-transform: lowercase;
  display: block;
}
.single_product_page .comment-respond span.comment-reply-title:first-letter {
  text-transform: capitalize;
}

.single_product_page .comment-form-rating p.stars,
.woocommerce #review_form #respond p.stars {
  margin: 0;
  padding-left: 20px;
}
.woocommerce p.stars a::before {
  font-weight: bolder;
}

.single_product_page .comment-form-rating {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.single_product_page p.comment-form-comment label {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  line-height: 24px;
  letter-spacing: 0.2px;
}

.woocommerce .single_product_page div.product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  box-shadow: none;
  object-fit: contain;
  border: 1px solid #ddd;
}

.single_product_page table.variations tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.single_product_page table.variations tbody tr {
  display: grid;
  flex-direction: column;
}

.single_product_page table.variations tbody tr {
  width: 100%;
}

.single_product_page table.variations tbody tr td.value {
  position: relative;
}

.single_product_page .price span.woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #404040;
}

.single_product_page table.variations tbody tr td.value a.reset_variations {
  display: none !important;
}

.single_product_page.section-spacing {
  padding-top: 60px;
  padding-bottom: 50px;
}

.breadcrumb_outer {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0px;
}

nav.woocommerce-breadcrumb {
  margin-bottom: 0 !important;
  color: #404040;
}
.internal-banner-section .breadcrumb_outer {
  padding: 0 0 10px;
  border: none;
}

.breadcrumb_outer .woocommerce-breadcrumb a,
body.woocommerce .breadcrumb_outer .woocommerce-breadcrumb a {
  color: #404040;
}

.single_product_page .product button.single_buy_now,
.single_product_page .product .single_buy_now {
  display: inline-flex;
  width: 100%;
  background-color: #684510 !important;
  color: #fff;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
  border: 2px solid #684510;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single_product_page .product a:hover {
  color: #684510 !important;
}

.woocommerce .single_product_page #respond p.form-submit input[type="submit"] {
  color: #fff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 4px;
  padding: 0 20px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  max-width: 100px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  border: 2px solid #684510 !important;
  background-color: #684510 !important;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.woocommerce
  .single_product_page
  #respond
  p.form-submit
  input[type="submit"]:hover {
  color: #684510 !important;
  background-color: #fff !important;
}

a.checkout-button.button.alt.wc-forward.wp-element-button:hover {
  color: #684510;
}

.woocommerce p.stars a:hover {
  color: #840510;
}

.woocommerce #reviews #comment {
  height: 200px;
  border-radius: 5px;
}
.single_product_page ol.commentlist {
  padding-left: 0;
  margin: 0 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.single_product_page ol.commentlist li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  display: flex;
}
.single_product_page ol.commentlist li .comment-text .review-title {
  padding-bottom: 10px;
}
.single_product_page ol.commentlist li .comment-text .review-title,
.single_product_page
  ol.commentlist
  li
  .comment-text
  .woocommerce-review__author {
  font-size: 18px;
  line-height: 28px;
}
.single_product_page ol.commentlist li::marker {
  font-size: 0;
}
.single_product_page ol.commentlist li .comment_container {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.single_product_page ol.commentlist li .comment-text .star-rating {
  margin-bottom: 20px;
}

.single_product_page ol.commentlist li .comment-text p.meta {
  margin-bottom: 20px;
}

.single_product_page .star-rating span {
  color: #684510;
}

.single_product_page .star-rating {
  letter-spacing: 4px;
  margin-top: 0 !important;
  width: 100px;
  float: none;
}

.woocommerce .single_product_page div.product div.summary h5 {
  margin-bottom: 0;
}
.woocommerce-product-details__short-description {
  padding-bottom: 15px;
}
.woocommerce .single_product_page div.product form.cart {
  margin-bottom: 27px;
  padding-top: 27px;
  border-top: solid 1px #dddddd;
}
.woocommerce div.product form.cart .variations select {
  border-radius: 5px;
  min-width: 100%;
  background: url(assets/images/arrow-.svg) no-repeat;
  background-size: 10px 6px;
  background-position: 88% center;
}

.woocommerce div.product form.cart .variations label,
.woocommerce .single_product_page div.product form.cart label {
  margin-bottom: 5px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}

.woocommerce div.product .product_title {
  margin-bottom: 10px;
}

.entry-summary .price,
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 13px;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations td {
  padding-top: 0;
}

.single_product_page
  button.single_add_to_cart_button.button.alt.wp-element-button.disabled.wc-variation-selection-needed {
  width: calc(100% - 160px);
}

.single_product_page
  button.single_add_to_cart_button.button.alt.wp-element-button {
  width: calc(100% - 160px);
}

/* single shop page css starts from here */
/* My accounts page css begins here */
.woocommerce-MyAccount-content .order_list_left {
  width: 70%;
}

.woocommerce-MyAccount-content .order_list_left table.shop_table {
  border-collapse: collapse;
}

.woocommerce-MyAccount-content .order_list_left tbody {
  border-top: 2px solid #684510;
}

.woocommerce-MyAccount-content .account_details_right {
  width: calc(100% - 70%);
  padding-left: 30px;
}

.woocommerce-MyAccount-content .account_details_right p {
  margin-bottom: 0;
}

.woocommerce-orders-table table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px 0px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.2px;
}

.myaccount-order-details
  .woocommerce-table.woocommerce-table--order-details
  thead
  th {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.woocommerce .order_details th,
.order_details td {
  padding-left: 10px;
  padding-right: 10px;
}

.order_list_account_details {
  display: flex;
}

.woocommerce-MyAccount-content .account_details_right h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.2px;
  margin-bottom: 0;
  padding: 11px 0;
  position: relative;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content .account_details_right h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #684510;
  height: 2px;
  width: 100%;
}

.account_details_right a {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  margin-top: 20px;
}
.account_details_right a:hover {
  color: #1b3024;
}

.woocommerce-MyAccount-content table.shop_table td {
  padding: 15px 0px;
}

.woocommerce-MyAccount-content table.shop_table td a:hover {
  color: #684510;
  text-decoration: none;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  background-color: #684510;
  color: #fff;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #fff;
  color: #684510;
  border: 1px solid #684510;
}

.woocommerce-MyAccount-content .account_top_section h1 {
  color: #1b3024;
  font-size: 30px;
}

.page-wrapper .search_info .section-common-description h1.search-title,
.page-wrapper.search-page-outer .no-search-results p {
  word-break: break-word;
}

.woocommerce-MyAccount-content.account_detail_content {
  display: block;
}

section.myaccount-order-details {
  display: flex;
  flex-wrap: wrap;
}

section.woocommerce-order-details {
  width: 65%;
  padding-right: 40px;
  border-right: 1px solid #ddd;
  min-height: 530px;
}
section.woocommerce-customer-details {
  width: calc(100% - 65%);
  padding-left: 40px;
}

.woocommerce-MyAccount-content.account_detail_content .addresses {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  width: 100%;
}

section.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: 100%;
  margin-bottom: 30px;
}

section.woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column:last-child {
  margin-bottom: 0;
}

section.woocommerce-customer-details h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #684510;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

section.woocommerce-customer-details
  .woocommerce-columns
  .woocommerce-column
  address {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tfoot
  th {
  font-weight: 400;
  border-top: none;
  padding: 0 0;
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tfoot
  td {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tfoot
  td {
  border-top: 0;
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tbody
  tr:last-child
  td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tfoot
  tr:last-child
  th,
td {
  border-bottom: none;
}
.order_list_account_details .order_list_left .woocommerce-orders-table__cell a {
  color: #404040;
  text-decoration: none;
  font-weight: normal;
  font-family: "Poppins-Regular";
}
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table
  tfoot
  tr:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content.account_detail_content table.shop_table td {
  padding: 20px 12px;
  position: relative;
  vertical-align: top;
  font-size: 16px;
}

.product_account_detail {
  display: flex;
}

.product_account_detail figure {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: solid 1px #dddddd;
}
.product_account_detail figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.product_account_detail .content {
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.product_account_detail .content a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.product_account_detail .content ul {
  padding: 0;
  padding-top: 10px;
}

.woocommerce-order-details table.shop_table {
  border-collapse: collapse;
}

.woocommerce-order-details table tfoot tr:first-child th,
td {
  padding-top: 20px;
}

.woocommerce-order-details table tfoot tr td {
  text-align: right;
}

.woocommerce-MyAccount-content.account_detail_content.edit_billing_address
  .addresses {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  width: 100%;
  max-width: 818px;
  column-gap: 30px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses:before,
.woocommerce-MyAccount-content .woocommerce-Addresses:after {
  display: none;
}

.myaccount-order-details address {
  overflow: hidden;
  word-break: break-all;
}
.woocommerce-Addresses.addresses .woocommerce-Address:before {
  display: none;
}
.woocommerce-Addresses.addresses .woocommerce-Address {
  width: calc(50% - 15px);
}
.woocommerce-Address-title h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  width: 30.75%;
}

.woocommerce-order-details .woocommerce-table strong.product-quantity {
  font-weight: 400 !important;
  font-family: "Poppins-Regular";
}

nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 5px 0;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #684510;
}

.woocommerce-info::before {
  color: #684510;
}

a.woocommerce-Button.button {
  color: #fff;
  background-color: #684510;
  font-weight: 600;
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.woocommerce-MyAccount-content {
  padding: 0;
  border: none;
  border-radius: 4px;
  width: 100% !important;
  display: flex;
  align-items: baseline;
}
.woocommerce-MyAccount-content p a:hover {
  color: #684510;
}

.woocommerce-MyAccount-content address {
  line-height: 30px;
  word-break: break-all;
  margin-bottom: 0;
}

.woocommerce-account .addresses .title .edit {
  color: #684510;
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-account .addresses .title .edit:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content.product_account_detail a {
  text-decoration: none;
}
.woocommerce-info {
  border-top-color: #684510;
}

.woocommerce-Address {
  padding: 20px;
  box-shadow: 0px 0px 2px #ccc;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce-MyAccount-content span em {
  font-size: 13px;
  color: #684510;
  font-style: normal;
}

.woocommerce form .form-row .required {
  color: #404040;
}

.woocommerce-MyAccount-content fieldset legend {
  font-size: 20px;
  margin: 15px 0;
  font-weight: 500;
  color: #684510;
}

button.woocommerce-Button.button.wp-element-button {
  color: #fff;
  background-color: #684510;
  height: 50px;
  text-transform: uppercase;
  margin-top: 20px;
  border: 2px solid #684510;
}

button.woocommerce-Button.button.wp-element-button:hover {
  color: #684510;
}

.woocommerce-MyAccount-content .account_top_section {
  padding-bottom: 40px;
  border-bottom: solid 1px #dddddd;
}

.woocommerce-MyAccount-content .account_top_section p a {
  text-decoration: underline;
  font-weight: normal;
  font-family: "Poppins-Regular";
}

.woocommerce-MyAccount-content .account_top_section p a.back_page_link {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.woocommerce-MyAccount-content .account_top_section p a.back_page_link:hover {
  text-decoration: underline;
}
.woocommerce-MyAccount-content .account_top_section p a.back_page_link::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("assets/images/left-arrow.svg") center no-repeat;
  width: 12px;
  height: 10px;
  top: 25%;
}

.woocommerce-MyAccount-content h3 {
  padding-top: 40px;
  margin-bottom: 30px;
}

/* My accounts page css ends here */
/* empty cart css */
a.button.wc-backward.wp-element-button {
  background-color: #684510;
  color: #fff;
  height: 50px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #684510;
}

a.button.wc-backward.wp-element-button:hover {
  color: #684510;
}

.woocommerce {
  padding: 80px 0;
}

.woocommerce-message {
  border-top-color: #684510 !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\e015";
  color: #684510 !important;
}

.woocommerce-notices-wrapper .woocommerce-info {
  border-top-color: #684510 !important;
}

.woocommerce-notices-wrapper .woocommerce-info::before {
  color: #684510 !important;
}

p.cart-empty.woocommerce-info {
  margin-bottom: 40px;
}

.return-to-shop a.button.wc-backward.wp-element-button {
  background-color: #684510;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 20px;
  justify-content: center;
  display: inline-flex;
  height: 50px;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* empty cart css */
/* contact page css begins here*/

.contact-form-section form {
  padding-right: 30px;
  margin-bottom: 40px;
  position: relative;
}

.contact-form-section form p {
  margin-bottom: 20px;
}

.contact-form-section form input.wpcf7-submit {
  background-color: #684510;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-flex;
  max-width: 110px;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 2px solid #684510;
  transition: 0.5s;
  font-family: "Poppins-SemiBold";
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 20px;
  letter-spacing: 0.4px;
}

.contact-form-section form input.wpcf7-submit:hover {
  background-color: transparent;
  color: #684510;
}

.contact-form-section form label {
  width: 100%;
  display: block;
}
.contact-form-section form .row .form_action {
  margin-bottom: 0;
  padding-top: 15px;
}

.contact-form-section form .row .form_action p{
  margin-bottom: 0;
}
.contact-form-section span.label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 10px;
}

.contact-form-section .wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  font-family: "Poppins-Regular";
  line-height: 2.1;
}
.contact-form-section .wpcf7 form .wpcf7-response-output {
  left: 0;
  margin: 15px 0 10px !important;
  font-size: 15px;
  border: none;
  padding: 0;
}
.contact-form-section .wpcf7 form[data-status="sent"] .wpcf7-response-output {
  color: #528230;
}
.contact-form-section .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-section .wpcf7 form[data-status="failed"] .wpcf7-response-output,
.contact-form-section
  .wpcf7
  form[data-status="invailid"]
  .wpcf7-response-output {
  color: #dc3232;
}
/* contact page css ends here*/

/*======----- Blog Page CSS Updated Here -----=====*/

.our-blog-section .blog_sorting_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-blog-section .blog_sorting_sec .sort_title p {
  margin-right: 30px;
  font-weight: 600;
  font-size: 1em;
}

.our-blog-section .our-blog-card figure {
  width: 100%;
  height: 263px;
}

.our-blog-section .our-blog-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__top_sec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}

.blog_sorting {
  position: relative;
}

.blog_sorting a.drop-down::before {
  position: absolute;
  content: "";
  background: url(assets/images/arrow-.svg) center/cover no-repeat;
  -moz-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.3s linear;
  width: 9px;
  height: 6px;
  right: 25px;
  top: 21px;
  z-index: -1;
}

.blog_sorting a.drop-down {
  border: 1px solid #dcdcdc;
  padding: 11px 40px 11px 20px;
  display: block;
  min-width: 180px;
  color: #404040;
  border-radius: 5px;
  position: relative;
}

.blog_sorting.rotate_drop a.drop-down:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.blog_top_sorting {
  padding: 10px 0;
}

.blog_sorting a.dropdown-item {
  color: #404040;
  padding: 8px 20px;
}

.blog_sorting a.dropdown-item:hover {
  color: #000;
  background-color: #f6f6f0;
}

.blog_sorting a.dropdown-item:hover {
  text-decoration: none;
}

.blog_sorting a.drop-down:hover {
  text-decoration: none;
}

.blog_sorting #collapseExample {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-radius: 4px;
}

.page_number_sec .next.page-numbers::after,
.page_number_sec .prev.page-numbers::before {
  content: "";
  width: 8px;
  height: 13px;
  background-image: url("assets/images/pg-right-arrow.svg");
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.page_number_sec .prev.page-numbers::before {
  background-image: url("assets/images/pg-left-arrow.svg");
  margin-left: 0;
  margin-right: 10px;
}

.page_number_sec .next.page-numbers,
.page_number_sec .prev.page-numbers {
  font-size: 0;
  padding: 0;
}

.pagination_sec .page_number_sec .page-numbers.current {
  border-bottom: 1px solid #684510;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.pagination_sec {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.search-results .pagination_sec {
  padding-top: 30px;
}

.pagination_sec a.page-numbers {
  padding: 0 25px;
}

.pagination_sec a.page-numbers:hover {
  color: #684510;
  text-decoration: none;
  border-bottom: none;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background-color: transparent;
  border-bottom: none;
}

.our-blog-outer-section .our-blog-card .our-blog-card-desc h6 {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: "Poppins-Regular";
}

.our-blog-outer-section .our-blog-card .our-blog-card-desc h4 {
  color: #1b3024;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.our-blog-outer-section .our-blog-card .our-blog-card-desc h4 a {
  color: #1b3024;
  transition: all 0.3s ease;
}

.our-blog-outer-section .our-blog-card .our-blog-card-desc h4 a:hover {
  color: #684510;
}
.our-blog-card-desc h4 a:hover {
  color: #404040;
}

/* Checkout page css begins here */
form.checkout.woocommerce-checkout a.woocommerce-privacy-policy-link:hover {
  color: #684510;
}

form.checkout.woocommerce-checkout .checkout_order_heading {
  padding-left: 50px;
}

form.checkout.woocommerce-checkout {
  display: flex;
}

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

form.checkout.woocommerce-checkout div#customer_details {
  display: flex;
  flex-direction: column;
}

form.checkout.woocommerce-checkout .col-1 {
  width: 100% !important;
}

form.checkout.woocommerce-checkout .col-2 {
  width: 100% !important;
}

form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 40px;
}
.myaccount-order-details .woocommerce-column__title {
  text-transform: capitalize;
}

p#billing_address_1_field {
  margin-bottom: 20px;
}

button#place_order {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 11px 28px;
  background-color: #684510;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  border: 2px solid #684510;
  text-align: center;
  justify-content: center;
  align-items: center;
}

table.shop_table.woocommerce-checkout-review-order-table th {
  padding: 9px 0px;
}

button#place_order:hover {
  color: #684510;
}

form.checkout span.select2-selection.select2-selection--single {
  height: 50px;
  border: 1px solid #dcdcdc;
  padding: 12px 13px;
}

form.checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 20px;
  width: 20px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: 2px solid #684510;
  color: #684510;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #684510;
  text-decoration: underline;
  font-weight: bold;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: none;
}
form.checkout_coupon.woocommerce-form-coupon {
  height: auto !important;
  min-height: 160px;
}

.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: initial;
}

.woocommerce-billing-fields label {
  margin-bottom: 10px;
}

.woocommerce-additional-fields__field-wrapper label {
  margin-bottom: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table {
  margin-top: 0;
}

form.checkout.woocommerce-checkout h3 {
  margin-bottom: 12px;
}

table.shop_table.woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid #dcdcdc;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding: 20px 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item th {
  padding: 20px 0;
}

.payment_box.payment_method_cod {
  padding: 10px;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

.form-row.place-order button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* checkout page css ends here */

/* Create account page css begins here */
.create_account_form.custom_user_account_form form {
  position: relative;
}

.create_account_form.custom_user_account_form form .form-row {
  position: relative;
}

.create_account_form.custom_user_account_form form .form-row input#pwd {
  padding: 0 60px 0 20px;
}

/* Create account page css ends here */

/* Internal css begins here */
.internal-banner-section ul.breadcrumbs {
  margin-bottom: 10px;
}

.internal-banner-section.woocommerce_banner {
  background: transparent;
  padding: 20px 0;
  border-bottom: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
}

.internal-banner-section.woocommerce_banner ul.breadcrumbs {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 0;
}

.internal-banner-section.woocommerce_banner ul.breadcrumbs,
.internal-banner-section.woocommerce_banner ul.breadcrumbs a,
.internal-banner-section.woocommerce_banner ul.breadcrumbs li {
  color: #404040;
}
.internal-banner-section ul li a:hover {
  text-decoration: underline;
}
.internal-banner-section ul li:first-child:after {
  display: block;
}

.internal-banner-section ul.breadcrumbs li:hover a {
  color: #404040;
}

.woocommerce .custom_user_account_form .woocommerce-form {
  padding: 0;
  border: none;
  border-radius: 0;
}
.custom_user_account_form
  .woocommerce-form-row.woocommerce-form-row--first.form-row {
  margin: 0;
}

.woocommerce .custom_user_account_form form label {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px;
  font-weight: 600;
  text-align: left;
}

.woocommerce .custom_user_account_form form .form-row,
.custom_user_account_form form .form-row {
  padding: 0;
  margin: 0 0 30px;
  width: 100%;
}

.page_wrapper .container .woocommerce .custom_user_account_form p a,
.page-wrapper .inner_container .woocommerce .custom_user_account_form p a {
  color: #684510;
  text-decoration: underline;
}

.page_wrapper .container .woocommerce .custom_user_account_form p a:hover,
.page-wrapper
  .inner_container
  .woocommerce
  .custom_user_account_form
  p
  a:hover {
  text-decoration: none;
}

.remember_loast_pw_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.remember_loast_pw_sec .woocommerce-form__label span,
.woocommerce-form-login__rememberme span {
  font-weight: normal;
  font-family: "Poppins-Regular";
}
.woocommerce-form-login-fr-order .lost_password {
  text-align: right;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce-form-login-fr-order .woocommerce-form-login__rememberme {
  padding-bottom: 25px;
}
.woocommerce .custom_user_account_form form .remember_loast_pw_sec label {
  font-weight: normal;
  font-family: "Poppins-Regular";
  cursor: pointer;
}

.custom_user_account_form {
  max-width: 394px;
  margin: 0 auto;
}

.custom_user_account_form h1 {
  text-align: center;
  margin: 0 0 30px;
}

.woocommerce .custom_user_account_form .woocommerce-form-login button,
.woocommerce .custom_user_account_form form .woocommerce-Button {
  margin: 0;
  width: 100%;
}

.woocommerce .custom_user_account_form .woocommerce-form-login button.show-password-input {
  width: auto;
  background: none;
}
.woocommerce .custom_user_account_form .woocommerce-form-login button.show-password-input::before,
.woocommerce .custom_user_account_form .woocommerce-form-login button.show-password-input::after {
  display: none;
  background: transparent;
}

/* Internal css ends here */
/* login page css begins here */
form.login .form-row:last-child p {
  text-align: center;
}

form.login .form-row:last-child p a {
  text-decoration: none;
  position: relative;
}

.custom_user_account_form
  .remember_loast_pw_sec
  p.woocommerce-LostPassword.lost_password
  a {
  text-decoration: underline;
  position: relative;
}

.custom_user_account_form h1 {
  font-size: 30px;
  line-height: 40px;
}

/* login page css ends here */
/* quantity css begines here */

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

/* quantity css ends here */
/* 404 template css */

.notFoundpage-data {
  text-align: center;
}

.notFoundpage-data h2 {
  margin-top: 38px;
  color: #1b3024;
}

.page-not-found p {
  margin: 0;
  padding-bottom: 30px;
}

.notFoundpage-data {
  max-width: 700px;
  margin: 0 auto;
}

/* 404 template css */
/*======----- Blog Page CSS Ends Here -----=====*/
/* Track Your Order Page CSS Starts from here */
.track-order {
  width: 100%;
  max-width: 818px;
  margin: 0 auto;
}

.track-id {
  background-color: #f6f6f0;
  padding: 30px;
}

.track-id .d-flex {
  align-items: baseline;
  margin-bottom: 10px;
  justify-content: space-between;
}

.track-id h5 {
  padding-right: 20px;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0;
}

.input-btn {
  width: 100%;
  max-width: 440px;
  position: relative;
}

.track-id input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 5px 50px 0 20px;
}

.input-btn a {
  position: absolute;
  right: 5%;
  top: 25%;
}

.track-id a.btn {
  margin-left: 30px;
  padding: 0 19px;
  height: 50px;
  align-items: center;
  text-transform: uppercase;
}

.track-id a.btn:hover {
  text-decoration: none;
}

.track-id ::placeholder {
  color: #404040;
}

.track-id span {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  color: #404040;
  padding-left: 20px;
  position: relative;
  display: block;
  margin-right: 30px;
  padding-left: 0;
  margin-bottom: 0;
  width: calc(100% - 184px);
}
.track-id span {
  position: relative;
}

.track-id .wpcf7-spinner {
  display: none;
}
.track-id .wpcf7-submit {
  width: 154px;
  padding: 0 20px;
}
.track-id input.wpcf7-submit:hover {
  color: #684510;
  background-color: #fff;
}
.track-id span.tracking_id {
  margin-bottom: 10px;
}

.track-order p {
  letter-spacing: 0.4px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
}

.track-id .input-btn {
  max-width: 100%;
}
.track-order-section {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.track-id .track-order-section #tracking-order {
  width: 100%;
}
.track-id .fa-exclamation-circle {
  padding-right: 10px;
  color: #684510;
}

.track-id .track-order-section p {
  line-height: 26px;
  margin-bottom: 0;
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.track-your-order .track_order_des {
  margin-bottom: 40px;
}

/* Track Your Order Page CSS ends here */
/* Refund Page CSS Starts from here */
.refund h1 {
  text-align: center;
  font-size: 30px;
}

.refund form {
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
}

.refund form .flex {
  display: flex;
}

.refund form .flex p {
  margin: 0 15px 30px 0px;
  display: inline-block;
}

.refund form .flex p:last-child {
  margin: 0 0 30px 15px;
}

.refund form label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 0.2px;
}

.refund form p br {
  display: none;
}

.refund form span.label {
  display: block;
  margin-bottom: 15px;
}

.refund form input.wpcf7-submit {
  height: 50px;
  background-color: #684510;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.refund form input.wpcf7-submit:hover {
  background-color: #fff;
  color: #684510;
  border: 2px solid #684510;
}

/* Refund Page CSS Ends here */
/* theme css overwrite */
a.button:hover,
a.button:visited {
  text-decoration: none !important;
}

/* theme css overwrite */
/* faq page css updated here */
.faq-content-section .accordion-header button.accordion-button {
  align-items: flex-start;
}

.faq-content-section .accordion-header button.accordion-button:after {
  margin-top: 8px;
}

.faq-content-section
  .accordion-header
  button.accordion-button:not(.collapsed):after {
  margin-top: 14px;
}

.woocommerce .single_product_page div.product p.price del,
.woocommerce .single_product_page div.product span.price del {
  opacity: 1;
}

.woocommerce .single_product_page div.product p.price,
.woocommerce .single_product_page div.product span.price {
  color: #404040;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.woocommerce .single_product_page div.product p.price ins,
.woocommerce .single_product_page div.product span.price ins {
  text-decoration: none;
}

.woocommerce .single_product_page div.product p.price del,
.woocommerce .products .product .price del {
  padding-right: 5px;
}

.single_product_page .comment-form-rating p.stars {
  margin: 0;
  margin-bottom: -10px;
}

.search_thumb_title {
  width: 100%;
}

.search_post_thumbnail {
  width: 182px;
  margin-right: 30px;
  position: relative;
}

.search_post_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.search_post_thumbnail + .search_post_right {
  width: calc(100% - 212px);
}
.search_post_right .search_post_title {
  padding-right: 30px;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
  display: none;
  padding-bottom: 8px;
}

.faq-content-section {
  padding: 80px 0;
}

.faq-content-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: #fff;
}

.faq-content-section .accordion-body {
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 0px;
}

.faq-content-section .accordion-body p {
  margin-bottom: 0px;
  line-height: 24px;
}

.faq-content-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-content-section .accordion-header button.accordion-button {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  background-color: #fff;
  color: #1b3024;
  height: auto;
}

.faq-content-section
  .accordion
  .accordion-item:first-child
  button.accordion-button {
  padding-top: 0;
}

.faq-content-section .accordion .accordion-item {
  border: 0px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  content: "";
  transform: none;
  background-image: url(assets/images/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(assets/images/minus-icon.svg);
}

/* Search page css begins here */
.search_item {
  border-bottom: solid 1px #dddddd;
  padding: 30px 0;
}

.search_item_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search_post_thumbnail img {
  width: 182px;
  height: 182px;
  object-fit: cover;
}

.search_thumb_title {
  align-items: center;
}

.search-post-title a {
  color: #404040;
}

.search-post-title a:hover {
  text-decoration: underline;
}

.section-common-description .search_for_sec {
  margin: 50px auto 60px;
  max-width: 606px;
}

.section-common-description {
  border-bottom: solid 1px #dddddd;
}

.no-search-results {
  padding-top: 60px;
}

.no-search-results .no_search_icon {
  margin: 0 0 30px;
}

.search_thumb_title.d-flex .search_post_price {
  text-align: right;
}

/* Search page css ends here */
/* Search not found css here */
.section-common-description form.search-form {
  position: relative;
}

.section-common-description form.search-form::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 34%;
  background: url("assets/images/search-icon.svg") center/cover no-repeat;
  width: 16px;
  height: 16px;
}

.section-common-description form.search-form input.search-field {
  height: 50px;
  border: 1px solid #dddddd;
  padding: 0 30px 0 50px;
  width: 100%;
  border-radius: 5px;
}

.search-list .search_item_inner {
  align-items: baseline;
  justify-content: space-between;
}

.search-list .search_item_inner h3.search-post-title {
  margin-bottom: 0;
}

.search-list .search-post-title a:hover {
  color: #684510;
  text-decoration: none;
}

.empty_cart_block .cart_icon img {
  width: auto;
  height: auto;
}

/* faq page css ends here */

.create_account_form .sub_heading_text {
  margin-bottom: 40px;
}

.custom_user_account_form form .form-row > label {
  margin-bottom: 15px;
}

.custom_error,
.check_error {
  font-size: 12px;
  display: block;
  color: #dc3545;
  line-height: 19px;
}

.create_account_page .focus_field {
  border: 1px solid #dc3545;
}

.custom_error {
  display: none;
  margin-top: 10px;
}

/* create_account_page css  */
.create_account_page .error_border {
  border: 1px solid #dc3545;
}

.create_account_page .error_border,
.custom_user_account_form .error_border {
  border: 1px solid #dc3545;
}

.create_account_page form .form-row input.button.create_customer_ac {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.create_account_page form .form-row p {
  text-align: center;
}

.create_account_page form .form-row p a:hover {
  color: #684510;
}

/*your cart popup css*/

.mini-cart-sidebar {
  display: block;
  position: fixed;
  right: 30px;
  top: 25px;
  width: 400px;
  transition: 0.5s;
  transform: translateY(-110%);
  z-index: 999;
}
.mini-cart-sidebar.active {
  transform: translateY(0);
}
.cart-header {
  background-color: #684510;
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  align-items: center;
}
.cart_footer {
  position: sticky;
  padding: 20px;
}
.cart-inner-info p:not(:last-child) {
  margin: 0 0 5px;
}
.your-cart h3 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.cart_footer .btn,
.cart_footer .primary-button {
  width: 100%;
  text-decoration: none;
}
.cart_footer .view-cart-btn.btn {
  margin-bottom: 20px;
  border: 2px solid #684510 !important;
}
.cart-inner-info:last-child .pd-color {
  margin-bottom: 0;
}
.add_to_cart_widget_close {
  cursor: pointer;
}
.add_to_cart_widget_close i {
  color: #ffffff;
}
.your-cart .cart-inner {
  padding: 20px 20px 0;
  max-height: 400px;
  overflow-y: auto;
}
.cart-inner .cart-pd-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.cart-inner .pd-size {
  padding-top: 20px;
}
.cart-inner .pd-color {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.your-cart .cart-inner .prod_attr {
  display: flex;
  justify-content: space-between;
}
.your-cart .cart-inner .prod_attr:last-child {
  padding-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}
.your-cart .cart-inner .prod_attr p:first-letter {
  text-transform: uppercase;
}
.your-cart .cart-inner .prod_attr p:first-child {
  padding-right: 20px;
}
.cart-inner .cart-pd-info .pd-title {
  padding-left: 20px;
}

.cart-inner .cart-pd-info .pd-title {
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}

.cart-inner .cart-pd-info img {
  object-fit: contain;
  width: 60px;
  height: 60px;
  border: solid 1px #dddddd;
}

.cart-inner .pd-size,
.cart-inner .pd-color {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
}
.comment-text {
  overflow: hidden;
}
/*your cart popup css end */
.shop_section .sorting_toggle_button {
  display: none;
}

.custom_user_account_form span.show-password-input {
  display: none;
}

.form_password_outer {
  position: relative;
}

.custom_user_account_form .pwd_toggle,
.create_account_page .pwd_toggle,
.woocommerce-form-login-fr-order .pwd_toggle {
  position: absolute;
  top: 26px;
  transform: translateY(-15px);
  right: 0;
  margin-right: 20px;
  cursor: pointer;
  background-color: #ffff;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  display: flex;
  align-items: center;
}

.custom_user_account_form .error_border,
#review_form .error_border {
  border: 1px solid #dc3545;
}

.create_account_page form .form-row label {
  font-family: "Poppins-SemiBold";
  margin-bottom: 15px;
  text-align: left;
  display: block;
}

.create_account_page form button.create_customer_ac {
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom_user_account_form .lost_reset_password p:last-child {
  text-align: center;
}
.lost_reset_password p:empty {
  display: none;
}
.lost_reset_password .woocommerce-Button.lost_pwd_submit.button {
  margin-top: 40px;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.onsale {
  color: #fff;
  position: static;
  min-height: auto;
  min-width: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 3px 8px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  border-radius: 5px;
  background-color: #e70404;
  font-family: "Poppins-SemiBold";
  letter-spacing: 0.28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  text-transform: capitalize;
}
input:focus-visible {
  outline: none;
}
/* Cart CSS HERE */
.your-cart {
  position: relative;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  filter: drop-shadow(0px 0px 1px rgba(66, 71, 76, 0.32))
    drop-shadow(0px 4px 8px rgba(66, 71, 76, 0.06))
    drop-shadow(0px 8px 48px rgba(238, 238, 238, 0.25));
}

.woocommerce-notices-wrapper p {
  margin-bottom: 30px;
  padding: 12px;
  text-align: center;
  background: #ddd;
}

.create_account_form.custom_user_account_form form .form-row p a:hover {
  text-decoration: none;
}

.navigation_right .dropdown-menu.show {
  display: block;
  position: absolute;
  left: -162px;
  margin-top: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.navigation_right .dropdown-menu.show::before,
.navigation_right .dropdown-menu.show::after {
  content: "";
  position: absolute;
  right: 15px;
  border-bottom: 15px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.navigation_right .dropdown-menu.show::before {
  top: -16px;
}

.navigation_right .dropdown-menu.show::after {
  top: -14px;
  border-bottom-color: #fff;
}
.navigation_right .dropdown-menu.show li {
  list-style: none;
}
.navigation_right .dropdown-toggle::after {
  content: none;
}
.navigation_right .dropdown-menu.show {
  width: 200px;
}
.navigation_right .dropdown-menu.show ul {
  padding: 0;
}
.navigation_right .dropdown-menu.show li {
  text-align: left;
}
.navigation_right .dropdown-menu.show li a {
  font-size: 15px;
  color: #1b3024;
  padding: 8px 15px;
  display: block;
}

.navigation_right .dropdown-menu.show li a:hover,
.navigation_right .dropdown-menu.show li a:focus {
  background-color: #e9e9ed;
}

.page_wrapper
  .woocommerce
  .custom_user_account_form
  .lost_reset_password
  .woocommerce-Button {
  height: 48px;
}
.page_wrapper
  .woocommerce
  .custom_user_account_form
  .lost_reset_password
  .woocommerce-Button:disabled {
  color: #fff;
}
.page_wrapper
  .woocommerce
  .custom_user_account_form
  .lost_reset_password
  .woocommerce-Button:disabled:hover::before {
  background-color: #684510;
}

.contact-form-section .wpcf7-form-control-wrap input[type="text"].error_border {
  border: 1px solid #dc3545;
}
.page_wrapper
  .woocommerce
  .empty_cart_block
  .return_to_shop
  .button.wc-backward {
  color: #fff;
  padding: 16px 18px;
  border: 2px solid #684510;
  background-color: #684510;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.page_wrapper
  .woocommerce
  .empty_cart_block
  .return_to_shop
  .button.wc-backward:hover {
  color: #684510;
}
.page_wrapper
  .custom_user_account_form
  .woocommerce-form
  .oocommerce-button
  button {
  min-height: 48px;
}
.page_wrapper .container .woocommerce .custom_user_account_form p a:hover,
.page_wrapper
  .inner_container
  .woocommerce
  .custom_user_account_form
  p
  a:hover {
  text-decoration: none;
}
form.login {
  margin-bottom: 0;
}
form.login .form-row:last-child {
  margin-bottom: 0;
}
.contact-form-section .contact-address figure {
  margin-top: 7px;
}

.woocommerce .custom_user_account_form .woocommerce-form {
  margin: 0;
}
#fname,
#lname {
  text-transform: capitalize;
}
.faq-content-section .accordion .accordion-button span::first-letter {
  text-transform: uppercase;
}
.faq-content-section .accordion .accordion-button span {
  text-transform: none;
}

/* single page plugin css */
.woocommerce .single_product_page div.product .woocommerce-tabs ul.tabs li a {
  color: #404040;
}
.woocommerce .single_product_page div.product .product_title {
  margin-top: -7px;
  margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  width: 100px;
  margin-right: 20px;
  order: 1;
  margin-bottom: -20px;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-list .slick-track {
	flex-direction: column;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  order: 2;
}
.woocommerce
  div.product.has-post-thumbnail
  div.images.woocommerce-product-gallery
  .flex-viewport {
  width: calc(100% - 120px);
  height: auto !important;
  border: solid 1px #dddddd;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: none;
  margin: 0 0 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: solid 1px #dddddd;
}

.woocommerce
  div.product.has-post-thumbnail
  div.images.woocommerce-product-gallery
  .flex-viewport
  .woocommerce-product-gallery__image
  img {
  padding: 2px;
}

body.woocommerce-page div.product div.images {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
body.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: none;
}
.woocommerce .single_product_page div.product div.summary {
  margin-bottom: 0;
  padding-left: 60px;
  width: 45%;
}

.single-product .sfsi_shortcode_container {
  float: none;
  margin-top: 8px;
  min-height: auto;
}
.sfsi_tool_tip_2 {
  display: block !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: auto !important;
}
.sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
  width: auto !important;
}
.sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv {
  width: auto !important;
  display: flex;
  float: none;
  flex-wrap: wrap;
}
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv {
  width: auto !important;
  height: auto !important;
  margin: 0 30px 0 0 !important;
  padding: 0 !important;
  font-family: "Poppins-Regular";
  font-weight: normal;
  z-index: 1 !important;
}
.sfsi_tool_tip_2 .sfsi_inside a img {
  display: none;
}
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  .sfsi_inside
  a:before,
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  .sfsi_inside
  a:after,
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:before,
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:after {
  color: #404040;
  margin-right: 11px;
  display: inline-block;
  line-height: normal;
  font-size: 16px;
}

.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  .sfsi_inside
  a:before,
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:before {
  font-family: "Font Awesome 5 Brands";
  color: #684511;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a:hover:after,
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  .sfsi_inside
  a:hover:after,
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:hover:after,
.single_product_page
  .sfsi_widget
  .sfsi_wDiv
  .sfsi_wicons
  .inerCnt
  a:hover::before,
.single_product_page
  .sfsi_widget
  .sfsi_wDiv
  .sfsi_wicons
  .inerCnt
  a:hover::after {
  color: #684511;
}
.fb_tool_bdr a:before {
  content: "\f39e";
}
.fb_tool_bdr a:after {
  content: "Facebook";
}
.twt_tool_bdr a:before {
  content: "\f099";
}
.twt_tool_bdr a:after {
  content: "Twitter";
}
.printst_tool_bdr a:before {
  content: "\f0d2";
}
.printst_tool_bdr a:after {
  content: "Pinterest";
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a {
  display: flex !important;
  align-items: center;
}
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon {
  display: block;
  width: auto !important;
  opacity: 1 !important;
  background: transparent !important;
}
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:before {
  content: "\f16d";
}
.sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:after {
  content: "Instagram";
}
.sfsi_actvite_theme_flat .inerCnt .sfcm.sfsi_wicon {
  display: none;
}
.sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv div {
  height: auto !important;
  width: auto !important;
  max-width: none;
  margin: 0;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  height: auto !important;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a:hover {
  text-decoration: none;
}
.product .woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 60px;
}
.single-product .sfsi_shortcode_container .sfsi_wicons.shuffeldiv:last-child {
  display: none;
}
.social-share-links .sfsi_wicons.shuffeldiv:nth-child(3),
.social-share-links
  .sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  .sfsi_inside
  a:after,
.social-share-links
  .sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:after {
  display: none;
}
.social-share-links
  .sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  .sfsi_inside
  a:before,
.social-share-links
  .sfsi_widget.sfsi_shortcode_container
  .norm_row.sfsi_wDiv
  .sfsi_wicons.shuffeldiv
  a#sfsiid_instagram_icon:before {
  margin-right: 0;
}
.sfsi_tool_tip_2::after {
  display: none;
}
/* single page plugin css end */

.custom_user_account_form
  .remember_loast_pw_sec
  p.woocommerce-LostPassword.lost_password
  a:hover {
  text-decoration: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  z-index: 1 !important;
  padding: 0 0 25px;
}
.wc-proceed-to-checkout a {
  margin-bottom: 0;
}
.create_account_form p a[target="_self"] {
  position: relative;
}
.create_account_form p a[target="_self"]::after {
  content: "";
  border-bottom: 1px solid #684510;
  position: absolute;
  width: 54px;
  height: 1px;
  bottom: 4px;
  left: 0;
}
.create_account_form p a[target="_self"]:hover:after {
  display: none;
}
.woocommerce-MyAccount-content .account_top_section p a:hover {
  text-decoration: none;
}
.arrow-icon .fa-arrow-right {
  font-size: 12px;
}

body.woocommerce .woocommerce-breadcrumb {
  color: #404040;
}
.page_wrapper .woocommerce .woocommerce-order .woocommerce-notice--success {
  color: #270;
  text-align: center;
  padding: 10px;
  background-color: #dff2bf;
  border-radius: 3px 3px 3px 3px;
}
.our-blog-section .slick-dots {
  left: 0;
  bottom: -38px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
  height: 50px;
}
.cart_left_col .quantity {
  min-width: 94px;
  width: 94px;
  height: 30px;
}
.cart_left_col .quantity .quantity-button .far {
  font-size: 13px;
}

/* .cart_outer_main .cart_left_col .woocommerce-cart-form .product_width .quantity{
  width: 115px;
} */

.cart_outer_main .cart_left_col .woocommerce-cart-form .product_width .quantity .quantity-button {
  width: 30px;
}

.woocommerce-MyAccount-content.account_detail_content .add_new_address_button {
  min-height: 50px;
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-bottom: solid 3px #684510;
  height: 3px;
  box-shadow: none;
  border-radius: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.container .container,
.inner_container .inner_container {
  padding: 0;
}
.cart-empty.woocommerce-info {
  display: none;
}
.filters-active {
  overflow: hidden !important;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-arrow {
  position: absolute;
  top: 0;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  background: transparent;
  border: none;
  text-align: center;
}
.woocommerce
  div.product
  div.images
  .flex-control-thumbs
  button.slick-next.slick-arrow {
  bottom: 0;
  top: auto;
}
.woocommerce
  div.product
  div.images
  .flex-control-thumbs
  button.slick-next.slick-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: solid 2px #404040;
  border-right: solid 2px #404040;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  background: transparent;
  bottom: 0;
  top: 0px;
}
.woocommerce
  div.product
  div.images
  .flex-control-thumbs
  .slick-prev.slick-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: solid 2px #404040;
  border-right: solid 2px #404040;
  background: transparent;
  transform: rotate(225deg);
  top: 10px;
  position: absolute;
  left: 7px;
}
.social-share-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: solid 1px #dddddd;
}
.social-share-links h5 {
  margin: 0 40px 0 0;
}
.sfsi_widget.sfsi_shortcode_container {
  min-height: auto;
}
.social-share-links a:hover::before {
  opacity: 0.8;
}

.page_wrapper .woocommerce .woocommerce-order ul.order_details,
.page_wrapper .woocommerce .woocommerce-table__line-item .wc-item-meta {
  padding-left: 0;
}

.page_wrapper .woocommerce .woocommerce-order ul.order_details li {
  margin-bottom: 15px;
}

.page_wrapper .woocommerce .woocommerce-table__line-item .wc-item-meta {
  padding-top: 8px;
}

.single_product_page div.product .woocommerce-product-gallery .product_title {
  color: #1b3024;
  text-transform: lowercase;
}

.single_product_page
  div.product
  .woocommerce-product-gallery
  .product_title::first-letter {
  text-transform: uppercase;
}

.single_product_page div.product .woocommerce-product-gallery form.cart + h5 {
  color: #272b42;
}

.single_product_page div.product .woocommerce-tabs.wc-tabs-wrapper .panel h3 {
  color: #1b3024;
}

.single_product_page div.product form.cart .variations select {
  cursor: pointer;
  background-color: #fff;
}

.single_product_page div.product form.cart .variations select:focus {
  border-color: #684510;
}

.woocommerce .page_wrapper .woocommerce-ordering strong {
  margin-right: 8px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #1b3024;
  border-color: #684510;
}

.page_content .breadcrumb_outer .woocommerce-breadcrumb,
.page_content .breadcrumb_outer .woocommerce-breadcrumb a {
  margin-bottom: 0;
  color: #404040;
  font-size: 16px;
}
.wpcf7-not-valid-tip {
  margin-top: 3px;
}
.woocommerce
  div.product
  div.images.woocommerce-product-gallery.woocommerce-product-gallery--without-images
  figure.woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.create_account_form #formResponse {
  color: #529214;
  background: transparent;
  margin: 15px 0px;
}
.create_account_form #formResponse.error {
  color: #e85c41;
}
.shop_listing_right
  nav.woocommerce-pagination
  .wc-block-product-results-count.wp-block-woocommerce-product-results-count {
  padding: 0;
}

.shop_listing_right nav.woocommerce-pagination .result-count_left {
  margin: 3px 0 0;
}

.header_cart_icon {
  position: relative;
}
.header_cart_icon .cart_count {
  position: absolute;
  top: -12px;
  right: -26px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #684511;
  color: #fff;
  font-size: 8px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  letter-spacing: 0;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  word-break: break-word;
  line-height: 8px;
}
form .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}
form .woocommerce-address-fields__field-wrapper p.button {
  background-color: #684510 !important;
  color: #fff !important;
  border: 2px solid #684510;
}
form .woocommerce-address-fields__field-wrapper p.button:hover {
  background-color: #fff;
  color: #684510;
}

.shop_listing_sec .shop_section .wpf_form.wpf_form_mobile_filters {
  display: none;
}

.contact-form-section .store-hours a:hover,
.contact-form-section .store-hours a:focus,
.contact-form-section .store-hours a:link {
  cursor: pointer;
  color: #404040;
}

span.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}
span.wpcf7-not-valid-tipp + .wpcf7-not-valid-tipp {
  display: none;
}
.number_only.error_border {
  border: 1px solid #dc3545;
}
.woocommerce-error {
  border-top-color: #684510;
}
.woocommerce-error li a:hover {
  color: #684510;
}
.woocommerce-error::before {
  content: "\e016";
  color: #684510;
}
.myaccount-order-details
  .woocommerce-order-details
  table
  tbody
  tr.order-item
  td
  .desktop-only {
  padding-left: 30px;
}
.myaccount-order-details .woocommerce-order-details table tfoot th {
  padding-left: 0;
}
.myaccount-order-details
  .woocommerce-order-details
  table
  tbody
  tr.order-item
  td
  ul {
  padding-left: 0;
}
.woocommerce-product-gallery .entry-summary .woocommerce-product-rating a {
  text-decoration: none;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}

#menu-header-menu .menu-item-has-children.menu-item-has-open > a::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
#menu-header-menu .menu-item-has-children > a {
  position: relative;
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}

.product_account_detail .content ul li {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.product_account_detail .content ul li .wc-item-meta-label {
  font-weight: normal;
  font-family: "Poppins-Regular";
}
.woocommerce
  .custom_user_account_form
  .woocommerce-form-login
  .woocommerce-form-login__submit {
  height: 50px;
}
.cart_outer_main .cart_item_name p .pa_size_sec,
.cart_outer_main .cart_item_name p .pa_material_sec {
  text-transform: capitalize;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #684510;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #404040;
  text-decoration: none;
  padding-left: 5px;
}
.track-id .wpcf7 form.invalid .wpcf7-response-output,
.track-id span.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  color: #dc3545;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-Address-title.title h3 {
  padding: 0;
  border-top: 0;
  margin: 0 0 10px;
}
form.checkout.woocommerce-checkout div#customer_details,
form.checkout.woocommerce-checkout .checkout_order_heading {
  width: 50%;
}
.woocommerce-MyAccount-content address .address-inner {
  margin-bottom: 10px;
}

.contact-form-section form .row > div {
  margin-bottom: 5px;
}
.woocommerce
  div.product
  .woocommerce-product-rating
  .woocommerce-review-link:hover {
  text-decoration: none;
}

.refund_row > div {
  margin-bottom: 30px;
}
.refund_row > div:last-child {
  margin-bottom: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
  margin-left: 0;
}
form.checkout.woocommerce-checkout {
  flex-wrap: wrap;
}
.custom_user_account_form .pwd_toggle,
.create_account_page .pwd_toggle {
  margin-right: 9px;
}
form.woocommerce-EditAccountForm.edit-account .form-row {
  margin-bottom: 20px;
}
#formResponse::first-letter {
  text-transform: capitalize;
}
button.pswp__button {
  background-color: transparent !important;
}
button.pswp__button:before {
  display: none;
}
form.woocommerce-ResetPassword.lost_reset_password .form_password_outer {
  clear: both;
}
.page_wrapper.section-spacing.pp {
  padding: 80px 0;
}

.our-blog-card-img img {
  width: 100%;
  display: block;
}

.shop_listing_sec .wpf_items_wrapper .wpf_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#reviews #email-notes,
#reviews .required-field-message {
  display: none;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}
.edit_billing_address .custom_user_account_form,
.account_address_outer_main {
  max-width: 818px;
}
.shop_listing_sec .wpf_reset_btn::before {
  background-color: #684510;
}
.shop_listing_sec .wpf_reset_btn:hover {
  color: #fff;
}
form.checkout.woocommerce-checkout
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-privacy-policy-text
  p
  a {
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce .single_product_page .single_buy_now:hover,
.single_product_page .single_variation_wrap button.single_buy_now:hover,
.single_product_page .single_variation_wrap .single_buy_now:hover {
  color: #684510 !important;
}
.woocommerce .woocommerce-password-strength.short {
  background: transparent;
  text-align: left;
  font-weight: normal;
  font-family: "Poppins-Regular";
  color: #dc3545;
  padding-left: 0;
  padding-right: 0;
}
.category-uncategorized .pagination_sec {
  padding-bottom: 20px;
}
.woocommerce-error li + li {
  display: none;
}

span.refresh_orderid {
  background: url(assets/images/track-loader.svg) center/cover no-repeat;
  width: 13px !important;
  background-size: 13px;
  height: 14px;
  cursor: pointer;
  margin-top: 2px;
  margin-left: -60px;
}
.notFoundpage-data .not_fount_btn_sec a.button {
  padding: 0 20px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price {
  font-size: initial;
}

.woocommerce .custom_user_account_form form .form-row,
.custom_user_account_form form .form-row,
.woocommerce-form-login-fr-order .form-row {
  position: relative;
}
header li.menu-item.menu-item-has-children .sub-menu.open,
header li.menu-item.menu-item-has-children.menu-item-has-open .sub-menu {
  display: block;
}
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 50%;
  padding-left: 30px;
}

.woocommerce-form__label.checkbox {
  position: relative;
  padding-left: 24px;
}

.woocommerce-form__label.checkbox input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  min-width: 16px;
  border: solid 1px #dddddd;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
form.checkout.woocommerce-checkout h3 label.checkbox input[type="checkbox"] {
  top: 0.5rem;
}
form.checkout.woocommerce-checkout .woocommerce-shipping-fields h3 {
  padding-left: 3px;
}
.woocommerce-form__label.checkbox span:before {
  position: absolute;
  font-size: 10px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  top: 10px;
  height: 16px;
  text-align: center;
  left: 0;
  opacity: 0;
}
.woocommerce-form__label.checkbox input[type="checkbox"]:checked + span:before {
  opacity: 1;
}
ul.page-numbers li a:hover {
  color: #a6a6a6;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .star-rating::before {
  color: #684510;
}
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content.account_detail_content
  section.woocommerce-customer-details
  h2,
.order_item .product_account_detail a,
.myaccount-order-details
  .woocommerce-table.woocommerce-table--order-details
  thead
  th,
.woocommerce-MyAccount-content .account_details_right h4,
.woocommerce table.my_account_orders th,
.woocommerce .cart_left_col table.shop_table th {
  color: #1b3024;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}
.woocommerce-message a.button.wc-forward {
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
}
section.shipping-calculator-form {
  text-align: left;
}
.select2-container input.select2-search__field {
  height: 30px;
}
body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #684511;
  color: #fff;
}
.cart_right_col tr,
body .woocommerce table.shop_table,
.cart_outer_main
  .shop_table
  tr.woocommerce-cart-form__cart-item.cart_item
  .product_width.product-subtotal {
  word-break: break-word;
}

.woocommerce-order .woocommerce-order-details {
  margin-bottom: 0;
}
.shop_section .products .product_info_bottom {
  border-top: solid 1px #dddddd;
}
.order_list_account_details
  .order_list_left
  tr.woocommerce-orders-table__row.order
  + tr {
  border-top: solid 1px #dddddd;
}
.woocommerce-product-gallery--without-images
  .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.search_post_price p span {
  padding-left: 17px;
}

.order_details .product-name {
  width: 42%;
}
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  td,
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  th {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  td:last-child,
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  th:last-child {
  padding-right: 0;
  padding-right: 0;
}

.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  td:first-child,
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  th:first-child {
  padding-left: 0;
  padding-left: 0;
}
.shop_table.order_details tr.woocommerce-table__line-item.order_item {
  border-bottom: solid 1px #dddddd;
}
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  tfoot
  th,
.woocommerce-MyAccount-content.account_detail_content
  table.shop_table.order_details
  tfoot
  td {
  padding-top: 11px;
  padding-bottom: 11px;
}
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price:first-child
  td,
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price:first-child
  th,
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price:last-child
  td,
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price:last-child
  th {
  padding-top: 30px;
}
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  tr.tfoot_price:nth-child(4)
  td,
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  tr.tfoot_price:nth-child(4)
  th {
  padding-bottom: 30px;
}
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price
  td,
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price
  th {
  border: none;
}
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price
  th:last-child,
.woocommerce-MyAccount-content.account_detail_content
  table.order_details
  tfoot
  .tfoot_price
  td:last-child,
form.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce form .form-row label {
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}
.shop_section
  .shop_listing_right
  .woocommerce-pagination
  ul
  li
  span.page-numbers,
a.page-numbers:hover {
  color: #404040;
}
form.checkout.woocommerce-checkout
  .woocommerce-terms-and-conditions-wrapper
  .woocommerce-privacy-policy-text
  p
  a:hover,
.woocommerce-Addresses.addresses .woocommerce-Address a {
  text-decoration: none;
}
.woocommerce-Addresses.addresses .woocommerce-Address a:hover {
  text-decoration: underline;
}
body .woocommerce .woocommerce-customer-details,
body .woocommerce .woocommerce-order-details,
body .woocommerce .woocommerce-order-downloads {
  margin-bottom: 0;
}
.woocommerce-Addresses.addresses .woocommerce-Address a i {
  margin-right: 10px;
}
.custom_user_account_form .woocommerce-Button.button.disabled {
  color: #fff !important;
  background-color: #684510 !important;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button, 
.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button, .woocommerce-message a {
  width: auto;
  background: transparent;
  border: none;
  color: #684510;
  padding: 0;
  min-height: auto;
  text-transform: none;
  float: none;
  font-size: inherit;
  text-decoration: underline;
  font-family: "Poppins-Regular";
  font-weight: normal;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button:hover, 
.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button:hover, .woocommerce-message a:hover {
  color: #684510;
  text-decoration: none;
}

.custom_user_account_form .woocommerce-Button.button.disabled:before, 
.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button:before {
  display: none;
}
body .woocommerce table.shop_table {
  border-collapse: collapse;
}
form.checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  thead
  tr
  th {
  border-bottom: solid 2px #684511;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading::after {
  right: 0.6em;
  top: 0.8em;
}
.cart-prodcut-name-title {
  display: flex;
}
.woocommerce .cart_left_col td.actions {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}
.cart_outer_main .cart_left_col form .cart_item:not(:first-child) td {
  border-top: solid 1px #dddddd;
}
.sub_title_cover p {
  color: #404040;
}
.cart_outer_main .cart_left_col td.product-subtotal .quantity {
  display: none;
}
.search_outer .clear-text {
  display: none;
  position: absolute;
  right: 84px;
  top: 3px;
  text-decoration: underline;
  cursor: pointer;
}

form.woocommerce-ResetPassword.lost_reset_password
  .form_password_outer
  .pwd_toggle {
  top: 25px;
}

.woocommerce-notices-wrapper ul.woocommerce-error li a.button.wc-forward {
  height: 35px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.page_content {
  min-height: 54vh;
}

.search_post_price .discount-offer span {
  padding-left: 4px;
}

/* shop filters */

.awf-filters-container .noUi-tooltip {
  padding: 0;
  border: none;
  font-family: "Poppins-Regular";
  color: #404040;
}
body .noUi-horizontal .noUi-handle {
  right: 0;
  cursor: pointer;
}
.noUi-horizontal .noUi-origin {
  width: 100%;
}
.awf-filter-title {
  color: #1b3024;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  line-height: 28px;
  letter-spacing: 0.36px;
}
.awf-filter-title-container {
  margin: 0 0 20px;
  color: #1b3024;
}
.awf-filters-container.awf-style-icons label::before,
.awf-filters-container.awf-style-icons label:hover::before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  line-height: normal;
  content: "" !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  position: relative;
  top: 4px;
  font-weight: 900 !important;
  color: #684510;
}
.awf-filters-container.awf-style-icons label::before {
  margin: 0 10px 0 0;
}
.awf-filters-container.awf-style-icons .awf-active label::before {
  content: "\f00c" !important;
}
.awf-filters-container ul li {
  display: flex;
  position: relative;
  list-style: none;
  padding-bottom: 10px;
  cursor: pointer;
}

.awf-filters-form .awf-filter-wrapper {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #dddddd;
}
.awf-filters-container {
  max-height: 180px;
  overflow-y: auto;
}
.left_shop_filter .awf-filter-container label {
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #404040;
}
.awf-filter-container input[type="radio"].awf-filter {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: solid 1px #dddddd;
  position: relative;
  top: 4px;
  margin: 0 10px 0 0;
}

.awf-filter-container input[type="radio"].awf-filter + label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #684510;
  position: absolute;
  left: 4px;
  top: 8px;
  opacity: 0;
  visibility: hidden;
}
.awf-filter-container.awf-active input[type="radio"].awf-filter + label:before {
  opacity: 1;
  visibility: visible;
}
.awf-reset-btn-container.awf-top-reset-btn-container button.awf-reset-btn {
  padding: 2px 9px;
  font-size: 12px;
  height: auto;
  text-align: center;
  min-height: auto;
}
.awf-reset-btn-container.awf-top-reset-btn-container {
  text-align: left;
}
.awf-filters-container .noUi-horizontal .noUi-handle,
.noUi-horizontal .noUi-handle,
.awf-filters-container .noUi-handle {
  border: solid 1px #684510;
  width: 16px;
  height: 16px;
  top: -7px;
  box-shadow: none;
}
.awf-filters-container .noUi-connect {
  background: #684511;
}
body .awf-filters-container .awf-filter-container.awf-range-slider-container,
body .awf-filters-container .awf-taxonomy-range-slider-container {
  height: 1px;
  box-shadow: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #dddddd;
  border: none;
  margin: 48px 0px 0;
  border-radius: 0;
}
.awf-filters-container .noUi-marker-large {
  background: transparent;
}
.awf-filters-container .noUi-handle.noUi-handle-upper {
  left: auto;
  right: 0;
}
.awf-filters-container .noUi-handle.noUi-handle-upper .noUi-tooltip {
  left: auto;
  right: 0;
  transform: none;
}
.noUi-pips.noUi-pips-horizontal {
  display: none;
}
.awf-filters-form .awf-filter-wrapper:last-child {
  border-bottom: none;
}

.awf-filters-container.awf-filters-price-min.awf-style-range-slider
  .noUi-horizontal
  .noUi-origin {
  margin-left: -15px;
}

.search_outer .clear-text:hover {
  text-decoration: none;
}

.cart_outer_main
  .shop_table
  tr.woocommerce-cart-form__cart-item.cart_item
  .product_width.product-subtotal {
  width: 100px;
  min-width: 100px;
}
.cart_outer_main .cart_item .product-quantity,
.cart_outer_main .cart_item .product-price {
  width: 154px;
}
.awf-filters-form .awf-filter-wrapper.awf-range {
  border: none;
  margin-bottom: 8px;
}
.shop_listing_sec .left_shop_filter .woocommerce.wc-block-catalog-sorting {
  padding: 25px 0 0;
  display: none;
}
.product_card_top_sec .added_to_cart.wc-forward {
  display: none;
}
.blog_section_btn {
  padding-top: 60px;
}
.featured_text {
  border-radius: 5px;
  background: rgba(82, 130, 48, 1);
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  color: rgb(255 255 255);
  text-transform: uppercase;
  padding: 2px 8px;
  letter-spacing: 0.28px;
  font-size: 14px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 16px;
}

.woocommerce-page table.cart td.actions button.button[disabled],
.woocommerce-page table.cart td.actions button.button.disabled,
.single_product_page .product button.single_buy_now.disabled,
.single_product_page .product .single_buy_now.disabled {
  border: 2px solid #684510 !important;
  background-color: #684510 !important;
  color: #fff !important;
  cursor: not-allowed;
}
.woocommerce .single_product_page button.single_add_to_cart_button.disabled:not(.single_buy_now):hover {
  border-color: #684510 !important;
}
.woocommerce-page table.cart td.actions button.button[disabled]:before,
.woocommerce
  .single_product_page
  button.single_add_to_cart_button.disabled:before {
  display: none;
}

.woocommerce
  .single_product_page
  button.single_add_to_cart_button.disabled:not(.single_buy_now) {
  background: #ffffff;
  border: 3px solid #684510;
  color: #684510;
  cursor: not-allowed;
}

.awf-filter-container input[type="radio"].awf-filter + label:before {
  top: 8px;
}
.awf-filter-container input[type="radio"].awf-filter {
  top: 4px;
}
.product .overlay_btn a::after {
  font-size: 13px;
}

.shipping-calculator-button {
  text-transform: none;
}
.cart_outer_main
  .shop_table
  tr.woocommerce-cart-form__cart-item.cart_item
  .product_width.product-subtotal,
body .woocommerce table.shop_table {
  word-break: break-word;
}
.sfsi_wechat_follow_overlay span.sfsi_pinterest_overlay {
  top: -27px;
  margin: 0;
  background: transparent;
}
body .sfsi_wechat_follow_overlay .close_btn {
  width: 40px;
  height: 40px;
  display: flex;
  clear: initial;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
}
body .sfsi_wechat_follow_overlay .close_btn:hover {
  opacity: 0.8;
}
.sfsi_wechat_follow_overlay .close_btn {
  right: -13px;
  top: -20px;
}
.featured-product-description {
  margin-bottom: 60px;
}

.search_post_thumbnail {
  position: relative;
}
.shipping-calculator-button {
  text-transform: none;
}
.woocommerce-MyAccount-content {
  word-break: initial;
}
.featured-product-description {
  margin-bottom: 60px;
  max-width: 870px;
}

.single_product_page ol.commentlist li .comment-text .review-title,
.single_product_page ol.commentlist li .comment-text p.meta,
#comments .comment-text .description {
  overflow: hidden;
}
body .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-82%, 0);
  transform: translate(-82%, 0);
  background: #fff;
}
.awf-filters-container.awf-filters-price-min.awf-style-range-slider
  .noUi-horizontal
  .noUi-origin {
  margin-left: 0;
  width: 94%;
}
.awf-filters-container
  .noUi-handle.noUi-handle-lower[aria-valuenow="0.0"]
  .noUi-tooltip {
  margin-left: 7px;
}
.awf-filters-container .noUi-handle.noUi-handle-upper .noUi-tooltip {
  left: auto;
  right: -1px;
  transform: none;
}
.awf-filters-container
  .noUi-handle.noUi-handle-upper[aria-valuetext="0.00"]
  .noUi-tooltip {
  right: -3px;
}

.awf-active-badges-container .awf-active-badge {
  width: auto;
  border: solid 1px #684510;
  border-radius: 5px;
  margin-right: 16px;
  display: inline-flex;
  padding: 3px 16px;
  font-size: 14px;
  color: #404040;
  margin-top: 10px;
}
.awf-reset-btn-container.awf-top-reset-btn-container button.awf-reset-btn {
  color: #684510;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  font-family: "Poppins-Regular";
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.32px;
}
.select-active-filter-btn .awf-active-badges-container {
  margin: 0;
}
.awf-reset-btn-container.awf-top-reset-btn-container
  button.awf-reset-btn:hover {
  text-decoration: underline;
}
.awf-reset-btn-container.awf-top-reset-btn-container
  button.awf-reset-btn:before {
  display: none;
}
.awf-active-badges-container .awf-active-badge i.fas {
  padding: 0 0 0 10px;
  opacity: 1;
}
.woocommerce-Addresses.addresses .woocommerce-Address a.edit:hover {
  color: #684510;
}
.awf-active-badges-container .awf-active-badge:hover {
  background: #684510;
  color: #fff;
}
.select-active-filter-btn {
  clear: both;
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.select-active-filter-btn .awf-reset-btn-container.awf-top-reset-btn-container {
  margin: 12px 0 0;
}
.shop_listing_sec .shop_listing_right .woocommerce-no-products-found,
.shop_listing_sec .shop_listing_right .woocommerce-info {
  clear: both;
  margin-top: 40px;
  float: left;
  width: 100%;
}

.woocommerce-MyAccount-content.edit_billing_address .woocommerce-Pagination {
  display: none;
}

.prod_bagdes {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: flex-end;
}
.shop_listing_sec .shop_listing_right .awf-preset-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shop_listing_sec
  .shop_listing_right
  .awf-preset-wrapper
  .awf-top-reset-btn-container {
  margin: 11px 0 0;
}

.shop_listing_sec .shop_listing_right .awf-filters-form,
.shop_listing_sec
  .left_shop_filter
  .awf-preset-wrapper
  .awf-active-badges-container,
.shop_listing_sec
  .left_shop_filter
  .awf-reset-btn-container.awf-top-reset-btn-container
  button.awf-reset-btn {
  display: none;
}
.shop-right_filter_sec .woocommerce.wc-block-catalog-sorting {
  padding: 0;
  display: none;
}

.product-gallery-outer a:hover {
  text-decoration: none;
}
.product-gallery-outer a:hover .hardwood-product-block .hardwood-product-name {
  color: #684510;
}
.home-banner-section .banner_slide_items {
  height: auto;
}
#review_form .comment-form-comment span.your_review_num {
  font-weight: 600;
}
.awf-active-badges-container .awf-active-badge {
  transition: all 0.3s ease;
}
.woocommerce-error a.wc-backward {
  font-weight: bold;
  text-decoration: underline;
}

.woocommerce-error a.wc-backward:hover {
  text-decoration: none;
  color: #684510;
}
.our-blog-section .blog_section_btn a {
  padding: 10px 16px;
}
.slick-slide {
  height: auto;
}
.slick-dots li button {
  min-height: auto;
}
.shop_listing_sec .shop_listing_right .wp-block-heading {
  display: none;
}
body .awf-collapsible-children .awf-parent-container:hover {
  background-color: transparent;
}
.awf-parent-container:not(.awf-collapsed-on) label,
.awf-parent-container:not(.awf-collapsed-on):after,
.awf-filters-container ul li:hover label,
.awf-filters-container ul li:hover:after {
  color: #684510;
}
body .awf-filters-container ul.awf-children-container {
  margin-top: 0;
  margin-bottom: 10px;
}
.awf-filters-container ul li:last-child {
  padding-bottom: 0;
}
.awf-collapsible-children .awf-parent-container::after {
  font-size: 15px;
  right: 15px;
}
.product-gallery-outer
  .hardwood-gallery-listing
  .hardwood-gallery-col
  .prod_category_link {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  margin: 20px 0 0;
}
.product-gallery-outer .hardwood-gallery-listing .hardwood-gallery-col {
  display: flex;
}
header.site-header .navbar .btn-close,
span.shop_sidebar_close {
  cursor: pointer;
}
.featured_product_list .product_info_bottom {
  border-top: solid 1px #dddddd;
}
.process-block img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.slick-track {
  display: flex;
}

.home-banner-section .slick-dots li.slick-active button,
.block-earthtones .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #ffffff;
}
.home-banner-section .slick-dots li button {
  border-color: #ffffff;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 100%;
}

.slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: transparent;
  border: solid 3px #684510;
}
.slick-dots li.slick-active button {
  border: solid 3px #684510;
  background-color: #684510;
}
.mobile-slider ul.slick-dots button,
.mobile-slider ul.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button::before {
  display: none;
}
.shop_listing_sec .shop_listing_right .products {
  margin-left: -30px;
  width: auto;
}
.shop_listing_sec .shop_listing_right .products .product,
.woocommerce
  .shop_listing_sec
  .shop_listing_right
  ul.products[class*="columns-"]
  li.product {
  width: calc(33.333% - 30px);
  margin-left: 30px;
  margin-right: 0;
}

.page-not-found .notFoundpage-data {
  padding: 20px 0;
}

.mini-cart-sidebar .cart-inner .pd-size p:last-child,
.mini-cart-sidebar .cart-inner .pd-color p:last-child {
  text-align: right;
  margin-left: auto;
}
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .product-total {
  width: 30%;
  text-align: right;
  padding-left: 15px;
}
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  th:last-child,
.woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  td:last-child {
  text-align: right;
}
.woocommerce-checkout-review-order-table .variation dd p,
.woocommerce-checkout-review-order-table dl.variation,
.woocommerce-checkout-review-order-table .variation dt {
  line-height: 20px;
}
.process-block-icon {
  min-width: 48px;
  text-align: left;
}
.wpcf7-form-control-wrap .wpcf7-not-valid.error_border_no {
  border-color: #ddd;
}
.woocommerce-order-received
  .woocommerce-verify-email
  button.woocommerce-button {
  border: 1px solid #ddd;
}
.shop_listing_right .product .overlay_btn a::after {
  font-size: 17px;
  position: static;
}
body .noUi-horizontal .noUi-tooltip {
  font-size: 14px;
  line-height: 18px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled] {
  background-color: #684510;
}
.variations_form.cart
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.loading::after {
  position: initial;
}

body.woocommerce-checkout #payment div.payment_box {
  background: #fff;
}
body.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .form-row
  .wc-stripe-elements-field {
  padding: 14px 20px;
  border-radius: 5px;
  min-height: 50px;
}
.woocommerce-thankyou-details table.order_details .product-price {
  width: 190px;
  text-align: center;
}
.woocommerce-page
  form.woocommerce-checkout
  .form-row
  label.checkbox
  .input-checkbox {
  /* margin-top: 7px; */
  margin-right: 7px;
}
.woocommerce-page
  form.woocommerce-checkout
  .form-row
  label.checkbox
  .input-checkbox
  + span::before {
  top: 2px;
}
.woocommerce form.woocommerce-checkout .form-row.woocommerce-invalid label {
  color: #dc3545;
}
body #add_payment_method #payment,
body .woocommerce-cart #payment,
body .woocommerce-checkout #payment {
  background: #f6f6f6;
}
body.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 5px;
}
.woocommerce-terms-and-conditions-link,
.woocommerce-checkout-review-order a {
  text-decoration: underline;
}
.woocommerce-terms-and-conditions-link:hover,
.woocommerce-checkout-review-order a:hover {
  color: #684510;
  text-decoration: none;
}
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-top: 20px;
  background: #ffffff;
}
/* .woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline-flex;
  align-items: flex-start;
} */
.stripe-source-errors .woocommerce_error::before {
  margin-top: 4px;
}
form.checkout_coupon.woocommerce-form-coupon button[disabled="disabled"]:before,
button[disabled="disabled"]:before {
  display: none;
}

/*-----=== About Page CSS Updated Here ===-----*/
.internal-banner-section .internal-banner-description p {
  letter-spacing: 0.32px; 
  margin: 20px auto 0;
  text-align: center;
  max-width: 848px;
}

.common-padd-section{
  padding: 100px 0;
  border-top: 1px solid #DDDDDD;
}

.heading-sec-title{
  color: #1B3024;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.72px;
  margin-bottom: 0;
}

.heading-description{
  margin-top: 30px;
}

.background-cream{
  background: #F6F6F0;
}

.common-padd-section .section-title-block,
.contact-us-padd-wrap .section-title-block{
  padding-bottom: 60px;
}

.about-content-wrap .about-founder-row:nth-child(even){
  flex-direction: row-reverse;
  padding-top: 60px;
}

.about-content-wrap .about-content-desc .heading-sec-title{
  margin-bottom: 40px; 
}

.about-content-wrap .about-content-desc p{
  letter-spacing: 0.32px; 
  margin-bottom: 20px;
}

.about-content-wrap .about-content-desc .about-content-wrap-btn{
  padding-top: 10px;
}

.about-content-wrap .about-founder-row:nth-child(even) .about-content-desc{
  padding-right: 15px;
}

.about-content-wrap .about-content-desc .affiliate-listing-desc{
  margin-bottom: 20px;
}

.our-about-commitment .our-about-commitment-col{
  display: flex;
}

.our-about-commitment .commitment-card-block{
  border-bottom: 1px solid #684510;
  width: 100%;
}

.our-about-commitment .commitment-card-block figcaption {
  padding: 30px 20px 30px 0;
}

.our-about-commitment .commitment-card-block .figcaption-card-title{
  letter-spacing: 0.48px; 
  margin-bottom: 20px;
  max-width: 310px;
}

.why-choose-prestige .section-title-block{
  padding-bottom: 15px;
}

.why-choose-prestige ul.check_circle li{
  position: relative;
  display: inline-flex;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px; 
  margin-top: 35px;
  padding: 5px 0 5px 52px;
  width: 33%;
  background-image: url("assets/images/check.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left;
}

.grid-bottom-section{
  border-top: 1px solid #ddd;
}

.grid-bottom-section .grid-bottom-card figcaption{
  padding: 30px 15px;
  border: 1px solid #ddd;
}

.grid-bottom-section .grid-bottom-card figcaption h3 a{
  color: #404040;
  letter-spacing: 0.48px; 
}

/* .grid-bottom-section .grid-bottom-card:hover figcaption h3 a{
  color: #684510;
} */
.grid-bottom-section .bottom_grid_cta:hover{
  color: #684510;
}

.contact-us-padd-wrap{
  padding: 80px 0;
}

.contact-us-padd-wrap .contact_faq_sec a.text-decoration-none.theme-common-button{
  text-transform: none;
}

.contact-us-map-wrap .section-title-block p{
  margin-top: 30px;
}

.page-template-contact .grid-bottom-section{
  padding-top: 0;
  border: 0;
}

/*-----=== New Page CSS Updated Here ===-----*/
.whats-new-section.build_wrapper{
  padding-top: 100px;
}

.build_wrapper.whats-new-section .main-outer::before {
  background-color: #3D2911;
}

.build_wrapper.whats-new-section .whats-new-card {
  padding: 220px 70px 220px 45px;
}

.build_wrapper h2.title {
  font-size: 36px;
}

.build_wrapper h2.title,
.build_wrapper p.desp_content {
  margin-bottom: 0px;
}

.build_wrapper p.subtitle {
  margin: 40px 0px;
}

.build_wrapper p.desp_content,
.build_wrapper p.subtitle {
  font-size: 16px;
}

.build_wrapper.whats-new-section .whats-new-card .whats-new-header-des p{
  color: #fff;
}

.experience_box .experience_item {
  display: flex;
}

.experience_box .experience_item .image,
.experience_box .experience_item .content {
  width: 50%;
}

.experience_box h3.title {
  font-size: 36px;
  margin-bottom: 40px;
}

.experience_box p.desp {
  font-size: 16px;
  margin-bottom: 20px;
}

.experience_box .experience_item .content {
  padding: 40px;
  outline: 1px solid #eee;
}

.experience_box .image figure {
  margin: 0px;
}

.experience_box .image figure img {
  height: 100%;
  width: 100%;
}

.experience_box .experience_item:not(:last-child) {
  margin-bottom: 30px;
}

.experience_wrapper {
  padding: 100px 0px;
}

.experience_wrapper h2.title_heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.experience_wrapper .experience_box .content ul{
  margin-bottom: 0;
}

.join_team_wrapper {
  padding: 80px 0;
  text-align: center;
  background-color: #F6F6F0;
}

.join_team_wrapper h5 {
  font-size: 24px;
  margin-bottom: 0px;
}

.join_team_wrapper p {
  font-size: 16px;
  margin: 40px 0px;
}

.join_team_wrapper .content {
  max-width: 894px;
  margin: 0px auto;
}

.join_team_wrapper .faq-content-section .accordion-header button.accordion-button,
.join_team_wrapper .accordion-collapse {
  background-color: #F6F6F0;
  text-align: left;
}

.join_team_wrapper .faq-content-section .section-title-block{
  padding-bottom: 40px;
}

.faq-content-section button:hover::before {
  display: none !important;
}

.join_team_wrapper .faq-content-section .accordion-body p {
  margin: 0px 0px 30px 0px;
}

.faq-content-section .faq_note {
  padding-top: 40px;
  max-width: 1200px;
}

.woocommerce-MyAccount-content.account_detail_content.edit_billing_address a.button{
  display: inline-flex;
  overflow: hidden;
}

.woocommerce-MyAccount-content.account_detail_content.edit_billing_address a.button::before{
  background: #684510;
}

.woocommerce-MyAccount-content.account_detail_content.edit_billing_address a.button:hover{
  color: #fff;
}

.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
	width: 100%;
}

section.refund.section-spacing form .wpcf7-response-output{
  margin-left: 0;
}

.sfsi_inner_display {
  position: relative;
  max-width: 490px;
  margin: 0 auto;
}

.recent-articles-section .our-blog-card figure {
	height: 300px;
	overflow: hidden;
} 

.recent-articles-section .our-blog-card figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#order_review .woocommerce-checkout-payment .form-row.place-order{
  padding-bottom: 35px;
}

.site-footer .footer-brand-logo {
    margin-bottom: 40px;
}

.about-content-wrap .img_pos_right {
    flex-direction: row-reverse;
}

.site-footer .footer_email a .fa-envelope {
    margin-right: 10px;
}

.product-gallery-outer + .our-blog-section {
    padding-top: 0;
}

.site-footer-description .social_icon_list a i.fab {
  font-size: 24px;
  transition: all 0.3s ease;
  opacity: 1;
}

.site-footer-description .social_icon_list a i.fab:hover {
  opacity: 0.5;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  padding-left: 0;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  margin-right: 4px;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row {
  padding-left: 0;
}
.myaccount-thankyou-details {
  display: flex;
  flex-wrap: wrap;
}
.myaccount-thankyou-details section.myaccount-order-details {
  width: 65%;
}
.myaccount-thankyou-details section.myaccount-order-details .woocommerce-order-details {
  width: 100%;
}
.shop_listing_sec .shop_listing_right .woocommerce-no-products-found ~ .woocommerce-no-products-found, 
.shop_listing_sec .shop_listing_right .woocommerce-info ~ .woocommerce-info {
  display: none;
}
.woocommerce-MyAccount-content .order_list_left table.shop_table.account-orders-table td {
  padding-left: 0;
  text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single {
  height: 50px;
  line-height: 50px;
}
.contact-faq-wraper + .grid-bottom-section {
  padding-top: 80px;
}

.single_product_page .product-share-icons-list {
	display: flex;
	align-items: center;
  margin-bottom: 0;
}

.single_product_page .product-share-icons-list li {
  padding-top: 15px;
}

.single_product_page .product-share-icons-list li + li {
  padding-left: 30px;
}

.single_product_page .product-share-icons-list li a {
  color: #404040;
  font-weight: 400;
	font-family: "Poppins-Regular";
  text-decoration: none;
}

.single_product_page .product-share-icons-list li a:hover,
.single_product_page .product-share-icons-list li a i {
  color: #684510;
}

.single_product_page .product-share-icons-list li a i {
  margin-right: 8px;
}

.page_wrapper .woocommerce .custom_user_account_form .lost_reset_password .woocommerce-Button:disabled:hover {
  background-color: #684510;
}

/* Responsive CSS Starts From Here */

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .woocommerce div.product form.cart .variations select {
    margin-right: 0;
  }

  .single_product_page table.variations tbody tr td.value::after {
    right: 9%;
  }
  .product_info_bottom .woocommerce-loop-product_title,
  .search-list .search_item_inner h3.search-post-title {
    font-size: 16px;
  }
  .section-heading-desc h2 {
    font-size: 30px;
  }
  .cart_outer_main .cart_item_name a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap .about-content-img-wrap img{
    width: 100%;
  }

  .why-choose-prestige ul.check_circle li{
    width: 48%;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  header .navbar-expand-lg .offcanvas {
    margin-left: 25px;
  }

  .whats-new-section .whats-new-card-inner{
    padding-right: 45px;
  }
}

@media screen and (max-width: 1681px) {
  .shop_listing_sec .shop_listing_right form.woocommerce-ordering strong {
    margin-right: 25px;
  }

  .whats-new-section .whats-new-card {
    padding: 60px 70px 60px 45px;
  }
}
@media (max-width: 1441px) {
  .banner-process-section .process-block {
    padding-right: 0;
  }
  body .noUi-horizontal .noUi-handle {
    right: 2px;
  }
  body .noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: 0px;
  }
  body .noUi-horizontal .noUi-handle.noUi-handle-lower[aria-valuenow="0.0"] {
    right: 7px;
  }
  body .noUi-horizontal .noUi-handle.noUi-handle-upper[aria-valuetext="0.00"] {
    right: 2px;
  }
  .noUi-connects .noUi-connect {
    width: 99%;
  }
  body .awf-filters-container .awf-filter-container.awf-range-slider-container,
  body .awf-filters-container .awf-taxonomy-range-slider-container {
    transform: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .cart_left_col table.shop_table td .coupon button.button {
    padding-left: 14px;
    padding-right: 14px;
  }
  .cart_outer_main input#coupon_code {
    margin-right: 13px;
  }
  .home .highlightes-products figure img {
    max-height: 300px;
    height: 21vw;
  }
  .featured-product-section .woocommerce ul.products li.product a img {
    height: 28vw;
    max-height: 400px;
  }
  .woocommerce .single_product_page div.product div.summary {
    padding-left: 40px;
  }
  .shop_listing_sec .left_shop_filter {
    padding-right: 0;
  }
  .shop_listing_right ul.products li.product a img {
    height: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .whats-new-card-inner {
    max-width: 100%;
  }
  .cart_outer_main .cart_item_name {
    width: 210px;
    padding-right: 10px;
  }
  .shop_listing_sec .shop_listing_right form.woocommerce-ordering strong {
    margin-right: 16px;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table.order_details
    td:last-child,
  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table.order_details
    th:last-child {
    text-align: right;
  }
  .blog-single-content .social-share-links span.bot_arow {
    display: none;
  }

  .blog-single-content .social-share-links h5,
  .blog-single-content
    .social-share-links
    .sfsi_widget.sfsi_shortcode_container
    .norm_row.sfsi_wDiv
    div {
    margin-bottom: 0px;
  }
  .blog-single-content .social-share-links h5 {
    margin-bottom: 0;
  }
  .header-icons-right > li {
    margin-left: 20px;
  }
  .woocommerce h2.cart_page_title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
  }
  .cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    padding: 14px 15px;
  }

  .home header.site-header ul li a {
    font-size: 16px;
  }

  .cart_outer_main .coupon {
    width: 60%;
  }

  .cart_outer_main a.checkout-button.button.alt.wc-forward.wp-element-button {
    height: 46px;
    font-size: 15px;
    padding: 0 15px;
  }

  .blog-single-content figure {
    width: auto;
    margin: 0 auto 30px auto;
  }

  .blog-single-content h4 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
  }

  .blog-single-content .top-content {
    padding: 40px 0 40px 0;
  }

  .blog-single-content span {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-single-content p {
    margin-bottom: 30px;
  }

  .blog-single-content h5 {
    margin-bottom: 30px;
  }

  .blog-single-content ul {
    margin-bottom: 30px;
  }

  figure.internal-image {
    width: 600px;
    margin: initial;
    margin-bottom: 30px;
  }

  .about-content-section {
    padding: 70px 0;
  }

  .about-content-section h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-content-section span {
    font-size: 16px;
    line-height: 26px;
  }

  .about-content-section p {
    font-size: 15px;
    line-height: 22px;
  }

  .about-content-section p,
  h4 {
    margin-bottom: 25px;
  }

  .contact-form-section .store-hours h5 {
    margin-bottom: 10px;
  }

  .contact-form-section h4 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .contact-form-section .store-hours .content {
    padding-left: 20px;
  }

  .contact-form-section .form {
    width: 65%;
  }

  .contact-form-section .contact-address {
    width: calc(100% - 65%);
  }

  .section-spacing {
    padding: 70px 0;
  }

  .highlightes-products .d-flex {
    margin: 0 -15px 60px -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .common-outer-section {
    padding: 80px 0 0px 0;
  }

  header li.menu-item {
    margin-right: 30px;
  }

  .search_outer .search-form label {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .single_product_page ol.commentlist li .comment-text p.meta {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
 
  .whats-new-section .whats-new-card {
    padding: 40px 25px 48px;
  }
  .whats-new-card-inner {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992.98px) {
  nav.navbar.navbar-expand-lg.navbar-light.px-xxl-5.px-lg-3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .contact-form-section .form{
    max-width: 818px;
  }

  .woocommerce .single_product_page div.product .woocommerce-product-gallery img {
    min-height: 480px;
    max-height: 680px;
  }
  
}

@media only screen and (max-width: 991.98px) {
  .woocommerce-thankyou-details section.myaccount-order-details {
    width: 100%;
  }
  .cart_outer_main .cart_item_name {
    width: calc(100% - 100px);
    padding-right: 10px;
  }
  form#commentform,
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator{
    margin-bottom: 0;
  }
  .woocommerce-cart .cart-collaterals .shipping-calculator-button{
    margin-top: 0;
  }
  .awf-filters-container.awf-filters-price-min.awf-style-range-slider
    .noUi-horizontal
    .noUi-origin {
    width: 98%;
  }
  .shop_listing_sec .shop_section {
    padding: 0;
  }
  .woocommerce
    .single_product_page
    div.product
    .woocommerce-product-gallery
    img {
    height: 89vw;
  }
  .testimonials-outer-section .testimonials-review-block {
    margin-top: 10px;
  }
  .featured-product-section .woocommerce {
    padding: 0;
  }
  .common-outer-section,
  .internal-banner-section,
  .product-gallery-outer,
  .performance-section-outer,
  .testimonials-outer-section,
  .section-spacing,
  .about-content-section,
  .contact-form-section {
    padding: 60px 0;
  }
  .shop_listing_sec .shop_listing_right ul.products {
    margin-left: -20px;
  }
  .shop_listing_sec .shop_listing_right .products .product,
  .woocommerce
    .shop_listing_sec
    .shop_listing_right
    ul.products[class*="columns-"]
    li.product {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  .awf-active-badges-container .awf-active-badge {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .awf-active-badges-container .awf-active-badge:last-child {
    margin-bottom: 30px;
  }
  .awf-reset-btn-container.awf-top-reset-btn-container {
    text-align: left;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 144px;
  }
  body .awf-active-badges-container {
    margin: 0;
  }
  .awf-btn-container .awf-form-submit-btn {
    width: 100%;
  }
  .awf-filters-container {
    max-height: 160px;
    width: 97%;
    margin: auto;
  }
  div.awf-range .awf-filters-container {
    width: 90%;
    margin: auto;
  }
  .shop_listing_sec .left_shop_filter .woocommerce.wc-block-catalog-sorting {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .woocommerce.wc-block-catalog-sorting select.orderby {
    font-size: 16px;
  }
  .shop_listing_sec
    .left_shop_filter
    .woocommerce.wc-block-catalog-sorting
    form.woocommerce-ordering {
    display: flex;
    align-items: center;
  }
  .shop_listing_sec
    .left_shop_filter
    .woocommerce.wc-block-catalog-sorting
    form.woocommerce-ordering
    > strong {
    margin-right: 30px;
    font-size: 18px;
    white-space: nowrap;
  }
  .shop_listing_sec
    .left_shop_filter
    .woocommerce.wc-block-catalog-sorting
    form.woocommerce-ordering
    select {
    background-position: 96% center;
    max-width: 338px;
  }
  .home .highlightes-products figure img {
    height: 32vw;
  }
  section.myaccount-order-details section.woocommerce-order-details {
    margin-bottom: 39px;
  }
  section.woocommerce-order-details {
    min-height: auto;
  }
  .search-page-outer .pagination_sec a.page-numbers {
    padding: 0 10px;
  }

  .shop_listing_sec .wpf_items_wrapper .wpf_item:last-child {
    margin-bottom: 0;
  }
  .home header.site-header,
  .site-header {
    padding: 32px 0;
  }
  .shop_listing_sec .wpf_items_wrapper .wpf_item:nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: none;
  }

  .shop_listing_sec .wpf_items_wrapper .wpf_item .wpf_search_button {
    width: 48%;
  }

  .shop_listing_sec .wpf_reset_btn {
    top: -50px;
    left: 52%;
    width: 48%;
  }

  .shop_listing_sec .wpf_items_wrapper .wpf_item .wpf_search_button,
  .shop_listing_sec .wpf_reset_btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .sub-menu {
    display: none;
  }
  header li.menu-item.menu-item-has-children .sub-menu.open,
  header li.menu-item.menu-item-has-children.menu-item-has-open .sub-menu,
  .shop_listing_sec
    .left_shop_filter
    .awf-preset-wrapper
    .awf-active-badges-container,
  .shop_listing_sec
    .left_shop_filter
    .awf-reset-btn-container.awf-top-reset-btn-container
    button.awf-reset-btn {
    display: block;
  }
  header li.menu-item .sub-menu li {
    padding: 8px 0;
    list-style: none;
    border: none;
  }
  header li.menu-item .sub-menu {
    padding-top: 10px;
  }
  header li.menu-item .sub-menu li:last-child,
  .woocommerce .cart.woocommerce-cart-form__contents table.cart td.actions .coupon {
    padding-bottom: 0;
  }
  header.site-header .navbar .btn-close {
    position: absolute;
    top: 26px;
    right: 26px;
  }
  .woocommerce .single_product_page div.product div.summary {
    padding-left: 0;
    width: 100%;
  }
  body.woocommerce-page div.product div.images {
    width: 100%;
    margin-bottom: 40px;
  }
  .shop_listing_right .result-count_left {
    float: right;
  }
  .shop_listing_right
    nav.woocommerce-pagination
    .wc-block-product-results-count.wp-block-woocommerce-product-results-count
    .result-count_left {
    float: none;
  }
  #menu-header-menu .menu-item-has-children > a::after {
    content: "\f0d7";
    position: absolute;
    color: #000;
    right: 40px;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.4s ease;
    right: 0;
  }

  .site-header .navbar .offcanvas {
    background-color: #fff;
  }

  .site-header .navbar .offcanvas.offcanvas-start {
    width: 270px;
    align-items: flex-start !important;
  }

  .site-header .navbar .offcanvas-header {
    padding: 20px 0px 0;
  }

  .site-header .navbar .offcanvas-header .btn-close {
    box-shadow: none;
  }

  .site-header .navbar .offcanvas-header .btn-close::after {
    position: absolute;
    content: "";
    top: -12px;
    left: -12px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(189, 189, 189, 0.2);
  }

  .site-header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
    color: #404040;
    transition: color 0.2s ease-in-out;
  }

  .site-header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link:hover,
  .site-header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link.active {
    color: #684510;
  }

  .site-header.header-down .light-logo {
    opacity: 1;
    filter: invert(1);
  }

  .shop_listing_sec .left_shop_filter {
    z-index: 99;
    max-width: initial;
    padding: 60px 24px 48px;
    overflow-y: auto;
    background-color: #fff;
    width: 0;
  }
  .filters-active .shop_listing_sec .left_shop_filter {
    transform: translateX(0);
    width: 100%;
    height: 100vh;
  }
  .shop_section .sorting_toggle_button {
    display: block;
    float: left;
  }

  .shop_section .ordering_sec_right form.woocommerce-ordering,
  .shop_listing_sec .shop_listing_right .awf-preset-wrapper,
  .awf-reset-btn-container.awf-top-reset-btn-container button.awf-reset-btn {
    display: none;
  }

  .shop_listing_right .result-count_left p {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
  }

  .shop_listing_right nav.woocommerce-pagination {
    text-align: center;
  }

  .shop_section
    .woocommerce-pagination
    ul
    li:first-child
    span.page-numbers::before {
    left: -20px;
  }

  .shop_listing_right .shop_count_sorting_sec p.woocommerce-result-count {
    text-align: right;
  }

  .shop_listing_right .ordering_sec_right {
    display: none;
  }

  .shop_section .left_shop_filter span.shop_sidebar_close {
    display: block;
    position: absolute;
    right: 25px;
    top: 20px;
    color: #000;
    font-size: 25px;
    line-height: normal;
  }

  .single_product_page ol.commentlist li {
    width: calc(100% / 2 - 30px);
  }
  .wc-block-price-filter__range-text.wc-block-components-price-slider__range-text::before {
    left: 49px;
  }
  #menu-header-menu ul.sub-menu {
    padding-left: 0;
  }

  header.site-header ul li a:hover,
  header.site-header ul li.current_page_item a {
    color: #684510 !important;
  }

  .home header.site-header ul li a:hover,
  .home header.site-header ul li.current_page_item a {
    color: #aa8b56 !important;
  }

  .home header.site-header ul li a {
    font-size: 18px;
  }
  .blog-single-content .content blockquote {
    margin-top: 30px;
  }
  .shop_listing_sec .shop_section .wpf_form,
  .shop_listing_sec .wpf_reset_btn::after {
    display: none;
  }
  .shop_listing_sec .shop_section .wpf_form.wpf_form_mobile_filters {
    display: block;
  }
  header.site-header .navbar .mobile-only {
    display: block;
  }
  .shop_listing_sec .wpf_reset_btn input[type="reset"] {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .shop_listing_sec .wpf_reset_btn::before {
    border-top: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .single-product .product .onsale {
    position: absolute;
    left: 20px !important;
  }
  form.checkout.woocommerce-checkout div#customer_details,
  form.checkout.woocommerce-checkout .checkout_order_heading {
    width: 100%;
  }

  .woocommerce-MyAccount-content .account_details_right h4 {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .shop_listing_sec .shop_listing_right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .cart_outer_main .cart_left_col {
    border-right: 0;
  }
  .left_shop_filter {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: 99;
  }

  .woocommerce-MyAccount-content.account_detail_content
    section.myaccount-order-details {
    flex-direction: column;
  }

  .woocommerce-MyAccount-content.account_detail_content
    section.woocommerce-order-details {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .woocommerce-MyAccount-content.account_detail_content
    section.woocommerce-customer-details {
    width: 100%;
    padding-left: 0;
  }

  .track-order {
    max-width: 700px;
  }

  .input-btn {
    max-width: 300px;
  }

  .order_list_account_details {
    display: flex;
    flex-direction: column;
  }

  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    thead {
    display: none;
  }

  .woocommerce-MyAccount-content .order_list_left tbody {
    border-top: 0;
  }

  .woocommerce-MyAccount-content .order_list_left tbody tr:first-child {
    padding-top: 0;
  }

  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table
    tbody
    tr:last-child
    td {
    border-bottom: 0;
  }

  .woocommerce-MyAccount-content .order_list_left tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
  }

  .woocommerce-MyAccount-content .order_list_left tbody tr td {
    border-top: 0;
    display: flex;
    text-align: left;
  }

  .woocommerce-MyAccount-content .order_list_left tbody tr td::before {
    content: attr(data-title);
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 24px;
    display: block !important;
    margin-left: 0;
    width: 50%;
  }

  .responsive-bar.mode {
    position: fixed;
    top: 26px;
  }

  form .checkout_order_heading {
    padding-left: 0 !important;
  }

  .woocommerce-MyAccount-content {
    flex-direction: column;
  }

  .woocommerce-MyAccount-content .order_list_left {
    width: 100%;
  }

  .woocommerce-MyAccount-content .account_details_right {
    padding-left: 0px;
    width: 100%;
  }

  form.checkout.woocommerce-checkout div#customer_details {
    margin-bottom: 40px;
  }

  form.checkout.woocommerce-checkout {
    flex-direction: column;
  }

  .cart_outer_main .cart_left_col form {
    padding-right: 0;
    border-right: 0;
  }

  .cart_outer_main {
    flex-direction: column;
  }

  .cart_outer_main
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cart_outer_main .cart_left_col {
    width: 100%;
    margin-bottom: 50px;
  }

  .theme-common-button,
  button,
  .btn,
  .button,
  .woocommerce
    .custom_user_account_form
    .woocommerce-form-login
    .woocommerce-form-login__submit,
  .woocommerce .custom_user_account_form form .woocommerce-Button {
    padding: 9px 20px;
  }

  .cart_outer_main .cart_right_col {
    width: 100%;
    padding-left: 0;
  }

  .blog-single-content figure {
    width: auto;
    margin: initial;
  }

  figure.internal-image {
    margin-bottom: 30px;
    width: auto;
  }

  .about-content-section .d-flex {
    flex-direction: column;
  }

  .about-content-section .content {
    padding-right: 0;
    width: 100%;
  }

  .about-content-section figure {
    width: 100%;
  }

  .contact-form-section .d-flex {
    flex-direction: column;
  }

  .contact-form-section .form {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-form-section .contact-address {
    padding-left: 0;
    width: 100%;
  }
  /* .contact-form-section .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: -15px !important;
  }
  .contact-form-section .wpcf7 form.sent .wpcf7-response-output {
    margin-top: -10px !important;
  } */
  .home-banner-section .slick-next,
  .slick-prev {
    display: none !important;
  }

  .our-blog-section .sort-section {
    margin-bottom: 10px;
  }

  .our-blog-section .sort-section select {
    padding: 8px 90px 8px 12px;
  }

  .home-banner-section .carousel-control-next {
    display: none;
  }

  .home-banner-section .carousel-control-prev {
    display: none;
  }

  .footer-newsletter {
    padding: 60px 0;
    background-color: #f6f6f0;
  }

  .footer-newsletter h2 {
    font-size: calc(1.5rem + 0.5vw);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px !important;
  }

  .footer-newsletter p{
    padding-top : 0px;
    padding-bottom: 30px;
  }

  .home-banner-section .banner-slider-item .banner-slider-content h4 {
    font-size: 16px;
  }

  .home-banner-section .banner-slider-item .banner-slider-content h1 {
    font-size: calc(1.5rem + 1.5vw);
    line-height: 1.5;
  }

  .home-banner-section .slick-arrow {
    display: none;
  }

  .section-heading-desc h2 {
    font-size: 30px;
  }

  .highlightes-products .product-box {
    margin-bottom: 30px;
    width: calc(100% / 2);
  }

  .site-header li.header_user_account_icon {
    display: none;
  }

  .whats-new-section .main-outer::before,
  .whats-new-section .main-outer .whats-new-section-img,
  .whats-new-section .main-outer .whats-new-section-img img,
  .whats-new-section .whats-new-card {
    width: 100%;
  }

  .whats-new-section .main-outer {
    flex-direction: column-reverse;
    align-items: normal;
  }

  .footer-newsletter .wpcf7-form .wpcf7-spinner {
    top: inherit;
    right: 0;
    bottom: -35px;
  }

  /* header res css */
  .navbar-collapse.offcanvas.offcanvas-nav.offcanvas-start.px-3.px-lg-0 {
    width: 100%;
    opacity: 1;
    visibility: visible;
    top: 0px;
    left: 0;
    right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none;
    bottom: auto;
    position: fixed;
    z-index: 99;
    transform: translateY(-100%);
    transition: all 0.5s ease;
    height: 100%;
    padding-top: 48px;
  }

  header ul#menu-header-menu {
    width: 100%;
    padding: 0 25px;
  }

  header li.menu-item {
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding: 32px 0;
  }

  header.site-header ul li a {
    color: #1b3024 !important;
    display: block;
    padding: 0px 0;
    font-weight: 600;
    font-size: 18px;
  }

  ul.list-unstyled.nav-action-links.d-inline-flex.align-items-center.mb-0.gap-4 {
    margin-right: 20px;
  }

  .responsive-bar.d-none-desktop {
    display: block;
  }

  .navbar-collapse.offcanvas.offcanvas-nav.offcanvas-start.px-3.px-lg-0.main {
    transform: translateY(0px);
  }

  .contact-form-section form {
    padding-right: 0;
  }
  .about-content-section figure {
    margin-top: 30px;
  }
  header.site-header .navbar-collapse.offcanvas .mobile_logo.mobile-only {
    padding-bottom: 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  header.site-header ul.sub-menu li a {
    font-size: 16px;
  }
  .page_wrapper .woocommerce .woocommerce-order ul.order_details {
    margin-bottom: 0.5rem;
  }
  .woocommerce-MyAccount-content.account_detail_content
    section.myaccount-order-details
    .woocommerce-customer-details {
    margin-bottom: 0;
  }
  .home-banner-section .img-fluid {
    width: 48px;
  }
  .shop_section .woocommerce span.onsale,
  .woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
  }
  form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    padding-left: 0px;
  }
  .woocommerce-MyAccount-content.account_detail_content
    .order_list_account_details
    table.shop_table
    td {
    padding: 10px 0px;
  }
  .order_list_account_details
    .order_list_left
    tr.woocommerce-orders-table__row.order
    + tr {
    border-top: none;
  }
  .woocommerce-MyAccount-content .account_details_right {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  body
    .awf-filters-container.awf-filters-price-min.awf-style-range-slider
    .awf-filter-container.awf-range-slider-container {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  section.banner-process-section {
    padding: 36px 0;
  }
  section.banner-process-section .process-block {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
  }
  section.banner-process-section .process-block img {
    margin-top: 5px;
  }
  section.banner-process-section .process-block .process-block-desc {
    padding-top: 0;
    padding-left: 24px;
  }
  section.banner-process-section .process-block .process-block-desc h5 {
    margin-bottom: 5px;
  }
  .whats-new-section .whats-new-card,
  .build_wrapper.whats-new-section .whats-new-card {
    padding: 40px 25px 48px;
  }
  .product-gallery-outer .hardwood-gallery-listing {
    padding: 28px 0;
  }
  section.product-gallery-outer.block-earthtones {
    margin-top: 48px;
  }
  .testimonials-outer-section .testimonial-outer-btn {
    padding-top: 48px;
  }
  .experience_box .experience_item {
    flex-wrap: wrap;
  }
  .experience_box .experience_item .image,
  .experience_box .experience_item .content {
      width: 100%;
  }

  .grid-bottom-section .grid-bottom-card {
    margin-bottom: 30px;
  }

  .grid-bottom-section .col-lg-4:last-child .grid-bottom-card{
    margin-bottom: 0;
  }

  .about-content-wrap .about-content-desc .heading-sec-title{
    margin-top: 40px;
  }

  .internal-banner-section .internal-banner-description p br {
    display: none;
  }

  .sfsi_inner_display .sfsi_flex_container {
    height: 18vh;
  }

  .woocommerce-account .page_content {
    min-height: auto;
  }

  .shop_banner_title .woocom_inner_banner p{
    text-align: left;
  }

  .recent-articles-section .col-lg-4:not(:last-child) .our-blog-card {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 991.99px) and (min-width: 765px) {
  .footer-newsletter h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .featured-product-section .section-heading-desc .featured_hd {
    text-align: left;
  }
  .featured-product-section .sec_para {
    text-align: left;
  }
  .performance-section-outer h2 {
    text-align: left;  
  }
  .performance-section-outer p {
    text-align: left;
  }
  .cart_outer_main .shop_table .quantity {
    position: absolute;
    right: 0;
    top: 45%;
    margin: 0;
  }
  .cart_outer_main .cart_left_col tr {
    position: relative;
  }

  .cart_outer_main .desktop-only,
  .cart_outer_main
    .shop_table
    tr.woocommerce-cart-form__cart-item.cart_item
    .product_width.product-subtotal,
  .cart_outer_main .cart_left_col table.shop_table .product-subtotal,
  .cart_outer_main .cart_left_col table.shop_table th.product-quantity {
    display: none;
  }
  .cart_outer_main .mobile-only {
    display: block;
  }
  .cart_outer_main .cart_left_col td.product-subtotal .quantity {
    display: flex;
    align-items: center;
  }
  .single_product_page .quantity .quantity-nav {
    top: initial;
    border: 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }

  .footer-newsletter form {
    margin-left: auto;
    max-width: initial;
    padding-top: 0 !important;
  }

  .cart_outer_main table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }

  .cart_outer_main table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: revert;
    width: 70%;
  }
  .cart_outer_main .shop_table .product-subtotal .cart-product-quantity {
    margin-bottom: 10px;
    text-align: right;
  }
  .cart_outer_main table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before,
  .woocommerce-page .cart_outer_main table.cart td.actions .coupon::before,
  .woocommerce-page .cart_outer_main table.cart td.actions .coupon::after {
    display: none;
  }

  .cart_outer_main .cart-collaterals .cart-subtotal th {
    display: revert !important;
  }

  .cart_outer_main
    .cart_left_col
    tr.woocommerce-cart-form__cart-item.cart_item
    td.product-name {
    padding-left: 0px;
    text-align: left !important;
  }

  .cart_outer_main th.product-price {
    text-align: right;
  }

  .cart_outer_main a.checkout-button.button.alt.wc-forward.wp-element-button {
    width: 100%;
  }

  .cart_outer_main .cart_left_col table.shop_table th {
    width: 100%;
  }

  .cart_outer_main {
    position: relative;
    padding-bottom: 60px;
  }

  .cart_outer_main .cart_left_col .btn_sec {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .cart_outer_main a.btn.continue_shopping_btn {
    width: 100%;
  }

  .page_wrapper.section-spacing {
    padding-bottom: 60px;
  }

  .cart_outer_main .cart_left_col {
    width: 100%;
    margin-bottom: 0;
  }

  .cart_outer_main .cart-collaterals table.shop_table.shop_table_responsive tr {
    display: revert;
  }

  .cart_outer_main
    .cart-collaterals
    table.shop_table.shop_table_responsive
    tbody
    th {
    display: revert;
  }

  .cart_outer_main .cart-collaterals {
    padding-top: 10px;
  }

  .woocommerce .cart_left_col td.actions {
    border-bottom: none;
  }
  .cart_outer_main .cart_item_name a {
    margin-bottom: 0;
  }

  .quantity::before {
    top: 38px;
    z-index: 1;
  }

  .quantity::after {
    top: 38px;
  }

  .quantity .quantity-nav {
    top: 90%;
    border: 1px solid #dddddd;
  }

  .cart_outer_main table.shop_table_responsive tr td.actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .cart_outer_main .coupon {
    width: auto;
  }
  .cart_outer_main table.shop_table_responsive tr td.actions button.button {
    width: auto;
  }
  .cart_left_col table.shop_table td .coupon button.button {
    width: auto !important;
  }
  .woocommerce-page .cart-collaterals .cart_totals h2,
  .woocommerce .cart_left_col table.shop_table th {
    padding-bottom: 15px;
  }
  .cart_outer_main table.shop_table {
    margin-bottom: 10px;
  }
  .cart_outer_main .cart_left_col table.shop_table,
  .cart_outer_main .cart_left_col table.shop_table tbody,
  .cart_outer_main .cart_left_col table.shop_table thead,
  .cart_outer_main .cart_left_col table.shop_table th {
    display: block;
  }
  .cart_outer_main .cart_left_col table.shop_table tr {
    display: flex;
    justify-content: space-between;
  }
  .cart_outer_main .cart_left_col table.shop_table .product-subtotal {
    text-align: right !important;
  }
  .cart_outer_main
    .shop_table
    tr.woocommerce-cart-form__cart-item.cart_item
    .product_width {
    width: auto;
    min-width: auto;
  }
  .cart_outer_main
    .shop_table
    tr.woocommerce-cart-form__cart-item.cart_item
    td.product-price {
    width: 200px;
    min-width: 200px;
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-faq-wraper + .grid-bottom-section {
    padding-top: 48px;
}
  .woocommerce .woocommerce-order-details table.shop_table.order_details td {
    white-space: normal;
}
section.woocommerce-order-details .woocommerce-table--order-details.order_details td.woocommerce-table__product-total.product-total {
  white-space: nowrap;
}
  .sfsi_wechat_follow_overlay .sfsi_inner_display h4 {
    margin-bottom: 5px;
}
  .sfsi_wechat_follow_overlay .sfsi_inner_display {
    width: 86%;
}
  .featured-product-section .mobile-slider ul.slick-dots button,
  .featured-product-section .mobile-slider ul.slick-dots li {
  width: 10px;
  height: 10px;
}
.block-hardwoods .slick-dots {
  bottom: -14px;}
.featured-product-section ul.slick-dots li {
  margin: 0px 10px 0px 0px;
}
  .testimonials-outer-section .testimonials-review-block .testimonial-review-detail p {
    margin: 32px 0;
  }
  
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li {
    margin: 0 5px 0px 0px;
  }
  nav.woocommerce--breadcrumb,
  .internal-banner-section .internal-banner-description p {
    text-align: left;
  }
  .cart_outer_main
    .shop_table
    tr.woocommerce-cart-form__cart-item.cart_item
    td.product-price {
    width: 100px;
    min-width: 100px;
  }
  .single_product_page ol.commentlist li .comment-text {
    position: relative;
    padding-top: 40px;
  }
  .single_product_page ol.commentlist li .comment-text .star-rating {
    position: absolute;
    top: 0;
  }
  .process-block-icon {
    text-align: center;
  }
  .woocommerce #review_form #respond p.comment-form-email {
    width: 100%;
    margin-left: 0;
  }
  .internal-banner-section,
  .product-gallery-outer,
  .performance-section-outer,
  .testimonials-outer-section {
    padding: 48px 0;
  }

  section.woocommerce-order-details
    .woocommerce-table--order-details.order_details
    td.woocommerce-table__product-total.product-total {
    min-width: 100px;
  }
  .block-earthtones .slick-dots li button {
    border-color: #fff;
    background-color: transparent;
  }
  .block-earthtones .slick-dots li.slick-active button {
    border-color: #fff;
    background-color: #fff;
  }
  .slick-dots li button {
    border-width: 2px;
  }

  .header_cart_icon .cart_count {
    width: 22px;
    height: 22px;
  }
  .product-gallery-outer .row.hardwood-gallery-listing {
    margin-left: 0;
    margin-right: 0px;
  }
  .product-gallery-outer .row.hardwood-gallery-listing .slick-list.draggable {
    max-width: none;
    width: auto;
  }
  .our-blog-section .blog__top_sec p {
    margin: 20px 0 18px;
  }
  .site-footer-bottom-outer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .site-footer .site-footer-bottom {
    border-top: none;
  }
  .footer_menu_list_col + .footer_menu_list_col {
    padding-top: 14px;
  }
  .blog_section_btn {
    padding-top: 40px;
  }
  .home .highlightes-products figure img {
    height: 84vw;
    max-height: 400px;
  }
  .featured-product-section .woocommerce ul.products li.product a img {
    height: 84vw;
    max-height: 400px;
  }

  .cart_outer_main
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    table-layout: fixed;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table.order_details
    td,
  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table.order_details
    th {
    padding-left: 3px;
    padding-right: 0;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    tr.tfoot_price
    td:last-child {
    min-width: 160px;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    .tfoot_price:first-child
    td,
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    .tfoot_price:first-child
    th,
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    .tfoot_price:last-child
    td,
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    .tfoot_price:last-child
    th {
    padding-top: 20px;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    tr.tfoot_price:nth-child(4)
    td,
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    tr.tfoot_price:nth-child(4)
    th {
    padding-bottom: 20px;
  }
  .woocommerce-MyAccount-content.account_detail_content.edit_billing_address
    .addresses
    .woocommerce-Address {
    margin: 0 0 30px;
  }
  .woocommerce-MyAccount-content.account_detail_content.edit_billing_address
    .addresses
    .woocommerce-Address:last-child {
    margin-bottom: 0;
  }
  .woocommerce-MyAccount-content.account_detail_content.edit_billing_address
    .addresses {
    column-gap: 0;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table
    .woocommerce-orders-table__row--status-processing.order
    td {
    margin-bottom: 0;
  }
  .shop_listing_sec nav.woocommerce-pagination {
    flex-wrap: wrap;
    margin: 0;
  }
  .shop_listing_right
    nav.woocommerce-pagination
    .woocommerce.wc-block-product-results-count,
  .shop_section .woocommerce-pagination ul.page-numbers,
  .woocommerce-Addresses.addresses .woocommerce-Address {
    width: 100%;
  }
  .shop_section .woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .single_product_page ol.commentlist li:last-child {
    margin-bottom: 0;
  }
  .woocommerce .single_product_page div.product .product_title,
  .single_product_page .entry-summary .price,
  .woocommerce .single_product_page div.product .woocommerce-product-rating {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .woocommerce-product-details__short-description {
    padding-bottom: 20px;
  }
  .single_product_page ol.commentlist li .comment_container {
    display: block;
  }
  .woocommerce .single_product_page div.product form.cart {
    margin-bottom: 0;
  }
  .woocommerce div.product form.cart .variations tr:last-child td {
    margin-bottom: 0;
  }
  .single-product .main_page {
    padding-bottom: 159px;
  }
  .single_product_page .woocommerce-variation-add-to-cart,
  .cart_btn_quantity_block {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    right: 0;
    padding: 24px;
    z-index: 99;
    border-top: 1px solid #dddddd;
    box-shadow: 0px -15px 25px rgba(0, 0, 0, 0.1);
  }
  .page_wrapper.section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .woocommerce
    .single_product_page
    div.product
    .woocommerce-product-gallery
    img {
    height: 93vw;
  }
  .notFoundpage-data h2 {
    margin-top: 50px;
  }
  .contact-form-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .shop_listing_right nav.woocommerce-pagination .result-count_left {
    margin-bottom: 32px;
  }
  .mini-cart-sidebar {
    width: 392px;
    max-width: 100%;
    top: 0;
    right: 0;
  }
  .header_cart_icon .cart_count {
    right: -18px;
    top: -17px;
  }
  .our-blog-section .page_count_sec {
    padding: 12px 0 17px;
  }
  .featured_product_list ul.slick-dots {
    margin: 26px 0 0;
    position: relative;
    bottom: 0;
  }
  .featured-product-section
    .woocommerce
    ul.products
    li.product.slick-current.slick-active {
    border-bottom: solid 1px #684510;
  }
  .social-share-links {
    padding-bottom: 0;
    margin-top: 40px;
  }
  .blog-single-content .content {
    padding: 40px 0;
  }
  .sfsi_shortcode_container span.bot_arow.bot_fb_arow {
    padding: 0;
    display: none;
  }
  .shop_section .shop_listing_right nav ul li {
    margin-bottom: 10px;
  }

  .woocommerce .shop_listing_sec .shop_listing_right ul.products li.product {
    max-width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 32px;
  }
  .shop_listing_right ul.products li.product a img {
    height: 41.5vw;
  }
  body.woocommerce .woocommerce-breadcrumb {
    text-align: left;
  }
  .shop_listing_sec.woocommerce {
    padding: 40px 0;
  }

  .container,
  .inner_container {
    padding: 0 25px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 46%;
  }

  .myaccount-order-details
    .woocommerce-table.woocommerce-table--order-details
    thead
    th {
    width: 100%;
  }

  .search_outer button#search_close {
    right: 25px;
  }

  .mobile-slider .slick-list.draggable {
    padding-right: 42px;
    margin-right: -24px;
  }

  .featured-product-section .woocommerce {
    padding-bottom: 0;
  }

  h1 {
    font-size: 30px;
  }

  .order_list_account_details
    .order_list_left
    table.shop_table_responsive
    tr
    td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
    width: 100%;
    background-color: transparent;
  }

  .order_list_account_details
    .order_list_left
    table.shop_table_responsive
    tr
    td,
  .woocommerce-page table.shop_table_responsive tr td,
  .order_list_account_details
    .order_list_left
    table.shop_table_responsive
    tr
    td
    a,
  .woocommerce-page table.shop_table_responsive tr td a {
    color: #404040;
    font-size: 16px;
  }

  .track-order {
    max-width: initial;
  }

  .track-id p {
    margin-bottom: 0;
  }

  .track-id .d-flex {
    flex-direction: column;
  }

  .track-id h5 {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .track-order .input-btn {
    max-width: initial;
    width: 100%;
  }
  .track-order-section {
    margin-bottom: 0px;
  }

  .track-id a.btn {
    margin-left: 0;
    width: 100%;
  }

  .footer-newsletter .row {
    flex-direction: column;
  }

  .footer-newsletter h2 {
    margin-bottom: 30px !important;
  }

  .woocommerce ul.products li.product a img {
    margin-bottom: 0;
  }
  .our-blog-section .our-blog-card {
    padding-bottom: 0 !important;
  }

  .our-blog-section .our-blog-card,
  .our-blog-section.our-blog-outer-section .our-blog-card {
    padding-top: 30px;
  }

  .our-blog-card-btn a {
    margin-bottom: 30px;
  }

  .our-blog-section .blog__top_sec {
    margin-bottom: 0;
  }

  .our-blog-section .blog_top_count p {
    margin-top: 20px;
  }

  .our-blog-section .blog_sorting_sec .sort_title p {
    white-space: nowrap;
    margin-right: 0;
  }

  .blog__top_sec .sort_title {
    width: 20%;
  }

  .our-blog-section .blog_sorting_sec,
  .our-blog-section .blog_sorting {
    width: 80%;
  }

  .our-blog-section .blog_sorting_sec,
  .our-blog-section .blog_top_count {
    width: 100%;
  }

  .our-blog-section .blog__top_sec {
    flex-direction: column-reverse;
  }

  .our-blog-section .blog_top_count p {
    line-height: 24px;
  }

  .pagination_sec a.page-numbers {
    padding: 0 12px;
  }

  .internal-banner-section ul.breadcrumbs {
    justify-content: left;
  }

  .internal-banner-section h1 {
    text-align: left;
    margin-bottom: 0;
  }

  .internal-banner-section ul.breadcrumbs li:hover a {
    color: #404040;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .blog-single-content h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-single-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  .about-content-section .d-flex {
    margin-bottom: 30px;
  }

  .about-content-section {
    padding: 60px 0;
  }
  .common-outer-section {
    padding: 48px 0;
  }

  .home-banner-section .slick-list a img {
    width: 100%;
  }

  .featured-product-section .woocommerce ul.products li.product {
    padding: 0 !important;
    float: left !important;
    clear: none;
  }
  .featured-product-section ul.products.columns-3 li.product.type-product,
  .mobile-slider .slick-slide {
    margin-left: 0;
    margin-right: 24px;
  }
  .featured-product-section .product_info_bottom {
    padding: 30px 20px;
  }
  .highlightes-products .product-box {
    width: calc(100% / 1);
    padding-left: 0;
    padding-right: 24px;
  }

  .our-blog-section .col-sm-6.col-12 {
    width: 100%;
  }

  .home-banner-section img.d-block.d-md-block {
    display: none;
    width: 0;
    height: 0;
  }

  .container,
  .inner_container {
    padding: 0 25px;
  }

  .featured-product-section ul.products.columns-3 {
    margin-left: 0;
  }

  .section-spacing,
  .highlightes-products.section-spacing {
    padding: 48px 0;
  }
  .highlightes-products .product-box {
    padding-top: 0;
  }

  .highlightes-products h2 {
    margin-bottom: 20px;
  }

  .highlightes-products .d-flex {
    margin: 0 0px 40px 0px;
  }

  .our-blog-card-desc.pt-3 {
    margin-top: 15px;
  }

  .our-blog-section .our-blog-card .our-blog-card-desc h3 {
    margin-bottom: 20px;
  }

  .footer-newsletter {
    padding: 60px 25px;
  }
  .slick-dots li button:before {
    font-size: 0;
  }

  .slick-dots li button::before {
    height: 0;
    width: 0;
  }

  .home-banner-section .slick-dots {
    bottom: 18px;
  }

  /* process_css updated here */

  .footer-newsletter .container,
  .footer-newsletter .inner_container {
    padding: 0;
  }

  .highlightes-products .product-box {
    margin-bottom: 20px;
  }

  .our-blog-section .section-heading-desc {
    padding-bottom: 40px !important;
  }

  .our-blog-section .our-blog-card {
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .search_post_price {
    text-align: left !important;
  }

  .search_post_price p {
    margin-bottom: 0;
  }

  .faq-content-section {
    padding: 40px 0;
  }

  .internal-banner-section h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .post_thumbnail_img_sec {
    padding-top: 40px;
  }

  .page-wrapper {
    padding: 40px 0;
  }

  .section-common-description .search_for_sec {
    margin: 0px auto 32px;
    max-width: 100%;
  }

  .search_item {
    margin-bottom: 16px;
  }

  .search-results .pagination_sec {
    padding-top: 16px;
  }

  .search-page-outer .pagination_sec .page_count_sec {
    margin-bottom: 32px;
  }
  
  .page_number_sec .prev.page-numbers::before {
    margin-right: 0;
  }

  .page_number_sec .next.page-numbers::after {
    margin-left: 0;
  }

  .search-list .search_item_inner h3.search-post-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .search_post_thumbnail img {
    width: 100px;
    height: 100px;
  }

  .search_post_thumbnail {
    width: 110px;
    margin-right: 20px;
  }

  .search_post_right {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .search_post_thumbnail + .search_post_right {
    width: calc(100% - 130px);
  }
  .search_post_right .search_post_title {
    padding: 0;
    width: 100%;
  }

  .refund form .flex {
    flex-wrap: wrap;
  }

  .refund form .flex p,
  .refund form .flex p:last-child {
    margin: 0 0 30px;
    width: 100%;
  }

  form.login .form-row:last-child {
    margin-bottom: 0;
  }

  form.woocommerce-form.woocommerce-form-login.login {
    margin-bottom: 0;
  }

  .single_product_page ol.commentlist {
    margin: 0;
  }
  .single_product_page ol.commentlist li {
    width: 100%;
    margin-left: 0;
  }
  .single_product_page .entry-summary h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 40px;
  }
  .create_account_form form .form-row p a {
    text-decoration: underline;
    color: #684510;
  }
  .track-order-section {
    flex-direction: column;
  }
  .track-id .track-order-section p,
  .track-id span {
    flex-direction: column;
  }
  .track-id .wpcf7-submit,
  .track-id .track-order-section p,
  .track-id span {
    width: 100%;
  }
  .track-id .track-order-section p {
    position: relative;
  }

  .track-id span {
    margin-right: 0;
  }

  span.refresh_orderid {
    position: absolute;
    right: 18px;
    top: 20px;
    margin: 0;
  }
  .featured-product-section .woocommerce-loop-product_title {
    min-height: auto !important;
  }
  .page_content {
    min-height: 336px;
  }

  .featured-product-description {
    margin-bottom: 40px;
  }
  footer ul #menu-company-menu li:last-child {
    margin-bottom: 24px;
  }
  .search_outer .search-form input.search-field {
    padding-right: 95px;
  }
  .search_outer .clear-text {
    right: 65px;
  }
  .woocommerce
    div.product
    .woocommerce-product-rating
    .woocommerce-review-link {
    margin-left: 5px;
  }
  .single_product_page select {
    padding-left: 15px;
    text-overflow: ellipsis;
  }

  .featured-product-description {
    margin-bottom: 40px;
  }
  .cart_outer_main .cart_item_name .cart_prod_title a {
    font-size: 18px;
  }
  .cart_outer_main .shop_table .quantity {
    top: 45%;
  }
  .noUi-connects .noUi-connect {
    width: 100%;
  }
  .featured-product-section .section-heading-desc h2 {
    margin-bottom: 30px;
  }
  .testimonials-outer-section .testimonials-review-block {
    margin-top: 18px;
  }
  .testimonials-outer-section
    .testimonials-review-block
    .testimonial-review-detail {
    padding: 60px 30px;
  }
  .product-gallery-outer .hardwood-product-block .hardwood-product-name {
    padding: 20px 15px;
  }
  .product-gallery-outer .product-gallery-shop-btn .theme-common-button,
  section.block-earthtones .product-gallery-shop-btn .theme-common-button {
    line-height: 18px;
  }
  .product-gallery-outer .hardwood-gallery-listing,
  .testimonials-outer-section .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  .testimonials-outer-section .slick-dots {
    bottom: -52px;
  }
  
  .common-padd-section,
  .contact-us-padd-wrap,
  .experience_wrapper,
  .join_team_wrapper {
    padding: 48px 0;
  }

  .whats-new-section.build_wrapper{
    padding-top: 48px;
  }

  .heading-sec-title{
    font-size: 30px;
  }
  
  .heading-description,
  .contact-us-map-wrap .section-title-block p {
    margin-top: 25px;
  }

  .about-content-wrap .about-content-desc .heading-sec-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .about-content-wrap .about-founder-row:nth-child(even) {
    padding-top: 48px;
  }

  .common-padd-section .section-title-block, 
  .contact-us-padd-wrap .section-title-block {
    padding-bottom: 40px;
  }

  .why-choose-prestige .section-title-block {
    padding-bottom: 20px;
  }

  .why-choose-prestige ul.check_circle li {
    margin-top: 20px;
    min-height: 28px;
    width: 100%;
  }

  .faq-content-section .faq_note {
    padding-top: 30px;
  }

  .experience_wrapper h2.title_heading{
    margin-bottom: 40px;
  }

  .experience_box .experience_item .content{
    padding-top: 30px;
  }

  .experience_box h3.title {
    margin-bottom: 20px;
  }

  .woocommerce-MyAccount-content.account_detail_content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table {
    display: block;
    overflow: auto;
  }

  .woocommerce-MyAccount-content.account_detail_content .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tr th{
    width: 50%;
  }

  .woocommerce-MyAccount-content.account_detail_content th.woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-methodm
  .woocommerce-MyAccount-content.account_detail_content td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method {
    min-width: 150px !important;
  }

  .woocommerce-MyAccount-content.account_detail_content table.shop_table td{
    white-space: nowrap;
  }

  .payment_box.payment_method_stripe #stripe-payment-data .woocommerce-SavedPaymentMethods.wc-saved-payment-methods{
    padding-left: 0;
  }

  .grid-bottom-section.common-padd-section {
    padding-top: 0;
    border: none;
  }

  .grid-bottom-section .inner_container {
    padding-top: 48px;
    border-top: 1px solid #ddd;
  }
}

@media screen and (max-width: 576px) {
  .whats-new-header-button {
    text-align: center;
  }
  .block-earthtones .slick-dots {
    bottom: -10px;
  }
  .block-earthtones .hardwood-gallery-listing {
    margin-bottom: 30px;
  }
  .awf-filters-container.awf-filters-price-min.awf-style-range-slider
    .noUi-horizontal
    .noUi-origin {
    width: 97%;
  }

  .empty_cart_block h1 {
    font-size: 24px;
  }
  .woocommerce-account.woocommerce-page.woocommerce-edit-address
    .page_wrapper.section-spacing {
    padding-top: 40px;
  }

  .woocommerce-MyAccount-content .account_top_section {
    padding-bottom: 32px;
  }
  .woocommerce-MyAccount-content .account_top_section h1 {
    margin-bottom: 20px;
  }

  .woocommerce-MyAccount-content h3 {
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .woocommerce-page .woocommerce-MyAccount-content h3 {
    border-top: none;
  }
  .woocommerce-MyAccount-content.account_detail_content.edit_billing_address
    .addresses
    .woocommerce-Address
    address {
    margin-bottom: 0;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin: 0;
  }

  form.checkout.woocommerce-checkout p#billing_first_name_field {
    width: 100%;
  }

  form.checkout.woocommerce-checkout p#billing_last_name_field {
    width: 100%;
  }

  .search_info .no-search-results {
    padding-top: 50px;
  }

  .woocommerce img,
  .woocommerce-page img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .woocommerce ul.products li.product {
    margin: 0 12px 30px 12px;
  }

  .blog__top_sec {
    flex-direction: column;
  }

  .blog_sorting_sec {
    width: 100%;
  }

  .blog_top_count {
    margin-bottom: 20px;
  }
  .page-not-found p br {
    display: none;
  }

  li.product span.text-uppercase.category-desc-head {
    margin-bottom: 10px;
  }

  .site-footer .site-footer-bottom {
    padding: 40px 0;
  }

  .site-footer .site-footer-middle .footer-widget h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-newsletter h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .highlightes-products h2 {
    font-size: 30px;
  }

  .pagination_sec {
    flex-direction: column;
    align-items: center;
  }

  .our-blog-section .page_number_sec {
    padding-top: 15px;
  }

  .our-blog-outer-section .col-12 hr {
    display: none;
  }

  .pagination_sec {
    flex-direction: column;
    align-items: center;
  }

  .our-blog-section .page_number_sec {
    padding-top: 15px;
  }

  .our-blog-outer-section .col-12 hr {
    display: none;
  }

  .about-content-section {
    padding: 40px 0;
  }

  .about-content-section h4 {
    padding-right: 10px;
  }

  .about-content-section .content blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-section {
    padding: 40px 0;
  }

  .contact-form-section form input.wpcf7-submit {
    max-width: 110px;
    height: 48px;
  }

  .custom_user_account_form {
    max-width: 100%;
    padding: 0 25px;
  }

  .create_account_form.custom_user_account_form form .form-row:last-child {
    margin-bottom: 0;
  }

  .create_account_form.custom_user_account_form form .form-row p a {
    text-decoration: underline;
  }
  .woocommerce div.product form.cart .variations select,
  .woocommerce-Reviews .comment-respond p.comment-form-author {
    display: block;
    width: 100%;
  }
  .single_product_page table.variations tbody tr td.value::after {
    right: 12%;
  }
  .page_wrapper .container .woocommerce .custom_user_account_form,
  .page-wrapper .inner_container .woocommerce .custom_user_account_form {
    padding-left: 0;
    padding-right: 0;
  }
  .shop_listing_sec
    .shop_listing_right
    .shop_count_sorting_sec
    .sorting_toggle_button
    .filter_btn {
    color: #684510;
    background-color: transparent;
  }

  .shop_listing_sec
    .shop_listing_right
    .shop_count_sorting_sec
    .sorting_toggle_button
    .filter_btn:hover {
    border: 2px solid #684510;
    background-color: #684510;
  }
  .featured-product-section .slick-dots {
    margin-bottom: 0;
    bottom: 0px;
  }
  .search-page-outer .pagination_sec .page_count_sec {
    margin-bottom: 20px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .site-footer .site-footer-middle .col-md-4 .footer-widget {
    padding-bottom: 28px;
  }

  .site-footer .site-footer-middle .col-md-4:last-child .footer-widget {
    padding-bottom: 0;
  }
  .our-blog-outer-section .our-blog-card .our-blog-card-desc h4 {
    margin-bottom: 12px;
  }
  .page-wrapper.page-not-found.section-spacing {
    padding-bottom: 50px;
  }

  .page_wrapper.section-spacing .woocommerce .empty_cart_block {
    padding: 52px 0 40px;
  }
  .woocommerce-MyAccount-content table.shop_table th {
    border-bottom: 2px solid #684510;
  }
  .cart_outer_main .coupon {
    width: 100%;
  }
  .cart_outer_main table.shop_table_responsive tr td.actions button.button {
    width: 100%;
  }
  .cart_outer_main input#coupon_code {
    padding: 0px 10px;
    max-width: 140px;
    margin-right: 11px;
  }
  .woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 30px;
  }
  .site-footer-bottom img {
    max-width: 180px;
  }
  .footer-brand-logo img {
    max-width: 270px;
  }
  .sfsi_widget.sfsi_shortcode_container
    .norm_row.sfsi_wDiv
    .sfsi_wicons.shuffeldiv {
    margin: 0 16px 8px 0 !important;
  }
  .internal-banner-section .cart_page_title {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-form-section .form-details-aside select.wpcf7-form-control,
  .woocommerce-MyAccount-content.account_detail_content .woocommerce-address-fields__field-wrapper select{
    background-repeat: 94.5%;
  }

  .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
    display: inline-block;
  }

  .theme-text-link span{
    top: 1px;
  }
}

@media screen and (max-width: 479px) {
  .featured-product-section .woocommerce-loop-product_title {
    font-size: 18px;
  }
  .testimonials-outer-section
    .testimonials-review-block
    .testimonial-review-detail
    h3 {
    font-size: 20px;
  }
  .testimonials-outer-section
    .testimonials-review-block
    .testimonial-review-detail
    p {
    font-size: 16px;
    margin: 25px 0;
  }
  .product_account_detail .content {
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .product_account_detail figure {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  li.product .product_card_top_sec a.button {
    min-width: auto;
    font-size: 14px;
    width: 86%;
    max-width: 170px;
  }
  .section-heading-desc h2,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  header .navbar-brand {
    margin-right: 5px;
  }
  header .search_outer .search-form input.search-field {
    margin-bottom: 0;
  }

  .site-header .navbar-brand a img {
    max-width: 200px;
  }

  .notFoundpage-data h2 {
    margin-top: 45px;
  }

  .responsive-bar.d-none-desktop span {
    width: 22px;
  }

  .responsive-bar.d-none-desktop span::before {
    width: 22px;
  }

  .responsive-bar.d-none-desktop span::after {
    width: 22px;
  }

  .sort-section {
    flex-direction: column;
  }

  .highlightes-products .product-box {
    width: calc(100% / 1);
  }

  .search_outer .search-form label {
    font-size: 28px;
  }

  .search_outer {
    padding: 35px 0px;
  }

  .search_outer .search-form input.search-field {
    margin-bottom: 20px;
  }

  .cart_outer_main .cart_item_name {
    width: 60%;
    padding-left: 10px;
  }

  .cart_outer_main .cart_item_name a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .cart_outer_main .cart_item_thumbnail {
    width: 70px;
    height: 70px;
  }

  .shop_listing_right .shop_count_sorting_sec {
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .shop_section .sorting_toggle_button {
    width: 100%;
  }

  .shop_section .sorting_toggle_button button.btn.filter_btn {
    width: 100%;
  }

  .shop_listing_right .result-count_left {
    width: 100%;
  }

  .shop_listing_right .shop_count_sorting_sec p.woocommerce-result-count {
    text-align: center;
    width: 100%;
  }
  .single_product_page table.variations tbody {
    flex-direction: column;
  }

  .single_product_page table.variations tbody tr {
    width: 100%;
  }

  .woocommerce-order-details table tfoot tr:first-child th,
  td {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .single_product_page table.variations tbody tr td.value {
    margin-right: 0;
  }
  .single_product_page table.variations tbody tr td.value::after {
    right: 5%;
    top: 54%;
  }
  .woocommerce .woocommerce-order ul.order_details li {
    width: calc(50% - 15px);
    margin-right: 15px;
    padding-right: 15px;
  }
  .woocommerce .woocommerce-order ul.order_details li:nth-child(even) {
    border-right: none;
  }
  .page_wrapper .woocommerce .woocommerce-order ul.order_details {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  .cart_outer_main .coupon {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cart_outer_main .coupon:before,
  .cart_outer_main .coupon:after {
    display: none;
  }
  .cart_outer_main .cart_item_name .cart_prod_title a,
  .woocommerce .cart_left_col table.shop_table th,
  .awf-filter-title {
    font-size: 16px;
  }
  .shop_listing_sec
    .left_shop_filter
    .woocommerce.wc-block-catalog-sorting
    form.woocommerce-ordering
    > strong {
    margin-right: 16px;
    font-size: 16px;
  }
  .awf-filter-title {
    line-height: 24px;
  }
  .left_shop_filter .awf-filter-container label {
    font-size: 14px;
    line-height: 22px;
  }

  .single_product_page .product-share-icons-list li + li {
    padding-left: 15px;
  }

  .single_product_page .product-share-icons-list li a {
    font-size: 16px;
  }
  
  .single_product_page .product-share-icons-list li a i {
    margin-right: 5px;
  }
}

@media screen and (max-width: 399px) {
  .single_product_page .product-share-icons-list li + li {
    padding-left: 12px;
}
.single_product_page .product-share-icons-list li a {
  font-size: 14px;
}
  .grid-bottom-section .grid-bottom-card h3 {
    font-size: 18px;
  }
    .contact-form-section .store-hours .content {
      padding-left: 15px;
  }
    .contact-form-section .store-hours img {
      min-width: 30px;
      width: 30px;
  }
  .contact-form-section .contact-address {
    font-size: 15px;
  }
  .contact-form-section .contact-address .working_hours_main {
    display: table;
      width: 100%;
  }
  .contact-form-section .store-hours .content .working_hours {
    display: table-row;
  }
  .contact-form-section .store-hours .content .working_hours>div {
    display: table-cell;
  }
  .contact-form-section .store-hours .content .working_hours .working_day {
    min-width: auto;
    margin-right: 0;
    padding: 8px 15px 8px 0;
}
.contact-form-section .store-hours .content .working_hours>div {
  display: table-cell;
}
  .woocommerce-checkout #payment div.payment_box label {
    font-size: 12px;
  }
  .cart_outer_main .cart_item_name .cart_prod_title a,
  .woocommerce .cart_left_col table.shop_table th,
  .awf-filter-title {
    font-size: 14px;
    line-height: 1.3;
  }
  .mobile_logo img {
    width: 220px;
  }
  header.site-header ul li a {
    font-size: 16px;
  }
  header li.menu-item {
    padding: 25px 0;
  }
  .woocommerce div.product form.cart .variations select {
    background-position: 95% center;
  }
  .search-list .search_item_inner h3.search-post-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .woocommerce span.onsale,
  .woocommerce ul.products li.product .onsale,
  .onsale,
  .featured_text {
    font-size: 10px;
  }
  .home-banner-section .slick-dots {
    bottom: 10px;
  }
  .home-banner-section .slick-dots li.slick-active button:before,
  .home-banner-section .slick-dots li,
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .cart_left_col table.shop_table td .coupon button.button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    max-width: 140px;
  }
  li.product .product_card_top_sec a.button {
    font-size: 12px;
    line-height: 15px;
  }
  .woocommerce .woocommerce-order ul.order_details li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .product .overlay_btn a::after {
    font-size: 8px;
  }
  .woocommerce-MyAccount-content.account_detail_content
    table.order_details
    tfoot
    tr.tfoot_price
    td:last-child {
    min-width: auto;
  }
  .product_account_detail .content,
  .woocommerce-MyAccount-content.account_detail_content
    table.shop_table
    tfoot
    td,
  .woocommerce-MyAccount-content.account_detail_content table.shop_table td,
  table.shop_table tfoot th,
  .myaccount-order-details
    .woocommerce-table.woocommerce-table--order-details
    thead
    th,
  .woocommerce form .form-row label {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce
    .single_product_page
    button.single_add_to_cart_button:not(.single_buy_now),
  body .woocommerce ul.order_details li strong,
  .woocommerce table.shop_table td,
  table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
    font-size: 14px;
  }
  .our-blog-section .blog_sorting {
    width: 70%;
  }
  .order_list_account_details
    .order_list_left
    table.shop_table_responsive
    tr
    td,
  .woocommerce-page table.shop_table_responsive tr td,
  .order_list_account_details
    .order_list_left
    table.shop_table_responsive
    tr
    td
    a,
  .woocommerce-page table.shop_table_responsive tr td a,
  .cart_right_col p,
  .cart_outer_main span.woocommerce-Price-amount.amount,
  .woocommerce .cart-collaterals .cart_totals tr th,
  .woocommerce .cart-collaterals .cart_totals tr td,
  .woocommerce-MyAccount-content .order_list_left tbody tr td::before {
    font-size: 14px;
  }
  .sfsi_widget.sfsi_shortcode_container
    .norm_row.sfsi_wDiv
    .sfsi_wicons.shuffeldiv
    .sfsi_inside
    a:before,
  .sfsi_widget.sfsi_shortcode_container
    .norm_row.sfsi_wDiv
    .sfsi_wicons.shuffeldiv
    .sfsi_inside
    a:after,
  .sfsi_widget.sfsi_shortcode_container
    .norm_row.sfsi_wDiv
    .sfsi_wicons.shuffeldiv
    a#sfsiid_instagram_icon:before,
  .sfsi_widget.sfsi_shortcode_container
    .norm_row.sfsi_wDiv
    .sfsi_wicons.shuffeldiv
    a#sfsiid_instagram_icon:after {
    margin-right: 8px;
  }
  .quantity {
    width: 108px;
    min-width: 108px;
  }
  .single-product .single_add_to_cart_button {
    width: calc(100% - 118px);
  }
  .woocommerce div.product form.cart div.quantity input {
    min-width: 44px;
    width: 44px;
  }
  .single_product_page table.variations tbody {
    display: block;
  }

  .social-share-links h5 {
    margin: 0 40px 0 0;
  }
  .header-icons-right > li {
    margin-left: 12px;
  }
  .remember_loast_pw_sec .woocommerce-form__label span {
    font-size: 15px;
  }

  .custom_user_account_form
    .remember_loast_pw_sec
    p.woocommerce-LostPassword.lost_password
    a {
    font-size: 15px;
  }

  .site-header .navbar-brand a img {
    max-width: 170px;
  }
  .responsive-bar.d-none-desktop span {
    width: 21px;
  }

  .responsive-bar.d-none-desktop span::before {
    width: 21px;
  }

  .responsive-bar.d-none-desktop span::after {
    width: 21px;
  }

  .cart_outer_main .cart_item_thumbnail {
    width: 58px;
    height: 58px;
  }

  .cart_outer_main .cart_item_name {
    padding-left: 8px;
  }

  .highlightes-products h2 {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }
  button.single_add_to_cart_button.button.alt.wp-element-button {
    padding: 0 0px;
    font-size: 14px;
  }
  .single_product_page .woocommerce-Tabs-panel button#review-btn {
    padding-right: 6px;
    font-size: 13px;
    padding-left: 6px;
    width: 100%;
    border: 2px solid #684510;
  }
  .responsive-bar.d-none-desktop {
    margin-top: 5px;
  }
  .awf-filters-container.awf-filters-price-min.awf-style-range-slider
    .noUi-horizontal
    .noUi-origin {
    width: 94%;
  }
  .product-gallery-outer .product-gallery-shop-btn .theme-common-button,
  section.block-earthtones .product-gallery-shop-btn .theme-common-button,
  .theme-common-button,
  button,
  .button,
  .btn,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    font-size: 14px;
  }

  .about-content-wrap .theme-common-button{
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-form__label.checkbox input[type="checkbox"] {
    top: 4px;
  }
  .woocommerce-page form.woocommerce-checkout .form-row label.checkbox .input-checkbox + span::before {
    top: 0;
  }

  body.woocommerce-checkout #payment ul.payment_methods li input {
    position: relative;
    top: 2px;
  }

  #add_payment_method #payment #stripe-payment-data fieldset div.form-row {
    padding-left: 0;
    padding-right: 0;
  }

  #add_payment_method #payment #stripe-payment-data fieldset div.form-row label {
    font-size: 12px;
  }

  #add_payment_method #payment #stripe-payment-data fieldset ul.payment_methods li {
    line-height: 1.5;
  }
}

@media (max-width: 360px) {
  .select2-container--default .select2-selection--single {
    border-color: #ddd;
}
  .site-footer {
    font-size: 14px;
}
  .cart_outer_main .cart_item_name .cart_prod_title a {
    font-size: 12px;
} 
.cart_outer_main .cart_item_name p {
  font-size: 12px;
  line-height: 16px;
}
  .search_post_thumbnail {
    width: 80px;
    margin-right: 15px;
  }

  .search_post_thumbnail img {
    width: 80px;
    height: 80px;
  }

  .faq-content-section .accordion-header button.accordion-button {
    font-size: 20px;
    line-height: 30px;
  }

  .search-list .search_item_inner h3.search-post-title {
    font-size: 18px;
    line-height: 26px;
  }
  .woocommerce-loop-product_title,
  li.product span.woocommerce-Price-amount.amount {
    font-size: 14px;
  }
  .cart_left_col table.shop_table td .coupon button.button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    max-width: 135px;
  }
  li.product span.text-uppercase.category-desc-head {
    font-size: 11px;
  }
  .cart_outer_main input#coupon_code {
    padding: 0px 10px;
    font-size: 13px;
    max-width: 134px;
  }
  .woocommerce-checkout
    #payment
    div.payment_box
    label[for="stripe-cvc-element"],
  .woocommerce-checkout
    #payment
    div.payment_box
    label[for="stripe-exp-element"] {
    min-height: 50px;
  }
}
