.main-navigation li.menu-item-12374 .menu-item-mega:nth-child(2) > .dropdown-toggle {
	opacity:0
}

.ra-search-form .quick-links .label {font-weight:500}

.single-product div.product.product-tabs-under-summary .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Tabs-panel--description {display:block}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: var(--rz-color-dark);
  border: 1px solid var(--rz-border-color);
  box-sizing: border-box;
  padding: 6px 15px;
  font-size: 16px;
  transition: all .1s ease-in-out;
  outline: none;
  opacity: 50%;}
	
.footer-newsletter .mc4wp-form-fields {
  display:flex;
flex-direction: row;
   flex-wrap: wrap;
max-width: 650px;}

table, th, td {
  border: 0px solid var(--rz-border-color-gray);
}

.newsletter-title{
	font-size:36px;
	font-family: 'Jost', Arial, sans-serif;
}

.footer-newsletter .mc4wp-form-fields input[type="email"] {
  padding: 11px 20px;
	background-color: #f5f5f5;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #545454;}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button {
  text-transform: uppercase;
  background-color: #979FA2;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  opacity: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	text-transform: uppercase;
}

.return-to-shop .wc-backward {
  text-transform:uppercase;
  background-color: #979FA2;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  background-color: #FAFAF1;
  color: #545454;
}

.wc-block-product-categories-list {
  list-style: square;
  margin: 0px;
    margin-bottom: 0px;
  padding: 0.5em 3em;
	background-color: #FFF;
  font-size: 16px;
}

.widget {
  margin: 0 0 10px 0;
  padding: 23px;
  border: 1px solid var(--rz-border-color-light);
}

.widget.widget_block > * {
  margin-top: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 500px) {
  .paypal-button-container {
    min-width: 200px;
    max-width: 300px;
  }
}

a.faq-desc:link {
	color: #ffffff;
}