.responsavel-completo {
font-family: Arial, sans-serif;
text-align: center;
}
.responsavel-completo .assinatura img {
display: block;
margin: 0 auto;
}
.responsavel-completo .nome {
font-size: 18px;
margin-top: 5px;
}
.responsavel-completo .funcao,
.responsavel-completo .email,
.responsavel-completo .extra {
font-size: 14px;
margin-top: 5px;
} @media print {
body, .document-template, .responsavel-completo {
font-family: Arial, sans-serif;
font-size: 12pt;
color: #000;
margin: 0;
padding: 20px;
}
.document-template, .responsavel-completo {
max-width: 100%;
width: 100%;
}
h1, h2, h3, p, ul, ol, div, img, table {
page-break-inside: avoid;
orphans: 3;
widows: 3;
}
.page-break {
page-break-before: always;
}
hr {
border: none;
border-top: 1px solid #000;
margin: 20px 0;
}
.button, nav, header, footer, .no-print {
display: none !important;
}
}#mvm-modals-container {
position: fixed !important;
inset: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width: 100%;
height: 100%;
height: 100dvh;
max-height: 100vh;
max-height: 100dvh;
min-height: 0;
z-index: 2147483000;
display: none;
visibility: hidden;
opacity: 0;
pointer-events: none;
isolation: isolate;
overflow: hidden;
margin: 0;
padding: 0;
box-sizing: border-box;
} #mvm-modals-container:not(.has-active-modal) {
display: none !important;
visibility: hidden !important;
pointer-events: none !important;
} #mvm-modals-container.has-active-modal {
display: block;
visibility: visible;
opacity: 1;
pointer-events: auto;
} .mvm-modal {
position: fixed !important;
inset: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width: 100%;
height: 100%;
height: 100dvh;
max-height: 100vh;
max-height: 100dvh;
min-height: 0;
display: none;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.12s ease, visibility 0.12s ease;
pointer-events: none;
z-index: 2147483000;
isolation: isolate;
}
.mvm-modal.active {
display: flex !important;
opacity: 1 !important;
visibility: visible !important;
pointer-events: all !important;
} .mvm-modal:not(.active) {
pointer-events: none;
display: none;
visibility: hidden;
opacity: 0;
} .mvm-modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
backdrop-filter: blur(4px);
cursor: pointer;
pointer-events: auto;
z-index: 1;
} .mvm-modal-content {
position: relative;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
max-width: 90%;
max-height: 90vh;
max-height: 90dvh;
width: 100%;
max-width: 1200px;
display: flex;
flex-direction: column;
overflow: hidden;
min-height: 0;
transform: scale(0.96);
transition: transform 0.12s ease;
z-index: 2;
pointer-events: auto;
overscroll-behavior: contain;
}
.mvm-modal.active .mvm-modal-content {
transform: scale(1);
} .mvm-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 30px;
border-bottom: 1px solid #e0e0e0;
background: #f8f9fa;
}
.mvm-modal-header h2 {
margin: 0;
font-size: 24px;
font-weight: 600;
color: #2c3e50;
} .mvm-modal-close {
background: none;
border: none;
font-size: 32px;
line-height: 1;
color: #666;
cursor: pointer;
padding: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.2s ease;
}
.mvm-modal-close:hover {
background-color: #e0e0e0;
color: #333;
transform: rotate(90deg);
}
.mvm-modal-close:focus {
outline: 2px solid #0073aa;
outline-offset: 2px;
} .mvm-modal-body {
padding: 30px;
overflow-y: auto;
overflow-x: hidden;
flex: 1 1 auto;
min-height: 0;
-webkit-overflow-scrolling: touch;
} .mvm-video-stage {
position: relative;
width: 100%;
}
.mvm-modal-loading {
position: absolute;
inset: 0;
z-index: 5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
padding: 20px;
box-sizing: border-box;
background: rgba(15, 23, 42, 0.94);
color: #f1f5f9;
border-radius: 8px;
text-align: center;
font-size: 0.9375rem;
line-height: 1.4;
transition: opacity 0.22s ease, visibility 0.22s ease;
}
.mvm-modal.mvm-media-ready .mvm-modal-loading {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.mvm-spinner {
width: 42px;
height: 42px;
box-sizing: border-box;
border: 3px solid rgba(255, 255, 255, 0.2);
border-top-color: #38bdf8;
border-radius: 50%;
animation: mvmSpinnerRotate 0.7s linear infinite;
}
.mvm-loading-text {
max-width: 16em;
}
@keyframes mvmSpinnerRotate {
to {
transform: rotate(360deg);
}
} .mvm-video-wrapper {
position: relative;
width: 100%;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
background: #000;
border-radius: 8px;
} .mvm-video-wrapper.mvm-panda-aspect {
padding-bottom: 49.930651872399444%;
}
.mvm-video-wrapper iframe,
.mvm-video-wrapper video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
.mvm-video-wrapper video {
object-fit: contain;
} .mvm-modal.active .mvm-video-wrapper iframe {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
width: 100% !important;
height: 100% !important;
}
.mvm-video-wrapper video {
object-fit: contain;
} body.mvm-modal-open {
overflow: hidden;
width: 100%;
} @media screen and (max-width: 768px) {
.mvm-modal-content {
max-width: min(100%, 560px);
max-height: 92vh;
max-height: 92dvh;
width: calc(100% - 24px);
margin: 0 auto;
}
.mvm-modal-header {
padding: 14px 16px;
}
.mvm-modal-header h2 {
font-size: clamp(1rem, 4vw, 1.25rem);
line-height: 1.3;
}
.mvm-modal-body {
padding: 16px;
}
.mvm-modal-close {
width: 44px;
height: 44px;
min-width: 44px;
min-height: 44px;
font-size: 28px;
}
} @media screen and (max-width: 640px) {
.mvm-modal {
align-items: stretch;
justify-content: stretch;
padding: max(8px, env(safe-area-inset-top))
max(8px, env(safe-area-inset-right))
max(8px, env(safe-area-inset-bottom))
max(8px, env(safe-area-inset-left));
box-sizing: border-box;
}
.mvm-modal-content {
width: 100%;
max-width: none;
margin: 0;
border-radius: 12px;
height: 100%;
min-height: 0;
max-height: 100vh;
max-height: 100dvh;
transform: none;
}
.mvm-modal.active .mvm-modal-content {
transform: none;
}
.mvm-modal-header {
flex-shrink: 0;
padding: max(10px, env(safe-area-inset-top)) 12px 10px 16px;
gap: 8px;
}
.mvm-modal-header h2 {
flex: 1 1 auto;
min-width: 0;
margin: 0;
font-size: 1rem;
line-height: 1.25;
text-align: left;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.mvm-modal-close {
flex-shrink: 0;
width: 44px;
height: 44px;
min-width: 44px;
min-height: 44px;
}
.mvm-modal-body {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
padding: 12px;
padding-bottom: max(12px, env(safe-area-inset-bottom));
}
.mvm-video-wrapper {
flex: 0 1 auto;
width: 100%;
max-width: 100%;
border-radius: 8px;
}
@supports (aspect-ratio: 16 / 9) {
.mvm-video-wrapper {
aspect-ratio: 16 / 9;
height: auto;
padding-bottom: 0;
max-height: min(52vh, 52dvh);
}
}
}
@media screen and (max-width: 640px) {
@supports not (aspect-ratio: 16 / 9) {
.mvm-video-wrapper {
max-height: min(52vh, 52dvh);
}
}
}
@media screen and (max-width: 380px) {
.mvm-modal {
padding-left: max(4px, env(safe-area-inset-left));
padding-right: max(4px, env(safe-area-inset-right));
}
.mvm-modal-content {
border-radius: 8px;
}
.mvm-modal-header h2 {
font-size: 0.9375rem;
}
} @keyframes mvmModalFadeIn {
from {
opacity: 0;
transform: scale(0.96);
}
to {
opacity: 1;
transform: scale(1);
}
}
.mvm-modal.active .mvm-modal-content {
animation: mvmModalFadeIn 0.12s ease forwards;
}
@media screen and (max-width: 640px) {
.mvm-modal.active .mvm-modal-content {
animation: none;
}
} .mvm-video-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
min-width: 24px;
padding: 0;
margin-left: 8px;
background: rgba(0, 115, 170, 0.1);
border: 1px solid rgba(0, 115, 170, 0.3);
border-radius: 50%;
color: #0073aa;
cursor: pointer;
transition: all 0.2s ease;
vertical-align: middle;
flex-shrink: 0;
opacity: 0.7;
position: relative;
z-index: 10;
pointer-events: auto;
text-decoration: none;
float: none;
clear: none;
}
.mvm-video-button:hover {
background: #0073aa;
color: #ffffff;
border-color: #0073aa;
opacity: 1;
transform: scale(1.1);
box-shadow: 0 2px 8px rgba(0, 115, 170, 0.3);
}
.mvm-video-button:focus {
outline: 2px solid #0073aa;
outline-offset: 2px;
opacity: 1;
}
.mvm-video-button svg {
width: 12px;
height: 12px;
display: block;
} .mvm-menu-item-wrapper {
position: relative;
} .mvm-menu-item-wrapper > a,
li.menu-item > a,
li.menu-item-has-children > a,
nav a,
.sidebar a,
.menu a {
pointer-events: auto !important;
cursor: pointer !important;
position: relative;
z-index: 1;
} .mvm-menu-item-wrapper > a {
display: flex;
align-items: center;
justify-content: flex-start !important;
text-align: left !important;
gap: 10px !important;
flex: 1 1 0%;
min-width: 0;
width: auto;
max-width: 100%;
box-sizing: border-box;
} .dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper > a,
.dashlifter-menu-content li.dashlifter-item#dashlifter-menu-expiration-reports > a {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
text-align: left !important;
gap: 10px !important;
width: auto !important;
min-width: 0 !important;
flex: 1 1 auto !important;
}
.dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper > a .mvm-link-label,
.dashlifter-menu-content li.dashlifter-item#dashlifter-menu-expiration-reports > a .mvm-link-label {
display: block !important;
flex: 1 1 auto !important;
min-width: 0 !important;
text-align: left !important;
line-height: 1.2 !important;
}
.dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper > a > i.icon,
.dashlifter-menu-content li.dashlifter-item#dashlifter-menu-expiration-reports > a > i.icon {
margin-right: 0 !important;
flex: 0 0 auto !important;
}  .mvm-menu-item-wrapper > a + .mvm-video-button {
margin-left: 8px;
flex-shrink: 0;
display: inline-flex;
vertical-align: middle;
} .mvm-menu-item-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
gap: 6px;
min-width: 0;
max-width: 100%;
box-sizing: border-box;
} @media (max-width: 768px) {
.mvm-video-button {
width: 28px;
height: 28px;
min-width: 28px;
}
.mvm-video-button svg {
width: 14px;
height: 14px;
}
} .dashlifter-menu-content li.dashlifter-item:has(> .mvm-video-button),
.dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper:has(> .mvm-video-button) {
display: flex;
flex-direction: row;
align-items: center;
gap: 6px;
min-width: 0;
overflow: visible;
}
.dashlifter-menu-content li.dashlifter-item:has(> .mvm-video-button) > a,
.dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper:has(> .mvm-video-button) > a {
flex: 1 1 0%;
min-width: 0 !important;
width: auto !important;
max-width: 100%;
display: flex !important;
flex-direction: row !important;
justify-content: flex-start !important;
text-align: left !important;
align-items: center !important;
box-sizing: border-box;
}
.dashlifter-menu-content li.dashlifter-item:has(> .mvm-video-button) > a .dashlifter-nav-label,
.dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper:has(> .mvm-video-button) > a .dashlifter-nav-label {
flex: 1 1 auto;
min-width: 0;
text-align: left !important;
}
.dashlifter-menu-content li.dashlifter-item:has(> .mvm-video-button) > .mvm-video-button,
.dashlifter-menu-content li.dashlifter-item.mvm-menu-item-wrapper:has(> .mvm-video-button) > .mvm-video-button {
flex-shrink: 0;
margin-left: 0 !important;
margin-right: 4px !important;
} .dashlifter-menu-content .dashlifter-submenu li.dashlifter-item:has(> .mvm-video-button) {
display: flex;
flex-direction: row;
align-items: center;
gap: 6px;
min-width: 0;
overflow: visible;
}
.dashlifter-menu-content .dashlifter-submenu li.dashlifter-item:has(> .mvm-video-button) > a {
flex: 1 1 0%;
min-width: 0 !important;
width: auto !important;
max-width: 100%;
display: flex !important;
flex-direction: row !important;
justify-content: flex-start !important;
text-align: left !important;
align-items: center !important;
}
.dashlifter-menu-content .dashlifter-submenu li.dashlifter-item:has(> .mvm-video-button) > a .dashlifter-nav-label {
flex: 1 1 auto;
min-width: 0;
text-align: left !important;
}
.dashlifter-menu-content .dashlifter-submenu li.dashlifter-item:has(> .mvm-video-button) > .mvm-video-button {
flex-shrink: 0;
margin-left: 0 !important;
margin-right: 4px !important;
} #dashlifter-navigation .dashlifter-dashboard-menu > li:has(> .mvm-video-button),
#dashlifter-navigation li.submenu-item:has(> .mvm-video-button) {
display: flex;
flex-direction: row;
align-items: center;
gap: 6px;
min-width: 0;
}
#dashlifter-navigation .dashlifter-dashboard-menu > li:has(> .mvm-video-button) > a,
#dashlifter-navigation li.submenu-item:has(> .mvm-video-button) > a.submenu-link,
#dashlifter-navigation li.submenu-item:has(> .mvm-video-button) > a {
flex: 1 1 0%;
min-width: 0 !important;
width: auto !important;
max-width: 100%;
}
#dashlifter-navigation .dashlifter-dashboard-menu > li:has(> .mvm-video-button) > .mvm-video-button,
#dashlifter-navigation li.submenu-item:has(> .mvm-video-button) > .mvm-video-button {
flex-shrink: 0;
margin-left: 0 !important;
margin-right: 4px !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}