/*
Theme Name: psycholox_child_theme
Version: 1.0
Description: A child theme of psycholox
Template: psycholox
*/

@import url("../psycholox/style.css");



@media(max-width:767px){
.woocommerce .bps-question .options {
   
    flex-wrap: wrap;
    width: 100%;
}
	
	
.woocommerce .bps-question .options label{
   margin-bottom: 10px;
    width: 100%;
}
}

.woocommerce-MyAccount-content .quiz,
.woocommerce-MyAccount-content .choices {
  list-style-type: none;
  padding: 0;
}

.woocommerce-MyAccount-content .choices li {
  margin-bottom: 5px;
}

.woocommerce-MyAccount-content .choices label {
  display: flex;
  align-items: center;
}

.woocommerce-MyAccount-content .choices label,
.woocommerce-MyAccount-content input[type="radio"] {
  cursor: pointer;
}

.woocommerce-MyAccount-content input[type="radio"] {
  margin-right: 8px;
  border:0;
  width:auto;
  -webkit-appearance: auto;
   appearance: auto;
}


.woocommerce-MyAccount-content .quiz >li {
    margin:20px 0px;
}

.woocommerce-MyAccount-content .quiz li h4 {
    font-size: 16px;
}


