/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
*/

/* Import parent styles */
@import url("../hello-elementor/style.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body a {
  color: rgba(22, 22, 22, 1);
}

body a:hover {
  color: rgba(162, 4, 1, 1);
}

ul li {
  list-style: disc inside none;
}

button:hover {
  background-color: rgba(178, 4, 4, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(178, 4, 4, 1) !important;
}

#banner-slider p {
  margin: 0;
}

.mobile-menu-icon .ts-mobile-icon-toggle span.icon,
.mobile-menu-icon .ts-mobile-icon-toggle span.icon img,
.search-button span.icon,
.search-button span.icon img {
  display: block;
}

footer#colophon.footer-container {
  display: none;
}

#ts-mobile-button-bottom {
  display: none !important;
}

.page-id-14696 ul li {
  list-style: inside;
}

/* .product-on-sale-form input {
  display: none !important;
} */

vertical-menu-button:before {
  display: none !important;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce .products {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.woocommerce .products .product {
  margin: 0 0 40px 0;
  padding: 0 10px;
  position: relative;
  width: 25%;
}

.single-product.woocommerce .products .product {
  width: 100%;
}

.woocommerce
  .products
  .product
  .meta-wrapper
  .woocommerce-loop-product__link:hover
  h2 {
  color: #a20401 !important;
}

#latest-products-grid .products .product {
  width: 50%;
}

#latest-products-grid .products .product-wrapper {
  display: flex;
  gap: 15px;
  background-color: #f3f3f3;
  border-radius: 25px;
  padding: 20px 15px 25px 20px;
}

#latest-products-grid
  .products
  .product-wrapper
  > a.woocommerce-loop-product__link,
#latest-products-grid .products .product-wrapper .meta-wrapper {
  width: 50%;
}

#latest-products-grid .products .product-wrapper .meta-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}

#latest-products-grid
  .products
  .product-wrapper
  .meta-wrapper
  .add_to_cart_button {
  order: 1;
  align-self: end;
  margin-top: auto;
  color: #ffffff !important;
  background: #000000;
  padding: 14px 15px;
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", Sans-serif !important;
  border-radius: 35px !important;
  font-weight: 600 !important;
}

#latest-products-grid
  .products
  .product-wrapper
  .meta-wrapper
  .add_to_cart_button.loading {
  padding: 14px 40px 14px 15px;
}

#latest-products-grid
  .products
  .product-wrapper
  .meta-wrapper
  .add_to_cart_button.loading:after {
  top: 14px;
}

#latest-products-grid .products .product-wrapper .thumbnail-wrapper {
  border-radius: 20px !important;
}

#latest-products-grid .products .product-wrapper .thumbnail-wrapper figure {
  border-radius: 20px !important;
}

#latest-products-grid .products .product-wrapper .thumbnail-wrapper img {
  width: 397px !important;
  height: 330px !important;
  object-fit: cover;
  border-radius: 20px !important;
}

#latest-products-grid .products .product-wrapper .product-categories a {
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #101010;
}

#latest-products-grid
  .products
  .product-wrapper
  .product-categories
  a:nth-of-type(n + 2),
#latest-products-grid
  .products
  .product-wrapper
  .product-categories
  a:nth-of-type(n + 2)
  ~ * {
  display: none;
}

#latest-products-grid
  .products
  .product-wrapper
  h2.woocommerce-loop-product__title {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  min-height: unset !important;
  margin-bottom: 10px;
  color: #161616;
}

#latest-products-grid
  .products
  .product-wrapper
  .woo-variation-item-label
  label {
  padding: 0;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #101010;
  line-height: 1.4;
}

#latest-products-grid .products .product-wrapper .woo-variation-item-label {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#latest-products-grid
  .products
  .product-wrapper
  li.woo-variation-items-wrapper {
  padding: 0;
  margin-bottom: 10px !important;
}

#latest-products-grid
  .products
  .product-wrapper
  li.wvs_archive_reset_variations.hide {
  display: none;
}

#latest-products-grid
  .products
  .product-wrapper
  span.woocommerce-Price-amount.amount {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 600 !important;
  color: #101010;
  padding: 0 5px;
}

.woocommerce .products .product .price {
  color: rgba(0, 0, 0, 1);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: unset;
  color: rgba(0, 0, 0, 1);
}

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

.woocommerce-products-header__title.page-title {
  display: none;
}

.woocommerce-archive-fullwidth {
  padding: 0 30px 50px;
}

#latest-products-grid .products .product-wrapper span.price {
  /* width: unset !important;
  margin-right: 20px !important;
  position: absolute;
  left: 0;
  bottom: 10px; */
  display: block;
  margin-top: auto;
}

#latest-products-grid .woocommerce .products ul {
  margin-bottom: 0;
}

#latest-products-grid .products .product-wrapper .product-group-button-meta {
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
  position: absolute;
  right: 0;
  bottom: 0;
}

#latest-products-grid
  .products
  .product-wrapper
  .product-group-button-meta
  a.add_to_cart_button {
  display: inline;
  color: #ffffff !important;
  background: #000000;
  padding: 5px 15px;
  font-size: 14px !important;
  font-family: "Plus Jakarta Sans", Sans-serif !important;
  border-radius: 35px !important;
  font-weight: 600 !important;
}

#latest-products-grid
  .products
  .product-wrapper
  .product-group-button-meta
  a.add_to_cart_button::before {
  content: unset;
}

#latest-products-grid li.variable-item.button-variable-item:hover {
  background: #000000;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans";
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 8px 4px !important;
}

.tax-product_cat li.variable-item.button-variable-item:hover {
  background: #000000 !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans";
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 8px 4px !important;
}

#latest-products-grid li.variable-item.button-variable-item.variation-selected,
.tax-product_cat li.variable-item.button-variable-item.variation-selected {
  background: #000000 !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans";
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 8px 4px !important;
}

#latest-products-grid li.variable-item.button-variable-item,
.tax-product_cat li.variable-item.button-variable-item {
  font-family: "Plus Jakarta Sans";
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 8px 4px !important;
}

#latest-products-grid
  .woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ),
.tax-product_cat
  .woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  background: #ffffff !important;
  color: #000000 !important;
}

#latest-products-grid .woocommerce .product .onsale {
  border-radius: 25px 3px 3px 3px;
}

#brands-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  cursor: grab;
  justify-content: flex-start;
  padding-left: 30px;
}

#brands-tabs.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
  display: none;
}

#brands-tabs .product_title {
  width: 100%;
  display: block;
}

#faq-section .e-n-accordion-item-title {
  justify-content: space-between;
}

#faq-section .elementor-widget-container > ul li {
  list-style: initial;
}

#menu-redesign .menu-item a.has-submenu > span.sub-arrow {
  display: none;
}

#menu-redesign .sub-menu .menu-item a.has-submenu > span.sub-arrow {
  display: block !important;
}

#menu-redesign .sub-menu .menu-item a.elementor-sub-item {
  justify-content: space-between;
  padding: 10px 26px 10px 26px;
}

#menu-redesign .menu-item .sub-menu {
  padding: 30px 0 38px 0 !important;
  z-index: 999 !important;
}

#menu-redesign
  nav
  > ul.elementor-nav-menu
  > li.menu-item
  > ul.sub-menu
  > li.menu-item {
  border-right: 1px solid #cbd1dd !important;
}

#menu-redesign
  nav
  > ul.elementor-nav-menu
  li.menu-item
  ul.sub-menu
  ul.sub-menu {
  border-radius: 0 8px 8px 0;
  margin-top: -30.5px;
  top: 0px !important;
}

.products-redesign div.product .price ins .amount {
  color: #212121 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.products-redesign div.product .price del .amount {
  color: #707070 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.products-redesign div.product .price .amount {
  color: #212121 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
}

#category-products
  .elementor-14363
  .elementor-element.elementor-element-9c4db47
  > .elementor-widget-container {
  min-height: 84px;
}

#category-products div.product .price {
  color: #000000;
}

#category-products div.product .price .amount {
  color: #000000;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

#menu-redesign .elementor-nav-menu > li.menu-item:first-child {
  display: none;
}

#menu-redesign .elementor-nav-menu .menu-item > .sub-menu:before {
  content: url(https://detroitdiamondtools.com/wp-content/uploads/2025/03/Background.svg);
  position: absolute;
  top: -10px;
  left: 13px;
}

#menu-redesign
  nav
  > ul.elementor-nav-menu
  li.menu-item
  ul.sub-menu
  ul.sub-menu:before {
  content: unset;
}

#brand-search-form {
  position: relative;
}

.brands-custom-dropdown {
  position: relative;
}
.brands-custom-dropdown button.dropdown-toggle {
  background-color: #000000;
  color: #ffffff;
  padding: 14px 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
  gap: 5px;
}

.brands-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 65px;
  background: white;
  width: 1030px;
  border: 1px solid #dbdbdb;
  z-index: 10;
  padding: 31px 34px 31px 34px;
  border-radius: 8px;
}

.brands-dropdown-wrapper:before {
  content: url(https://detroitdiamondtools.com/wp-content/uploads/2025/03/Background.svg);
  position: absolute;
  position: absolute;
  top: -10px;
  left: 13px;
}

.brands-dropdown-wrapper a.shop-all-brand {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
  display: flex;
  gap: 7px;
}

.brands-dropdown-menu {
  display: flex;
  gap: 15px;
}

.brands-dropdown-column {
  flex: 1;
  min-width: 180px;
}

.brands-dropdown-menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
}

.brands-dropdown-menu li {
  cursor: pointer;
  list-style: none !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #17191f;
}

.brands-dropdown-menu li.selected,
.brands-dropdown-menu li:hover {
  color: #b20404;
}
.search-container {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 5px 17px 5px 5px;
  border-radius: 12px;
}

.search-container input {
  flex: 1;
  border: none !important;
  background: none !important;
  margin: 0;
  height: 100% !important;
  padding: 14px 0 14px 20px !important;
  color: rgba(0, 0, 0, 0.63) !important;
  text-transform: capitalize;
}

.search-container input::placeholder {
  color: rgba(0, 0, 0, 0.63) !important;
}

.search-container input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.63) !important;
}

.search-container .brand-submit {
  border: 0;
  padding: 0;
  display: inline-flex;
}

.search-container .brand-submit:hover {
  background-color: unset;
}

#brand-search-form .new-search-results {
  display: none;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  max-height: 580px;
  width: 100%;
  overflow-y: auto;
}

#brand-search-form .new-search-results .dropdown-results li {
  list-style: none;
}

#brand-search-form .new-search-results .dropdown-results li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#brand-search-form
  .new-search-results
  .dropdown-results
  .product-thumbnail
  img {
  max-width: 150px;
  width: 100%;
}

#brand-search-form .new-search-results .dropdown-results .product-meta h3 {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: normal;
}

#brand-search-form
  .new-search-results
  .dropdown-results
  a:hover
  .product-meta
  h3 {
  color: #b20404;
}

#Brands-alphabets .elementor-widget-container .elementor-icon-list-items {
  gap: 8px;
}

#Brands-alphabets span.elementor-icon-list-text {
  border: 2px solid #010114;
  padding: 8px;
  border-radius: 3.6px;
  font-size: 16px;
  line-height: 18px;
  width: 35px;
  height: 35px;
  color: #010114;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 700;
}

#brands-list .woocommerce .products {
  margin: 0;
  gap: 44px;
  flex-wrap: wrap;
  z-index: 0;
}

#brands-list .woocommerce .products .product.product-category {
  margin: 0;
  width: 154.89px;
  padding: 0;
}

#brands-list .woocommerce .products .product .product-wrapper {
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 0;
}

#brands-list .woocommerce .product-wrapper .meta-wrapper {
  padding: 0;
}

#brands-list .product-category .product-wrapper > a {
  padding: 21px 17px 1px;
  display: block;
  overflow: unset;
}

#brands-list .woocommerce .products .product a img {
  height: 36px;
  width: 123px !important;
}

#brands-list .woocommerce .products .product.product-category h3 {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 10px;
  line-height: 20.99px;
  font-weight: 700;
  padding-bottom: 12px;
}

#brands-list .woocommerce .products .product.product-category .count {
  background-color: #000000;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 12px;
  font-weight: 700;
}

#custom-cart .elementor-menu-cart__main {
  width: 500px;
  overflow-y: auto;
}

#custom-cart a.remove.remove_from_cart_button {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: var(--wc-red) !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

#custom-cart a.remove.remove_from_cart_button:hover {
  color: #a00 !important;
  background: unset;
}

#custom-cart li.mini_cart_item > a:nth-child(2),
#custom-cart li.mini_cart_item span.quantity {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  color: #202020;
}

#custom-cart li.mini_cart_item span.quantity {
  display: block;
}

#custom-cart .cart_list li.mini_cart_item img {
  box-shadow: none;
  width: 90px;
  margin: 0;
  float: left;
  margin-right: 10px;
}

#custom-cart .cart_list li.mini_cart_item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0 0 0 / 0.15);
  list-style: none;
}

#custom-cart .cart_list li.mini_cart_item .price-wrapper {
  margin: 10px 0 15px;
}

#custom-cart .cart_list li.mini_cart_item .price-wrapper .amount {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

#custom-cart .cart_list li.mini_cart_item .quantity-wrapper {
  display: inline-flex;
  border: 1px solid rgba(0 0 0 / 0.2);
}

#custom-cart .cart_list li.mini_cart_item .quantity-wrapper button {
  border: 0;
  padding: 0;
  width: 38px;
  height: 34px;
  position: relative;
}

#custom-cart
  .cart_list
  li.mini_cart_item
  .quantity-wrapper
  button.minus:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 1.5px;
  transform: translate(50%, -50%);
  background-color: currentColor;
}

#custom-cart .cart_list li.mini_cart_item .quantity-wrapper button.plus:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 1.5px;
  transform: translate(50%, -50%);
  background-color: currentColor;
}

#custom-cart .cart_list li.mini_cart_item .quantity-wrapper button.plus:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1.5px;
  height: 12px;
  transform: translate(50%, -50%);
  background-color: currentColor;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#custom-cart .cart_list li.mini_cart_item .quantity-wrapper input {
  width: 35.2px;
  border: 0;
  padding: 8px 0;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: center;
}

#custom-cart
  .cart_list
  li.mini_cart_item
  .quantity-wrapper
  input[type="number"]::-webkit-inner-spin-button,
#custom-cart
  .cart_list
  li.mini_cart_item
  .quantity-wrapper
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#custom-cart
  .cart_list
  li.mini_cart_item
  .quantity-wrapper
  input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

#custom-cart p.woocommerce-mini-cart__total.total {
  margin: 20px 0;
  text-align: right;
}

#custom-cart p.woocommerce-mini-cart__buttons.buttons {
  padding-bottom: 30px;
}

#custom-cart .cart_list li.mini_cart_item .variation {
  display: none;
}

.woocommerce-mini-cart__buttons {
  display: flex !important;
  gap: 17px !important;
}

.woocommerce-mini-cart__buttons a.button.wc-forward {
  background-color: #b20404 !important;
  border: none !important;
  border-radius: 40px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 35px !important;
  text-transform: capitalize;
}

.woocommerce-mini-cart__buttons a.button.checkout.wc-forward {
  background-color: #fff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
}

.elementor-widget-woocommerce-product-images .woo-variation-product-gallery {
  max-width: 100% !important;
}

.woo-variation-swatches-variable-item-more a {
  font-size: 14px;
  color: #191919;
  font-family: "Plus Jakarta Sans", Sans-serif;
  margin-left: 10px;
}

.tax-product_cat .term-description {
  background-color: #000000;
  text-align: center;
  padding: 50px 154px;
  margin: 25px 0 50px;
}

.tax-product_cat.brand-category-class .term-description {
  background-color: #f3f3f3 !important;
}

.tax-product_cat .term-description h1 {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 48px;
}

.tax-product_cat .term-description h2 {
  color: #b20404;
  font-size: 24px;
  line-height: 54px;
}

.tax-product_cat.brand-category-class .term-description h2 {
  color: #b20404;
}

.tax-product_cat .term-description p,
.tax-product_cat .term-description a {
  font-family: "Plus Jakarta Sans", Sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 28px;
}

.tax-product_cat.brand-category-class .term-description h1,
.tax-product_cat.brand-category-class .term-description h2 {
  color: #092143;
}

.tax-product_cat.brand-category-class .term-description p,
.tax-product_cat.brand-category-class .term-description a {
  color: #575757;
}

/* Category Page Css */

.woocommerce .before-loop-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}

form.product-on-sale-form {
  float: left;
  margin: 0 20px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background: #f6f5f6;
}

.product-on-sale-form label {
  text-transform: none;
  padding: 0 0 0 22px;
  position: relative;
  margin: 0;
  cursor: pointer;
  line-height: 40px;
  transition: 350ms ease 0s;
  font-size: 13px;
  font-family: "Jost", Sans-serif;
}

.product-on-sale-form label:before {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  transition: 350ms ease 0s;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(229, 229, 229, 1);
}

.product-on-sale-form input {
  display: none !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  background: #f6f5f6;
  width: auto;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.woocommerce .woocommerce-ordering select {
  display: none;
}

.woocommerce .woocommerce-ordering ul.orderby {
  min-width: 220px;
  margin: 0;
  position: relative;
  padding: 0;
}

.woocommerce .woocommerce-ordering .orderby > li {
  font-size: 13px;
  cursor: pointer;
  padding: 0 20px;
  line-height: 40px;
  position: relative;
  z-index: 4;
  list-style: none;
}

.woocommerce .woocommerce-ordering .orderby-current {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  transition: 350ms ease 0s;
  color: rgba(22, 22, 22, 1);
  font-family: "Jost", Sans-serif;
}

.woocommerce .woocommerce-ordering .orderby ul {
  margin: 0;
  padding: 9px 20px 15px 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.woocommerce .woocommerce-ordering .orderby ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 1);
}

.woocommerce .woocommerce-ordering .orderby li {
  list-style: none;
  font-size: 13px;
}

.woocommerce .woocommerce-ordering ul li a {
  color: rgba(112, 112, 112, 1);
  padding: 0;
  width: 100%;
  display: inline-block;
  position: relative;
  font-family: "Jost", Sans-serif;
  font-size: 13px;
}

.woocommerce .woocommerce-ordering ul li a.current {
  color: rgba(162, 4, 1, 1);
}

.woocommerce .woocommerce-ordering .orderby-current:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
}

.woocommerce .after-loop-wrapper {
  margin: 30px 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination {
  display: none !important;
}

.ts-shop-result-count {
  font-family: "Jost", Sans-serif;
  font-size: 13px;
  text-align: center;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}

.tax-product_cat .page-container,
.page-id-10724 .page-container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.tax-product_cat .page-container #main-content,
.page-id-10724 .page-container #main-content {
  padding: 0;
}

.tax-product_cat .woocommerce.main-products.list .products,
.woocommerce.main-products.list .products {
  margin: 0 !important;
}

.tax-product_cat .woocommerce.main-products.list .products .product,
.woocommerce.main-products.list .products .product {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.tax-product_cat .woocommerce.main-products .products .product .product-wrapper,
.woocommerce .products .product .product-wrapper {
  padding: 17px 20px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
}

.tax-product_cat .woocommerce.main-products.grid .product-wrapper .meta-wrapper,
.woocommerce .product-wrapper .meta-wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.tax-product_cat
  .woocommerce.main-products.list
  .product-wrapper
  .meta-wrapper {
  padding-left: 20px !important;
}

.tax-product_cat .woocommerce.main-products .product-wrapper .product-name,
.woocommerce .product-wrapper .product-name {
  margin-top: 0;
  margin-bottom: 20px;
  min-height: unset;
}

.tax-product_cat .woocommerce.main-products .product-wrapper .product-name a,
.woocommerce .product-wrapper .product-name a {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(22, 22, 22, 1);
}

.tax-product_cat
  .woocommerce.main-products
  .product-wrapper
  .product-name
  a:hover,
.product-name a:hover {
  color: rgba(162, 4, 1, 1) !important;
}

.tax-product_cat
  .woocommerce.main-products
  .product-wrapper
  .variations
  .woo-variation-item-label
  label,
.woocommerce .product-wrapper .variations .woo-variation-item-label label {
  padding: 0;
}

.tax-product_cat
  .woocommerce.main-products
  .product-wrapper
  .variations
  .woo-variation-item-label,
.tax-product_cat
  .woocommerce.main-products
  .product-wrapper
  .variations
  .woo-variation-items-wrapper,
.woocommerce .product-wrapper .variations .woo-variation-items-wrapper {
  margin: 0;
}

.woocommerce .product-wrapper .variations .woo-variation-item-label {
  margin-bottom: 10px;
}

.tax-product_cat
  .woocommerce.main-products
  .product-wrapper
  .variations
  .archive-variable-items
  .variable-item-span.variable-item-span-button,
.woocommerce
  .product-wrapper
  .variations
  .archive-variable-items
  .variable-item-span.variable-item-span-button {
  padding: 5px 10px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
}

.tax-product_cat .woocommerce .products .product .price .amount,
.woocommerce .products .product .price .amount {
  color: #101010;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tax-product_cat
  .woocommerce.main-products
  .product-group-button-meta
  > div.loop-add-to-cart,
.woocommerce .products .product div.loop-add-to-cart {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 5px;
}

.tax-product_cat .woocommerce.main-products .product-group-button-meta,
.woocommerce .product-group-button-meta {
  border: 0 !important;
}

.tax-product_cat
  .woocommerce.main-products
  .product-group-button-meta
  > div.loop-add-to-cart
  a,
.woocommerce .products .product div.loop-add-to-cart a {
  font-family: "Plus Jakarta Sans", Sans-serif !important;
  border: 1px solid #000000 !important;
  border-radius: 26px !important;
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 11px 20px;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading::after {
  position: unset;
  margin-left: 10px;
}

.tax-product_cat
  .woocommerce.main-products
  .product-group-button-meta
  > div.loop-add-to-cart
  a:hover,
.woocommerce .products .product div.loop-add-to-cart a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.tax-product_cat
  .woocommerce.main-products
  .product-group-button-meta
  > div.loop-add-to-cart
  a:before,
.woocommerce .product-group-button-meta > div.loop-add-to-cart a:before {
  content: unset;
}

.contact-us-form {
  max-width: 504px;
  width: 100%;
}

.contact-us-form .input-group {
  display: flex;
  gap: 36px;
}

.contact-us-form .input-wrap {
  margin-bottom: 16px !important;
}

.contact-us-form .input-wrap p {
  margin: 0;
}

.contact-us-form .input-wrap label {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #f8f9fa;
  padding: 0;
  margin-bottom: 18px;
}

.contact-us-form .input-wrap span {
  margin: 0;
}

.contact-us-form .input-wrap input {
  padding: 10px 16px;
  margin: 0;
}

.contact-us-form .input-wrap input::placeholder,
.contact-us-form .input-wrap textarea::placeholder {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-weight: 400;
  color: #a2a9b0;
}

.contact-us-form .submit-btn input {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 80px;
  background-color: #c70202;
  color: #ffffff;
  padding: 13px 48px;
}

#complaints-links ul li a:hover span {
  color: #c70202;
}

.woocommerce table.shop_table.cart td.actions {
  gap: 15px;
}

.woocommerce
  table.shop_table.cart
  td.actions
  .wsc_save_share_cart_btns
  button.wsc_share_cart,
.woocommerce
  table.shop_table.cart
  td.actions
  .wsc_save_share_cart_btns
  button.wsc_save_share_cart {
  margin-bottom: 15px;
}

.woocommerce.columns-4 .products .product.product-category {
  width: unset !important;
}

.woocommerce .load-more.button {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 80px;
  background-color: #ffffff;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 14px 25px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading::after {
  top: 1em;
}

.woocommerce .load-more.button:hover {
  background-color: #000000;
  color: #ffffff !important;
}

li.mini_cart_item > a {
  max-height: unset !important;
}

.woocommerce table.cart td.actions .coupon .button {
  position: unset !important;
}

.woocommerce-cart .woocommerce .cart-collaterals:before {
  content: unset !important;
}

.woocommerce .product .thumbnail-wrapper {
  z-index: 0;
}

.product.type-product.post-14857,
.product.type-product.post-14696,
.product.type-product.post-14855,
.product.type-product.post-15057 {
  display: none;
}

.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover {
  background-color: unset !important;
  color: #c21a00 !important;
}

.woocommerce .product .product-label {
  top: 0;
  left: 0;
}

.woocommerce .product .thumbnail-wrapper {
  position: unset;
}

.woocommerce .products .product .product-wrapper {
  position: relative;
  z-index: 0;
}

.woocommerce .product .onsale {
  background-color: #c70202 !important;
  margin: 0;
  height: 20px;
  width: auto;
  min-width: 50px;
  min-height: auto;
  line-height: normal;
  top: 0;
  left: 0;
  text-transform: uppercase;
  border-radius: 8px 3px 3px 3px;
  display: block;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 0px;
  font-size: 13px;
}

#brands-tabs .woocommerce div.product.swiper-slide {
  max-width: 452.385px;
}

body.menu-mobile-active #ts-search-sidebar {
  display: none;
}

.blogs .thumbnail {
  border-radius: 20px;
  z-index: 0;
}

.blogs .cats-link a,
.blogs .post-title {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 700;
}

.blogs .excerpt {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.blogs .author,
.blogs .date-time {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.blogs .button-readmore.button.button-primary {
  background-color: #000000 !important;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 67px;
  border: unset;
}

.blogs .button-readmore.button.button-primary:hover {
  background-color: #cb2027 !important;
  color: #ffffff !important;
}

.ts-blogs-wrapper .load-more-wrapper .load-more.button {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 80px;
  background-color: #ffffff;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 5px 25px;
}

.ts-blogs-wrapper .load-more-wrapper .load-more.button:hover {
  background-color: #000000;
  color: #ffffff !important;
}

article .thumbnail {
  z-index: 0;
}

.elementor-element.elementor-element-d60ff1d.elementor-widget.elementor-widget-image,
.elementor-element.elementor-element-d60ff1d.elementor-widget.elementor-widget-image
  a {
  width: 100%;
}

.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  min-width: 271px !important;
}

.single-product.woocommerce
  div.product
  form.cart
  .single_add_to_cart_button:hover {
  background: #000000 !important;
}

.single-product.woocommerce
  div.product
  form.cart
  .single_add_to_cart_button:before {
  content: unset !important;
}

.single-product.woocommerce .e-atc-qty-button-holder {
  gap: 10px !important;
  margin-bottom: 24px !important;
}

.single-product.woocommerce .quantity .number-button {
  max-width: 94px !important;
  width: 100% !important;
  border-radius: 3px;
  padding: 4px 0;
  border: 1px solid #000000 !important;
}

.single-product.woocommerce .quantity .minus {
  left: 5px;
}

.single-product.woocommerce .quantity .plus {
  right: 5px;
}

.single-product.woocommerce .quantity .minus,
.single-product.woocommerce .quantity .plus {
  border: 0 !important;
  line-height: unset !important;
}

.single-product.woocommerce .quantity input.qty {
  background: unset !important;
  padding: 8px 10px !important;
  display: block;
  text-align: center;
}

.single-product.woocommerce div.product .woocommerce-tabs {
  padding: 20px 16px !important;
  border: 0 !important;
  margin: 0 !important;
}

.single-product.woocommerce
  div.product
  .woocommerce-tabs
  #tab-description
  .product-content,
.single-product.woocommerce
  div.product
  .woocommerce-tabs
  #tab-description
  .product-content
  p {
  text-align: center !important;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 0 20px !important;
}

.single-product.woocommerce .related.products {
  margin: 0 !important;
  border: 0 !important;
}

#wc-stripe-express-checkout-element-googlePay .p-ThirdPartyButtonContainer,
#wc-stripe-express-checkout-element-link iframe button.LinkButton {
  border-radius: 26px !important;
}

.elementor-element.elementor-element-cc83502.elementor-hidden-mobile_extra.elementor-hidden-mobile.elementor-widget.elementor-widget-image {
  height: 100%;
  object-fit: cover;
}

.elementor-14696 .elementor-element.elementor-element-75530f9 img,
.elementor-14696 .elementor-element.elementor-element-75530f9 {
  height: 100%;
}

/* .custom-category-banner {
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
}

.custom-category-banner img {
  max-width: 100%;
  height: auto;
  display: none;
}

.custom-category-banner .desktop-banner {
  display: block;
  width: 100%;
}

.term-134 .page-container {
  flex-wrap: wrap;
}

.term-134.tax-product_cat .term-description {
  display: none;
} */

/* .elementor-menu-cart__main {
  display: none !important;
} */

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

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  background: unset;
}

span.posted_in.detail-container {
  padding-bottom: 10px !important;
}

.woocommerce-product-details__short-description ul li {
  padding: 4px 0;
}

.woocommerce div.product form.cart .variations th.label {
  display: flex;
  padding: 0 0 8px;
  line-height: 22px;
  justify-content: flex-start;
  align-items: baseline;
  text-transform: none;
  color: #707070;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-size: 16px;
  font-family: Jost, sans-serif;
}

.woo-variation-swatches.wvs-show-label
  .variations
  th
  .woo-selected-variation-item-name {
  font-size: 13px;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.woocommerce div.product form.cart .variations td {
  padding: 0;
}

.woocommerce div.product form.cart .reset_variations:before {
  font-family: "Font Awesome 5 Free";
  letter-spacing: 0;
  display: inline-block;
  margin-right: 3px;
  content: "\f00d";
  font-weight: 900 !important;
  line-height: 22px;
  font-size: 12px;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 13px;
  font-family: Jost, sans-serif;
}

.woocommerce-variation.single_variation .woocommerce-variation-description {
  display: none !important;
}

.woocommerce div.product span.price {
  color: rgba(0, 0, 0, 1);
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.disabled,
.woocommerce button.button.alt.disabled {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  min-width: 271px !important;
}

.woocommerce div.product form.cart .variations {
  margin: 0;
}

div.product .woocommerce-variation-price .price {
  padding: 0 0 15px 0;
  display: block;
}

.woocommerce div.product span.price {
  color: rgba(0, 0, 0, 1);
}

.woocommerce div.product .price .amount {
  font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 24px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #b20404;
  border-radius: 4px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce .quantity .qty {
  padding: 8px 10px;
}

/*- 1. SHOPPING CART -------------------------------------------------------------------------------------------*/
.ts-cart-checkout-process-bar {
  width: 100%;
}
#page .ts-cart-checkout-process-bar {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}
.woocommerce-checkout #page .ts-cart-checkout-process-bar {
  margin-bottom: 20px;
}
.ts-cart-checkout-process-bar > a {
  width: 33.3333333333%;
  position: relative;
  border-width: 0 0 6px 0;
  padding-bottom: 5px;
  border-style: solid;
  border-color: rgba(158, 155, 158, 0.1);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 0 0 20px 0;
}
.ts-cart-checkout-process-bar > a.process-confirm {
  cursor: default;
}
.ts-cart-checkout-process-bar > a.process-confirm * {
  opacity: 0.5;
}
.ts-cart-checkout-process-bar > a.process-confirm.active * {
  opacity: 1;
}
body .ts-cart-checkout-process-bar h6 {
  margin: 0;
  line-height: 22px;
}
.ts-cart-checkout-process-bar .status {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  margin-right: 15px; /* rtl */
}
.ts-cart-checkout-process-bar a.active .status {
  font-size: 0;
}
.ts-cart-checkout-process-bar a.active .status:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  letter-spacing: 0;
  font-weight: 900;
  font-size: 14px;
}
.ts-cart-checkout-process-bar a div > span:not(.status) {
  line-height: 18px;
  display: block;
}
body.woocommerce-cart article > .woocommerce,
body.woocommerce-cart .elementor-shortcode > .woocommerce {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
body.woocommerce-cart
  .elementor-shortcode
  > .woocommerce
  > .woocommerce-notices-wrapper,
body.woocommerce-cart article > .woocommerce > .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after,
.woocommerce-cart .woocommerce:after {
  display: none !important;
}
.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details {
  margin: 0 0 70px 0; /* rtl */
  width: calc(100% - 440px);
  position: relative;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout > .woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce table.shop_table {
  margin: 0;
  border-width: 0;
  table-layout: auto;
  position: relative;
}

.woocommerce-cart .woocommerce:after {
  display: table;
  clear: both;
  content: "";
}
.woocommerce-cart .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review {
  width: 340px;
  margin-bottom: 60px;
  position: relative;
}
.woocommerce-cart .woocommerce .cart-collaterals:before {
  position: absolute;
  left: -50px; /* rtl */
  content: "";
  top: 0;
  bottom: 0;
  border-width: 0 1px 0 0;
  border-style: dashed;
  display: block;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  background: transparent;
  margin: 0;
}
.cart_totals table tbody th {
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 25%;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  padding: 0;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.woocommerce-cart .woocommerce-shipping-calculator {
  margin-top: 8px;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  line-height: 22px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 14px 0 14px 30px !important; /* rtl */
  vertical-align: top;
  text-transform: none;
}
.woocommerce .woocommerce-shipping-calculator .button {
  padding: 0 10px;
  min-width: 100px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  font-size: 13px;
  line-height: 30px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  filter: none;
  cursor: pointer;
  text-align: center;
  background-image: none;
  border-width: 1px;
  border-style: solid;
}
.woocommerce .woocommerce-shipping-calculator .button:hover {
  background-color: rgba(178, 4, 4, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 4, 4, 1);
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 14px 0 14px 0 !important;
  vertical-align: top;
  text-align: start;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce .checkout #order_review table thead th {
  border-width: 0 0 1px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce #order_review table.shop_table tr td,
.woocommerce #order_review table.shop_table thead th,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child {
  text-align: end;
}
.woocommerce-cart .cart-collaterals table .order-total td,
.woocommerce-cart .cart-collaterals table .order-total th {
  border-width: 0;
}
.woocommerce .cart-collaterals table.shop_table tr:nth-child(2n) td,
.woocommerce-page .cart-collaterals table.shop_table tr:nth-child(2n) td {
  background: transparent !important;
}
.woocommerce table.shop_table td.product-name,
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce #order_review table.shop_table tr .product-name {
  text-align: start;
}
.woocommerce #order_review table.shop_table th:first-child,
.woocommerce #order_review table.shop_table th {
  padding-bottom: 15px;
}
#order_review table.shop_table #shipping_method {
  float: right; /* rtl */
}
.woocommerce table.shop_table.cart tr {
  background: transparent;
}
.woocommerce table.shop_table th .woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top-width: 0;
}
.woocommerce table.shop_table th:first-child {
  padding: 0 0 20px 0; /* rtl */
}
.woocommerce table.shop_table td {
  padding: 20px 0;
  border-top-width: 0px;
}
.woocommerce table.shop_table.order_details tr td:first-child {
  padding-left: 0;
  padding-right: 20px; /* rtl */
}
.woocommerce table.shop_table th {
  padding: 0 0 20px 20px; /* rtl */
  background: unset;
  text-transform: uppercase;
}
.woocommerce table.shop_table tr td {
  border-top-width: 0;
  background: unset;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th {
  padding: 0 0 20px 20px; /* rtl */
}
.woocommerce table.my_account_orders th:first-child,
.woocommerce table.shop_table.order_details th:first-child {
  padding: 0 0 20px 0; /* rtl */
}
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.order_details td {
  padding: 20px 0 20px 20px; /* rtl */
}
.woocommerce table.my_account_orders tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.my_account_orders tfoot td,
.woocommerce table.shop_table.order_details tfoot td {
  border-width: 0;
}
.woocommerce table.my_account_orders tfoot th:first-child,
.woocommerce table.shop_table.order_details tfoot th:first-child,
.woocommerce table.my_account_orders tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.my_account_orders tfoot tr td,
.woocommerce table.shop_table.order_details tfoot tr td {
  padding-top: 20px;
  padding-bottom: 0;
}
.woocommerce-order-details p.order-again {
  border-width: 1px 0 1px 0;
  border-style: dashed;
  padding: 30px 0;
  margin-bottom: 0;
  text-align: end;
}
.woocommerce table.my_account_orders tr td:first-child,
.woocommerce table.shop_table.order_details tr td:first-child {
  padding-left: 0; /* rtl */
  padding-right: 0; /* rtl */
}
.woocommerce table.shop_table.order_details td.product-total {
  width: 40%;
}
.woocommerce table.shop_table th.product-remove {
  width: 20px;
}
.woocommerce table.shop_table .product-remove a {
  display: inline-block;
  color: rgba(112, 112, 112, 1) !important;
}

.woocommerce table.shop_table .product-remove a:hover {
  color: #a20401 !important;
  background: unset;
}

.woocommerce table.shop_table td.product-thumbnail a {
  display: inline-block;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  width: 120px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100%;
}
.woocommerce table.shop_table td.product-name a:hover {
  text-decoration: none;
}
.woocommerce table.shop_table.cart td.actions {
  border: 0;
  padding: 20px 0 0 0;
  width: 100%;
  margin: 0;
}
.woocommerce table.cart .button,
.woocommerce table.cart input.button {
  float: right; /* rtl */
  margin-left: 10px; /* rtl */
  font-size: 13px;
  line-height: 30px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 4px 20px !important;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  filter: none;
  cursor: pointer;
  text-align: center;
  background-image: none;
  border-width: 1px;
  border-style: solid;
}
.woocommerce-cart-form .shop_table button.button,
.wsc_save_share_cart_btns .button {
  background-color: rgba(162, 4, 1, 1);
  color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(162, 4, 1, 1);
}

.woocommerce-cart-form .shop_table button.button:hover,
.wsc_save_share_cart_btns .button:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  color: rgba(162, 4, 1, 1) !important;
  border-color: rgba(162, 4, 1, 1);
}

.shop_table.cart .amount {
  padding: 0;
}
.shop_table.cart del {
  margin-right: 10px; /* rtl */
}
/* Coupon */
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  position: relative;
}
.woocommerce table.cart td.actions .coupon .input-text {
  float: left;
  filter: none !important;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  padding: 4px 15px;
  text-align: left;
  width: 100% !important;
  box-shadow: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(112, 112, 112, 1);
}
.woocommerce table.cart td.actions .coupon .button {
  position: absolute;
  right: 15px; /* rtl */
  padding-left: 0 !important;
  padding-right: 0 !important;
  top: 1px;
  border: 0;
  background: transparent;
  width: auto;
  color: rgba(22, 22, 22, 1) !important;
}

.woocommerce table.cart td.actions .coupon .button:hover {
  color: rgba(162, 4, 1, 1);
  background-color: unset;
}
#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 {
  margin: 0; /* rtl */
}
#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 {
  float: right; /* rtl */
}
#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 {
  margin: -2px 0 0 10px; /* rtl */
}
.woocommerce table.cart .actions > .button.empty-cart-button:before {
  font-family: "Font Awesome 5 Free";
  letter-spacing: 0;
  display: inline-block;
  content: "\f2ed";
  margin-right: 5px; /* rtl */
  font-weight: 900;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  background-color: #ffffff;
}
.woocommerce ul#shipping_method {
  margin: 0;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination {
  margin-bottom: 0;
  display: block;
}
.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0 0 8px 0;
  line-height: 18px;
  text-indent: 0;
  list-style: none;
  position: relative;
  text-align: start;
}
.woocommerce .woocommerce-shipping-calculator > p {
  margin-bottom: 15px;
}
.woocommerce ul#shipping_method li input {
  position: absolute;
  top: 3px;
  margin: 0;
  left: -20px; /* rtl */
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: -2px 5px 0 0; /* rtl */
  cursor: pointer;
  display: inline;
  vertical-align: middle;
}
.woocommerce ul#shipping_method li label {
  line-height: 18px;
  position: relative;
  padding: 0;
  cursor: pointer;
  text-transform: none;
}
.woocommerce ul#shipping_method li .amount {
  display: inline-block;
  text-indent: 0;
  line-height: 18px;
}
.woocommerce #payment ul.payment_methods {
  border: 0;
  padding: 0;
}
.payment_methods li {
  list-style: none;
  position: relative;
  padding: 0;
}
.payment_box > fieldset {
  border: 0;
}
.woocommerce #payment ul.payment_methods li label {
  display: inline;
  padding: 0;
  text-transform: uppercase;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  text-align: start;
}

/* CALCULATOR SHIPPING */
.shipping-calculator-form .form-row {
  margin-bottom: 10px !important;
}
.shipping-calculator-form .form-row#calc_shipping_country_field {
  margin-bottom: 14px !important;
}
.shipping-calculator-button:hover {
  text-decoration: none;
}
.shipping-calculator-button {
  line-height: 22px;
  text-decoration: none;
}
.woocommerce-shipping-calculator .button {
  margin-top: 10px !important;
}
#add_payment_method
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-checkout
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination {
  line-height: 22px;
  font-style: italic;
  padding: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}
.shipping-calculator-form > p.address-field + p {
  margin-bottom: 6px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}
.cart_totals .wc-proceed-to-checkout a.button {
  width: 100%;
  margin: 0;
  background-color: rgba(178, 4, 4, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 4, 4, 1);
  font-size: 13px;
  line-height: 30px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 4px 20px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  filter: none;
  cursor: pointer;
  text-align: center;
  background-image: none;
  border-width: 1px;
  border-style: solid;
}

.cart_totals .wc-proceed-to-checkout a.button:hover {
  background: transparent;
  color: rgba(178, 4, 4, 1);
  border-color: rgba(178, 4, 4, 1);
}

.woocommerce-cart .entry-title {
  text-align: center;
  margin: 40px auto 60px;
}

.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  padding: 0;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: rgba(162, 4, 1, 1);
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.woocommerce-checkout #customer_details:before {
  position: absolute;
  right: -50px; /* rtl */
  content: "";
  top: 0;
  bottom: 0;
  border-width: 0 1px 0 0;
  border-style: dashed;
  display: block;
}

/* BILLING */
.woocommerce-additional-fields {
  margin-top: 10px;
}
body .woocommerce-additional-fields > h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.woocommerce .checkout #customer_details .col-1 {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.woocommerce .checkout #customer_details .col-1,
.woocommerce .checkout #customer_details .col-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: left; /* rtl */
}
.woocommerce .checkout #customer_details .col-2 {
  margin-top: 14px;
}
.woocommerce-billing-fields {
  overflow: hidden;
}
.woocommerce-billing-fields > h3:after {
  display: table;
  clear: both;
  content: "";
}
.ship-to-different-address {
  position: relative;
}
.ship-to-different-address input {
  position: absolute;
  top: 0;
  left: 0; /* rtl */
  content: "";
}
/* SHIPPING */
#ship-to-different-address {
  margin-bottom: 10px;
}
form.checkout p.create-account > label {
  position: relative;
  display: inline;
  cursor: pointer;
  text-transform: none;
  font-size: 100%;
}
.woocommerce-checkout .checkout #ship-to-different-address label {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
#order_comments_field {
  padding-top: 15px;
  margin-bottom: 0;
}
.woocommerce form .form-row .input-checkbox,
label .woocommerce-Input[type="checkbox"],
#ship-to-different-address-checkbox {
  cursor: pointer;
  display: inline;
  margin: -2px 8px 0 0; /* rtl */
  text-align: center;
  vertical-align: middle;
}
.woocommerce-invalid #terms {
  margin: 0 8px 0 0; /* rtl */
}
.woocommerce-checkout .checkout h3#ship-to-different-address {
  width: 100%;
  float: none;
  position: relative;
  margin: 0;
  line-height: 0;
}
.woocommerce-checkout .checkout .create-account {
  padding-top: 10px;
  margin: 0;
}

/* CREATE ACCOUNT */
form.checkout div.create-account {
  display: inline-block;
  width: 100%;
}
.woocommerce-account-fields {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: dashed;
}
form.checkout p.create-account {
  display: inline-block;
  width: 100%;
  margin: 0 0 8px 0;
}

/* ORDER REVIEW */
.includes_tax .amount {
  font-size: 100%;
}
.woocommerce .order_details li {
  list-style: none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  line-height: 22px;
}
.woocommerce #order_review table.shop_table tbody td {
  padding: 12px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th {
  padding: 20px 0 0 0;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 5px 0;
}
.woocommerce table.shop_table.order_details td a:hover {
  text-decoration: none;
}
.woocommerce table.my_account_orders,
.woocommerce table.shop_table.order_details {
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 20px;
  float: right; /* rtl */
}
.woocommerce-MyAccount-content .woocommerce-pagination .button {
  min-width: 140px;
}
.woocommerce table.shop_table.order_details {
  margin: 30px 0;
}
.woocommerce table.my_account_orders td a:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-customer-details .addresses {
  margin-bottom: -30px;
}
.woocommerce .woocommerce-customer-details {
  margin-bottom: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 0;
}
.woocommerce table.my_account_orders tr td:last-child {
  min-width: 120px;
  text-align: end;
}
.woocommerce table.my_account_orders tr td:last-child .button {
  margin: 0;
  padding: 0 10px;
}
.woocommerce table.shop_table.customer_details {
  margin-bottom: 40px;
}
.woocommerce table.shop_table.customer_details th:first-child {
  padding: 20px 20px 20px 0; /* rtl */
  text-align: start !important;
}
.woocommerce .checkout #order_review table thead th {
  background: transparent;
}
.woocommerce .checkout #order_review table th,
.woocommerce .checkout #order_review table td {
  text-align: start;
}
.woocommerce-account .page-container div.woocommerce {
  overflow: hidden;
}
.woocommerce-column > h3 {
  text-transform: uppercase;
}
.woocommerce .checkout #order_review table .product-name {
  width: 50%;
  vertical-align: top;
}
#order_review table .product-name strong {
  display: inline-block;
}
.woocommerce .checkout #order_review table .product-total {
  width: 50%;
  vertical-align: top;
}
.woocommerce .checkout #order_review tbody tr:last-child .product-name,
.woocommerce .checkout #order_review tbody tr:last-child .product-total {
  border-bottom-width: 0;
}
.woocommerce .checkout #order_review table .product-total,
.woocommerce .checkout #order_review table tfoot td {
  padding-left: 10px; /* rtl */
}
.woocommerce .checkout #order_review table thead th {
  border-width: 0;
  border-style: solid;
}
.woocommerce .checkout #order_review table .shipping th {
  vertical-align: top;
}
.woocommerce .checkout #order_review table tfoot th,
.woocommerce .checkout #order_review table tfoot td {
  border-width: 1px 0 0 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* PAYMENT */
.woocommerce #payment {
  border-radius: 0;
  border-width: 0;
  position: relative;
  padding-top: 12px;
  background: transparent;
}
.woocommerce #payment:before {
  border-width: 1px 0 0 0;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
}
.woocommerce #payment div.payment_box {
  width: 100%;
  margin: 0 0 10px 0;
  border: 0;
  font-size: 100%;
  padding: 0;
  line-height: 22px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.woocommerce-checkout #payment .payment_methods div.payment_box:before {
  display: none;
}

.woocommerce-checkout .entry-title {
  text-align: center;
  margin: 40px auto 60px;
}

.woocommerce-info {
  border-top-color: #b20404;
}

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

.validate-required.woocommerce-invalid .select2-selection--single,
.validate-required.woocommerce-invalid input {
  box-shadow: inset 3px 0 0 #db4b68 !important;
}

.validate-required.woocommerce-validated .select2-selection--single,
.validate-required.woocommerce-validated input {
  box-shadow: inset 3px 0 0 #12b878 !important;
}

body
  .select2-container--default
  .select2-results
  > .select2-results__options
  li {
  list-style: none;
}

body .select2-container--default .select2-results__option[aria-selected="true"],
body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: rgba(162, 4, 1, 1);
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected="true"],
body
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  background: rgba(153, 153, 153, 0.1);
  outline: none !important;
}

body .select2-search--dropdown:before {
  position: absolute;
  right: 10px;
  top: 3px;
  bottom: 17px;
  height: 34px;
  width: 28px;
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}

#ship-to-different-address label,
form table label {
  font-size: 18px;
}

.woocommerce-checkout #order_review_heading {
  color: rgba(162, 4, 1, 1);
  font-size: 18px;
  line-height: 28px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.woocommerce #payment ul.payment_methods li label {
  color: rgba(162, 4, 1, 1);
  font-size: 13px;
  display: inline;
  padding: 0;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
  color: rgba(162, 4, 1, 1);
  font-size: 14px;
  display: inline;
  padding: 0;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 22px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin: 0;
}

.woocommerce-privacy-policy-text {
  text-transform: capitalize;
  margin-top: 20px;
}

.woocommerce #payment #place_order {
  background-color: rgba(178, 4, 4, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(178, 4, 4, 1);
  display: inline-block;
  width: 100%;
  float: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 30px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 4px 20px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  filter: none;
  cursor: pointer;
  text-align: center;
  background-image: none;
  border-width: 1px;
  border-style: solid;
}

.woocommerce .products .product .thumbnail-wrapper img {
  margin: 0;
  box-shadow: none;
  width: 100% !important;
  height: 350px;
  object-fit: contain;
}

.ts-popup-modal {
  opacity: 0;
}

.ts-popup-modal.show {
  opacity: 1;
}

#ts-add-to-cart-popup-modal .overlay {
  background: rgba(0, 0, 0, 0.4);
  transition: all 200ms linear 0s;
}

.ts-popup-modal .overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  z-index: 99990;
}

.ts-popup-modal.show .overlay {
  visibility: visible;
  opacity: 1;
}

.admin-bar .ts-popup-modal .popup-container {
  margin-top: 32px;
}

.ts-popup-modal.show .popup-container {
  visibility: visible;
  opacity: 1;
}

.ts-popup-modal .popup-container {
  position: fixed;
  padding: 0;
  top: 50%;
  left: 50%;
  z-index: 99991;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 360px;
  height: auto;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(229, 229, 229, 1);
}

.ts-popup-modal .close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 999;
  text-align: center;
  width: 30px;
  line-height: 30px;
  transition: 350ms ease 0s;
  border-radius: 3px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}

.ts-popup-modal .close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.add-to-cart-popup-content .heading {
  padding: 15px 20px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(229, 229, 229, 1);
}

.add-to-cart-popup-content .heading h5 {
  margin: 0;
  color: rgba(22, 22, 22, 1);
  font-size: 20px;
  line-height: 28px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
}

.add-to-cart-popup-content .item {
  display: flex;
  width: 100%;
  padding: 20px;
}

.add-to-cart-popup-content .item .product-image {
  margin-right: 20px;
  width: 100px;
  min-width: 100px;
}

.add-to-cart-popup-content .item .product-name {
  font-family: Jost, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 22px;
}

.add-to-cart-popup-content .product-meta .price {
  padding-top: 2px;
  display: block;
}

.add-to-cart-popup-content .product-meta .price .amount {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  padding: 0 5px;
  font-family: Jost, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
}

.add-to-cart-popup-content .action {
  padding: 0 20px 21px 20px;
  clear: both;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}

.add-to-cart-popup-content .action > a {
  width: calc(50% - 5px);
  background-color: rgba(162, 4, 1, 1);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(162, 4, 1, 1);
  font-size: 13px;
  line-height: 30px;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 4px 20px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  filter: none;
  cursor: pointer;
  text-align: center;
  background-image: none;
  border-width: 1px;
  border-style: solid;
}

.ts-menu-drop-icon {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  line-height: 14px;
  width: 14px;
  transform: translate(0, -50%);
  font-size: 12px;
}

@media only screen and (max-width: 1280px) {
  #latest-products-grid .products .product-wrapper {
    flex-wrap: wrap;
  }

  #latest-products-grid .products .product-wrapper .thumbnail-wrapper,
  #latest-products-grid .products .product-wrapper .meta-wrapper {
    width: 100%;
  }

  #latest-products-grid .products .product-wrapper span.price {
    position: unset;
  }

  #latest-products-grid .products .product-wrapper .product-group-button-meta {
    bottom: 0;
  }

  .woocommerce .products {
    flex-wrap: wrap;
  }

  .woocommerce .products .product {
    width: 33.3%;
  }
}

@media only screen and (max-width: 991px) {
  .contact-us-form .input-group {
    flex-wrap: wrap;
    gap: unset;
  }

  .contact-us-form .input-wrap {
    width: 100%;
  }

  #latest-products-grid .products .product-wrapper .product-group-button-meta {
    position: unset;
    margin-top: 10px !important;
  }

  /* SHOPPING CART */
  .ts-cart-checkout-process-bar {
    flex-wrap: wrap;
  }
  .ts-cart-checkout-process-bar > a {
    width: 100%;
    margin-bottom: 15px;
  }

  /* SHOPPING CART */
  #page .ts-cart-checkout-process-bar {
    margin-bottom: 30px;
  }
  .woocommerce table.shop_table_responsive.cart tbody tr:last-child > td {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce table.cart td.actions .coupon {
    float: none !important;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce #content table.cart td.actions > .button,
  .woocommerce table.cart td.actions > .button,
  .woocommerce-page #content table.cart td.actions > .button,
  .woocommerce-page table.cart td.actions > .button {
    width: calc(50% - 5px);
    min-width: auto;
    margin: 0;
    float: none; /* rtl */
  }
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce .checkout-login-coupon-wrapper > div {
    width: 100%;
  }
  .shop_table_responsive .quantity {
    line-height: 30px;
    text-align: center;
    width: 80px;
    margin: -5px 0;
  }
  .shop_table_responsive .quantity input.qty,
  .woocommerce .shop_table_responsive .quantity input.qty {
    padding: 0 20px;
    /* border: 0; */
    /* width: 80px; */
    background: transparent;
  }
  .shop_table_responsive .quantity .minus,
  .shop_table_responsive .quantity .plus {
    line-height: 28px;
    height: 30px;
    width: 18px;
  }
  .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before {
    display: none;
  }
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 100px;
  }

  /* CHECKOUT */
  .woocommerce-checkout #customer_details {
    margin-bottom: 50px;
  }
  .woocommerce-checkout #order_review {
    margin-bottom: 0;
  }

  /* WOOCOMMERCE */
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
    float: none; /* rtl */
  }
  .woocommerce form .form-row-first {
    margin-right: 0; /* rtl */
  }
  .woocommerce-checkout #customer_details,
  .ts-col-18 #order_review_heading,
  .woocommerce .checkout #order_review,
  .ts-col-18 .woocommerce .checkout #order_review {
    width: 100%;
    clear: both;
  }
  .woocommerce .checkout #order_review > table {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.menu-mobile-active {
    overflow: hidden;
  }

  #group-icon-header .mobile-menu-wrapper {
    position: relative;
    margin-top: -40px;
    padding-top: 60px;
    height: 100%;
    padding-bottom: 40px;
  }

  #group-icon-header .tab-vertical-menu {
    display: none;
  }

  .mobile-menu-wrapper span.ts-menu-drop-icon {
    position: relative;
    top: 0;
    left: auto;
    bottom: auto;
    text-align: center;
    right: -10px;
    z-index: 3;
    cursor: pointer;
    transform: none;
    width: 30px;
    float: right;
    transition: color 350ms ease 0s;
    padding: 10px 0;
    display: inline-block;
  }
  .mobile-menu-wrapper span.ts-menu-drop-icon:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    text-indent: 0;
    letter-spacing: 0;
    line-height: 22px;
  }

  .ts-floating-sidebar div.overlay {
    position: fixed;
    opacity: 0.5;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: #000000;
    z-index: 99991;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .ts-floating-sidebar.active div.overlay {
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    cursor: pointer;
  }

  #group-icon-header .ts-sidebar-content {
    width: 340px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    transform: translateX(-340px);
    overflow-y: auto;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99991;
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
  }

  .admin-bar #group-icon-header.active .ts-sidebar-content {
    top: 46px;
  }

  #group-icon-header.active .ts-sidebar-content {
    transform: translateX(0);
  }

  body #group-icon-header .menu-title {
    margin: 0;
    padding: 9px 0;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    color: rgba(22, 22, 22, 1);
    font-family: Jost, sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    position: relative;
    z-index: 7;
  }

  #group-icon-header .menu-title span {
    display: inline-block;
    padding: 0 40px;
  }

  .mobile-menu-wrapper li.active .ts-menu-drop-icon.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 15;
    text-align: start;
    padding: 0 18px;
    color: rgba(162, 4, 1, 1);
  }

  .mobile-menu-wrapper nav > ul > li.active > .ts-menu-drop-icon.active {
    top: 60px;
  }

  .mobile-menu-wrapper span.ts-menu-drop-icon.active:before {
    line-height: 40px;
    display: inline-block;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    text-indent: 0;
    letter-spacing: 0;
    color: rgba(162, 4, 1, 1);
  }

  #group-icon-header .sidebar-content {
    display: flex;
    flex-direction: column;
  }

  #group-icon-header .tab-mobile-menu {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #group-icon-header .tab-mobile-menu li {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    line-height: 38px;
    width: calc(50% - 5px);
    float: left;
    color: rgba(22, 22, 22, 1);
    border-color: rgba(22, 22, 22, 1);
    background: transparent;
    font-size: 13px;
  }

  #group-icon-header .tab-mobile-menu li.active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(22, 22, 22, 1);
    border-color: rgba(22, 22, 22, 1);
  }

  #group-icon-header .tab-mobile-menu li span {
    font-family: Jost, sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
  }

  #group-icon-header .tab-mobile-menu li span:before {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
    line-height: 22px;
  }

  #group-icon-header .tab-mobile-menu li#vertical-menu span:before {
    content: "\f009";
    font-size: 10px;
    top: -1px;
  }

  #group-icon-header .tab-mobile-menu li#main-menu span:before {
    content: "\f0c9";
  }

  .mobile-menu-wrapper li.active > .ts-menu-drop-icon + ul.sub-menu {
    transform: translateX(0);
  }

  .mobile-menu-wrapper .ts-menu-drop-icon + ul.sub-menu {
    position: absolute;
    padding-top: 64px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    transform: translateX(-100%);
    display: block !important;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: scroll;
  }

  .mobile-menu-wrapper ul.sub-menu {
    background-color: rgba(255, 255, 255, 1);
  }

  .mobile-menu-wrapper ul li {
    list-style: none;
  }

  .mobile-menu-wrapper nav ul > li.menu-item {
    margin: 0 20px;
  }

  .mobile-menu-wrapper nav ul li > a {
    font-size: 16px;
    line-height: 22px;
    font-family: Jost, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 10px 0;
    display: inline-block;
    z-index: 1;
    position: relative;
  }

  .menu-wrapper .menu-icon,
  .mobile-menu-wrapper .menu-icon {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    transition: 350ms ease 0s;
    color: #707070;
  }

  .menu-wrapper .menu-icon img,
  .mobile-menu-wrapper .menu-icon img {
    margin-top: -2px;
    height: 22px;
    width: auto;
    opacity: 0.5;
    vertical-align: top;
  }

  .mobile-menu-wrapper a.has-icon .menu-label {
    color: #707070;
  }

  #group-icon-header .mobile-menu-wrapper:before,
  .mobile-menu-wrapper ul.sub-menu:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    content: "";
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(229, 229, 229, 1);
  }

  .tax-product_cat.archive.woocommerce #main > .page-container,
  .page-id-10724 .woocommerce #main > .page-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .tax-product_cat .term-description {
    padding: 20px;
  }

  .woocommerce.columns-4 .products .product {
    width: 100% !important;
  }

  .tax-product_cat .term-description h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #latest-products-grid .products .product {
    width: 100%;
  }

  #latest-products-grid .products .product-wrapper {
    flex-wrap: wrap;
  }

  #latest-products-grid .products .product-wrapper .thumbnail-wrapper,
  #latest-products-grid .products .product-wrapper .meta-wrapper {
    width: 100%;
  }

  #latest-products-grid .products .product-wrapper span.price {
    position: unset;
  }

  #latest-products-grid .products .product-wrapper .product-group-button-meta {
    bottom: 0;
  }

  #ts-search-sidebar .container {
    width: unset;
  }

  #ts-search-sidebar .ts-sidebar-content {
    padding: 20px 0;
  }

  #brands-list .woocommerce .products {
    gap: 27px;
  }

  #brands-list .woocommerce .products .product.product-category {
    width: 98px;
  }

  body:not(.ts_desktop) {
    padding-bottom: 0 !important;
  }

  .custom-category-banner .desktop-banner {
    display: none;
  }
  .custom-category-banner .mobile-banner {
    display: block;
    width: 100%;
  }

  #wc-stripe-express-checkout-element {
    justify-content: flex-start !important;
  }

  .single-product.woocommerce .woocommerce-tabs .tabs.wc-tabs {
    display: none !important;
  }

  .single-product.woocommerce .e-atc-qty-button-holder {
    display: flex !important;
  }

  .woocommerce .products .product {
    width: 50%;
  }

  /* SHOPPING CART */
  body .cart-empty.woocommerce-info {
    margin-top: 100px;
  }
  .woocommerce .woocommerce-cart-form,
  .woocommerce-checkout #customer_details,
  .woocommerce-cart article .woocommerce .cart-collaterals {
    margin-bottom: 50px;
  }
  .woocommerce-checkout #order_review {
    margin-bottom: 10px;
  }
  .woocommerce #content table.cart.shop_table_responsive .product-thumbnail,
  .woocommerce table.cart.shop_table_responsive .product-thumbnail,
  .woocommerce-page
    #content
    table.cart.shop_table_responsive
    .product-thumbnail,
  .woocommerce-page table.cart.shop_table_responsive .product-thumbnail {
    display: block;
    text-align: start !important;
    width: auto;
    float: left; /* rtl */
    border-width: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name {
    width: calc(100% - 115px);
    margin-left: 15px; /* rtl */
    border-width: 0;
    text-align: start !important;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-price {
    clear: both;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    float: left; /* rtl */
  }
  .woocommerce table.shop_table_responsive.cart .quantity {
    display: inline-block;
    text-align: right;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
    padding: 0;
    min-height: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove a,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
    position: absolute;
    right: 0; /* rtl */
    top: 25px;
  }
  .woocommerce table.shop_table_responsive.cart tr td,
  .woocommerce-page table.shop_table_responsive.cart tr td {
    text-align: end !important;
    background: transparent;
  }
  .woocommerce table.shop_table_responsive.cart tr {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-width: 1px 0 0 0;
    border-style: dashed;
    padding-top: 20px;
  }
  .woocommerce table.shop_table_responsive.cart tr:last-child {
    margin-bottom: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td {
    padding: 15px 0 0 0;
    width: 100%;
    border-width: 0;
    min-height: 43px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-quantity {
    overflow: hidden;
  }
  table.shop_table_responsive.cart .quantity {
    overflow: hidden;
    float: right; /* rtl */
  }
  .woocommerce table.shop_table_responsive.cart tr td:last-child {
    border-width: 0;
  }
  .woocommerce table.shop_table_responsive.cart tbody tr:last-child,
  .woocommerce table.shop_table_responsive.cart tbody tr:last-child td {
    border-width: 0;
    background: transparent;
  }
  .woocommerce table.shop_table_responsive.cart tbody tr:last-child,
  .woocommerce table.shop_table_responsive.cart tbody tr:last-child td {
    padding: 0;
  }
  .woocommerce table.shop_table_responsive tr.shipping td,
  .woocommerce-page table.shop_table_responsive tr.shipping td {
    text-align: start !important;
  }
  .woocommerce .cart tr.shipping td > *,
  .woocommerce .cart tr.shipping td > ul#shipping_method {
    display: block;
    width: calc(100% - 130px);
    margin-left: 130px; /* rtl */
  }
  .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 15px 0 15px 0 !important; /* rtl */
  }
  .woocommerce
    table.shop_table_responsive
    tr.woocommerce-shipping-totals
    td:before,
  .woocommerce-page
    table.shop_table_responsive
    tr.woocommerce-shipping-totals
    td:before {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  table.shop_table_responsive ul#shipping_method {
    padding-left: 20px; /* rtl */
  }

  /* CHECK OUT */
  .woocommerce .checkout-login-coupon-wrapper form.login {
    margin-top: 0;
  }
  .woocommerce .checkout-login-coupon-wrapper > div,
  .woocommerce .checkout-login-coupon-wrapper .woocommerce-info {
    margin-bottom: 0;
  }
  .woocommerce ul.order_details {
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce ul.order_details li {
    padding: 10px 0;
    width: 100%;
    border-width: 0 0 1px 0;
  }
  body.woocommerce-order-received table.shop_table.order_details {
    margin-top: 0;
  }
  .woocommerce > form.checkout {
    flex-wrap: wrap;
  }

  .woocommerce form .form-row label {
    font-weight: 500;
  }

  .woocommerce-archive-fullwidth {
    padding: 0 16px 50px;
  }

  body.woocommerce .before-loop-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
  }

  body.woocommerce .before-loop-wrapper .product-on-sale-form {
    width: 100%;
    order: 1;
    flex: 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }

  body.woocommerce .woocommerce-ordering {
    width: 100%;
    order: 4;
    margin-bottom: 5px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .woocommerce .products .product {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #group-icon-header {
    display: none;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents thead,
  .woocommerce table.shop_table.woocommerce-cart-form__contents tr,
  .woocommerce table.shop_table.woocommerce-cart-form__contents th,
  .woocommerce table.shop_table.woocommerce-cart-form__contents td,
  .woocommerce table.shop_table.woocommerce-cart-form__contents tbody,
  .woocommerce table.shop_table.woocommerce-cart-form__contents tfoot {
    display: block;
  }

  .woocommerce table.shop_table.woocommerce-cart-form__contents th,
  .woocommerce table.shop_table.woocommerce-cart-form__contents td {
    border-width: 0;
    margin: 0;
  }

  .woocommerce table.shop_table.woocommerce-cart-form__contents th {
    padding: 0 0 15px 0;
  }

  .woocommerce table.shop_table.woocommerce-cart-form__contents tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents tr > * {
    margin-right: 10px; /* rtl */
  }
  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    tr
    > .product-remove {
    margin-right: 0; /* rtl */
    text-align: end;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents thead {
    border-width: 0 0 1px 0;
    border-style: solid;
  }
  .woocommerce table.shop_table.woocommerce-cart-form__contents tbody tr {
    border-width: 0 0 1px 0;
    border-style: solid;
  }
  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    tbody
    tr:last-child {
    border-width: 0;
  }
  .woocommerce table.shop_table.wishlist_table th.product-thumbnail,
  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    th.product-thumbnail {
    display: none;
  }
  .woocommerce table.shop_table.wishlist_table .product-name,
  .woocommerce table.shop_table.woocommerce-cart-form__contents .product-name {
    text-align: start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .woocommerce table.shop_table.wishlist_table .product-price,
  .woocommerce table.shop_table.woocommerce-cart-form__contents .product-price {
    text-align: end;
    max-width: 380px;
  }
  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    .product-quantity {
    width: 120px;
    min-width: 120px;
    text-align: end;
  }
  .woocommerce table.shop_table.wishlist_table .product-stock-status {
    width: 150px;
    text-align: end;
  }
  .woocommerce table.shop_table.wishlist_table .product-add-to-cart {
    width: 200px;
    text-align: end;
  }
  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    .product-subtotal {
    width: 110px;
    min-width: 110px;
    text-align: end;
  }
  #add_payment_method table.cart .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    width: 80px;
    min-width: 80px;
  }
  .woocommerce table.shop_table.wishlist_table .product-remove,
  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    .product-remove {
    order: 100;
    width: 50px;
  }

  /* SHOP PAGE */
  .style-dropdown #ts-filter-widget-area .ts-sidebar-content {
    min-height: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  /* CHECK OUT */
  .woocommerce > form.checkout {
    padding-top: 20px;
  }
  .woocommerce ul#shipping_method li input {
    top: 1px;
  }
  .ts-cart-checkout-process-bar > a {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  /* CHECK OUT */
  .woocommerce-checkout #customer_details {
    float: left; /* rtl */
  }
  .woocommerce-checkout #order_review {
    float: right; /* rtl */
  }
  body .woocommerce-billing-fields > h3 {
    line-height: 40px; /* fixed */
  }
  .woocommerce-checkout #order_review_heading {
    float: right; /* rtl */
    width: 340px;
  }

  /* SHOPPING CART */
  .woocommerce table.cart .actions > .button.empty-cart-button {
    border-color: transparent !important;
    background: transparent !important;
    color: rgba(22, 22, 22, 1) !important;
  }

  .woocommerce table.cart .actions > .button.empty-cart-button:hover {
    color: rgba(162, 4, 1, 1) !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* SHOPPING CART */
  .woocommerce-cart .woocommerce form.woocommerce-cart-form,
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals:before {
    display: none;
  }
  .woocommerce table.shop_table td.actions {
    border: 0;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 30%;
  }
}
