/*
Theme Name: ManufakturSolutions Child
Theme URI: https://manufaktursolutions.qodeinteractive.com
Description: A child theme of ManufakturSolutions
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: manufaktursolutions
Template: manufaktursolutions
*/

.qodef-woo-product-list .qodef-woo-product-image-inner {
    position: inherit;
}

.qodef-woo-product-list .qodef-e-inner:hover .qodef-woo-product-content {
    opacity: 1;
}

.qodef-woo-product-list .qodef-e-inner {
    background: none;
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
    background: none;
}

#qodef-woo-page.qodef--single form.cart .variations label {
    text-transform: capitalize;
    font-size: 15px;
}

#qodef-woo-page.qodef--single .shop_attributes th {
    text-transform: lowercase;
    font-size: 15px;
	width: 300px;
}

#qodef-woo-page.qodef--single .shop_attributes th::first-letter {
    text-transform: uppercase;
}

.woocommerce-page .qodef-social-share {
    display: none !important;
}

/******** unit toggle switch *********/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/******** unit toggle switch end *********/

.unit-type-metric {
	display:none;
}

div.chosen-container {
	width:340px !important;
}

div.widget-woof h4 {
	text-transform: lowercase;
    font-size: 15px;
	line-height: 2em;
}

div.widget-woof h4::first-letter {
    text-transform: uppercase;
}

div.request-quote-wrapper {
	padding: 30px 0 30px 0;
	text-decoration: underline;
}

.woocommerce-notices-wrapper .woocommerce-error {
	display: block;
	padding: 0;
	border: none;
}

.property-link {
	text-decoration: underline;
}

.tolerance-chart-container {
    display: flex;
    align-items: center;
}

.tolerance-chart-container input[type="checkbox"] {
    margin-right: 5px;
	display: inline-block;
    vertical-align: middle;
}

.tolerance-chart-container label {
    font-size: 15px;
}

.tolerance-chart-container .tolerance-chart-link {
	text-decoration: underline;
}

.required-length-container {
	padding-top: 20px;
	white-space: nowrap;
}

.required-length-container input, .required-length-container select {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    margin-right: 10px;
    width: 70px;
}

.required-length-container input {
    width: auto;
}

.woocommerce-notices-wrapper {
	display: none;
}