.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;
} }:root {
--action-button-border: #E7DBFD;
--action-button-text: #111111;
--action-button-icon: #341664;
--action-button-bg-light: #f7f4fd;
--action-button-bg-light-hover: #341664;
--action-button-text-hover: #ffffff;
--action-button-icon-hover: #ffffff;
--action-button-primary-hover: #4c2a85;
} @font-face {
font-family: 'toret-font';
src: url(//djkolecko.cz/wp-content/plugins/toret-zasilkovna/vendor/toret/toret-library/src/assets/fonts/toret-font.eot?5kiojs);
src: url(//djkolecko.cz/wp-content/plugins/toret-zasilkovna/vendor/toret/toret-library/src/assets/fonts/toret-font.eot?5kiojs#iefix) format('embedded-opentype'), url(//djkolecko.cz/wp-content/plugins/toret-zasilkovna/vendor/toret/toret-library/src/assets/fonts/toret-font.ttf?5kiojs) format('truetype'), url(//djkolecko.cz/wp-content/plugins/toret-zasilkovna/vendor/toret/toret-library/src/assets/fonts/toret-font.woff?5kiojs) format('woff'), url(//djkolecko.cz/wp-content/plugins/toret-zasilkovna/vendor/toret/toret-library/src/assets/fonts/toret-font.svg?5kiojs#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
#adminmenu #toplevel_page_toret-plugins .wp-menu-image:before {
content: '\e900';
font-family: 'toret-font';
font-style: normal;
font-weight: normal;
}
.toplevel_page_toret-plugins .wp-menu-image.dashicons-before img {
width: 20px;
} .torlib-column-action-button {
line-height: 25px !important;
background-color: var(--action-button-bg-light) !important;
border: 1px solid var(--action-button-border) !important;
color: var(--action-button-text) !important;
padding: 2px 4px 1px 5px !important;
border-radius: 3px !important;
}
.torlib-column-action-button span:before {
color: var(--action-button-icon);
line-height: 25px !important;
font-size: 16px;
}
.torlib-column-action-button:hover,
.torlib-column-action-button:hover span:before {
background: var(--action-button-bg-light-hover) !important;
color: var(--action-button-text-hover) !important;
}
.torlib-column-action-button .dashicons {
height: auto;
}
.torlib-column-buttons {
display: flex;
gap: 1px;
flex-wrap: wrap;
} .torlib-metabox .dashicons {
vertical-align: sub;
padding-right: 0;
height: 28px;
line-height: 28px;
width: 28px;
white-space: nowrap;
color: var(--action-button-icon);
}
.torlib-metabox a.button,
.torlib-metabox .button {
width: 100%;
margin-left: 0 !important;
margin-bottom: 3px;
background: var(--action-button-bg-light);
color: var(--action-button-text);
border-radius: 3px !important;
display: flex;
line-height: 30px;
align-items: center;
border: 1px solid var(--action-button-border);
padding: 6px 12px !important;
height: 32px !important;
}
.torlib-metabox .button span {
margin-right: 3px;
}
.torlib-metabox .button:hover,
.torlib-metabox .button.span:hover {
color: var(--action-button-text-hover) !important;
background: var(--action-button-bg-light-hover) !important;
}
.torlib-metabox .button:hover .dashicons {
color: var(--action-button-icon-hover) !important;
}
.torlib-metabox-input-wrap{
display: flex;
flex-direction: column;
margin-top: 10px;
}
.torlib-metabox-input-wrap label{
font-weight: 600;
} .torlib-primary-button, .torlib-secondary-button {
display: inline-flex !important;
align-items: center;
justify-content: center;
text-decoration: none !important;
cursor: pointer;
font-size: 13px;
line-height: normal;
padding: 6px 12px !important;
height: 32px !important;
border-radius: 3px !important;
transition: all 0.2s ease-in-out;
box-sizing: border-box;
white-space: nowrap;
}
.torlib-primary-button .dashicons, .torlib-secondary-button .dashicons {
font-size: 18px;
width: 18px;
height: 18px;
margin-right: 6px;
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.torlib-primary-button {
background-color: var(--action-button-bg-light-hover) !important;
color: var(--action-button-text-hover) !important;
border: 1px solid var(--action-button-bg-light-hover) !important;
}
.torlib-primary-button .dashicons {
color: var(--action-button-icon-hover) !important;
}
.torlib-primary-button:hover, .torlib-primary-button:focus {
background-color: var(--action-button-primary-hover) !important;
border-color: var(--action-button-primary-hover) !important;
color: #ffffff !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.torlib-secondary-button {
background-color: var(--action-button-bg-light) !important;
color: var(--action-button-text) !important;
border: 1px solid var(--action-button-border) !important;
}
.torlib-secondary-button .dashicons {
color: var(--action-button-icon) !important;
transition: color 0.2s ease-in-out;
}
.torlib-secondary-button:hover, .torlib-secondary-button:focus {
background-color: var(--action-button-bg-light-hover) !important;
color: var(--action-button-text-hover) !important;
border-color: var(--action-button-bg-light-hover) !important;
}
.torlib-secondary-button:hover .dashicons, .torlib-secondary-button:focus .dashicons {
color: var(--action-button-icon-hover) !important;
} .torlib-popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
justify-content: center;
align-items: center;
z-index: 999999;
}
.torlib-popup-overlay[style*="display: block"],
.torlib-popup-overlay[style*="display: flex"] {
display: flex !important;
}
.torlib-popup {
background-color: #fff !important;
color: #333 !important;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
position: relative;
display: flex;
flex-direction: column;
width: 600px;
max-width: 90%;
box-sizing: border-box;
z-index: 1000000;
}
.torlib-popup-close {
position: absolute;
top: 10px;
right: 15px;
cursor: pointer;
font-size: 24px;
}
.torlib-popup-title {
margin-top: 0;
}
.torlib-popup-buttons {
margin-top: 20px;
text-align: right;
display: flex;
column-gap: 5px;
justify-content: flex-end;
}
.torlib-popup-btn {
padding: 8px 16px;
margin-left: 10px;
cursor: pointer;
}
.torlib-popup {
display: flex;
flex-direction: column;
width: 600px;
max-width: 90%;
}
.torlib-popup.popup-large {
width: 90%;
max-width: 95%;
height: 80vh;
}
.torlib-popup.popup-small {
width: 400px;
}
.torlib-popup.popup-fullscreen {
width: 100%;
height: 100%;
max-width: none;
max-height: none;
border-radius: 0;
}
.torlib-popup-content {
flex: 1 1 auto;
overflow: auto;
overflow-x: hidden;
}
.torlib-popup-buttons {
flex: 0 0 auto;
}
.torlib-popup-input-wrap {
display: flex;
flex-direction: column;
margin-top: 10px;
}
.torlib-popup-input-wrap.checkbox-option {
display: flex;
flex-direction: row;
align-content: center;
align-items: flex-end;
}
.torlib-popup-input-wrap input[type=checkbox] {
margin-left: 5px;
}
.torlib-popup-auto-open{
display: flex;
}
.torlib-popup-field-group {
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
position: relative;
}
.torlib-popup-field-group label {
display: block;
margin-bottom: 6px;
font-weight: 600;
font-size: 13px;
color: #1d2327;
line-height: 1.4;
}
.torlib-popup-field-group input[type="text"],
.torlib-popup-field-group input[type="number"],
.torlib-popup-field-group input[type="date"],
.torlib-popup-field-group select {
width: 99%;
max-width: 400px;
height: 36px;
padding: 0 12px;
box-sizing: border-box;
border: 1px solid #8c8f94;
border-radius: 4px;
background-color: #fff;
font-size: 14px;
color: #2c3338;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.torlib-popup-field-group input:focus,
.torlib-popup-field-group select:focus {
border-color: var(--action-button-primary-hover);
box-shadow: 0 0 0 1px var(--action-button-primary-hover);
outline: none;
}
.torlib-popup-field-group input::placeholder {
color: #a0a5aa;
}
.torlib-popup-grid {
display: flex;
gap: 15px;
margin-bottom: 15px;
}
.torlib-popup-grid .torlib-popup-field-group {
margin-bottom: 0;
flex: 1;
}
.tf-no-loader .button-spinner,
.tf-no-loader + .button-spinner,
.tf-no-loader::after,
.tf-no-loader::before {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}.toret-draw-form { }
.toret-draw-form-layout-table { }
.toret-draw-form-layout-div { }
.toret-draw-form-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
} .toret-draw-field-group {
padding: 15px;
margin-bottom: 20px;
border: 1px solid #ccd0d4; border-radius: 4px;
background-color: #fff;
}
.toret-draw-group-fieldset { }
.toret-draw-group-div { }
.toret-draw-group-title {
font-size: 1.2em;
font-weight: 600;
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 8px;
border-bottom: 1px solid #eee; color: #2c3338; }
.toret-draw-group-fieldset > .toret-draw-group-title {  padding: 0 5px;
margin-left: 10px; font-size: 1em; border-bottom: none; } .custom-flex-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 15px; }
.custom-flex-row > .toret-draw-field-wrapper { flex-grow: 1;
flex-basis: 200px; margin-bottom: 0; }
.custom-flex-row > .toret-draw-field-wrapper.flex-item-auto {
flex-grow: 0; flex-basis: auto; } .toret-draw-field-group .flex-column-item {
flex: 1; min-width: 0; }
.toret-draw-field-group .flex-column-item.size-half {
flex-basis: calc(50% - 10px);  } .toret-draw-form-layout-div .toret-draw-field-wrapper:not(.flex-item-half):not(.flex-column-item) {  }
.toret-draw-form-layout-div .form-field-full-width .toret-draw-input,
.toret-draw-form-layout-div .form-field-full-width .toret-draw-input.toret-draw-field-type-textarea { width: 100%;
max-width: none; }
.toret-draw-form-layout-div .form-field-full-width .select2-container {
width: 100% !important; max-width: none !important;
}  .my-custom-divi-form .et_pb_button.my-custom-submit-button {
display: inline-block;
padding: 0.7em 2em;
font-size: 1em;
font-weight: bold;
line-height: 1.7em;
text-align: center;
text-decoration: none;
color: #ffffff !important; background-color: #0C71C3 !important; border-radius: 3px; transition: all 0.3s ease 0s; }
.my-custom-divi-form .et_pb_button.my-custom-submit-button:hover {
opacity: 0.8; }.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;
}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.review-rating{order:2}.star-rating{margin-right:10px}.review-count{margin-left:10px;font-size:14px;margin-top:-6px}@media (max-width:544px){.review-rating{display:block}.review-count{margin-left:0;margin-top:0}}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}