/*WooCommerce*/
.univ-page.is-woocommerce p {
  margin-bottom: 1rem;
}
#mobile-search-box{
	display: none;
	position: fixed;
	top: 0;
	z-index: 9999;
	padding: 25px;
	width: 100%;
	background: #fff;
}
#mobile-search-box input#woocommerce-product-search-field-2{
	padding: 10px;
	width: 95%;
	border-radius: 10px;
	border: 1px solid #B79E7F;
	outline: none;
}
#mobile-search-box .closebtn{
	font-size: 24px;
    bottom: 27px;
    right: 23px;
    position: absolute;
}
#mobile-search-box button{
	display: none;
}
i.fas.fa-search,i.far.fa-user{
	font-size: 16px;
}
.univ-page.is-woocommerce h2 {
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-size: 25px;
}

.woocommerce .col2-set .woo-col-1 {
  float: left;
  width: 48%;
}

.woocommerce .col2-set .woo-col-2 {
  float: right;
  width: 48%;
}

.woocommerce .woocommerce-result-count {
  float: left;
}

.woocommerce .woocommerce-ordering {
  float: right;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}

.woocommerce .woocommerce-result-count {
  margin-top: 12px;
}

.woocommerce .term-description {
  margin-top: 2rem;
  margin-bottom: -1.5rem;
}

.woocommerce .univ-page .term-description p {
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce .product .item-image:hover .has-more-image::before,
.woocommerce-page .product .item-image:hover .has-more-image::before {
  background-color: #000;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.25;
  z-index: 4;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

/*Product Category Page*/
.owl-theme.related-categories {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

.owl-theme.related-categories .owl-dots {
  bottom: -9px;
}

.owl-theme.related-categories .owl-dots.disabled {
  bottom: 0;
}

.owl-theme.related-categories .owl-item p {
  margin-top: 10px;
}

ul.products li.product .product-options,
ul.products li.product .woocommerce-loop-product__image {
  position: relative;
}

ul.products li.product:hover .woocommerce-loop-product__image::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

ul.products li.product:hover .product-options {
  display: block;
  z-index: 1;
}

ul.products li.product img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.products li.product h2 {
  font-size: 14px;
  color: #334141;
  font-weight: 600;
  line-height: 23px;
  margin: 15px 0 10px 0;
}

ul.products li.product .product-options {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

ul.products li.product .button {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  color: #515151 !important;
  border: 1px solid #666666;
  border-radius: 50%;
  text-align: center;
}

ul.products li.product .button:hover,
ul.products li.product .button:focus,
ul.products li.product .button:active {
  background-color: #b79e7f;
  color: #fff !important;
  border-color: #b79e7f;
}

ul.products li.product .product-options .yith-wcwl-add-to-wishlist {
  float: left;
  margin-top: 0;
  margin-right: 2px;
}

ul.products
  li.product
  .product-options
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .yith-wcwl-icon {
  margin-right: 0;
}

ul.products
  li.product
  .product-options
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  span {
  display: none;
}

ul.products li.product .product-options .add_to_cart_button {
  float: right;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0;
  font-size: 18px;
}

.woocommerce span.onsale {
  padding: 0;
}

/*WooCommerce Notices*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-message {
  color: #fff !important;
  font-size: 14px;
}

.woocommerce-info::before,
.woocommerce-error::before {
  color: #fff;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  color: #fff !important;
}

.woocommerce-info a {
  text-decoration: underline;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
  padding: 0;
  background: none;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-message .button:active,
.woocommerce .woocommerce-Message .button:hover,
.woocommerce .woocommerce-Message .button:active,
.woocommerce .woocommerce-Message .button:focus {
  background: none;
  color: #f3f3f3;
  outline: 0;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.woocommerce.quick-view-content div.product .images {
  margin-bottom: 0;
}

.woocommerce.quick-view-content div.product div.thumbnails a {
  border: 1px solid #f3f3f3;
}

.woocommerce.quick-view-content form.cart {
  display: none !important;
}

.woocommerce.quick-view-content
  div.product
  .yith-wcwl-add-to-wishlist
  .single_add_to_wishlist.button {
  padding: 0.618em 0.75em;
  font-size: 14px;
}

.woocommerce.quick-view-content div.product .button.view-more-button i {
  vertical-align: middle;
}

/*Single Product Page*/
.woocommerce .is-product {
  padding-bottom: 8rem;
}

.woocommerce div.product .product_title {
  font-size: 28px;
  font-weight: 600;
  /*     margin-bottom: 1.25rem; */
  line-height: 40px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  margin-bottom: 1.25rem;
}

.woocommerce div.product p.price {
  margin-bottom: 2rem;
  font-size: 28px;
  color: #b79e7f;
  font-weight: 600;
}

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

.woocommerce div.product form.cart div.quantity {
  position: relative;
  margin-right: 15px;
}

.woocommerce div.product .discounted-prices {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #dbdbdb;
  width: 230px;
  border-radius: 4px;
  position: relative;
}
.woocommerce div.product .discounted-prices .bulk-price-title {
  position: absolute;
  top: -16px;
  left: -3px;
  font-size: 10px;
  padding: 8px 20px 7px 10px;
  background-color: #a6efff;
  border-radius: 0 14px 14px 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #000;
}
.woocommerce div.product .discounted-prices ul {
  /*     list-style: none; */
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -15px;
}

.woocommerce div.product .discounted-prices ul li {
  /* 	list-style: initial; */
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.woocommerce div.product p.stock {
  margin-bottom: 20px;
}

.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  /*-webkit-appearance: none;*/
  margin-right: 5px;
  width: 20px;
  height: 30px;
  opacity: 1;
}

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

.woocommerce .quantity input:focus {
  outline: 0;
}

.woocommerce .quantity-nav {
  display: none;
  float: left;
  position: relative;
  height: 42px;
}

.woocommerce .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.woocommerce .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.woocommerce .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.woocommerce div.product form.cart {
  margin-bottom: 1.25em;
  display: inline-block;
}

.woocommerce div.product form.cart .button,
.tm-floating-box.top
  button.single_add_to_cart_button.button.alt.tc-add-to-cart-button {
  float: none;
  margin-right: 15px;
  padding: 0.85em 1em;
  font-size: 14px;
  /*     padding-bottom: 0.75em; */
  border-radius: 4px;
}

.woocommerce div.product form.cart .button:before,
.tm-floating-box.top
  button.single_add_to_cart_button.button.alt.tc-add-to-cart-button:before {
  content: "\f07a";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 8px;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
  /*     margin-bottom: 1.25em; */
}

.woocommerce
  div.product
  .yith-wcwl-add-to-wishlist
  .single_add_to_wishlist.button {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  color: #d9d9d9 !important;
  border: 1px solid #d9d9d9;
}
.woocommerce
  div.product
  .yith-wcwl-add-to-wishlist
  .single_add_to_wishlist.button:hover {
  background-color: #b79e7f;
  color: #fff !important;
  border: none;
}
.woocommerce
  div.product
  .yith-wcwl-add-to-wishlist
  .single_add_to_wishlist.button
  i {
  /*     margin-right: 5px; */
  vertical-align: middle;
}

.woocommerce div.product .product_meta span.model,
.woocommerce div.product .product_meta span.sku_wrapper,
.woocommerce div.product .product_meta span.posted_in {
  display: block;
  font-size: 14px;
}

.woocommerce div.product .product_meta span.posted_in a {
  color: #b79e7f;
}

.woocommerce div.product .product_meta span.tagged_as a {
  color: #b79e7f;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.shipping_tab {
  display: none;
}

.woocommerce .woocommerce-tabs .entry-content {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: capitalize;
}

.woocommerce .woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-size: 20px;
}
.woocommerce .woocommerce-tabs .panel p {
  font-size: 14px;
  line-height: 27px;
}
.woocommerce .woocommerce-tabs .panel {
  font-size: 14px;
}
.woocommerce .woocommerce-Reviews .woocommerce-noreviews {
  margin-bottom: 15px;
  padding: 15px;
  color: #fff;
}

.woocommerce .woocommerce-Reviews form {
  margin-top: 15px;
}

.woocommerce .related.products ul {
  margin-bottom: 0;
}

.woocommerce .related.products h2 {
  /*     margin-bottom: .5em; */
  text-transform: capitalize;
  /*     font-size: 22px; */
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}

/* .woocommerce .related.products h2:after {
      height: 2px;
  }
   */
/*Woocommerce buttons*/
#respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #b79e7f;
  color: #fff;
}

#respond input#submit.alt:hover,
#respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background-color: #b79e7f;
  color: #fff;
  border-color: #b79e7f;
}

#respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #b79e7f;
  color: #fff !important;
  font-weight: 300;
}

#respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #b79e7f;
  color: #fff;
}

#respond input#submit:hover,
#respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
  background-color: #b79e7f;
  color: #fff;
  border-color: #b79e7f;
}

#respond input#submit.disabled:hover,
#respond input#submit:disabled:hover,
#respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: #515151 !important;
}

#respond input#submit {
  text-transform: capitalize;
}

/*WooCommerce forms*/
.woocommerce form .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row {
  margin: 0 0 6px;
  padding-left: 0;
}

.woocommerce form .form-row label {
  /*     text-transform: capitalize; */
}

.woocommerce form input.input-text,
.tm-extra-product-options .tmcp-textfield.tm-epo-field,
.woocommerce form textarea,
.woocommerce form select,
.woocommerce #reviews #comment,
#comments.comments-area input[type="text"],
#comments.comments-area input[type="email"],
#comments.comments-area input[type="url"],
#comments.comments-area textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#comments.comments-area textarea {
  height: 120px;
}

.woocommerce form select:focus {
  outline: none;
}

.woocommerce form .form-row textarea {
  height: auto;
}

.woocommerce form .form-row textarea#order_comments {
  height: 110px;
}

.woocommerce #reviews #comment {
  height: 75px;
}

/*Cart Page*/
.woocommerce table.shop_table {
  border-spacing: 0;
}

.woocommerce table.shop_table_responsive tr td.product-remove a {
  text-align: center;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 150px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}

.woocommerce .cart-collaterals h2 {
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-size: 25px;
}

.woocommerce table.shop_table td {
  vertical-align: middle !important;
}

.woocommerce .cart-collaterals .shipping-calculator-button {
  color: #b79e7f;
}

.toast.toast-cart {
  background-color: #ccf1db;
}

.toast.toast-success {
  background-color: #ccf1db;
}

.toast.toast-warning {
  background-color: #f8d7da;
}

/*Wishlist Page*/
.wishlist_table .product-add-to-cart a.button {
  padding: 10px !important;
  font-size: 13px;
  border-radius: 50px !important;
}

.wishlist_table .product-add-to-cart a.button.loading:after {
  top: 35%;
  left: 32%;
}

.wishlist_table .product-add-to-cart a.button i {
  vertical-align: middle;
}

.woocommerce .wishlist-title-container .wishlist-title {
  display: none;
}

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

table.wishlist_table th {
  text-transform: capitalize;
}

table.wishlist_table .yith-wcwl-add-to-wishlist {
  display: none;
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
  border: none;
}

.woocommerce .shipping-calculator-form p {
  padding-left: 0;
}

.woocommerce .shipping-calculator-form p:last-of-type {
  margin-top: 15px;
  margin-bottom: 0;
}

.woocommerce .shipping-calculator-form .form-row > span {
  width: 100%;
}

/*WooCommerce Checkout*/
.woocommerce .checkout_coupon .form-row-first {
  margin-right: 0;
  width: unset;
}

.woocommerce .checkout_coupon .form-row-last {
  width: unset;
  float: left;
}

.woocommerce .checkout.woocommerce-checkout .col2-set {
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
}

.woocommerce .woocommerce-customer-details .col2-set {
  width: 100%;
}

.woocommerce .woocommerce-checkout-review-order-wrapper {
}

.woocommerce .woocommerce-form-login .form-row.form-row-first {
  width: 49%;
}

.woocommerce .woocommerce-form-login .form-row.form-row-last {
  width: 49%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
  margin-bottom: 0.65rem;
}

.woocommerce .woocommerce-form-login .lost_password {
  margin-bottom: 0;
}

.woocommerce .woocommerce-form-login .lost_password a {
  color: #b79e7f;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-checkout-review-order-wrapper h3 {
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-size: 25px;
}

.woocommerce .woocommerce-shipping-fields h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: initial;
}

.woocommerce .woocommerce-shipping-fields h3 label {
  margin-bottom: 0;
}

.woocommerce p.create-account {
  margin-bottom: 0;
}

.woocommerce p.create-account span {
  vertical-align: middle;
}

.woocommerce .woocommerce-additional-fields h3 {
  font-size: 25px;
  text-transform: capitalize;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-left: auto;
  font-size: 15px;
  text-transform: capitalize;
}

.woocommerce ul.order_details {
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  border: 1px solid #f3f3f3;
  padding: 15px;
}

.woocommerce .woocommerce-customer-details address {
  padding: 15px;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  height: 25px;
}

.woocommerce .woocommerce-customer-details {
  margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details .col2-set {
  float: none;
}

/*My Account*/
.woocommerce #customer_login {
  width: 100%;
  float: none;
  margin: 0;
}

.woocommerce #customer_login a {
  color: #b79e7f;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce form .form-row.vendor-customer-registration label {
  width: 100%;
  text-transform: initial;
  margin-bottom: 0;
}

.woocommerce form .form-row.vendor-customer-registration label input {
  vertical-align: middle;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 76%;
}

.woocommerce-account .woocommerce-MyAccount-content form h3 {
  text-transform: capitalize;
  font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content form .button {
  margin-top: 12px;
}

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

.woocommerce-MyAccount-navigation ul > li {
  float: none;
}

.woocommerce-MyAccount-navigation ul > li.is-active > a,
.woocommerce-MyAccount-navigation ul > li.is-active > a:focus,
.woocommerce-MyAccount-navigation ul > li.is-active > a:hover {
  background-color: #b79e7f;
  color: #fff !important;
}

.woocommerce-MyAccount-navigation ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #7a7e9a !important;
  text-transform: capitalize;
}

.woocommerce-MyAccount-navigation ul > li > a:focus,
.woocommerce-MyAccount-navigation ul > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.woocommerce-MyAccount-navigation ul > li > a:focus,
.woocommerce-MyAccount-navigation ul > li > a:hover {
  background-color: #b79e7f;
  color: #ffffff !important;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 7px;
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none;
}

.woocommerce-MyAccount-navigation ul li:nth-child(1) a:before {
  content: "\f3fd";
}

.woocommerce-MyAccount-navigation ul li:nth-child(2) a:before {
  content: "\f466";
}

.woocommerce-MyAccount-navigation ul li:nth-child(3) a:before {
  content: "\f019";
}

.woocommerce-MyAccount-navigation ul li:nth-child(4) a:before {
  content: "\f2b9";
}

.woocommerce-MyAccount-navigation ul li:nth-child(6) a:before {
  content: "\f007";
}

.woocommerce-MyAccount-navigation ul li:nth-child(7) a:before {
  content: "\f2f5";
}

.woocommerce-MyAccount-content .col2-set {
  width: 100% !important;
}

.woocommerce .woocommerce-MyAccount-content a {
  /*     color: #B79E7F; */
}

.woocommerce .woocommerce-MyAccount-content a.btn {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.woocommerce .woocommerce-MyAccount-content form .form-row > span {
  width: 100%;
}

.woocommerce .woocommerce-MyAccount-content form .form-row > span em {
  margin-top: 3px;
  display: block;
}

.woocommerce .woocommerce-MyAccount-content .button {
  text-transform: capitalize;
}

.woocommerce .woocommerce-MyAccount-content legend,
.woocommerce-account .addresses .title h3 {
  margin-bottom: 0.5em;
  padding-top: 0.75rem;
  text-transform: capitalize;
  font-size: 18px;
}

address {
  font-size: 14px;
}

.woocommerce table.my_account_orders {
  font-size: 14px;
}

.woocommerce table.my_account_orders .button {
  margin-right: 5px;
}

.woocommerce table.my_account_orders .button:last-of-type {
  margin-right: 0;
}

.woocommerce table.shop_table td.product-name .wc-item-meta {
  padding-left: 0;
}

/*Select 2*/
.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
  height: 32.4px;
  border-radius: 0;
}

.select2-container *:focus {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32.8px;
}

.select2-container .select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
}

.select2-container .select2-search--dropdown .select2-search__field {
  height: 32.4px;
  border: 1px solid #ced4da;
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #ced4da;
}

.select2-container .select2-results__option--highlighted {
  background-color: #b79e7f;
}

/*Pagination*/
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 4px;
  padding: 0 2px;
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.ftc-pagination ul {
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.page-numbers.current,
.page-numbers {
  padding: 0;
  min-height: 30px;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  border: 0px;
  position: relative;
  border: 0px;
  border-radius: 15px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #b79e7f;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
  background-color: #b79e7f;
  color: #fff;
}
/*Mini Cart*/
.site-header-cart .widget_shopping_cart_wrapper {
  position: relative;
}

.site-header-cart li {
  border-right: none !important;
  margin-right: 0px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 0;
  margin-bottom: 12px;
  padding: 0;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.woocommerce .widget_shopping_cart .buttons a:first-child {
  float: left;
}

.woocommerce.widget_shopping_cart .buttons a:last-child {
  float: right;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin-top: 5px;
  padding-left: 0;
  border-left: none;
}

.woocommerce ul.product_list_widget li dl dd {
  margin-bottom: 0;
}

/*Footer*/
.widget .widget-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.widget.widget-footer .widget-title {
}

.widget-area .widget {
  margin-bottom: 20px;
}

.widget-area .widget .widget-title {
  margin-bottom: 20px;
  padding: 10px;
  background: #b79e7f;
  color: #ffffff;
}

.widget .filter-price-range li .form-check,
.widget .product-categories li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ddd;
}

.widget .filter-price-range li:last-of-type .form-check {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget .filter-price-range li .form-check span,
.widget .product-categories li span {
  float: right;
}

.widget .product-categories {
  padding-left: 0;
  list-style: none;
}

.widget .product-categories li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 8px;
}

.widget.widget_nav_menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.widget_nav_menu ul#menu-footer-find-by-categories {
}

.widget.widget_nav_menu ul.menu li {
  font-size: 14px;
  line-height: 27px;
}
footer .widget.widget_nav_menu ul.menu li {
  font-size: 14px;
  line-height: 27px;
  color: #626262;
  font-weight: 400;
}
.header-menu .widget.widget_nav_menu ul.menu li {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  text-transform: capitalize;
}

.widget.widget_nav_menu ul.menu li .list-link ul li a {
  display: block;
  /*     transition: ease all 0.6s; */
}

.widget.widget_nav_menu ul.menu li a:hover {
  cursor: pointer;
  color: #b79e7f;
}
.header-menu .widget.widget_nav_menu ul {
  margin-left: -1rem;
}
.header-menu .widget.widget_nav_menu ul.menu li a:hover {
  padding-left: 0;
  transition: none;
  color: #b79e7f;
}

.entry-content {
  background: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 7%);
}

.entry-content .woocommerce table.shop_table {
  border: 0px;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  color: #484848;
  font-size: 15px;
}

.entry-content .woocommerce table.shop_table td {
  border-top: 1px solid rgb(221 221 221 / 45%);
  padding: 20px 12px;
  font-size: 14px;
}

.woocommerce .quantity-button.quantity-up:hover,
.woocommerce .quantity-button.quantity-down:hover {
  background: #b79e7f;
  color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid rgb(221 221 221 / 90%);
  border-radius: 0px;
  font-size: 14px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 36px;
}

.woocommerce button.button {
  outline: none;
  padding: 10px 15px;
  border-radius: 0;
  /*left: -5px;*/
  border: 1px solid #b79e7f;
}

.woocommerce .cart-collaterals h2 {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.woocommerce table.shop_table th {
  padding: 20px 12px !important;
}

.woocommerce a.button.alt {
  /*display: block;*/
  margin: 0;
  font-size: 16px;
  border-radius: 0;
}

.wishlist_table .add_to_cart.button i {
  margin-right: 3px;
}

.woocommerce a.button.alt {
}

.woocommerce .woocommerce-ordering select {
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
    no-repeat;
  background-position-x: 95%;
  background-position-y: 3px;
}

.woocommerce .woocommerce-ordering select {
}

.checkout.woocommerce-checkout {
  display: flow-root;
}

.woocommerce form .form-row .input-checkbox {
  margin-right: 0;
}

.woocommerce .wc-amazon-payments-advanced-populated .col2-set .col-1,
.woocommerce-page .wc-amazon-payments-advanced-populated .col2-set .col-2 {
  margin-bottom: 7px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#billing_address_widget,
#payment_method_widget,
#shipping_address_widget {
  margin-bottom: 0 !important;
}

.woocommerce .wc-amazon-payments-advanced-populated h3 {
  font-size: 21px;
}

.woocommerce .wc-amazon-payments-advanced-populated .wc-apa-widget-change {
  padding: 6px 12px;
  float: right;
  background: #3d9cd2;
  color: #fff;
  font-size: 13px;
}

.woocommerce .wc-amazon-payments-advanced-populated span.wc-apa-amazon-logo {
  margin-right: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0.25em;
}

.woocommerce-checkout #payment div.payment_box.payment_method_paystand ul {
  padding-left: 0;
}

.woocommerce-checkout #payment div.payment_box.payment_method_paystand ul li,
.woocommerce-checkout
  #payment
  div.payment_box.payment_method_paystand
  ul
  li
  label {
  margin-bottom: 0 !important;
}

.woocommerce-checkout
  #payment
  div.payment_box.payment_method_paystand
  ul
  li
  input {
  margin-right: 0.25em !important;
}

.woocommerce-checkout
  #payment
  div.payment_box.payment_method_paystand
  ul
  li
  input {
  margin-right: 0.25em;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  width: 90px;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 10px;
  line-height: 31px;
  color: #b79e7f;
}

.woocommerce .woocommerce-checkout-payment a {
  color: #b79e7f;
}

/*Multi step checkout*/
#thwmscf-tab-panels {
  background: #f3f3f3 !important;
  padding: 15px !important;
}

.thwmscf_vertical_box ul#thwmscf-tabs {
  padding-right: 1%;
}

.thwmscf-tab-panels .woocommerce-billing-fields__field-wrapper,
.thwmscf-tab-panels .woocommerce-shipping-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

.thwmscf-tab-panels .woocommerce-billing-fields__field-wrapper .form-row,
.thwmscf-tab-panels .woocommerce-shipping-fields__field-wrapper .form-row {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
}

.thwmscf-tab-panels {
  padding: 15px !important;
}

.thwmscf-wrapper .thwmscf-buttons {
  clear: both;
  padding-top: 30px;
}

.woocommerce .thwmscf-buttons input {
  padding: 6px 12px;
  background-color: #b79e7f;
  color: #fff;
  border: none;
  font-weight: 300;
}

.woocommerce .thwmscf-buttons input:disabled[disabled] {
  opacity: 0.5;
}

.woocommerce .thwmscf-buttons .button-prev {
  margin-right: 15px;
}

.woocommerce .thwmscf-buttons input:hover {
  background-color: #b79e7f;
  color: #fff;
}

.woocommerce .thwmscf-wrapper #order_review_heading {
  margin-bottom: 0.5em;
  text-transform: capitalize;
  font-size: 25px;
}

#comments.comments-area {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f3f3f3;
}

#comments.comments-area .comments-title {
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-weight: 600;
}

#comments.comments-area ol {
  list-style: none;
}

#comments.comments-area .comment-list {
  padding: 0;
}

#comments.comments-area .comment-list .comment-meta {
  margin-bottom: 15px;
}

#comments.comments-area .comment-list .comment-meta .comment-author {
  margin-bottom: 15px;
}

#comments.comments-area .comment-list .comment-meta .comment-author img {
  margin-right: 8px;
}

#comments.comments-area .comment-list .comment-meta .comment-metadata {
  font-style: 15px;
}

#comments.comments-area .comment-list .comment-content p {
  font-size: 17px;
}

#comments.comments-area .comment-list .reply {
  margin-bottom: 1.25rem;
}

#comments.comments-area .comment-list .reply a,
#comments.comments-area
  .comment-list
  .comment-meta
  .comment-metadata
  .edit-link
  .comment-edit-link {
  background: #b79e7f;
  color: #fff;
  padding: 3px 9px;
  font-size: 13px;
  border-radius: 30px;
  vertical-align: middle;
}

#comments.comments-area .comment-list .reply a:hover,
#comments.comments-area
  .comment-list
  .comment-meta
  .comment-metadata
  .edit-link
  a:hover {
  background: #f63c45;
  color: #fff;
}

#comments.comments-area .comment-list .comment-content p {
  margin-bottom: 1rem;
}

#comments.comments-area .comment-reply-title {
  margin-bottom: 1rem;
  font-size: 19px;
}

#comments.comments-area .comment-reply-title small {
  margin-left: 0.25rem;
}

#comments.comments-area .comment-reply-title small {
  color: #b79e7f;
}

#comments.comments-area form p {
  margin-bottom: 15px;
}

#comments.comments-area form p textarea {
  max-height: 110px;
}

#comments.comments-area form p label {
  font-weight: 600;
}

#comments.comments-area form p label.comment-form-cookies-consent label {
  vertical-align: middle;
}

#comments.comments-area form p #submit {
  padding: 9px 15px;
  border: none;
}

@media (min-width: 768px) {
  .woocommerce .col2-set {
    width: 53.6231884058%;
    float: left;
    margin-right: 4.347826087%;
  }

  .woocommerce .woocommerce-checkout-review-order-wrapper {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

@media screen and (min-width: 48em) {
  .site-header-cart .widget_shopping_cart {
    width: 375px !important;
    right: 0;
    left: auto !important;
    margin-top: 25px;
    padding: 15px;
    display: none !important;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%) !important;
    background: #fff;
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .main-header .logo {
    padding: 0 1rem;
  }

  .p-actions ul li:last-of-type {
    /* 		display: none !important; */
  }

  footer .partners {
    display: block;
    text-align: center;
  }

  footer .partners a {
    margin-right: 0;
    margin-bottom: 15px;
    display: inline-block;
  }

  footer .partners a:last-of-type {
    margin-bottom: 0;
  }

  footer .partners a.godaddy-ssl img {
    width: 200px !important;
  }

  footer .partners a.seal-toledo-bbb img {
    width: 200px !important;
  }

  footer .partners a.award img {
    width: 200px !important;
  }

  footer .partners a.memoriesbysylvan img {
    width: 180px !important;
  }

  footer .partners a.threadsbysylvan img {
    width: 180px !important;
  }

  .entry-content .woocommerce table.shop_table td.product-quantity {
    height: 80px !important;
  }

  .woocommerce-cart-form__cart-item .product-quantity .quantity {
    position: relative;
  }

  .woocommerce .quantity input.qty {
    float: right;
  }

  .woocommerce .quantity-nav {
    float: right;
    position: absolute;
    height: 42px;
    right: 0;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .woocommerce table.cart td.actions .coupon .input-text + .button {
    width: 100%;
    left: 0;
    margin-top: 10px;
  }

  .woocommerce table.cart td.actions .button {
    left: 0;
  }

  .woocommerce a.button.alt {
    /*padding: 15px 6px !important;*/
    padding: 0.75em !important;
  }

  .wishlist_table {
    padding: 0;
  }

  .wishlist_table li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .wishlist_table .product-name h3 {
    font-size: 16px;
  }

  .wishlist_table .yith-wcwl-add-to-wishlist {
    display: none;
  }

  .wishlist_table .additional-info-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .wishlist_table .product-add-to-cart a.button {
    padding: 6px !important;
  }
}
.woocommerce-page .tc-element-container ul {
  display: block !important;
}
.woocommerce-page .tc-element-container ul li {
  display: inline-block !important;
}
@media (max-width: 1080px) {
  .nav-search input[type="search"] {
    width: 250px;
    background: url(../images/icons/search.svg) no-repeat 240px 11px;
    padding: 9px 10px 7px 10px;
    background-size: 15px;
    background-color: #fff;
  }
  .nav-search input[type="search"]:focus {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .dropdown-content {
    min-width: 380%;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1280px) {
  .header-menu .widget.widget_nav_menu ul {
    margin-left: -6.5rem !important;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1120px) {
  .header-menu .widget.widget_nav_menu ul {
    margin-left: -5rem !important;
  }
}
@media screen and (min-width: 950px) and (max-width: 1050px) {
  .header-menu .widget.widget_nav_menu ul {
    margin-left: -3rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
  .header-menu .widget.widget_nav_menu ul {
    margin-left: -1rem !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 933px) {
  .bottom-header ul#menu-new-header-menu li,
  .bottom-header ul li a {
    padding: 3px;
    margin-right: 0;
  }
  .bottom-header .shop-category {
    margin-left: 1px;
    font-size: 13px;
  }
  .bottom-header .fa-chevron-down {
    margin: 0;
  }
}
@media (max-width: 1599px) {
  .col-md-8r {
    width: 16%;
  }
}
@media (max-width: 1300px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
  }
}
@media (max-width: 520px) {
  .bottom-header ul li {
    padding: 1px;
  }
}
@media (max-width: 991px) {
  .direct-cntc-info-wrap h2 {
    line-height: 30px;
    text-align: center;
    display: block;
  }
  .main-header .right-menu ul li {
    margin-right: 15px;
    padding-right: 0;
  }
  .main-header .left-menu ul li:first-child {
    display: none;
  }
  .direct-cntc-info-wrap ul {
    text-align: center;
    margin-top: 1rem;
    float: none;
    display: block;
  }

  .grid-actions {
    bottom: 15px;
    right: 15px;
  }

  .left-text {
    left: 15px;
  }

  .grid-actions h3 {
    font-size: 18px;
  }

  .grid-actions a {
    font-size: 14px;
  }

  .categ-info {
    padding: 1rem;
  }

  .col-md-8r {
    width: 20%;
  }
}
@media screen and (width: 768px) {
  .hero-banner .col-md-8,
  .hero-banner .col-md-4,
  .top-header .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .banner-products-wrap .product-content-wrap h2 {
    font-size: 24px !important;
    line-height: 40px;
  }
  .banner-products-wrap .product-content-wrap {
    bottom: 40px !important;
    left: 50px !important;
  }
  .new-products-wrap .card-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce div.product div.images {
    width: 44%;
  }
  .woocommerce-page div.product div.summary {
    width: 52%;
  }
}
@media screen and (min-width: 1055px) {
  /* 	section.related.products .row .col-md-3{
            max-width: 20%;
        } */
}
@media (max-width: 768px) {
  .mobile-hide,
  .tag-image {
    display: none !important;
  }
  .hero-banner #home-carousel-with-indicators img {
    height: auto !important;
  }
  .theader-right-txt ul li:nth-child(1) {
    float: left;
    margin: 0;
  }
  .theader-right-txt ul {
    padding: 0;
  }
  .dropdown-content.mega-menu {
    display: none;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }
  .banner-products-wrap .banner-card:nth-child(1) {
    margin-top: 20px;
  }
	  .mobile-show {
    display: block !important;
  }
  .banner-products-wrap .product-content-wrap h2 {
    font-size: 15px;
  }
  .banner-products-wrap .card-wrap img {
    height: auto;
  }
  .banner-products-wrap .product-content-wrap {
    bottom: 20px;
    left: 30px;
  }
  .new-products-wrap .product-content-wrap {
    bottom: 40px;
    left: 30px;
  }
  .sylvan-features-wrap {
    padding-top: 1rem;
  }
  .sylvan-about-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .slide-products-wrap {
    padding: 2rem 0;
  }
  .ddct-prd-tab {
    padding: 2rem 0;
  }
  .ddct-prd-tab .nav {
    display: inline;
  }
  .new-products-wrap {
    padding: 0;
  }
  .woocommerce div.product .product_title {
    font-size: 24px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }

  .nv-slider .owl-nav {
    top: -50px;
    right: -7px;
  }
  .tab-content .tab-pane .item,
  .product-wrap-white .item {
    margin: 20px;
  }
  .mobile-bottom-header {
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .bottom-header ul li {
    display: inline-block;
  }
  .bottom-header {
    padding: 0;
  }
  .mobile-bottom-header .row {
    justify-content: center;
    align-items: center;
  }
  .mobile-show.menu-icon {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .mobile-show.cart-options {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .new-products-wrap .card-wrap {
    margin-bottom: 20px;
  }
  .new-products-wrap .product-content-wrap h2 {
    font-size: 16px;
  }
  .mobile-bottom-header .cart-icon {
    color: #333;
  }
  .short-dialog-wrap {
    padding: 0 15px;
  }
  .carousel-indicators {
    bottom: 0 !important;
    display: none;
  }
  .short-dialog-wrap .short-dialog-grid {
    margin-bottom: 30px;
    justify-content: left;
  }
  .newsletter-wrap .section-title {
    text-align: left !important;
  }
  .newsletter-wrap .section-title h2 {
    margin-bottom: 20px;
  }
  .featured-categ {
    padding: 3rem 0;
  }
  #featured .nv-slider .owl-nav {
    display: block;
  }

  .product-grid {
    box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 11%);
    margin-bottom: 0;
    min-height: inherit;
  }

  .p-hover-action {
    display: block;
  }

  .special-product {
    margin: 4rem 0;
  }
  .woocommerce .col2-set .woo-col-1 {
    width: 100% !important;
  }
  .woocommerce .col2-set .woo-col-2 {
    width: 100% !important;
  }
  .dropdown-menu.show {
    width: 100%;
    border: none;
    padding: 15px;
  }
  /* 	.dropdown-menu.show ul li{
            border
        } */
  .nv-slider .product-grid {
    /*         padding: 20px 15px 20px 20px; */
  }
  footer .col-6 {
    margin-bottom: 30px;
  }
  .copyright .payment-cards img {
    width: 100%;
  }
  .newsletter h3,
  .newsletter p {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }

	
  .list-link {
    padding-top: 4rem;
  }

  .product-promo-wrap {
    padding: 1rem 0;
  }

  .grid-actions h3 {
    font-size: 16px;
  }

  .grid-actions a {
    font-size: 12px;
  }

  .categ-info p {
    font-size: 14px;
    line-height: 26px;
  }

  footer {
    padding-top: 2rem;
  }

  .footer-company-info {
    padding-top: 2rem;
  }

  .direct-cntc-info-wrap {
    margin-top: 1rem;
  }

  .service-block-wrap {
    padding-top: 2rem;
  }

  .owl-theme .owl-dots .owl-dot span {
    margin: 3px !important;
    width: 7px !important;
    height: 7px !important;
  }
  .owl-theme.related-categories .owl-dots {
    bottom: -25px;
  }
/* 	.product-category-wrap .text-left.mobile-show{
		max-width: 235px;
	} */
	.product-category-wrap .nav .nav-item a{
		max-width: fit-content;
	}
	.owl-carousel.owl-drag .owl-item.active{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.product-category-wrap .nav .nav-item a.active{
		background: none;
	}
	.product-category-wrap .nav .nav-item a.clicked {
  		background-color: #b79e7f;
	}
	.product-category-wrap .nav .nav-item a.clicked:after {
    	content: "";
    	position: absolute;
    	left: 50%;
    	bottom: -4.5px;
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 5px 5px 0;
    	border-color: #b79e7f transparent transparent;
    	transform: translateX(-50%);
	}
}

@media (max-width: 500px) {
  .subs-form .subs-btn {
    position: inherit;
    width: 100%;
    margin-top: 1rem;
    padding: 10px;
  }

  .subs-form p {
    font-size: 12px;
  }
}
