.nomob, .header_contacts {
display: none;
}
@media screen and ( min-width: 768px ) {
.nomob, .header_contacts {
display: unset;
}
}
:root {
--vw: 7vw;
}
@media screen and ( max-width: 1200px ) {
:root {
--vw: 5vw;
}
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
cursor: default;
}
a {
color: #cf4500;
outline: none !important;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
}
table, tbody, td, tr, th {
border: 0;
}
table {
overflow-x: auto;
display: block;
max-width: 100%;
}
body div .max40ch {
max-width: 40ch !important;
}
.wp-dark-mode-switcher.floating, .wp-dark-mode-side-toggle-wrap.floating {
bottom: unset !important;
left: unset !important;
top: 40px !important;
right: 10px !important;
}
li.product {
margin: 0 !important;
width: 25% !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
content: "+" !important;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
content: "|";
}
.woocommerce-breadcrumb a:first-of-type::before {
content: none;
}
.woocommerce-breadcrumb span span:first-of-type::before {
content: none;
}
.widget_search form:not(.wp-block-search)::before, .widget_product_search form:not(.wp-block-search)::before {
content: "+";
}
.woocommerce-pagination .prev::after {
content: "<";
}
.woocommerce-pagination .next::after {
content: ">";
}
img[src*="woocommerce-placeholder"] {
opacity: .5;
}
.woocommerce-loop-product__title {
text-align: left;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
line-height: 1;
padding: .75em 1em !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
position: absolute;
right: 5px;
top: calc(50% - 8px);
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
font-size: 1rem;
}
.wpc-filters-main-wrap li.wpc-term-item a {
font-weight: 600 !important;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
font-weight: 400 !important;
}
.storefront-sorting form {
display: none;
}
#main .woof_autohide_wrapper {
display: none !important;
}
header {
display: flex;
align-content: center;
flex-wrap: wrap;
position: fixed !important;
left: 0;
top: 0;
padding-top: .25rem !important;
padding-bottom: .25rem !important;
padding-right: var(--vw);
padding-left: var(--vw);
align-items: center;
width: 100%;
}
@media (max-width: 600px) {
header {
padding-right: 3vw;
padding-left: 3vw;
}
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
margin-bottom: unset;
}
header.site-header {
background-color: rgba(255,255,255,.9);
z-index: 10000;
}
header > .col-full {
max-width: 100%;
margin: 0;
padding: 0;
}
@media (max-width: 600px) {
.col-full {
margin-left: 1rem;
margin-right: 0;
padding: 0;
}
.site-name-a {
line-height: 1; }
img.custom-logo {
width: 3rem !important;
height: 3rem;
}
}
.woocommerce-active .site-header .main-navigation,
.woocommerce-active .site-header .site-branding {
width: unset;
float: unset;
margin-right: unset;
}
.site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
margin-bottom: unset;
}
.site-header .site-branding {
display: flex;
align-items: center;
}
.site-name-a {
font-size: 1.4rem;
font-weight: 700;
margin-right: 1.2rem;
margin-left: .8rem;
color: #000;
}
.m0 {
margin: 0 !important;
}
.pad-h {
padding-right: var(--vw);
padding-left: var(--vw);
}
.pad-v {
padding-top: 2em;
padding-bottom: 2em;
}
.pad-a {
padding: 1rem;
}
.pad-block-a {
padding: 1rem 2rem;
overflow: hidden;
}
.block-a {
overflow: hidden;
}
.pt-a {
padding-top: 1rem;
}
.pt2-a {
padding-top: 2rem;
}
.mb1-a {
margin-bottom: 1rem;
}
.mb2-a {
margin-bottom: 2rem;
}
.home-first {
padding-top: 7em;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: flex-start;
background-color: #1a1a1a;
color: #fff;
background-size: cover;
background-position: left center;
overflow: hidden;
position: relative;
}
.home-first.page-first {
min-height: 50vh;
}
.home-first.page-contact {
min-height: 30vh;
}
.home-first > * {
z-index: 2;
}
.home-first::before {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: rgba(0,0,0,.25);
}
.home-first h1 {
font-weight: 900;
color: #fff;
line-height: 1;
text-transform: uppercase; font-size: calc(1.5vw + .75rem);
max-width: 34ch;
margin-bottom: 1em;
}
.home-first h1 span {
max-width: 14ch;
opacity: .8; font-size: 2.05em;
display: block;
margin-bottom: .5rem;
}
.button-a, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
background-color: #cf4500;
color: #fff;
padding: .7rem 1.5rem .8rem;
border-radius: 2rem;
line-height: 1;
display: inline-block;
transition: all .2s;
cursor: pointer;
}
.button-a:hover {
background-color: #f79e1b;
color: #000;
}
@media screen and ( max-width: 768px ) {
.home-first h1 span {
max-width: unset;
font-size: 3.2rem;
opacity: 1;
}
.home-first {
background-position: center;
}
.home-first::before {
background-color: rgba(0,0,0,.5);
}
}
@media screen and ( max-width: 512px ) {
.home-first h1 {
font-size: 1.4rem;
}
.home-first h1 span {
font-size: 2.4rem;
}
}
.block-a p {
max-width: 80ch;
}
.block-a h2 {
font-weight: normal;
max-width: 30ch;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.flex-a {
display: flex;
flex-wrap: wrap;
align-items: center;
} .info-a p {
padding: .9rem 1em 1.1rem;
line-height: 1;
font-weight: normal;
font-size: 1.2rem;
max-width: 50ch;
margin: 0;
}
@media screen and ( max-width: 512px ) {
.info-a p {
padding: 2rem 1em 1rem 0;
}
}
@media screen and ( min-width: 1024px ) {
.info-a p {
font-size: calc(1vw + .05rem);
}
}
.info-a .button-a {
border-radius: 3px;
font-size: 1.2rem;
padding: 0.9rem 1.5rem 1rem;
}
.serv-a {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
}
.serv-a li {
width: 25%;
min-width: 200px;
padding: .5rem;
}
.serv-a li div {
background-color: #fff;
height: 100%;
width: 100%;
padding: 2rem 2rem 1rem;
}
.serv-a li h3 {
max-width: 26ch;
font-weight: 600;
font-size: 1.4rem;
}
.serv-a li p {
max-width: 40ch;
}
.serv-a li:nth-child(1),
.serv-a li:nth-child(2),
.serv-a li:nth-child(3) {
width: calc(100% / 3);
min-width: 300px;
}
.serv-a li:nth-child(1) h3,
.serv-a li:nth-child(2) h3,
.serv-a li:nth-child(3) h3 {
font-size: 1.8rem;
}
@media screen and ( max-width: 768px ) {
.serv-a li,
.serv-a li:nth-child(1),
.serv-a li:nth-child(2),
.serv-a li:nth-child(3) {
width: 100%;
}
}
h1, h2, h3, .h1, .h2, .h3 {
line-height: 1;
max-width: 50ch;
}
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.6rem;
}
.fw-a {
width: 100%;
}
.hf-a {
width: 50%;
}
.nomob-hf-a {
width: 100%;
}
@media screen and ( min-width: 768px ) {
.nomob-hf-a {
width: 50%;
}
.nomob-ot-a {
width: calc(100% / 3);
}
.nomob-tt-a {
width: calc(200% / 3);
}
}
.block-g {
background-color: rgba(0,0,0,.05);
}
.page-template header {
background-color: rgba(0,0,0,.2);
border: 0;
transition: all .3s
}
.page-template header.active {
background-color: rgba(250,250,250,1);
border: 0;
}
.page-template header .site-name-a {
color: #fff;
transition: all .3s
}
.page-template header.active .site-name-a {
color: #000;
}
.page-template header + div {
padding-top: 8rem;
}
#page {
padding-top: 6rem;
}
@media screen and ( max-width: 1280px ) {
#page {
padding-top: 8rem;
}
}
.cat-a {
padding-top: 4rem;
}
.cat-a .category-product-image {
width: 256px;
margin: auto;
}
.cat-a ul {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
align-items: stretch;
}
.cat-a a {
color: #000;
}
.cat-a ul li {
width: 25%;
min-width: 200px;
text-align: center;
line-height: 1;
padding: .5rem;
min-height: 40vh;
}
@media screen and ( max-width: 768px ) {
.cat-a ul li {
width: 50%;
min-width: unset;
}
}
@media screen and ( max-width: 512px ) {
.cat-a ul li {
width: 100%;
}
}
.cat-a ul li div {
height: 100%;
}
.cat-a a {
color: #000;
padding: 0 1rem 2rem;
height: 100%;
background-color: #fff;
border-radius: 5px;
display: flex;
flex-direction: column;
transition: all .2s;
}
.cat-a a:hover {
box-shadow: 0 0 0.75rem rgba(0,0,0,.1);
}
.big-title-a {
font-size: 2.45rem;
font-weight: 900 !important;
margin-bottom: 0.25em;
color: rgba(0,0,0,.5);
}
.large-title-a {
font-size: calc(3vw + 2rem);
font-weight: 900 !important;
margin-bottom: 0.25em;
line-height: 0.8;
color: rgba(0,0,0,.25);
}
@media screen and ( max-width: 600px ) {
.large-title-a {
font-size: 2.4rem;
}
}
.lid {
font-size: 1.2rem;
line-height: 1;
font-weight: bold;
max-width: 60ch !important;
}
.manufacturer-a ul {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
align-items: stretch;
}
.manufacturer-a li {
max-width: 300px;
width: calc(100% / 7);
min-width: 150px;
padding: 0.5rem;
}
@media screen and ( max-width: 600px ) {
.manufacturer-a li {
width: calc(100% / 2);
}
}
.manufacturer-a li a, .manufacturer-a li span {
display: flex;
background-color: #fff;
padding: 10%;
height: 100%;
text-align: center;
color: black;
font-weight: bold;
width: 100%;
justify-content: center;
align-items: center;
transition: all .2s;
position: relative;
}
.manufacturer-a li img {
width: 100%;
}
.manufacturer-info {
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
transition: all .2s;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255,255,255,.95);
font-weight: 500;
padding: 1rem;
line-height: 1.2;
}
.manufacturer-a li:hover .manufacturer-info {
opacity: 1;
}
.m0 {
margin: 0 !important;
}
.p0 {
padding: 0 !important;
}
.mb05 {
margin-bottom: .5rem !important;
}
.pb05 {
padding-bottom: .5rem !important;
}
.pb-a {
padding-bottom: 1rem;
}
.pb2-a {
padding-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
.mob-pb {
padding-bottom: 1rem;
}
.mob-pb2 {
padding-bottom: 2rem;
}
.block-other-catalogs .mob-pb, .block-other-catalogs .mob-pb2 {
border-bottom: 1px solid #ccc;
}
}
.amkodor-logo-img {
max-width: 100%;
width: 330px;
margin-bottom: 1rem;
}
.block-amkodor {
min-height: 60vh;
display: flex;
justify-content: flex-start;
align-items: center;
}
.block-koenigagro {
min-height: 60vh;
display: flex;
justify-content: flex-start;
align-items: center;
}
.block-koenigagro h2 {
font-size: calc(2vw + .8rem);
color: #000;
font-weight: 700;
}
.block-koenigagro p {
font-size: calc(0.6vw + 0.8rem);
line-height: 1.1;
}
.center, .center > * {
text-align: center;
margin-right: auto;
margin-left: auto;
}
#site-navigation-menu-toggle {
display: none;
}
@media only screen and (max-width: 768px) {
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
overflow-y: auto;
max-height: 75vh;
-webkit-overflow-scrolling: touch;
}
}
.asl_an_fadeInDrop .results {
-webkit-overflow-scrolling: touch;
}
.products li.product-category, .products li.product {
padding: .5rem;
}
.products li.product-category::before {
content: '📁';
position: absolute;
left: 5px;
top: 5px;
}
@media only screen and (max-width: 960px) {
.products li.product {
width: 50% !important;
margin: 0 !important;
}
}
li.product-category img {
transform: scale(.75);
}
li.product-category a {
display: flex;
height: 100%;
flex-direction: column;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
margin-right: unset;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
border-radius: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
margin-bottom: unset;
}
.col-full {
max-width: unset;
padding: unset;
padding-right: var(--vw);
padding-left: var(--vw);
}
.woocommerce-breadcrumb {
font-size: unset;
}
.storefront-primary-navigation .col-full {
padding: unset !important;
}
@media (min-width: 768px) {
.site-header .site-branding img {
height: 76px !important;
transition: all .2s;
}
.active.site-header .site-branding img {
height: 50px !important;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
border: 0;
box-shadow: none;
transition: all .2s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
background: rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
.active #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
color:#000;
background: unset;
}
}
.formtitle {
font-size: 1.8em;
padding-top: 1rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
display: inline;
}
.woocommerce-tabs p {
max-width: 90ch;
}
.form-a {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background: rgba(0,0,0,.5);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all .4s;
}
.form-a.active {
opacity: 1;
visibility: visible;
}
.form-a-block {
min-height: 300px;
max-height: 70vh;
overflow-y: auto;
background-color: #fff;
padding: 2rem 2rem 1rem;
max-width: 100%;
width: 500px;
border-radius: 5px;
display: flex;
position: relative;
flex-direction: column;
}
.modal-close {
position: absolute;
right: 0.5rem;
top: 0.5rem;
border-radius: 5px;
cursor: pointer;
transition: all .2s;
}
.modal-close::before {
content: '';
display: block;
width: 2rem;
height: 2rem;
border-radius: 2rem;
background-image: -webkit-linear-gradient(45deg, transparent 43%, #777 43%, #777 57%, transparent 57%),-webkit-linear-gradient(135deg, transparent 43%, #777 43%, #777 57%, transparent 57%);
opacity: .5;
transition: all .2s;
}
.modal-close:hover::before {
opacity: 1;
}
#site-navigation {
max-width: 800px !important;
}
.leasing-company {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 4rem;
}
.leasing-company img {
max-width: 100%;
width: 280px;
padding: 0 2rem 2rem 0;
}
.leasing-company .sep-a {
padding-right: 1rem;
padding-left: 1rem;
opacity: .5;
}
.leasing-company a {
text-decoration: underline;
}
.leasing-company a:hover {
text-decoration: none;
}
@media (max-width: 768px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
padding: 0 9px;
margin: 0;
background: rgba(0, 0, 0, .2);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
padding: 0 0 0 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
right: 0;
top: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
}
ul.products, .wc-block-grid__products {
display: flex;
flex-wrap: wrap;
margin-top: 3rem;
}
ul.products img {
margin-bottom: .5rem !important;
}
.pswp__bg {
opacity: .8 !important;
}
.block-other-catalogs {
padding-bottom: 4rem;
}
.block-other-catalogs img {
width: 300px;
}
.cat-a li div {
position: relative;
}
.cat-a li span {
position: absolute;
padding: .4rem .75rem;
right: 0;
top: 0;
font-size: calc(2vw + .7rem);
font-weight: 900;
color: rgba(0,0,0,.15);
}
@media (min-width: 1200px) {
.header_contacts {
order: 5;
}
}
@media (max-width: 768px) {
.header_contacts {
font-size: .8rem;
margin-right: .5rem;
}
}
.main-navigation div.menu {
display: none !important;
}
.header_contacts {
text-align: right;
margin-left: auto;
line-height: 1.2;
}
.page-template .header_contacts, .page-template .header_contacts a {
color: #fff;
}
header.active .header_contacts, header.active .header_contacts a {
color: #000;
}
.animated.ani-toleft {
animation: 2s ease 0s toleft forwards;
}
.ani-toleft {
transform: translateX(4rem);
}
@keyframes toleft {
0% { transform: translateX(4rem) }
100% { transform: translateX(0) }
}
.footer-a {
position: relative;
}
.footer-info {
padding: 2rem var(--vw);
}
body:not(.page) .footer-info  {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 2rem;
background-color: #f2f2f2;
}
.map-a {
width: 86vw;
margin: 0 auto var(--vw);
}
@media (min-width: 768px) {
.map-a {
width: unset;
margin: 0;
}
body.page .footer-info {
position: absolute;
top: 2rem;
left: var(--vw);
max-width: 300px;
padding: 2rem;
color: #000;
font-weight: 500;
background-color: #fff;
border-radius: 8px;
box-shadow: 0px 2px 6px 0px rgba(0,0,0,.2);
max-height: calc(100% - 2rem);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
}
.footer-info ul {
margin: 0 0 1rem 0;
padding: 0;
list-style: none;
}
@media (max-width: 768px) {
.footer-info a, .footer-info .link-a {
width: 100%;
display: block;
border: 1px solid;
margin: 0.5rem 0;
text-decoration: none;
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
text-align: center;
}
}
.page-template-template-contacts .footer-info {
display: none;
}
.copy-a {
background-color: #2d2d2d;
color: #ccc;
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: .8rem;
text-transform: uppercase;
text-align: center;
}
.copy-a a {
color: #ccc;
background-color: rgba(0,0,0,.25);
padding: 0.15rem 0.3rem;
border-radius: 5px;
}
.link-a {
cursor: pointer;
text-decoration: underline;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
width: 100%;
}
#breadcrumbs {
margin: 0 !important;
}
.storefront-breadcrumb {
margin: 1rem 0 !important;
padding: 0 !important;
}
.breadcrumbs-a {
margin-bottom: 2rem;
}
.breadcrumbs-a a {
color: #000;
text-decoration: underline;
}
.breadcrumbs-a a:hover {
text-decoration: none;
}
.woocommerce-store-notice__dismiss-link {
display: flex !important;
align-items: center;
text-decoration: none !important;
}
.woocommerce-store-notice.demo_store {
bottom: 0 !important;
display: flex;
justify-content: center;
width: fit-content;
margin: auto;
}
@media screen and ( min-width: 768px ) {
#amkoimg img {
cursor: grab;
max-width: 50vw;
}
}
.pswp {
z-index: 15000;
}
.product-contactform-a {
max-width: 500px;
}
.product-contactform-a p {
margin: 0;
}
.product-contactform-a .wpcf7-acceptance label {
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
border: 1px solid #00000033;
display: block;
margin: 1rem 0;
border-radius: 0.33rem;
width: 100%;
}
section.related.products {
border-top: 3px solid #ccc;
padding-top: 2rem;
}
blockquote {
margin: 0 !important;
}
blockquote p {
margin: 0;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
margin-left: auto;
border-left: 2px solid;
padding-left: 1rem;
}
.list-spans-a {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
list-style: none;
margin: 0;
}
.list-spans-a span, .list-spans-a li {
width: 25%;
min-width: 300px;
padding: 0 1rem 1rem 0;
margin-bottom: 1rem;
line-height: 1;
border-bottom: 1px solid #ccc;
}
.list-prod-in-prod-a {
display: flex;
flex-wrap: wrap;
margin: 0;  
}
.list-prod-in-prod-a > div, .list-prod-in-prod-a > li {
width: 25%;
min-width: 160px;
max-width: 300px;
text-align: center;
padding: 2rem;
font-weight: 500;
line-height: 1.2;
list-style: none;
}
@media screen and ( max-width: 768px ) {
.list-prod-in-prod-a > div, .list-prod-in-prod-a > li {
width: 50%;
padding: 1rem;
}
}
.list-prod-in-prod-a img {
padding-bottom: 1rem;
}
.prod-end {
padding: 2rem 2rem 1rem;
background-color: #f2f2f2;
margin-top: 2rem;
}
@media screen and ( max-width: 768px ) {
.prod-end .button-a {
width: 100%;
border-radius: 0.25rem;
text-align: center;
}
}
@media (max-width: 568px) {
.col-full {
margin-left: 0 !important;
}
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item-label {
line-height: 1.2;
}
@media (max-width: 568px) {
span.wpcf7-list-item-label {
font-size: 0.9rem;
}
}
.woocommerce-pagination .page-numbers li .page-numbers {
background-color: #cf4500;
border-radius: 0.25rem;
}
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
background-color: #f79e1b;
}
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
color: #fff;
}
.woof_reset_button_2 {
padding: 0.5rem 1rem;
}
body.post-type-archive-used article {
width: 25%;
max-width: 50%;
min-width: 300px;
}
body.post-type-archive-used.left-sidebar .content-area {
width: 100%;
}
body.single-post .content-area {
float: unset;
width: 100%;
padding-top: 10rem;
}
.AjaxSearchLiteWidget .widget-title {
display: none;
}
.y-start {
align-items: flex-start;
}
.gal-a img {
margin-bottom: 1rem;
}
.skip-link {
display: none;
}
.alt-products-a a {
color: #000;
line-height: 1;
}
.alt-products-a img {
object-fit: cover;
height: 220px;
width: 220px;
margin: 0 0 1rem !important;
}
.site-main ul.products.alt-products-a li.product {
width: 220px;
margin-right: 2rem;
margin-bottom: 2rem;
}
.alt-procuct-page-info {
padding: 0 2rem 2rem;
}
.fotorama__nav--dots .fotorama__nav__frame {
width: 20px !important;
}
.fotorama__dot {
width: 15px !important;
height: 15px !important;
border-radius: 10px !important;
background-color: #b3b3b3;
border: 0 !important;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
width: 15px !important;
height: 15px !important;
border-width: 0 !important;
background-color: #6e6e6e;
}
.probox {
max-width: 600px;
margin: auto !important;
}
.product-category h2.woocommerce-loop-category__title {
font-weight: bold !important;
color: #000;
text-transform: uppercase;
padding: 0.5rem 0.25rem;
background-color: #00000015;
border-radius: 0.25rem;
line-height: 1.2;
font-size: .8rem !important;
height: 6rem;
margin: auto;
width: 100%;
word-break: break-word;
display: flex;
word-wrap: break-word;
align-items: center;
justify-content: center;
flex-direction: column;
}
.fotorama--fullscreen, .fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
background-color: rgba(0,0,0,.5) !important;
}
@media screen and ( max-width: 600px ) {
.posts-list-a .pad-a {
padding-right: 0;
padding-left: 0;
}
}      .fea ul.products li.product {
width: unset;
}
.fea li.product h2, .related li.product h2 {
text-align: center;
}
.mo-options {
display: flex;
}
.mo-options h3 {
text-transform: uppercase;
}
.mo-options div {
padding: 1rem;
}
.mo-options img {
max-width: 180px;
}
.title-div-list h2 {
margin: 3rem 0 1rem;
}
.title-div-list > div {
display: flex;
}
@media screen and ( max-width: 1024px ) {
.title-div-list > div {
flex-wrap: wrap;
}
}
.title-div-list > div > div {
padding: 1rem;
}
.title-div-list img {
min-width: 422px;
max-width: 100%;
}
.title-div-list ul {
margin: 0;
}
.title-div-list li {
margin-left: 1.2rem;
}
a[href*='.pdf']::after {
content: ' (PDF)';
}
.sertif-a a {
text-decoration: underline;
}
.sertif-a a:hover {
text-decoration: none;
}
article p {
max-width: min(60%,90ch);
}
@media screen and ( max-width: 1024px ) {
article p {
max-width: 100%;
width: 100%;
}
}
#masthead {
display: flex;
justify-content: space-between;
}
#masthead::before, #masthead::after {
content: none;
}
.header-widget-region {
position: fixed;
width: 100%;
top: 3rem;
z-index: 110;
}
@media screen and ( min-width: 768px ) {
.header-widget-region {
top: 8rem;
}
#page {
padding-top: 12rem;
}
}
@media screen and ( min-width: 1280px ) {
.header-widget-region {
top: 5rem;
}
}
.posts-list-a h3 {
max-width: 300px;
}