.mailerlite-form {
}
.mailerlite-form .mailerlite-form-description {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field label {
display: block;
}
.mailerlite-form .mailerlite-subscribe-button-container {
text-align: center;
}
.mailerlite-form input.error {
color: #ff0000;
border-color: #ff0000;
}
.mailerlite-form label.error {
color: #ff0000;
}
.mailerlite-form-response {
margin-top: 20px;
display: none;
text-align: center;
color: #00a154;
}
.mailerlite-form-loader {
display: none;
text-align: center;
font-weight: bold;
margin: 0 20px;
}
.mailerlite-form-error {
display: block;
color: #ff0000;
}
.mailerlite-subscribe-submit{
max-width: 100%;
}.scpfw_body_sizechart {
overflow: hidden;
position: relative;
}
.scpfw_body_sizechart:after {
position: absolute;
content: "";
background-color: rgba(0,0,0,45%);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
.scpfw_loader {
width: 40px;
padding: 5px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 999999999;
background-color: #ffffff;
border-radius: 3px;
} .scpfw_btn {
width: 100%;
display: inline-block;
}
.scpfw_open {
display: inline-block;
width: auto;
padding: 10px 15px;
margin: 15px 0px;
border: none;
font-size: 15px;
font-weight: 700;
outline: none;
cursor: pointer;
}
.scpfw_open:hover, .scpfw_open:focus {
text-decoration: none;
}  .scpfw_sidepoup_btn {
width: 100%;
display: inline-block;
}
.scpfw_sidepoup_open {
display: inline-block;
width: auto;
padding: 10px 15px;
margin: 15px 0px;
border: none;
font-size: 15px;
font-weight: 700;
outline: none;
cursor: pointer;
}
.scpfw_sidepoup_open:hover, .scpfw_sidepoup_open:focus {
text-decoration: none;
}  .scpfw_sizechart_main {
display: none;
position: fixed;
z-index: 9999999;
padding-top: 100px;
padding-bottom: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
.scpfw_sizechart_content {
position: relative;
background-color: #fefefe;
margin: auto;
border: 1px solid #888;
width: 45%;
border-radius: 5px;
padding: 20px;
z-index: 99999;
box-sizing: border-box;
}
.scpfw_popup_header {
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
.scpfw_popup_header h1 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 10px 0px;
line-height: 20px;
text-transform: capitalize;
}
.scpfw_popup_close {
position: absolute;
display: flex;
align-items: center;
right: -33px;
top: -33px;
height: 25px;
line-height: 25px;
width: 25px;
z-index: 9999999;
background-color: black;
border-radius: 100%;
cursor: pointer;
justify-content: center;
}
.scpfw_popup_close svg {
height: auto;
width: 11px;
}
.scpfw_popup_close svg path {
fill: #fff;
}
.scpfw_popup_close:hover, .scpfw_popup_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.scpfw_popup_body {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.scpfw_popup_body table, .scpfw_popup_body tbody {
margin: 0px;
display: flex;
width: 100%;
flex-direction: column;
}
.scpfw_popup_body table tbody tr {
display: flex;
width: 100%;
flex-direction: row;
}
.scpfw_schart_popup_cls {
display: none;
background: transparent;
position: fixed;
z-index: 9999;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
}  .scpfw_schart_sdpopup_main {
position: fixed;
top: 0;
left: inherit;
right: -100%;
max-width: 550px;
width: 100%;
height: 100%;
background: #fff;
padding: 2rem 1.125rem;
overflow: auto;
opacity: 0;
visibility: hidden;
z-index: -1;
transition: all .5s ease;
z-index: 99999;
box-sizing: border-box;
}
.scpfw_schart_sdpopup_main.active {
right: 0;
left: inherit;
overflow-x: hidden;
overflow-y: scroll;
padding: 2rem 2.5rem;
opacity: 1;
visibility: visible;
}
.scpfw_schart_sdpopup_close {
position: absolute;
top: 10px;
right: 10px;
padding: 5px;
display: flex;
border: 1px solid;
cursor: pointer;
}
.scpfw_schart_sdpopup_close svg {
width: 14px;
height: auto;
transition: .5s;
transform: rotate(0deg);
}
.scpfw_schart_sdpopup_close:hover svg {
transition: .5s;
transform: rotate(180deg);
}
.scpfw_sdpp_body {
overflow: hidden;
position: relative;
}
.scpfw_sdpp_body:after {
position: absolute;
content: "";
background-color: rgba(0,0,0,0.2);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
.scpfw_schart_sidpp_overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #0000006b;
opacity: 0;
visibility: hidden;
}
.scpfw_schart_sidpp_overlay.active {
opacity: 1;
visibility: visible;
z-index: 9999;
}
.scpfw_sdpp_table h2:before, .scpfw_sdpp_table h1:before {
width: 0 !important;
height: 0 !important;
margin: 0 !important;
}
.scpfw_sdpp_table table tr td {
background-color: transparent!important;
padding: 5px;
font-size: 15px;
display: inline-block;
width: 33.33%;
box-sizing: border-box;
border: none;
}
ul.scpfw_sdpp_front_tabs {
margin: 0;
padding: 0px;
list-style: none;
border-bottom: 1px solid #777;
font-size: 17px;
}
ul.scpfw_sdpp_front_tabs li {
display: inline-block;
border-radius: 4px 4px 0 0;
padding: 6px 10px;
text-transform: capitalize;
font-weight: 500;
cursor: pointer;
margin: 0;
}
ul.scpfw_sdpp_front_tabs li.current {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #777;
border-bottom-color: transparent;
margin-bottom: -1px;
}
.scpfw_sdpp_frtab_content {
display: none;
padding: 15px;
margin: 0;
border: 1px solid #777;
border-top: 0px;
font-size: 17px;
}
.scpfw_sdpp_frtab_content.current{
display: inherit;
}
body .scpfw_sdpp_frtab_content h2 {
margin: 0px 0px 10px 0px !important;
padding: 10px 10px !important;
color: #fff;
text-transform: uppercase;
font-size: 14px !important;
}
.scpfw_sdpp_szchart_content {
background-color: #fefefe;
margin: 20px 0 0 0;
width: 100%;
}
.scpfw_sdpp_popup_header {
width: 100%;
display: flex;  position: relative;
justify-content: center;
}
.scpfw_sdpp_popup_header h1 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 10px 0px;
line-height: 30px;
text-transform: capitalize;
}
.scpfw_sdpp_popup_body {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.scpfw_sdpp_popup_body table, .scpfw_sdpp_popup_body tbody {
margin: 0px;
display: inline-block;
width: 100%;
}
.scpfw_sdpp_child_div ul {
margin: 0px 0 0 20px;
}
.scpfw_sdpp_table tr {
text-align: center;
display: flex;
width: 100%;
box-sizing: border-box;
flex-direction: row;
}  .scpfw_tab_header {
width: 100%;
display: flex;
position: relative;
}
.scpfw_tab_header h1 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 10px 0px;
line-height: 20px;
}
.scpfw_tab_body {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.scpfw_tab_body table, .scpfw_tab_body tbody {
margin: 0px;
display: inline-block;
width: 100%;
}
.scpfw_popup_padding_div ul {
margin: 0px 0 0 20px;
}
.scpfw_child_div ul {
margin: 0px 0 0 20px;
} ul.scpfw_front_tabs {
margin: 0px 15px 0px 15px;
padding: 0px;
list-style: none;
border-bottom: 1px solid #777;
font-size: 17px;
}
ul.scpfw_front_tabs li {
display: inline-block;
border-radius: 4px 4px 0 0;
padding: 6px 10px;
text-transform: capitalize;
font-weight: 500;
cursor: pointer;
margin: 0;
}
ul.scpfw_front_tabs li.current {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #777;
border-bottom-color: transparent;
margin-bottom: -1px;
}
.scpfw_front_tab_content {
display: none;
padding: 15px;
margin: 0px 15px 0px 15px;
border: 1px solid #777;
border-top: 0px;
font-size: 17px;
}
.scpfw_front_tab_content.current{
display: inherit;
}
body .scpfw_front_tab_content h2 {
margin: 0px 0px 10px 0px !important;
padding: 10px 10px !important;
color: #fff;
text-transform: uppercase;
font-size: 14px !important;
}
.scpfw_tableclass h2:before, .scpfw_tableclass h1:before{
width: 0 !important;
height: 0 !important;
margin: 0 !important;
}
.scpfw_tableclass table tr td {
background-color: transparent!important;
padding: 5px;
font-size: 15px;
display: inline-block;
width: 33.33%;
box-sizing: border-box;
border: none;
}
#scpfw_sizechart_popup .scpfw_tableclass table tr:nth-child(1) {
box-sizing: border-box;
}
.scpfw_child_div img {
text-align: center;
margin: 0 auto;
margin-top: 30px;
}
.scpfw_child_div tr {
text-align: center;
display: flex;
width: 100%;
box-sizing: border-box;
flex-direction: row;
}
@media only screen and (max-width: 767px) {
.scpfw_sizechart_content {
width: 90%;
}
.scpfw_child_div {
overflow: auto;
width: 100%;
}
ul.scpfw_front_tabs li.current {
border: none;
background-color: #ccc;
}
ul.scpfw_front_tabs li {
border-radius: 0px; 
width: 100%;
text-align: center;
box-sizing: border-box;
}
ul.scpfw_front_tabs {
margin: 0px;
border-bottom: 1px solid #777;
padding: 0px !important;
}
.scpfw_front_tab_content {
overflow: hidden;
margin: 0px;
border: none;
}
.scpfw_popup_padding_div {
border: 1px solid #777;
}
.scpfw_child_div ul {
margin: 0px;
} ul.scpfw_sdpp_front_tabs li.current {
border: none;
background-color: #ccc;
}
ul.scpfw_sdpp_front_tabs li {
border-radius: 0px; 
width: 100%;
text-align: center;
box-sizing: border-box;
}
ul.scpfw_sdpp_front_tabs {
margin: 0px;
border-bottom: 1px solid #777;
}
.scpfw_sdpp_frtab_content {
overflow: hidden;
margin: 0px;
border: none;
}
.scpfw_sdpp_padding_div {
border: 1px solid #777;
}
.scpfw_sdpp_child_div {
overflow: auto;
width: 100%;
}
.scpfw_sdpp_child_div ul {
margin: 0px;
} }.tzzas-block-parcelshops {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 8px;
margin-top: 16px;
}
.tzzas-block-parcelshops .tzas-message {
display: none !important;
}
.tzzas-block-parcelshops .wc-block-components-text-input.tzas-data {
flex: 1 1 auto;
min-width: 0;
margin: 0 !important;
height: 56px !important;
box-sizing: border-box !important;
cursor: not-allowed;
pointer-events: none;
}
.tzzas-block-parcelshops .wc-block-components-text-input.tzas-data input {
height: 56px !important;
box-sizing: border-box !important;
cursor: not-allowed;
background-color: var( --wc-blocks-field-background-color, #f0f0f0 );
color: var( --wc-blocks-color-body, #3d3d3d );
border-color: var( --wc-blocks-border-color, #949494 );
}
.tzzas-block-parcelshops .wc-block-components-text-input.tzas-data label {
top: 50%;
transform: translateY( -50% );
font-size: 1em;
transition: all 0.2s ease;
}
.tzzas-block-parcelshops .wc-block-components-text-input.tzas-data.is-active label {
top: 0.4em;
transform: none;
font-size: 0.75em;
}
.tzzas-block-parcelshops .wc-block-components-text-input.tzas-data.is-active input {
padding-top: 1.25em;
}
#zas-pop-kont.zas-pop-kont {
flex: 0 0 auto;
white-space: nowrap;
height: 56px;
padding: 0 20px;
margin: 0;
border: none;
border-radius: var( --wc-blocks-components-button-border-radius, 3px );
font-size: 1em;
font-weight: 600;
font-family: inherit;
cursor: pointer;
line-height: 1;
transition: background-color 0.2s ease;
color: var( --wc-blocks-color-button-text, #fff );
background-color: var( --wc-blocks-color-primary, #A90034 );
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
#zas-pop-kont.zas-pop-kont:hover {
background-color: var( --wc-blocks-color-primary-dark, #7a0025 );
}
#zas-pop-kont.zas-pop-kont:focus-visible {
outline: 2px solid var( --wc-blocks-color-primary, #A90034 );
outline-offset: 2px;
}
#zas-pop-kont.zas-pop-kont:active {
transform: scale( 0.98 );
} .tzas-label-img {
max-width: 25px;
display: inline-block;
margin-right: 5px;
position: relative;
bottom: -6px;
}
#shipping_method .zas-tlac {
margin-top: 10px;
}
.zasikovna-ico img {
max-width: 150px !important;
}