/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
  --btn-color: #71bf53;
  --light-gray: #efefef;
  --light-gray-1: #e1e1e1;
  --color-1: #c06e52;
  --danger: #dc3545;
  --transition-default: all 0.25s ease;
}
body {
  overflow-x: hidden;
}

.heading-block {
  margin-bottom: 30px;
}
p:empty,
p:moz-only-whitespace {
  display: none;
}

/* header */
#top-search {
  border-right: 1px solid #ddd;
  padding: 0.25rem 1rem;
}

#top-bar {
  background: var(--light-gray) !important;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .header-size-md #header-wrap #logo img {
    height: 40px;
  }
}

.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}

#header .header-misc #top-account a {
  color: var(--color-1);
}

#header
  .header-misc
  .wishlist_products_counter
  .wishlist_products_counter_text {
  display: none;
}
#header .header-misc .wishlist_products_counter {
  position: relative;
  margin: 0 8px;
}
#header .header-misc .top_wishlist-heart::before {
  font-size: 22px;
  margin-right: 0;
}
#header .header-misc .wishlist_products_counter span {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -8px;
  font-size: 0.625rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  background-color: #c06e52;
  opacity: 0.8;
  border-radius: 50%;
}
#header #top-cart .top-cart-content .top-cart-title {
  display: none;
}
#header #top-cart .top-cart-content .top-cart-items h4 {
  padding: 0 1rem 0.75rem 1rem;
  border-bottom: 1px solid #eee;
  margin-left: -15px;
  margin-right: -15px;
}
#header #top-cart .top-cart-item {
  position: relative;
}
#header #top-cart .top-cart-item .remove {
  position: absolute;
  left: -7px;
  top: -3px;
  background-color: var(--danger);
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
}
#header #top-cart .top-cart-item:not(:first-child) .remove {
  top: 10px;
}
#header #top-cart .top-cart-content .top-cart-items .top-cart-action {
  margin-left: -15px;
  margin-right: -15px;
}
.header-size-md #header-wrap #logo img {
  padding: 0.5rem;
}
/* product item */
.product .product-image .bg-overlay-content .tinv-wishlist {
  padding: 0;
}
.product
  .product-image
  .bg-overlay-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
  border-radius: 3px;
}
.product
  .product-image
  .bg-overlay-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: var(--color-1);
}

.custom-center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .top-info .delivery {
    display: none;
  }
}

.icon-truck:before {
  content: "\ebe3";
  top: -4px;
  padding-top: 2px;
}

.icon-call:before {
  content: "\e844";
  padding-top: 2px;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
  font-size: 1.15rem;
  list-style: none;
}

/* woocommerce */
.woocommerce {
  padding: 80px 0;
}
.woocommerce:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .btn.btn-success,
.woocommerce .button.alt,
.woocommerce button[type="submit"] {
  background-color: var(--btn-color) !important;
  border-color: var(--btn-color) !important;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  color: #fff;
}
.woocommerce .woocommerce-cart-form button[type="submit"] {
  background: #b7b7b7 !important;
}
.woocommerce-checkout .panel-heading {
  background-color: var(--color-1);
}
/* dashboard */
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
  float: left;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 15%;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation ul a {
  display: block;
  color: inherit;
  padding: 8px 10px;
  font-size: 14px;
  -webkit-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
}
.woocommerce .woocommerce-MyAccount-navigation ul a:hover {
  background-color: var(--light-gray);
  padding-left: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--color-1);
  color: #fff;
  padding-left: 10px;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 80%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce .woocommerce-MyAccount-content {
    width: 85%;
    padding-left: 15px;
  }
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address.col-1,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
  flex: 0 0 50%;
  max-width: 50%;
  width: auto;
}
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Address
  .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Address
  .woocommerce-Address-title
  h3 {
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit {
  padding: 5px 15px;
  display: block;
  background: var(--light-gray);
  font-size: 14px;
  color: inherit;
  -webkit-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover {
  background-color: var(--color-1);
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
    max-width: 400px;
  }
}

.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields
  .form-row {
  flex-direction: column;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label {
  display: block;
}

/* form input */
.woocommerce .woocommerce-MyAccount-content .woocommerce-Input,
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields
  .input-text {
  height: 40px;
  background-color: var(--light-gray-1);
  border: none;
  padding: 15px;
  width: 100%;
}
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields
  textarea.input-text {
  height: auto;
}

.text-center .btn_1 {
  padding: 8px 22px;
  font-size: 0.875rem;
  line-height: 24px;
  background-color: #c06e52;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

/* .text-center .btn_1:hover {
	background:#444;
} */

/* Responsive */
/* @media only screen and (max-width: 321px) {
 .box_account{margin-left: 35px;}
} */

.woocommerce-MyAccount-navigation ul {
}
#content .content-wrap {
  position: relative;
  padding: 80px 0px 0px 0px;
  overflow: hidden;
}
.iconlist li {
  position: relative;
  padding-left: 25px;
}
.iconlist li i {
  position: absolute !important;
  left: 0;
  top: 7px !important;
}
.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
}
/* .ul.iconlist li {
    margin: 0px 0;
}   */

.menu-footer-container #menu-footer li {
  padding-left: 0px !important;
}
.single-product .product h1 {
  margin-bottom: 10px !important;
}
.single-product .single_add_to_cart_button {
  background: var(--color-1);
  color: #fff;
  text-shadow: none;
}
.single-product .single_add_to_cart_button:hover {
  background: #444;
  color: #fff;
}

.onsale {
    position: absolute;
	top: 0;
    left: 0;
    background: red;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.shop .product-title h2, .product .product-title h2 {
    -webkit-line-clamp: 3;
}

.product-image .bg-overlay {
	background: rgba(0,0,0,0.05);
}

/* Footer */
#footer a img {
  width: 250px;
}
#copyrights,
#footer {
  background-color: var(--light-gray);
}