/* fix buttons start */
.woocommerce-Button,
.woocommerce-button,
.button {
    background-color: var(--color-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid var(--color-primary) !important;
}
.woocommerce-Button:hover,
.woocommerce-button:hover,
.button:hover {
    background-color: #fff !important;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
}

/* fix buttons end */

/* Fix input and text area start */
.woocommerce form input,
.woocommerce form textarea {
    padding: 0.375rem 0.75rem;
}
/* Fix input and text area end */


/* Fix select element start */
.select2-container--default .select2-selection--single {
    padding: 0.28rem 0.35rem;
    height: 37px;
    border: 1px solid #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 7px;
}
/* Fix select element end */


/* set height quanity input start */
div.quantity input {
  display: none;
}
/* set height quanity input end */


/* give bottom margin in heading of related products in single page start */
section.related.products h2 {
  margin-bottom: 1rem;
}
/* give bottom margin in heading of related products in single page end */


/* cart page return to shop button in middle & empty cart notification hide start */
p.return-to-shop {
    text-align: center;
    margin-top: 2rem;
}
div.cart-empty.woocommerce-info {
    display: none;
}
/* cart page return to shop button in middle & empty cart notification hide end */


button.button[name="update_cart"] {
    display: none;
}
h3#ship-to-different-address {
    display: none;
}
.woocommerce-column--shipping-address{
	display: none;
}


nav.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #dee2e6;
    /* padding: 0.4rem 0.5rem; */
  }
  nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
  }
  nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    display: block;
    padding: 0.4rem 0.5rem;
  }
  nav.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active {
    border: 1px solid var(--color-primary);
  }


/* sale div background color change start */
.woocommerce span.onsale {
  background-color: var(--color-primary);
}
/* sale div background color change end */


/* breadcrumb hover color change start */
.woocommerce .woocommerce-breadcrumb a {
  font-weight: 500;
  color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: var(--color-primary);
}
/* breadcrumb hover color change end */




.woocommerce-form .form-row input.input-text, .woocommerce-form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.woocommerce-form input, .woocommerce-form textarea {
    padding: 0.375rem 0.75rem;
}
.woocommerce-form .woocommerce-button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.page-id-144 label.woocommerce-form__label {
    display: block;
    margin-bottom: 14px;
}
.woocommerce-form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.page-id-144 .woocommerce-form, .page-id-146 .woocommerce-form{
	width: 47%;
}
@media only screen and (max-width: 768px){
	.page-id-144 .woocommerce-form, .page-id-146 .woocommerce-form{
		width: 99%;
	}
}


.u-column2.col-2.woocommerce-Address {
    display: none;
}

/* Hide Quantity from cart page start */
.woocommerce-cart-form__contents thead tr th.product-quantity {
  display: none;
}
.woocommerce-cart-form__contents tbody tr td.product-quantity {
  display: none;
}
/* Hide Quantity from cart page end */