
.wd-menu.widget_nav_mega_menu h5 {
    font-size: 22px;
}

.woodmart-title-container.title.wd-fontsize-xxl {
    justify-content: center;
    display: flex;
}

.amount {
    color: #990e35;
	font-weight: 500;
}

.free-fast-shipping-label {
    color: #2a3940;
	  background: #44768d36;
    font-weight: 600;
    font-size: 14px;
	  font-family: 'Roboto';
	  padding: 2px 8px;
	  border-radius: 4px;
    width: max-content;
}

.wd-swatches-grid.wd-size-m {
    --wd-swatch-size: 65px !important;
}

:is(body:not(.global-color-scheme-light),.color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^="background-color"]),[style*="#ffffff"],[style*="#FFFFFF"],[style*="255,255,255"]):before
Specificity: (0,5,2)
 {
    border: 1px solid var(--wd-swatch-brd-color) !important;
}

.wd-product.wd-hover-fw-button .wrap-price {
    display: contents !important;
}

.wd-product-cats a {
    color: #2a3940;
}

.labels-rounded-sm .product-label {
	display: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: -47px;
}

@media (min-width: 1000px) {
.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
	    font-size: larger;
}
	.wd-entities-title a {
    font-size: 20px;
}
}

@media (max-width: 580px) {
#catno .amount {
    font-size: 21px !important;
}
}

.righter .woocommerce-variation-description {
    display: none;
}

#catno .wd-product.wd-hover-tiled .wd-swatches-grid,
#catno .wd-product.wd-hover-tiled .wd-star-rating {
    display: none;
}

#catno .amount {
    font-size: 26px;
}

#catno del .amount {
    font-weight: 500;
    font-size: 16px;
}

#catnos .product-element-bottom, #catnos .wd-buttons.wd-pos-r-t {
display: none;
}

#catnos .product-labels.labels-rectangular {
	display: none;
}

.wd-arrow-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #fff !important; /* White background */
  border: 2px solid #2a3940 !important; /* Purple border */
  border-radius: 50% !important; /* Circular shape */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  color: #2a3940 !important; /* Purple icon */
  cursor: pointer;
  transition: all 0.25s ease;
}

.wd-arrow-inner:hover {
  background-color: #f3e6f7; /* Slight hover effect */
  border-color: #2a3940;
  color: #2a3940;
}

#suppy a:hover {
	color: #e9d7c7;
}

.custom-wholesaler-box {
    margin: 20px 0;
    padding: 15px;
    border: 2px dashed #0066cc;
    background-color: #f1f8ff;
    border-radius: 8px;
}

.custom-wholesaler-box label {
    font-weight: 600;
    font-size: 15px;
    color: #003366;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-wholesaler-box small {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #555;
}

.custom-wholesaler-box input[type="checkbox"] {
    transform: scale(1.3);
}

#id h2.register-title {
    display: none;
}

#id .custom-wholesaler-box {
	    display: none;
}

.woocommerce-MyAccount-navigation-link--become-wholesaler a::before {
    content: "\f2bb"; /* Example: Font Awesome user icon */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation-link--become-wholesaler a::before {
    display: none !important;
}

@media (max-width: 580px) {
.yith-wcaf-registration-form .login-form, .yith-wcaf-registration-form .register-form {
	padding-left: 20px !important;
  padding-right: 20px !important;
}
}
