.is-divider {
background-color: #009bcb;
display: block;
height: 3px;
margin: 1em 0;
max-width: 30px;
width: 100%;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
border-bottom: 1px solid #ececec;
margin: 10px 40px 20px 40px;
padding-left: 0;
padding-right: 0;
}
html, .header-inner.flex-row.container.logo-center.medium-logo-center {
max-width: 1920px !important;
margin-left: auto !important;
margin-right: auto !important;
}
html, body {
background-color: #f5f5f5 !important; }
.cross-sells-wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 25px;
justify-items: center;
text-align: center;
margin: 30px 0;
}
.cross-sell-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 15px;
max-width: 240px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
}
.cross-sell-card:hover {
transform: translateY(-4px);
}
.cross-sell-card img {
width: 180px;
height: auto;
margin-bottom: 10px;
}
.cross-sell-title {
font-size: 16px;
margin: 5px 0;
}
.cross-sell-price {
display: block;
font-weight: 600;
color: #111;
}   #proex-odstupenie-formular {
max-width: 760px;
margin: 0 auto;
} .proex-form-message {
max-width: 760px;
margin: 0 auto 24px auto;
padding: 14px 16px;
line-height: 1.5;
} .proex-form-message-success {
border: 1px solid #2e7d32;
background: #f7fff7;
} .proex-form-message-error {
border: 1px solid #b00020;
background: #fff7f7;
} #proex-odstupenie-formular p {
margin-bottom: 20px;
} #proex-odstupenie-formular label {
font-weight: 600;
} #proex-odstupenie-formular input[type="text"],
#proex-odstupenie-formular input[type="email"],
#proex-odstupenie-formular input[type="date"],
#proex-odstupenie-formular textarea {
width: 100%;
max-width: 100%;
box-sizing: border-box;
} #proex-odstupenie-formular textarea {
min-height: 120px;
} #proex-odstupenie-formular .proex-form-row {
display: flex;
gap: 24px;
margin-bottom: 20px;
}
#proex-odstupenie-formular .proex-form-col {
flex: 1;
margin-bottom: 0;
} #proex-odstupenie-formular .proex-confirmation-wrap {
margin: 18px 0 22px 0;
}
#proex-odstupenie-formular .proex-confirmation-wrap label {
font-weight: 600;
display: flex;
align-items: flex-start;
gap: 10px;
}
#proex-odstupenie-formular .proex-confirmation-wrap input[type="checkbox"] {
margin-top: 3px;
flex-shrink: 0;
} #proex-odstupenie-formular .proex-action-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-top: 18px;
} #proex-odstupenie-formular .proex-submit-wrap {
flex: 1;
}
#proex-odstupenie-formular .proex-submit-button {
background: #d26f4f;
color: #ffffff;
border: none;
padding: 14px 28px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
line-height: 1.2;
min-width: 300px;
text-align: center;
}
#proex-odstupenie-formular .proex-submit-button:hover {
background: #c45f41;
color: #ffffff;
} #proex-odstupenie-formular .proex-turnstile-wrap {
display: flex;
justify-content: flex-end;
flex-shrink: 0;
} @media (max-width: 700px) {
#proex-odstupenie-formular {
max-width: 100%;
}
#proex-odstupenie-formular .proex-form-row {
display: block;
}
#proex-odstupenie-formular .proex-form-col {
margin-bottom: 20px;
}
#proex-odstupenie-formular .proex-action-row {
display: block;
}
#proex-odstupenie-formular .proex-submit-button {
width: 100%;
min-width: 0;
margin-bottom: 18px;
}
#proex-odstupenie-formular .proex-turnstile-wrap {
justify-content: flex-start;
}
}