.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;
}.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}