.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: auto;
}

.woocommerce-page .foo-logo img {
  max-width: 73px;
}
.woo_comerce_banner {
  position: relative;
  z-index: 1;
  padding:110px 0 60px;
  text-align: center;
}

.woo_comerce_banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
  top: 0;
  left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  padding: 2rem;
  background-color: #2b2b2b;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  color: #f7931e;
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a, .product_meta .posted_in a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% /
    0 1px no-repeat;
  transition: all 500ms ease;
}
.product_meta .posted_in a{
    color: #f7931e;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:hover, .product_meta .posted_in a:hover {
  background-size: 100% 1px;
  color: #f7931e;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 72%;
  padding: 2rem;
  background-color: #262626;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #f7931e;
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95% /
    0 1px no-repeat;
  transition: all 500ms ease;
}
.woocommerce-Addresses {
  margin-top: 1.4rem;
}
.woocommerce-Address {
  background-color: #2b2b2b;
  padding: 2rem;
}
.cart .woocommerce header {
  padding-top: unset;
}
.woocommerce-info {
  border-top-color: #f7931e;
}
.woocommerce-info::before {
  color: #f7931e;
}

button.button, .product_type_simple {
  appearance: none;
  cursor: pointer !important;
  opacity: 1;
  position: relative !important;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #f7931e !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.938rem !important;
  line-height: 1.4 !important;
  padding: 0.8rem 3rem !important;
  display: inline-flex !important;
  border-radius: 0 !important;
  margin-top: 1.2rem !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.select2-container .select2-selection--single .select2-selection__rendered {
  border-radius: 0 !important;
}
button.button:hover, .product_type_simple:hover {
  background-color: #000 !important;
}

.related.products .products{
    display: flex;
}

.summary.entry-summary form.cart button.single_add_to_cart_button{
    margin-top: 0 !important;
}
.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.woocommerce .quantity .qty{
    height: 46.61px;
        color: #000;
}
.summary.entry-summary .price{
    color: #f7931e !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #f7931e;
    color: #fff;
    border-bottom-color:#f7931e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f7931e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: 1px solid #f7931e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #f7931e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #f7931e;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
    color: #fff;
}

.post-type-archive-product.woocommerce ul.products{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1rem;
}
.post-type-archive-product.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 100%;
}

.post-type-archive-product.woocommerce ul.products::before{
    content: normal;
    display: unset;
}
.post-type-archive-product.woocommerce ul.products li.product img{
    height: 280px;
}

.post-type-archive-product.woocommerce ul.products li.product .product-title-price{
min-height: 85px;
}


.woocommerce nav.woocommerce-pagination ul{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
        border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current{
    background-color: #f7931e;
    border: 1px solid #f7931e;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers{
    width: 45px;
    height: 45px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    margin: 8px;
    transition: .4s;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2b;
}
.woocommerce .woocommerce-ordering select option{
    color: #000;
}

.woocommerce-message .button.wc-forward{
  float: right;
  background-color: #f7931e;
    border: 1px solid #f7931e;
    color: #fff;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row.check_out{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}
form.woocommerce-form.woocommerce-form-login.login p.form-row.check_out label{
      margin-top: 15px;
}

.wc-block-components-sidebar{
padding: 2rem;
    background-color: #2b2b2b;
        width: 33%;

}
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button__text, .wc-block-components-checkout-return-to-cart-button{
background-color: #f7931e;
    border: 1px solid #f7931e;
    color: #fff;
}

.wc-block-components-totals-wrapper{
      border-color: #f7931e66;

}
.wc-block-components-sidebar-layout{
  justify-content: space-between;
}
.wc-block-components-main.wc-block-cart__main, .wc-block-components-sidebar-layout .wc-block-components-main{
    padding: 2rem;
    background-color: #262626;
        width: 63%;

}
.wc-block-components-checkout-place-order-button__text, .wc-block-components-checkout-return-to-cart-button {
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1;
}
.wc-block-components-checkout-return-to-cart-button{
      padding-left: calc(24px + .25em);
}

.wc-block-components-checkout-place-order-button__text:hover, .wc-block-components-checkout-return-to-cart-button:hover, .wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit-button:hover{
  background-color: #000;
}

.wc-block-components-product-metadata{
  display: none;
}