/**
* Theme Name: Sala Child
* Description: This is a child theme of Sala, generated by Merlin WP.
* Author: <a href="http://uxper.co/">Uxper</a>
* Template: sala
* Version: 1.0.0
*/
.sala-mode-switcher-wrap .sala-mode-switcher .sala-mode-switcher-toddler{
	min-width: 75px;
}
/* Контейнер */
.go-steps{
  width:100%;
  margin:12px 0 24px;
}

/* CF7 вставляє <p> всередині — робимо його флекс-рядком */
.go-steps > p{
  display:flex;
  flex-direction:row;
  gap:6px;
  width:100%;
  margin:0;                 /* забираємо зайвий відступ p */
}

/* Сегменти */
.go-steps > p > span{
  display:block;
  flex:1 1 0;
  height:6px;
  border-radius:4px;
  background:#d9dfe8;       /* сірий за замовчуванням */
}

/* Активні (зелені) — став нижче за базове правило */
.go-steps.step-1 > p > span:nth-of-type(1),
.go-steps.step-2 > p > span:nth-of-type(-n+2),
.go-steps.step-3 > p > span:nth-of-type(-n+3),
.go-steps.step-4 > p > span:nth-of-type(-n+4){
  background:#00C853;
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 1.2em 1em;
    border: 0;
    border-radius: 10px;
    background: #ffd0c0;
    color: #890000;
}

#pos input, #food-pl input {
    float: left;
    height: 26px;
    width: 40px;
    margin: 0;
    padding: 0;

}

.ads input[type="radio"], .ads input[type="checkbox"] {
    float: left;
    height: 25px;
    width: 30px;
    margin: 0 5px 0 0;
    padding: 0px;
}
.ads label {
    padding: 0 0 10px 0;
}

input[type="submit"].ads {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  float: none;
  background-color: #0057FC;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

input[type="submit"].ads:hover {
  background-color: #0041c2;
  transform: scale(1.03);
}

input[type="submit"].ads:active {
  transform: scale(1.07);
}


#pos .wpcf7-list-item, #food-pl .wpcf7-list-item 
{margin: 10px 0 0 1em;}

.wpcf7 form.sent .wpcf7-response-output
{background: #46b450;}


@media (min-width: 600px) {
    #wpcf7-f18371-p17901-o1 {
        width: 600px;
        margin-right: auto;
        margin-left:auto;
    }
}

@media (max-width: 600px) {
    #wpcf7-f17276-p17257-o1 {
        width: 100%!important;
        margin:unset!important;
    }
}
