/**
 * Theme Name:     Jewelz
 * Author:         Oompie
 * Template:       twentytwentyfive
 * Text Domain:	   jewelz
 * Description:    Child theme for custom css and stuff
 */

.woocommerce-product-gallery__image, .wp-block-woocommerce-product-image {
	border-radius: 20px;
	outline-width: 2px;
  outline-style: solid;
  outline-color: white;
}

.variations th {
padding: 5px 50px 0px 0px !important;
  display: flex;
}

.woocommerce div.product form.cart .variations label {
font-weight: normal;
}


.variations .value select {
width: 100%;
  background:white;
  border:1px solid #702671;
  border-radius:5px;
}

.custom-text-field {
	margin-bottom: 14px;
	
}

.custom-text-field label {
	font-weight: normal;
	padding:5px 38px 0px 0px !important
}

.custom-text-field input {
width: 200px;
  border:1px solid #702671;
  border-radius:5px;
  padding:10px;
}

.wc-tabs-wrapper {
	background: #ffffff75 !important;
  padding:2em;
  border-radius:20px;
}
