.f-wc-s-js-modal-window-iframe {
min-width: 100%;
min-height: 700px;
max-width: 100%;
height: 90%;    
border: none;
}
.container_NOTFOUND {
margin: 15px auto;
padding: 0 15px;
max-width: 800px;
width: 100%;
}
.f-wc-s-window-modal {
display: none;
align-items: center;
justify-content: center;
flex-wrap: wrap;
overflow-y: auto;
position: fixed;
padding: 15px;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background-color: rgba(0,0,0,0.7);
}
.f-wc-s-window-modal__in {
position: relative;
max-width: 100%;
padding: 26px 30px 30px;
width: 90%;
z-index: 1001;
background-color: #fff;
border-radius: 3px;
box-shadow: 0 0 6px 2px rgba(50,50,50,0.3);
}
.f-wc-s-window-activated {
overflow: hidden;
margin-right: 17px;
}
.select2-selection--single{
height: initial !important;
}
.woocommerce-checkout-review-order-table [data-title="Csomagautomata"] .select2-container,
.woocommerce-checkout-review-order-table [data-title="Parcel locker"] .select2-container {
max-width: 150px;
}
@media only screen and (min-width: 381px){
.woocommerce-checkout-review-order-table [data-title="Csomagautomata"] .select2-container,
.woocommerce-checkout-review-order-table [data-title="Parcel locker"] .select2-container {
max-width: 175px;
} 
}
@media only screen and (min-width: 430px){
.woocommerce-checkout-review-order-table [data-title="Csomagautomata"] .select2-container,
.woocommerce-checkout-review-order-table [data-title="Parcel locker"] .select2-container {
max-width: 220px;
} 
}.vk-city-blocks-wrapper {
padding: 0 0 40px 0;
} .vk-city-block {
margin-bottom: 50px;
padding: 0 0 30px 0;
border-bottom: 2px solid #e0e0e0;
} .vk-city-block-header {
margin-bottom: 20px;
}
.vk-city-block-icon {
color: #b00b11;
display: inline-flex;
align-items: center;
margin-right: 14px;
vertical-align: middle;
}
.vk-city-block-title {
font-size: 17px;
font-weight: 700;
color: #333;
margin: 0;
text-transform: none;
}
.vk-city-block-count {
margin-top: 4px;
font-size: 13px;
font-weight: 600;
color: #b00b11;
}
.vk-city-block-description {
margin-top: 10px;
font-size: 15px;
color: #666;
line-height: 1.6;
}
.vk-city-block-description p {
margin: 0;
} .vk-city-block-hidden-product {
display: none;
}
.vk-city-block-hidden-product.vk-city-block-visible {
display: block;
} .vk-city-block-load-more-wrap {
text-align: center;
margin-top: 25px;
}
.vk-city-block-load-more {
display: inline-block;
padding: 12px 30px;
background: #b00b11;
color: #fff;
border: none;
border-radius: 4px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s, transform 0.2s;
}
.vk-city-block-load-more:hover {
background: #9a0a0f;
transform: translateY(-1px);
}
.vk-city-block-load-more:active {
transform: translateY(0);
}
.vk-city-block-load-more.vk-city-block-loading {
opacity: 0.7;
cursor: wait;
} .vk-city-related-cities {
margin-top: 40px;
padding-top: 30px;
}
.vk-city-related-title {
font-size: 24px;
font-weight: 700;
color: #333;
margin-bottom: 25px;
text-transform: none;
}
.vk-city-related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}
.vk-city-related-card {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.2s, box-shadow 0.2s;
}
.vk-city-related-card:hover {
transform: translateY(-3px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.vk-city-related-card a {
display: block;
text-decoration: none;
color: inherit;
}
.vk-city-related-image {
height: 180px;
background-size: cover;
background-position: center;
background-color: #f0f0f0;
}
.vk-city-related-no-image {
background: linear-gradient(135deg, #b00b11, #d4332e);
}
.vk-city-related-name {
padding: 15px;
font-size: 18px;
font-weight: 600;
color: #b00b11;
text-align: center;
background: #fff;
} @media only screen and (max-width: 999px) {
.vk-city-block-title {
font-size: 16px;
}
.vk-city-related-grid {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}
@media only screen and (max-width: 600px) {
.vk-city-related-grid {
grid-template-columns: 1fr;
}
}