.woocommerce-MyAccount-navigation a {
   color: var(--secondary-color);
   text-transform: capitalize;
   display: block;
   padding: 3px 0;
   font-weight: bold
}

.woocommerce-MyAccount-navigation a:hover {
   color: #1d1d1d
}

body.myaccount h3 {
   margin-bottom: 1rem
}

body.myaccount .addresses {
   margin-top: 2rem
}

body.myaccount .edit {
   font-weight: bold
}

body.myaccount .button {
   display: table;
   margin: 0.25rem 0 1.25rem 0
}

.cart_item {
   color: #1d1d1d
}

.cart_item+.cart_item {
   border-top: 1px solid #d7e1e4;
   margin-top: 20px;
   padding-top: 20px
}

.cart_item .amount {
   display: block;
   font-size: 16px
}

.cart_item span.qty {
   color: #6a6a6a
}

.cart_item .product-detail {
   flex: 1
}

.cart_item .product-subtotal {
   text-align: right
}

.cart_item .product-name {
   color: #000;
   display: block;
   font-weight: bold;
   margin-bottom: 5px
}

@media (max-width: 767px) {
   .cart_item .product-name {
      font-size: 1rem
   }
}

@media (min-width: 768px) {
   .cart_item .product-name {
      font-size: 1.2rem
   }
}

.cart_item a.remove {
   border-color: #000;
   border-radius: 3px;
   margin-top: 1rem
}

.cart_item a.remove:hover {
   background-color: #f55656;
   border-color: #f55656
}

.variation {
   color: #434343;
   line-height: 1.5;
   font-size: 14px
}

.variation dt {
   font-weight: bold
}

.variation dd+dt {
   margin-top: 5px
}

.quantity {
   position: relative
}

.quantity .unit-name {
   display: block;
   font-size: 12px;
   text-transform: uppercase
}

.quantity input.qty {
   margin-top: 0;
   padding: 7px 10px
}

input.qty[type="number"] {
   width: 4rem
}

.cart_totals {
   background-color: #f6f6f6;
   padding: 1rem
}

.cart_totals .shop_table {
   width: 100%
}

.cart_totals .wrap>div {
   display: flex;
   justify-content: space-between;
   margin: 1rem 0
}

.actions {
   display: flex;
   justify-content: space-between;
   margin-top: 10px
}

.actions [name="update_cart"] {
   align-self: stretch
}

a.shipping-calculator-button {
   float: right;
   margin-top: 10px;
   white-space: pre
}

.shipping-calculator-form {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-gap: 5px;
   width: 100%
}

a.checkout-button {
   width: 100%
}

.cart .coupon {
   display: flex;
   margin-top: 1rem
}

.cart .coupon #coupon_code {
   margin-right: -1px
}

#billing_address_2_field {
   align-self: end
}

.woocommerce-input-wrapper {
   width: 100%;
   display: block
}

.woocommerce-privacy-policy-text {
   font-size: 12px
}

.shipping_address+.woocommerce-additional-fields {
   margin-top: 15px
}

.payment_methods {
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   gap: 20px
}

.payment_methods li {
   flex-basis: 25%
}

.payment_methods label {
   display: block;
   border-left-style: solid;
   border-left-width: 4px;
   cursor: pointer;
   font-size: 12.5px;
   height: 100%;
   padding: 10px
}

.payment_methods .payment-name {
   font-weight: bold
}

.payment_methods input {
   display: none
}

.payment_methods input:checked+label {
   border-left-color: #36913a;
   background-color: #e8f3de
}

#order-overview {
   display: flex
}

#order-overview h4 {
   color: #a1a7b9;
   font-weight: bold
}

#order-overview div {
   flex: 1
}

.rs-label {
   font-weight: bold
}

.rs-label,
.rs-value {
   padding: 0.5em 0
}

.rs-value {
   text-align: right
}

#cart-subtotal {
   border-top: 1px solid #000;
   margin-top: 50px;
   padding-top: 20px
}

.step-ctrl {
   margin-top: 50px
}

.checkout .step {
   display: none
}

.input.invalid {
   border-color: #f55656
}

.acc-form .nsl-container {
   text-align: center;
   padding: 0
}

.acc-form .forgotpassword {
   float: right
}

.woo--btn {
   display: inline-block;
   padding: 8px 16px;
   border: 1px solid var(--primary-color, #2b8dab)
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
   position: relative;
   background-color: #f7f7f7;
   border-radius: 2px;
   border-width: 0 0 0 4px;
   border-style: solid;
   color: #252525;
   font-size: 0.85rem;
   font-weight: bold;
   line-height: 1.5;
   list-style: none inside;
   margin: 0 0 15px;
   overflow: hidden;
   padding: 1.5rem;
   width: 100%
}

a.view-cart {
   float: right
}

.woocommerce-message,
.woocommerce-info {
   border-color: #ddd
}

.woocommerce-error {
   border-color: #f55656
}

.p-card_img {
   display: none
}

.product-card {
   background-color: #fafafa;
   border: 1px solid #f1f1f1;
   position: relative
}

.product-card>div {
   display: flex;
   height: 100%;
   padding: 1rem 0
}

.product-card .col {
   padding: 0 1rem
}

.product-card .col:nth-of-type(1) {
   align-items: center;
   display: inline-flex;
   flex: 0;
   justify-content: center
}

@media (min-width: 768px) {
   .product-card .col:nth-of-type(1) {
      border-right: 1px solid var(--primary-color, #2b8dab);
      flex: 0 0 200px;
   }
}

.product-card .col:nth-of-type(2) {
   flex-wrap: wrap;
   display: inline-flex;
   align-content: space-between
}

@media (min-width: 768px) {
   .product-card .col:nth-of-type(2) {
      padding-left: 1rem;
      display: block;
      flex: 1 0 80%;
   }
}

.product-card h2 {
   margin-bottom: 0.5rem;
   font-weight: bold
}

.product-card .price {
   font-weight: bold;
   line-height: 1;
   text-align: center
}

.product-card .price .amount {
   font-size: 2rem
}

.product-card .price .unit-name {
   flex: 0 0 100%
}

.product-card a {
   display: inline-block
}

.product-card a.btn {
   margin-top: 1rem
}

.product-card a[rel="tag"] {
   margin-bottom: 5px
}

.product-category {
   background-color: transparent;
   overflow: hidden;
   padding: 1rem 33% 1rem 1rem
}

.product-category img {
   position: absolute;
   bottom: 0;
   height: 100%;
   object-fit: contain;
   right: 0;
   z-index: -1
}

.woocommerce-breadcrumb {
   margin-bottom: 1.5rem
}

body.single .price,
body.single .description {
   margin-bottom: 1rem
}

body.single .price {
   font-size: 1.5rem;
   position: relative
}

body.single .description {
   border: 1px solid #f6f6f6;
   background-color: #f6f6f6;
   padding: 10px
}

body.single .woocommerce-variation>div {
   margin-bottom: 1rem
}

.wapf-field-row+.wapf-field-row {
   margin-top: 1.5rem
}

.wapf--inner>div {
   display: flex
}

.wapf--inner>div span {
   flex: 1
}

.wapf--inner>div .price {
   text-align: right
}

.wapf-product-totals {
   margin-top: 2rem
}

.wapf-field-label {
   margin-bottom: 4px
}

.wapf-field-input input,
.wapf-field-input textarea,
.wapf-field-input select {
   padding: 7px 10px
}

#order-overview {
   margin-bottom: 1.5rem
}

#order-overview h4 {
   margin-bottom: 5px
}

.add-cart-wrap {
   display: flex;
   gap: 12px
}

.add-cart-wrap [type="submit"] {
   background-color: var(--anchor-color, #2b8dab);
   border-radius: 2px;
   border: 1px solid var(--anchor-color, #2b8dab);
   color: #fff;
   font-weight: bold;
   margin-left: 5px;
   padding: 6px 12px;
   text-transform: uppercase
}

.add-cart-wrap [type="submit"]:hover,
.add-cart-wrap [type="submit"]:active {
   background-color: transparent;
   border-color: var(--anchor-color, #2b8dab);
   color: var(--anchor-color, #2b8dab)
}

main.ecommerce ul {
   list-style: none
}

.woocommerce-ordering {
   margin-bottom: 1.5rem
}

mark {
   background-color: transparent
}

mark.count {
   font-size: 12px
}

#order-progress {
   display: flex;
   overflow: hidden;
   margin-bottom: 40px
}

#order-progress div {
   flex: 1;
   padding: 10px 10px 10px 30px;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   position: relative;
   background-color: var(--primary-color, #36913a);
   transition: background-color 165ms ease-in-out
}

#order-progress div:first-of-type {
   padding-left: 20px
}

#order-progress div:last-of-type span {
   display: none
}

#order-progress div span {
   background-color: inherit;
   display: block;
   height: 35px;
   position: absolute;
   right: -10px;
   top: 0;
   transform: rotate(45deg);
   width: 35px;
   z-index: 1;
   border-right: 2px solid white;
   border-top: 2px solid white;
   backface-visibility: hidden
}

#order-progress div.active~div {
   background-color: #eee
}