
nav.woocommerce-breadcrumb {
    display: none;
}
.product-info-text {    display: flex;  flex-direction: column;}
.product-info-text span.by-vendor-name {    order: 0;}
.product-info-text a.woocommerce-loop-product__link {    order: 1;}
.product-info-text a.add_to_cart_button {    order: 2;}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link ,  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2 {
    color: #221057;
    transition: all .3s linear;
	 font-size: 1.875rem;     text-transform: none;
}
.woocommerce ul.products li.product .by-vendor-name {
    text-transform: uppercase;
    font-size: 19px;
	    color: #221057;
}
.woocommerce ul.products li.product .by-vendor-name a.by-vendor-name-link {
    color: #221057;
}
.woocommerce ul.products li.product .by-vendor-name:before {
   font-family: "Font Awesome 6 Pro";
   content: "\f57e";
   display: inline-block;
   margin-right: 5px;
   vertical-align: middle;
   font-weight: 300;
}
.woocommerce ul.products li.product .by-vendor-name a.by-vendor-name-link {margin-left: 5px;}
a.lmp_button {
    box-shadow: 0 0 10px rgba(0,0,0,.055) !important;
    color: #beb7f4 ! IMPORTANT;
    background: #ffffff !important;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease-out;
    text-transform: uppercase;
}
.woocommerce div.summary .vendor-name a.vendor-name-link {
    color: #221057;
}
.woocommerce div.summary .vendor-name-wrapper .vendor-name:before {
   font-family: "Font Awesome 6 Pro";
   content: "\f57e";
   display: inline-block;
   margin-right: 5px;
   vertical-align: middle;
   font-weight: 300;
}
.woocommerce ul.products li.product .auction_end_start {order:2;}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;     font-size: 20px;
    font-weight: bold
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-auction a:before {
    font-family: 'FontAwesome';
	content: "\f0e3";
}
 
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}
.application-form-box form #field_1_13 .gfield_label {
    display: inline-block !important;
}