html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
max-width: 100%;
overflow-x: hidden;
}  body {
margin: 0;
max-width: 100%;
overflow-x: hidden;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #000;
}
a:visited {
color: #e30303;
}
a:hover,
a:focus,
a:active {
color: #000;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative; border-right: 2px solid #FFFFFF;
display: contents;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
} .updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .header-top {
background: #fff;
padding-top: 20px;
}
.about_img_right img {
margin-top: 0 !important;
}
.page-template-page-despre .center_content {
padding-top: 60px;
}
.header-top a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration: none;
}
.top-row-list .account-a::before {
content: url(//woody.ro/wp-content/uploads/2022/01/user.svg);
padding-right: 10px;
}
.top-row-list {
list-style: none;
float: right;
margin-bottom: 0px;
margin-top: 0px;
position: relative;
}
.top-row-list li {
display: inline;
padding-left: 10px;
}
.top-row-list .cart-a::before {
content: url(//woody.ro/wp-content/uploads/2021/12/cart-icon.svg);
padding-right: 10px;
position: relative;
top: 10px;
}
.header-mid {
background: #000;
} .header-mid .nav-menu a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
font-weight: bold;
color: #fff;
text-decoration: none;
line-height: 20px;
text-transform: uppercase;
padding: 15px 15px 15px 38px;
}
#menu-item-203 {
border-right: none !important;
}
#menu-item-203::after {
display: none !important;
}
.cart_special_class a {
text-transform: capitalize !important;
border-left: 2px solid #000;
line-height: 16px !important;
margin-top: 34px;
padding-top: 0px !important;
height: 37px;
}
.cart_special_class a::before {
content: url(//woody.ro/wp-content/uploads/2021/12/cart-icon.svg);
padding-right: 20px;
}
.banner-area {
padding-top: 150px;
padding-bottom: 120px;
background-size: cover !important;
}
.banner-area h2 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #fff;
margin: 0;
}
.banner-area p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
font-weight: normal;
color: #fff;
}
.center_content {
padding-top: 100px;
}
.center_content img {
margin-top: -192px;
}
.center_content h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
font-weight: 500;
color: #000;
padding-bottom: 20px;
}
.servicii-row {
padding-top: 30px;
padding-bottom: 10px;
}
.home_products {
list-style: none;
margin-left: 0px;
display: inline-flex;
}
.center_content_home {
padding-top: 50px;
padding-bottom: 100px;
}
.center_content_home h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #000;
padding-bottom: 20px;
padding-left: 0px;
}
.slide-home {
padding-bottom: 50px;
}
.center_content_home a {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
font-weight: bold;
color: #000;
padding-bottom: 20px;
padding-top: 20px;
display: block;
padding: 10px;
margin-top: 10px;
}
.center_content_home .woocommerce-loop-product__title {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 20px;
font-weight: bold;
color: #000;
padding-top: 20px;
}
.black_background_area {
padding-top: 50px;
padding-bottom: 50px;
}
.black_background_area h3 {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #e30303;
padding-top: 20px;
}
.black_background_area p {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #818181;
padding-top: 20px;
}
.black_background_list {
list-style: none;
margin-left: 0px;
margin: 0 auto;
text-align: center;
margin-top: 80px;
}
.black_background_list li {
display: inline-block;
}
.black_background_area .details-btn {
padding: 14px 40px;
color: #fff;
background: #998675;
text-decoration: none;
text-transform: uppercase;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
}
.black-area-row a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
color: #fff;
text-decoration: none;
text-align: left;
display: block;
margin-left: 40px;
margin-top: 350px;
width: 100%;
}
.black-area-row a::after {
content: url(//woody.ro/wp-content/uploads/2022/01/H4.svg);
padding-left: 20px;
position: relative;
top: 7px;
padding-right: 100px;
display: none;
}
.about-home-area {
padding-top: 100px;
padding-bottom: 50px;
}
.about-home-area h3 {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #000;
padding-top: 20px;
}
.about-home-area p {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
padding-top: 20px;
margin-bottom: 0px;
}
.about-home-area a {
padding: 15px 40px;
color: #fff;
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
text-transform: uppercase;
color: #fff;
background: #998675;
}
.testimonials-area {
padding-top: 100px;
padding-bottom: 100px;
background: #C7B299;
}
.testimonials-area h3 {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 60px;
font-weight: bold;
color: #000;
padding-top: 20px;
padding-bottom: 40px;
}
.post-home-list {
list-style: none;
margin-left: 0px;
padding-left: 0px;
}
.post-home-list li {
display: inline;
}
.news-list {
list-style: none;
margin-left: 0px;
padding-left: 0px;
}
.news-list li {
display: inline-block;
}
.site-footer { padding-top: 20px; }
.site-footer p {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
color: #fff;
margin-bottom: 10px;
}
.site-footer a {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
font-weight: bold;
color: #fff;
}
.widget-area {
padding-top: 50px;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
margin-bottom: 50px;
}
.servicii-title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
font-weight: 500;
color: #000;
padding-top: 40px;
padding-bottom: 20px;
}
.servicii-description {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
line-height: 24px;
}
.cat_description {
display: none;
}
.contact-div {
padding-bottom: 100px;
padding-top: 100px;
background: #eaeaea;
}
.news-list p a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 20px;
font-weight: bold;
color: #000;
text-decoration: none;
padding-top: 10px;
display: block;
}
.blog-area h3 {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #000;
padding-top: 20px;
padding-bottom: 40px;
}
.news-top h3 {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #000;
padding-top: 100px;
}
.news-top p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
font-weight: normal;
color: #8B8B8B;
padding-top: 10px;
}
.article-title-area {
padding-top: 100px;
padding-bottom: 100px;
background-size: cover;
}
.single-post .entry-title {
display: none;
}
.single-post .type-post .post-thumbnail {
display: none;
}
.article-title-area h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 60px;
font-weight: bold;
color: #fff;
}
.single-post article {
padding: 40px;
background: white;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
width: 70%;
margin: 0 auto;
margin-top: -100px;
}
.black-area-row {
padding-top: 50px;
padding-left: 15px;
padding-right: 15px;
}
.black-area-row p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 20px;
font-weight: bold;
color: #fff;
position: relative;
top: -100px;
padding: 10px;
}
.slide-p p {
padding-bottom: 50px;
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 32px !important;
}
.slide-heading h2 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 42px !important;
font-weight: bold !important;
line-height: 50px !important;
}
.col-black {
padding: 0px;
margin: 0 auto;
text-align: center;
height: 456px;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-heading {
font-size: 20px !important;
padding-top: 20px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
line-height: 24px;
}
.diferentiatori {
padding-bottom: 100px;
}
.diferentiatori h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: 500;
color: #fff;
padding-top: 100px;
padding-bottom: 50px;
}
.diferentiatori h4 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
font-weight: 500;
color: #e30303;
}
.diferentiatori p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
color: #fff;
line-height: 24px;
}
.menu-toggle img {
width: 10%;
}
.menu-toggle {
border: 2px solid #000;
border-radius: 20px;
background: transparent;
margin-bottom: 20px;
}
.single-product .entry-title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 30px;
font-weight: bold;
color: #000;
}
.woocommerce-product-details__short-description h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 20px;
font-weight: bold;
color: #000;
}
.woocommerce div.product form.cart .button {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
color: #fff;
font-weight: 600;
padding: 20px 40px;
background: #e30303 !important;
border-radius: 0px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
font-weight: bold;
color: #000;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 20px;
font-weight: bold;
color: #000;
}
.woocommerce-tabs .wc-tabs {
padding-left: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-radius: 0px !important; background: #dbdbdb !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 12px !important;
font-weight: bold !important;
color: #000 !important;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-radius: 0px !important; background: transparent !important;
border: 2px solid #F1F1F1 !important; }
.related.products h2 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 60px !important;
font-weight: bold !important;
color: #000 !important;
padding-bottom: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 12px !important;
font-weight: bold !important;
color: #000000 !important;
text-transform: uppercase;
}
.related.products .woocommerce-loop-product__title {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 20px !important;
font-weight: bold !important;
color: #000 !important;
}
.summary.entry-summary {
padding-bottom: 20px;
border-bottom: 1px solid #000000;
}
.product_meta {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
}
.product_meta a {
color: #000000;
text-decoration: none;
}
.single-product .post-navigation .nav-links a {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 16px !important;
color: #000 !important;
text-decoration: none !important;
}
.single-product .woocommerce div.product form.cart .button {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 14px !important;
line-height: 20px !important;
color: #fff !important;
text-transform: none !important;
font-weight: 700 !important;
padding: 11px 25px !important;
}
.single-product .woocommerce div.product form.cart .button:hover {
background: #000 !important;
}
.woocommerce .quantity .qty {
padding: 8px !important;
border-radius: 0px !important;
border: 1px solid #000000 !important;
font-weight: bold !important;
color: #000000 !important;
}
.contact-form-title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 60px;
font-weight: bold;
color: #000;
padding-top: 100px;
padding-bottom: 50px;
}
.caldera-grid .btn-default {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px !important;
color: #fff !important;
font-weight: 600 !important;
padding: 15px 50px !important;
background: #e30303 !important;
}
.caldera-grid .form-control {
padding: 20px !important;
}
.caldera-grid .form-control:focus {
border-color: #404040 !important;
}
.caldera-grid textarea {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
border: none !important;
resize: none;
}
.furnizor-description {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
padding-top: 40px;
}
.furnizor-link a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
color: #000;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
}
.first-header .widget {
margin: 0;
}
.first-header ul {
list-style: none;
padding-left: 0px;
}
.first-header ul li {
display: inline;
}
.first-header {
padding-top: 5px;
display: none;
}
.first-header a {
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
color: #000;
font-weight: bold;
}
.right_list {
float: right;
margin: 0;
}
.right_list a {
padding: 0 0 0 10px;
}
.site-footer {
background: #222;
}
.site-info {
background: #000;
margin: 0 auto;
text-align: center;
}
.site-info p {
margin-bottom: 0px;
padding: 10px;
}
#block-8 p {
color: #515151;
}
#block-9 a {
color: #e30303;
}
.site-footer ul {
list-style: none;
padding-left: 0px;
margin-left: 0px;
}
.site-footer ul li {
padding-bottom: 0;
}
.site-footer ul li a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
color: #fff;
text-transform: none;
margin-bottom: 0;
font-weight: 400;
}
.site-footer ul li a:hover {
color: #e30303;
}
.site-footer form h2 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
color: #fff;
text-transform: none;
padding-bottom: 20px;
font-size: 18px;
font-weight: 900;
}
.site-footer .first_col {
padding-right: 0px !important;
}
.site-footer .first_col input {
border-right: none !important;
color: #fff !important;
}
.site-footer .last_col input {
border-left: none !important;
}
.site-footer input {
background: transparent !important;
}
.site-footer .last_col {
padding-left: 0px !important;
}
.site-footer .caldera-grid .btn-default {
background: transparent !important;
padding: 8.5px !important;
color: #e30303 !important;
}
.site-footer .caldera-grid .form-control {
border-radius: 0px !important;
}
.furnizor-link a::after {
content: url(//woody.ro/wp-content/uploads/2022/01/H4.svg);
padding-left: 20px;
position: relative;
top: 6px;
display: none;
}
.contact-div h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: 500;
color: #000;
padding-bottom: 20px;
text-align: center;
}
.contact-div p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000000;
}
.contact-div a {
padding: 10px 40px;
background: #e30303;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
color: #000;
text-decoration: none;
}
.address-bar {
background: #000;
padding: 30px;
}
.address-bar h4 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
color: #e30303;
font-weight: bold;
padding-bottom: 20px;
}
.address-bar p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #8B8B8B;
}
.single-post .entry-content img {
width: 100%;
max-width: 100%;
height: auto;
} .news-list p {
margin-bottom: 10px;
}
.news-list h4 {
border-bottom: 2px solid #000000;
}
.news-list h4 a {
text-decoration: none;
}
.news-list h4 a p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000000;
font-weight: normal;
padding-top: 0px;
min-height: 60px;
}
.news-list h4 a p::after {
content: url(//woody.ro/wp-content/uploads/2022/01/H4.svg);
padding-left: 20px;
position: relative;
top: 5px;
}
.page-template-page-cariere .banner-area {
background-position: center !important;
}
.page-template-page-cariere .cariere img {
margin-top: 0px !important;
}
.contact_form .everest-forms-submit-button {
background: #e30303 !important;
color: #fff !important;
border: none !important;
}
.contact_form .everest-forms-submit-button:hover {
background: #000 !important;
}
.contact_form .everest-forms select {
background: #fff !important;
border-radius: 3px !important;
}
.article-col {
padding-bottom: 40px;
padding-left: 0px;
padding-right: 0px;
}
.contact-div .caldera-grid .form-control {
border: none;
margin-bottom: 20px;
}
.contact-div .caldera-grid .form-control:focus {
border: 1px solid #000;
background: #fff;
}
.contact-div .caldera-grid .form-control:active {
border: 1px solid #000;
background: #fff;
}
.contact-div .caldera-grid .btn-default {
background: #e30303 !important;
border: none !important;
padding: 14px 23px !important;
}
.about-img-row {
margin-bottom: 60px;
margin-top: 60px;
}
.about-img-row img {
filter: grayscale(100%);
}
.about-img-row img:hover {
filter: grayscale(0%);
}
.inspire-area {
padding-left: 0px;
padding-right: 0px;
}
.inspire-area h4 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #000;
padding-bottom: 40px;
}
.single-product .entry-header .entry-title {
display: none;
}
.single-product .entry-header {
padding-top: 50px;
}
.blog-area {
padding-bottom: 100px;
}
.banner-prod h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
color: #fff;
font-weight: bold;
padding-top: 20px;
}
.banner-prod p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #fff;
padding-top: 20px;
}
.banner-prod {
padding: 100px 80px;
background-size: cover !important;
margin-bottom: 150px;
margin-top: 150px;
}
.page-template-page-furnizori .banner-area {
padding-top: 50px;
padding-bottom: 50px;
}
.page-template-page-furnizori .banner-area p {
color: #000000;
}
.page-template-page-furnizori .banner-area h2 {
color: #000000;
font-weight: 500;
}
.furnizor-div {
padding-bottom: 100px;
}
.woocommerce-loop-category__title {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 32px !important;
color: #000 !important;
}
mark,
ins {
background: transparent !important;
}
.page-template-page-despre .contact-div {
background: transparent;
display: none;
}
.posted-on a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
}
.byline a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
}
.cat-links a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
}
.nav-previous a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
}
.nav-next a {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000;
}
.site-branding {
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
}
.slick-next.slick-arrow {
color: #000000;
}
.slick-prev:before,
.slick-next:before {
color: #000000;
}
#menu-item-324 {
padding-left: 10px;
}
#menu-item-324 a::before {
content: url(//woody.ro/wp-content/uploads/2021/12/cart-icon.svg);
padding-right: 10px;
position: relative;
top: 10px
}
.main-navigation {
display: flex;
}
.slide-btn a {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 16px !important;
}
.page-template-page-despre .center_content {
padding-bottom: 60px;
}
.brand-col {
padding-right: 100px;
}
.woocommerce-cart {
font-family: 'IBM Plex Sans', sans-serif !important;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
border-radius: 0px !important;
background: #e30303 !important;
}
.woocommerce-cart .entry-title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 60px;
font-weight: bold;
}
.woocommerce-cart .product-name a {
color: #000 !important;
text-decoration: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
background: #e30303 !important;
}
.woocommerce-checkout {
font-family: 'IBM Plex Sans', sans-serif !important;
}
.woocommerce-checkout .entry-title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 60px;
font-weight: bold;
}
.woocommerce-form-coupon-toggle a {
color: #000 !important;
text-decoration: none !important;
font-weight: bold;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
background: #e30303 !important;
}
.woocommerce-privacy-policy-text a {
color: #000 !important;
text-decoration: none !important;
font-weight: bold;
}
.main-navigation ul {
padding-top: 7px;
padding-bottom: 7px;
}
.servicii-col {
display: flex;
}
.servicii-mid {
display: flex;
vertical-align: middle;
flex-wrap: wrap;
align-content: center;
}
#nav_menu-7 {
margin-bottom: 0px;
}
#menu-date-contact {
margin-left: 0px;
}
#menu-item-363 {
padding-right: 10px;
border-right: 1px solid #000;
}
#menu-item-364 {
padding-left: 10px;
}
.woocommerce div.product p.price {
color: #000 !important;
font-size: 22px;
font-weight: bold;
}
.woocommerce div.product div.summary {
margin-top: 0px !important;
}
.woocommerce ul.products li.product .price {
color: #000000 !important;
font-size: 18px !important;
font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
justify-content: space-between;
width: 100%;
white-space: nowrap;
display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block;
width: 100%;
cursor: pointer
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
width: 100% !important;
}
.menu-menu-new-container {
width: 100%;
}
.main-navigation li {
width: 100%;
flex: auto;
}
.other-posts h3 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 60px;
font-weight: bold;
padding-top: 100px;
}
.other-posts p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
padding-top: 20px;
}
.arrow-list {
list-style: none;
float: right;
margin-left: 0px;
z-index: 999;
position: relative;
}
.arrow-list li {
display: inline;
padding: 0 10px;
float: right;
}
.cat-a {
text-decoration: none;
}
.cat-a h5 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 32px;
color: #fff;
text-decoration: none;
position: relative;
top: 130px;
left: 20px;
}
.cat-a h6 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
color: #000000;
position: relative;
top: 300px;
left: 20px;
}
.prod-list h4 {
color: #1E1E1E;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
margin-bottom: 0px !important;
}
.prod-list {
padding-left: 0px;
padding-right: 0px;
}
.prod-list h3 {
padding-top: 10px;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: bold;
padding-bottom: 0px;
font-size: 13px;
line-height: 16px;
text-align: center;
}
.prod-list h5 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px !important;
font-weight: bold;
color: #000;
text-align: center;
}
.prod-list h5::after {
content: url(//woody.ro/wp-content/uploads/2022/01/H4.svg);
padding-left: 20px;
position: relative;
top: 7px;
right: -400px;
}
.pro-new-tag {
position: relative;
top: 50px;
left: 21px;
display: none;
}
.woo-cart-icon a::before {
padding-right: 10px;
position: relative;
top: 5px;
content: "";
width: 20px !important;
height: 20px !important;
background-size: 20px 20px;
background-image: url(//woody.ro/wp-content/uploads/2024/01/shopping-cart.svg);
background-repeat: no-repeat;
position: absolute;
}
.account-icon-top {
padding-right: 10px;
border-right: 2px solid #1E1E1E;
}
.account-icon-top::before {
padding-right: 10px;
content: "";
width: 20px !important;
height: 20px !important;
background-size: 20px 20px;
background-image: url(//woody.ro/wp-content/uploads/2024/01/user.svg);
background-repeat: no-repeat;
position: absolute;
left: -30px;
}
a.account-icon-top {
color: transparent;
text-indent: -9999px;
display: inline-block;
position: relative;
}
.cart-contents-count {
padding: 0px 4px;
border-radius: 50%;
background: #e30303;
position: relative;
top: -5px;
left: 20px;
color: #fff;
}
.shop_table tr {
border-radius: 0px !important;
border-color: #000000 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
padding: 10px !important;
border-radius: 0px !important;
border: 2px solid #000000 !important
}
.woocommerce-loop-category__title .count {
display: none !important;
}
.tax_image_ {
padding-top: 100px;
padding-bottom: 100px;
}
.tax_image_ .entry-title {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 34px;
font-weight: bold;
color: #fff;
}
.tax_image_ p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 30px;
color: #fff;
}
.sub_category_list_in_category {
margin-top: -20px !important;
margin: 0 0 1em;
padding: 0;
list-style: none outside;
clear: both;
}
.product.type-product.sub-cat-listing {
padding: 0px !important;
background: white;
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
width: 22.05%;
margin-left: 0;
}
.product.type-product.sub-cat-listing h2 {
font-size: 16px !important;
line-height: 20px !important;
min-height: 35px !important;
}
li.product.type-product.sub-cat-listing.last {
margin-right: 0px !important;
}
li.product.type-product.sub-cat-listing a {
text-decoration: none;
}
.woocommerce ul.sub_category_list_in_category li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none;
height: 150px !important;
max-width: 100%;
}
#tab-description h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
width: 100% !important;
}
.woocommerce-tabs {
padding-top: 10px;
}
.entry-content .term-description p {
display: none;
}
.sub-cat-listing h2 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 32px !important;
font-weight: bold !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
display: none !important;
}
.category-list .slick-slide img {
width: 100%;
max-width: 100%;
}
.category-list .slick-list {
width: 100%;
max-width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #F1F1F1 !important;
}
.cat-a {
padding: 15px !important;
}
.category-list .slick-track {
margin-top: -100px !important;
}
.prod-list .slick-track {
margin-top: 0px !important;
}
.woocommerce ul.products li.product a img {
height: 150px !important;
}
.catalog-center {
padding-top: 60px;
padding-bottom: 60px;
}
.catalog-center a {
display: block;
margin: 0 auto;
text-align: center;
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 24px !important;
font-weight: bold !important;
color: #000;
padding-top: 0px;
text-decoration: none;
}
.col-black-1:hover {
background-image: url(//woody.ro/wp-content/uploads/2021/12/wood-metal-production-concept-cutting-instrument-focus-cutting-process2.png) !important;
}
.col-black-2:hover {
background-image: url(//woody.ro/wp-content/uploads/2022/01/carpenter-works-with-tree-1.png) !important;
}
.col-black-3:hover {
background-image: url(//woody.ro/wp-content/uploads/2022/02/68756-02-1000.jpg) !important;
}
.single-product .related.products {
display: none;
}
.up-sells h2 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 34px;
font-weight: bold;
color: #000;
padding-bottom: 20px;
}
.up-sells .add_to_cart_button {
display: none !important;
}
.inspire-msg-section {
margin: 10px;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.inspire-msg-section img {
border: 2px solid #000;
}
.inspire-msg-section h4 {
margin: 0 auto;
text-align: left;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 18px;
font-weight: bold;
color: #000;
padding-top: 10px;
padding-bottom: 0px;
}
.inspire-msg-section a {
text-decoration: none;
display: block;
}
.inpiratie-area {
padding-top: 50px;
padding-bottom: 50px;
}
.inpiratie-area h4 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 32px !important;
font-weight: bold !important;
color: #000;
padding-bottom: 20px;
}
.inpiratie-area h5 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 24px !important;
font-weight: bold !important;
color: #000;
padding-bottom: 20px;
}
.inpiratie-area a {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 24px !important;
font-weight: bold !important;
color: #000;
text-decoration: none;
}
.left_list {
margin: 0 0 5px 0;
padding-left: 0px;
}
.inspire-carusel-div {
padding-top: 20px;
}
.inspire-carusel-div h3 {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 22px !important;
font-weight: bold !important;
color: #000;
}
.diferentiatori p strong {
color: #e30303;
}
.services-carusel {
padding-bottom: 100px;
} .promagnifier {
background: transparent !important;
}
.asl_w_container {
width: 70% !important;
}
footer h2 {
font-size: 18px;
font-weight: 900;
color: #fff;
font-family: 'IBM Plex Sans', sans-serif;
margin-bottom: 0;
}
footer section {
margin-bottom: 0;
}
.metode_plata li img {
height: 35px;
width: 55px;
background: #ffffff;
margin-right: 10px;
}
.metode_plata {
margin-bottom: 0;
display: flex;
}
#block-23 p {
color: #fff;
text-transform: none;
font-size: 18px;
font-weight: 900;
margin-bottom: 0;
}
.page-template-page-despre .about_img_right a {
text-decoration: none;
font-weight: 600;
}
.page-template-page-cataloage .catalog-center img {
height: 430px;
object-fit: cover;
width: 100%;
}
.servicii-area .container {
padding-top: 40px;
padding-bottom: 40px;
}
.page-template-page-servicii .servicii-row {
padding-top: 20px;
padding-bottom: 20px;
}
.ce_facem {
width: 100%;
height: 268px;
object-fit: cover;
}
.page-template-page-cumpar .center_content img {
margin-top: 0;
margin: 0 auto;
}
.page-template-page-cumpar .center_content {
padding-top: 60px;
padding-bottom: 60px;
}
.img_pasi {
text-align: center;
align-content: center;
display: flex;
flex-wrap: wrap;
padding-top: 30px;
padding-bottom: 30px;
}
.pas4 {
align-content: center;
display: flex;
flex-wrap: wrap;
}
.black_background_area, .about-home-area {
display: none;
}
footer #block-21 img {
width: 25px;
}
footer #fld_4835682_2-wrap .checkbox label {
color: #fff !important;
}
footer #fld_4835682_2-wrap .checkbox label a:hover {
color: #e30303 !important;
text-decoration: none;
}
footer .widget-area {
background: #222222;
border: none;
}
.ubermenu-skin-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
color: #fff !important;
}
.trust_icons img {
width: 70px;
height: 70px;
margin-bottom: 20px;
}
.trust_icons {
text-align: center;
padding-bottom: 60px;
}
.trust_icons h6 {
color: #000;
}
.woocommerce div.product .stock {
color: #15aa3b !important;
}
.logo_brands img {
height: 70px;
object-fit: contain;
}
.furnizor-div img {
height: 70px;
object-fit: contain;
} .ct-ultimate-gdpr-cookie-popup-modern .ct-container{display:flex;flex-wrap:wrap;align-items:baseline}
.ct-ultimate-gdpr-cookie-popup-bottomPanel{padding:0}
#ct-ultimate-gdpr-cookie-content {
width: 80%;
}
.trust_icons a {
text-decoration: none;
color: #000;
}
.trust_icons a:hover {
color: #e30303;
}  body {
font-family: 'IBM Plex Sans', sans-serif !important;
}
.wrps_related_products_area h2,
.ced h2 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 30px;
font-weight: bold;
color: #000;
}
.wrps_related_products_area {
padding: 20px 0 60px 0;
}
.wrps_related_products_area img {
height: 150px !important;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_title a {
font-size: 13px !important;
padding: 0 !important;
line-height: 16px !important;
text-align: center !important;
color: #000 !important;
text-transform: none !important;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_title {
min-height: 35px !important;
}
.wrps_related_products .woocommerce-Price-amount {
color: #000000 !important;
font-size: 18px !important;
font-weight: bold;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.button,
.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.added_to_cart {
width: 100% !important;
text-align: center !important;
color: #fff !important;
background: #e30303 !important;
font-family: 'IBM Plex Sans', sans-serif !important;
border-radius: 0 !important;
font-size: 14px !important;
line-height: 20px !important;
padding: 8px 20px !important;
text-transform: none !important;
border: none !important;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.button:hover,
.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.added_to_cart:hover {
background: #000 !important;
border-color: #000 !important;
}
.wrps_related_products .owl-dots {
display: none !important;
}
.wrps_related_products.wrps_theme_box .wpb-wrps-item {
background: none !important;
}
.wrps_related_products.wrps_theme_box .wpb-wrps-item:hover {
transition: all 0.25s ease-out;
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}
.wrps_related_products .wpb_wrps_price {
min-height: 27px;
}
.woocommerce-Tabs-panel--additional_information h2 {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 30px;
font-weight: bold;
color: #000;
}
.woocommerce span.onsale {
background-color: #b32929 !important;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
margin: 0px !important;
font-size: 13px !important;
border-radius: 50% !important;
}
.woocommerce ul.products li.product .onsale {
left: 0 !important;
}
.single-product .post-navigation {
display: none;
}
.single-product .wpa-trigger {
font-family: 'IBM Plex Sans', sans-serif !important;
font-size: 14px !important;
line-height: 20px !important;
color: #fff !important;
text-transform: none !important;
font-weight: 700 !important;
padding: 11px 25px !important;
background: #e30303;
margin-left: 0;
margin-bottom: 20px;
border: 1px solid #e30303 !important;
}
.single-product .wpa-trigger:hover {
border: 1px solid #e30303 !important;
}
.wpa-form-head {
background-color: #000 !important;
}
.wpa-small a {
color: #000 !important;
}
.wpa-form input::placeholder,
.wpa-form .heading {
text-transform: none !important;
}
.wpa-form .btn {
width: 85%;
background: #e30303 !important;
padding: 10px !important;
border: none !important;
border-radius: 0px !important;
font-size: 14px !important;
color: #fff !important;
text-transform: none !important;
font-family: 'IBM Plex Sans', sans-serif !important;
font-weight: 700 !important;
}
.one input {
border-bottom: 3px solid #000 !important;
}
.price del {
font-size: 16px;
}
.single-product .woocommerce .woocommerce-breadcrumb {
color: #e30303 !important;
}
.single-product .woocommerce .woocommerce-breadcrumb a {
color: #000 !important;
text-decoration: none !important;
}
.single-product .woocommerce .woocommerce-breadcrumb a:hover {
color: #998675 !important;
}
.woocommerce .woocommerce-breadcrumb {
color: #fff !important;
}
.woocommerce .woocommerce-breadcrumb a {
color: #fff !important;
text-decoration: none !important;
}
.woocommerce .woocommerce-breadcrumb a:hover {
color: #000 !important;
}
.ubermenu-responsive-toggle {
display: none !important;
}    .ubermenu .ubermenu-item.ubermenu-item-34106 > .ubermenu-target {
padding: 5px 20px 5px 10px;
}
.servicii_prod {
height: 400px;
}
.servicii_prod h3 {
font-size: 13px;
padding: 0;
line-height: 16px;
text-align: center;
min-height: 100px;
}
.servicii_prod img {
border: 1px solid #000;
}
.servicii_categ ul.products li:nth-child(6n-1) {
margin-right: 0 !important;
}
.servicii_categ ul.products li:nth-child(6n) {
margin: 0 3.8% 2.992em 0 !important;
}
.servicii_categ ul.products li:nth-child(11n-1) {
margin-right: 0 !important;
}
.servicii_categ ul.products li:nth-child(11n) {
margin: 0 3.8% 2.992em 0 !important;
}
.servicii_categ ul.products li:nth-child(16n-1) {
margin-right: 0 !important;
}
.servicii_categ ul.products li:nth-child(16n) {
margin: 0 3.8% 2.992em 0 !important;
}
.servicii_categ ul.products li:nth-child(21n-1) {
margin-right: 0 !important;
}
.servicii_categ ul.products li:nth-child(21n) {
margin: 0 3.8% 2.992em 0 !important;
}
.hidden_categ {
display: none;
}
.price {
min-height: 23px;
}
.wpa-form .logo i {
color: #e30303;
}
.wpa-form h2 {
display: none;
}
.page-id-20 .cart_totals h2,
.page-id-20 .cart_totals table {
display: none;
} .wpfFilterContent .ui-widget-header {
background: #e6e6e6 !important;
}
.wpfFilterContent .ui-slider.ui-widget-content .ui-slider-handle {
background: #e30303;
border: 1px solid #e30303 !important;
}
.wpfFilterContent .ui-slider.ui-widget-content .ui-slider-handle:hover {
background: #998675;
border: 1px solid #998675 !important;
}
.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
text-transform: none !important;
font-family: 'IBM Plex Sans', sans-serif !important;
color: #fff !important;
background: #998675 !important;
width: 100% !important;
padding: 1px !important;
min-height: 40px !important;
border-radius: 0 !important;
font-size: 14px !important;
}
.wpfBlockClear {
color: #000 !important;
}
.wpfCheckboxHier select {
background: #fff !important;
padding: 5px 3px !important;
} .section_filter h5 {
margin-top: 25px;
}
.page-id-215 .section_filter,
.page-id-217 .section_filter {
display: none;
}
.page-id-215 .section_right,
.page-id-217 .section_right {
width: 100% !important;
}
.search .post-thumbnail img {
width: 300px;
}
.search a {
text-decoration: none;
font-size: 20px;
} .meniu-vertical {
width: 200px!important;
padding:15px!important;
}
.page-id-22 .section_filter,
.page-id-20 .section_filter,
.page-id-21 .section_filter {
display: none;
}
.page-id-22 .section_right,
.page-id-20 .section_right,
.page-id-21 .section_right {
width: 100% !important;
}
.page-id-21 #customer_details .col-2 {
display: none;
}
.page-id-21 #customer_details .col-1 {
width: 100%;
}
.banner-prod {
display: none;
}
.tel {
padding: 0 !important;
color: #fff !important;
background: transparent !important;
}
.woocommerce ul.products li.product .button {
width: 100%;
text-align: center;
color: #fff;
background: #e30303;
font-family: 'IBM Plex Sans', sans-serif !important;
border-radius: 0;
font-size: 14px;
line-height: 20px;
padding: 8px 20px !important;
}
.woocommerce ul.products li.product .button:hover {
background: #000;
}
.add_to_cart_button.text_replaceable::before {
font-size: 18px;
}
.woocommerce-loop-product__title {
min-height: 45px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 13px;
padding: 0;
line-height: 16px;
text-align: center;
}
.products li {
padding: 10px !important;
}
.products li:hover {
transition: all 0.25s ease-out;
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}
.home .prod-list h3 {
height: 80px;
}
.home .prod-list h5::after {
display: none;
}
.home .prod-list img:nth-child(2) {
height: 172px !important;
border: 1px solid #000;
}
.woocommerce ul.products li.product .price {
width: 100% !important;
margin-top: 0px;
font-size: 16px;
line-height: 22px;
text-align: center;
font-family: 'IBM Plex Sans', sans-serif;
}
.added_to_cart {
margin-top: 40px;
}
.page-id-21 .woocommerce form .form-row-first {
width: 100% !important;
}
.woocommerce-info {
border-top-color: #000 !important;
}
.woocommerce-info::before {
color: #000 !important;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
border: 1px solid #998675;
padding: 20px 40px;
border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
text-decoration: none;
color: #000;
font-weight: 500;
line-height: 30px;
}
.woocommerce-MyAccount-navigation ul li a:visited {
text-decoration: underline !important;
color: #000 !important;
font-weight: 600 !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
text-decoration: underline;
color: #998675;
}
.page-id-22 .site-main a {
color: #e30303;
}
.page-id-22 .site-main a:hover {
color: #000;
}
.page-id-22 .site-main .button {
color: #fff !important;
background: #e30303 !important;
}
.page-id-22 .site-main .button:hover {
color: #fff !important;
background: #000 !important;
}
.page-id-22 .site-main a:visited {
color: #998675;
font-weight: 600 !important;
}
.page-id-22 .site-main .woocommerce form .form-row input.input-text {
background: transparent;
}
.page-id-22 fieldset {
padding: 10px 0;
}
.page-id-22 .woocommerce-orders-table__cell button {
background: red;
color: #fff;
border: none;
padding: 10px;
}
.page-id-22 #limita_credit,
.page-id-22 #credit_ramas,
.page-id-22 #telefon,
.page-id-22 #codfiscal {
background: #c0c5c7;
border: none !important;
color: #fff;
}
.page-id-22 .progress-bar-container {
background-color: #c0c5c7 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background: #000 !important;
}
.woocommerce #payment #place_order:hover {
background: #000 !important;
}
.page-id-21 .site-main a {
color: #998675;
}
.page-id-21 .site-main a:hover {
color: #000;
}
.page-id-21 .site-main .button {
color: #fff !important;
background: #998675 !important;
}
.page-id-21 .site-main .button:hover {
color: #fff !important;
background: #000 !important;
}
.page-id-21 .site-main a:visited {
color: #998675;
font-weight: 600 !important;
}
.page-id-11 #CF61a9e59baa548_2-row-1 h2 {
display: none;
}
.size-woocommerce_thumbnail {
border: 1px solid #000;
}
.single-product .wp-post-image {
border: 1px solid #000;
max-height: 365px;
}
.ced .products li {
width: 20% !important;
margin-right: 0 !important;
}
.ced .products {
display: flex !important;
} .woocommerce nav.woocommerce-pagination ul li span.current {
background: #000;
color: #fff;
border-radius: 3px;
font-size: 13px;
text-decoration: none;
line-height: 30px;
text-align: center;
margin: 0 2px;
vertical-align: middle;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 700;
padding: 0;
width: 32px;
height: 32px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
background: #000;
color: #fff;
border-radius: 3px;
font-size: 13px;
text-decoration: none;
line-height: 30px;
text-align: center;
margin: 0 2px;
vertical-align: middle;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 700;
padding: 0;
width: 32px;
height: 32px;
}
.navigation.post-navigation {
clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev {
background: #f5f2f2;
border-radius: 3px;
font-size: 13px;
text-decoration: none;
line-height: 30px;
text-align: center;
margin: 0 2px;
vertical-align: middle;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 700;
padding: 0;
width: 32px;
height: 32px;
}
.woocommerce .woocommerce-result-count {
margin: 0 0 1em;
width: 50%;
}
.woocommerce .woocommerce-ordering {
margin: 0 0 1em;
width: 50%;
}
.woocommerce .woocommerce-ordering select {
background: transparent;
float: right;
}
.prod-list button {
width: 100%;
text-align: center;
color: #fff;
background: #e30303;
font-family: 'IBM Plex Sans', sans-serif !important;
border-radius: 0;
font-size: 14px;
line-height: 20px;
padding: 9px 20px !important;
border: none;
font-weight: 700;
}
.prod-list button:hover {
background: #000;
}
.prod-list button:before {
font-size: 18px;
}
.prod-list .slide-infor-div  {
padding: 10px;
}
.prod-list .slide-infor-div a:hover {
transition: all 0.25s ease-out;
box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}
.wc-tabs {
background: #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus {
outline: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: 0 !important;
}
.img_services img {
margin-bottom: 20px;
}
.contact-div .caldera-grid .form-control::placeholder {
background: #fff;
}
.punct_lucru {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 50px;
}
.punct_lucru li img {
width: 25px;
height: 25px;
margin-top: 0;
margin-right: 5px;
}
.punct_lucru li {
font-weight: 600;
margin-bottom: 5px;
}
.punct_lucru li a {
text-decoration: none;
}
.contact_form {
padding: 80px 0;
background: #eaeaea;
}
.contact_form h3 {
text-align: center;
}
.contact_section {
padding: 60px 0;
}
.contact_form .caldera-grid input {
border: none;
}
.woocommerce-Price-currencySymbol {
margin-left: 4px;
} .tabs {
margin: 0 auto;
max-width: 100%;
font-size: 0;
}
.tabs > input[type="radio"] {
display: none;
}
.tabs > div {
display: none;
padding: 0;
font-size: 16px;
}
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3 {
display: block;
}
.tabs > label {
display: inline-block;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: #e30303;
padding: 10px 8px;
font-size: 16px;
line-height: 1.5;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
cursor: pointer;
position: relative;
top: 1px;
font-weight: 700;
width: 25%;
border: none;
color: #fff;
}
.tabs > label:not(:first-of-type) {
border-left: none;
}
.tabs > input[type="radio"]:checked + label {
background-color: #000;
border: none;
}
.tabs .u-column1,
.tabs .u-column2 {
float: none !important;
width: 50% !important;
}
.tabs .ur-frontend-form {
margin: 0 !important;
padding: 0 !important;
border: none !important;
}
.tabs .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
margin-bottom: 0 !important;
}
.tabs .ur-frontend-form .ur-button-container .ur-submit-button {
margin-left: 0 !important;
}
.page-id-22 .entry-title {
margin-bottom: 0 !important;
}
.tabs form.login,
.tabs form.register {
border-radius: 2px !important;
}
.tabs form.register {
padding: 10px !important;
}
.tabs .ur-frontend-form .ur-form-row .ur-form-grid label {
margin-bottom: 0 !important;
} .single-product .wc-tabs li a {
width: 100% !important;
padding: 15px 5px !important;
background-color: #c1c6c9;
text-align: center;
}
.single-product .wc-tabs li {
padding: 0 !important;
}
.single-product .wc-tabs {
margin-bottom: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: #000 !important;
color: #fff !important;
}
.woocommerce .cart .button {
color: #fff !important;
}
.btn_solicita {
display: flex;
align-content: center;
align-items: center;
padding: 14px 23px;
line-height: 1.2;
border: 0;
background: #e30303;
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px !important;
color: #fff !important;
font-weight: 600 !important;
text-transform: uppercase;
text-align: center;
}
.page-id-34152 .center_content {
padding-top: 40px;
padding-bottom: 50px;
}
footer .caldera-grid .checkbox label {
color: #fff !important;
}
.popmake-title {
font-weight: 400 !important;
}
.popmake-content {
font-weight: 300 !important;
}
.popmake form input, .popmake form textarea {
border: 1px solid #000 !important;
}
.popmake .caldera-grid input[type="submit"] {
border: none !important;
} @media (min-width: 1449px) {
.about-home-area img {
float: right;
}
div#n2-ss-2 .n-uc-wT5W0kbEz4Nj-inner {
padding: 10px 0px 10px 0px !important;
}
div#n2-ss-2 .n-uc-6gWZotcvRdiR {
padding: 10px 0px 10px 0px !important;
}
.up-sells .products li {
margin-right: 20px !important;
}
.up-sells .products {
display: flex;
}
}
@media (max-width: 1448px) {
.black-area-row {
height: 392px;
}
.black_background_list {
margin-top: 160px;
}
}
@media (max-width: 959px) {
.ubermenu-responsive-toggle {
display: block !important;
position: absolute !important;
right: 0 !important;
top: 150px !important;
}
.ubermenu-main {
padding: 10px 0 !important;
}
.menu-toggle {
display: none;
}
#site-navigation {
margin-top: -20px;
}
.ubermenu-responsive-toggle .fa-bars::before {
font-size: 20px;
color: #000 !important;
}
.ubermenu-skin-white.ubermenu-responsive-toggle {
background: transparent !important;
border: none !important;
}
.ubermenu .ubermenu-submenu {
position: relative !important;
z-index: 9 !important;
background: #fff !important;
padding: 10px 0 !important;
}
.custom-logo {
max-width: 200px !important;
margin-top: 10px;
}
}
@media (max-width: 900px) {
.tabs > label {
width: 50%;
}
.tabs .u-column1,
.tabs .u-column2 {
width: 100% !important;
}
}
@media (min-width: 769px) {
.main-navigation ul {
display: flex;
justify-content: space-between;
}
.main-navigation li::after {
content: "|";
color: #fff;
}
ul.ubermenu-submenu.ubermenu-submenu-id-25120.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_full_height.ubermenu-submenu-content-align-center.ubermenu-autoclear {
display: block;
}
}
@media (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100% !important;
}
.main-navigation {
display: block;
padding-bottom: 0px;
}
.main-navigation li {
border-right: none;
padding-bottom: 10px;
}
.slide-p p {
font-size: 18px !important;
}
.slide-heading h2 {
font-size: 32px !important;
line-height: 30px !important;
}
.center_content_home h3 {
font-size: 32px !important;
}
.black_background_area h3 {
font-size: 32px !important;
}
.black_background_area a {
display: block;
margin-bottom: 10px;
width: 100%;
}
.about-home-area h3 {
font-size: 32px;
line-height: 30px;
}
.testimonials-area h3 {
font-size: 32px;
line-height: 30px;
}
.blog-area h3 {
font-size: 32px;
line-height: 30px;
}
.banner-area h2 {
font-size: 32px;
line-height: 30px;
}
.banner-area p {
font-size: 18px;
line-height: 20px;
}
.diferentiatori h3 {
font-size: 32px;
line-height: 30px;
}
.diferentiatori h4 {
font-size: 18px;
line-height: 20px;
}
.news-top h3 {
font-size: 32px;
line-height: 30px;
}
.news-top p {
font-size: 18px;
line-height: 20px;
}
.header-mid .nav-menu a {
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
.menu-toggle {
margin-top: 10px;
margin-bottom: 10px;
}
.first-header ul {
margin: 0 auto;
text-align: center;
padding-bottom: 0;
}
.left_list {
margin: 0 0 5px 0;
}
.right_list {
width: 100%;
}
.top-row-list {
margin: 0 auto;
text-align: center;
display: block;
padding-left: 0px;
padding-bottom: 20px;
float: none;
}
.site-branding {
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
}
.first_col {
width: 50%;
}
.last_col {
width: 50%;
}
.about-home-area a {
margin-bottom: 40px;
display: block;
text-align: center;
}
.banner-area {
background-size: contain !important;
padding-top: 50px;
padding-bottom: 50px;
background-repeat: no-repeat !important;
}
.center_content {
padding-top: 40px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
.contact-div h3 {
font-size: 32px;
line-height: 32px;
}
.contact-div a {
margin: 0 auto;
text-align: center;
display: block;
}
.banner-prod {
padding: 20px 15px;
margin-bottom: 0px;
}
.article-title-area h3 {
font-size: 32px;
}
.single-post article {
padding: 20px;
}
.woocommerce-checkout .entry-title {
font-size: 32px;
}
.woocommerce-cart .entry-title {
font-size: 32px;
}
.related.products h2 {
font-size: 32px !important;
line-height: 40px;
}
.cat-a h6 {
top: 200px;
left: 16px;
}
.category-area h4 {
padding-bottom: 0px;
}
.tax_image_ {
padding-top: 50px;
padding-bottom: 50px;
;
}
.tax_image_ .entry-title {
font-size: 32px;
}
.tax_image_ p {
font-size: 24px;
}
.catalog-center {
padding-top: 50px;
padding-bottom: 50px;
}
.inspire-area h4 {
font-size: 32px;
padding-left: 15px;
}
.black_background_area {
padding-bottom: 950px;
}
.black_background_area .details-btn {
position: relative;
top: 900px;
}
.up-sells h2 {
font-size: 32px;
}
.prod-list h3 {
font-size: 14px !important;
}
.product-carusel-heading {
padding-left: 15px !important;
}
.news-list {
padding-right: 15px;
}
.services-carusel {
padding-bottom: 50px;
}
.services-carusel .slick-prev {
left: -10px;
}
.services-carusel .slick-next {
right: -10px;
}
.inspire-msg-section h4 {
font-size: 16px;
padding-left: 0px;
}
.asl_w_container {
width: 100% !important;
}
.ced .products li {
width: 50% !important;
margin-right: 0 !important;
}
.ced .products {
display: block !important;
}
}
@media (max-width: 480px) {
.page-id-21 #order_review_heading {
margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
font-size: 12px !important;
}
.wpfFilterWrapper {
margin: 0 !important;
}
.ubermenu-nav {
padding: 20px 0 5px 0 !important;
}
.ubermenu-retractor {
display: none !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
background: #e30303 !important;
border: none !important;
box-shadow: none !important;
padding: 4px 0 0 0 !important;
border-top: 1px solid #000 !important;
border-bottom: 1px solid #000 !important;
margin-top: 10px !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop li {
padding: 4px 0 !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop li a {
color: #fff !important;
}
.ubermenu-nav li {
padding: 5px 0 !important;
}
.home .ubermenu-responsive-toggle .fa-bars::before {
color: #fff !important;
}
.woocommerce .woocommerce-ordering select {
width: 100%;
}
}
.woocommerce-page .tax_image_ { background-position: center!important;
background-repeat: no-repeat!important;
background-size: cover!important;
}
span.discount_badge {
background: #ff000099;
float: right;
padding: 10px 5px;
border-radius: 100%;
color: white;
position: absolute;
left: 10px;
font-size: small;
font-weight: 600;
top: 10px;
}
.wcpscwc-product-slider .section_filter {
display: none!important;
}
.wcpscwc-product-slider .section_right {
width: 100%!important;
}
.ced .section_filter {
display: none!important;
}
#evf-form-35322 input,
#evf-form-28551 input {
background: #eaeaea;
}
#evf-form-35321 {
display: flex;
}
#evf-form-35321 .evf-field-container {
padding: 0 !important;
}
#evf-form-35321 .evf-submit-container {
padding: 0 !important;
margin: 0 !important;
}
#evf-form-35321 .everest-forms-submit-button {
padding: 4px 11px !important;
}
span.discount-label {
position: absolute;
left: 10px;
top: 10px;
color: white;
font-size: 20px;
background: red;
border-radius: 100%;
padding: 15px 5px;
}
.prod-list span.discount-label,
.products span.discount-label,
.wrps_related_products span.discount-label {
position: absolute;
left: 15px;
top: 15px;
color: white;
font-size: 15px;
background: red;
border-radius: 100%;
padding: 10px 3px;
font-weight: bold;
}
.woocommerce-shop .woocommerce-loop-category__title {
font-size: 17px !important;
}
.header-top span.woo-cart-icon {
display: none !important;
}
a.back-to-top {
color: #998675;
padding: 10px 15px;
border-radius: 100%;
background: black;
position: fixed;
right: 10px;
bottom: 20px;
z-index: 99999999;
}
ul.ubermenu-submenu.ubermenu-submenu-id-25120.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_full_height.ubermenu-submenu-content-align-center.ubermenu-autoclear {
height: 200px !important;
min-height: 200px !important;
}
.added_to_cart {
display: none!important;
}
.prod-list a.add_to_cart_button {
width: 100%;
text-align: center;
color: #fff;
background: #e30303;
font-family: 'IBM Plex Sans', sans-serif !important;
border-radius: 0;
font-size: 14px;
line-height: 20px;
padding: 8px 20px !important;
}
.custom-logo-link img {
max-width: 250px;
}
.slide-home {
margin-top: 0px!important
}
.n2-ss-slider .n2-ss-slide-background-image img {
object-position: center!important;
}
.n2-ss-slider .n2-ss-slide-background-image img {
width: 100% !important;
height: 100% !important;
object-fit: cover!important;
color: RGBA(0, 0, 0, 0);
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.text_replaceable.added:after {
font-family: WooCommerce;
content: "\e017";
margin-left: .53em;
vertical-align: bottom;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.text_replaceable.loading:after {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
position: absolute;
top: .618em;
right: 1em;
animation: spin 2s linear infinite;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.text_replaceable.loading {
opacity: .25;
}
.centered-row {
align-content: center;
align-items: center;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.job-card {
padding-top: 25px;
padding-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
border: 2px solid red;
border-radius: 40px;
text-align: center;
margin-bottom: 30px;
}
.job-card h5 {
min-height: 48px;
}
.job-card h5 a {
color: #000 !important;
text-decoration: none !important;
}
.job-card h5 a:hover {
color: #e30303 !important;
}
.job-card img.img-responsive {
margin-top: 20px;
margin-bottom: 20px;
}
.btn-primary.job_btn {
color: #fff;
background-color: #e30303;
border-color: #e30303;
}
.btn-primary.job_btn:hover {
color: #fff;
background-color: rgb(119, 15, 15);
border-color: rgb(119, 15, 15);
}
.intro-zone ul {
margin-left: 0;
}
.cv_form h4 {
text-align: center;
margin-bottom: 30px;
}
.cv_form .everest-forms-submit-button {
background: #e30303 !important;
color:  #fff !important;
border:  none !important;
}
.cv_form .everest-forms-submit-button:hover {
background: #000 !important;
}
.showroom1,
.showroom2 {
margin-bottom: 20px;
}.hidden {
display: none !important;
}
.slide-infor-div.slick-slide {
position: relative;
}
.slide-infor-div.slick-slide span.discount_badge {
background: #ff000099;
float: right;
padding: 10px 5px;
border-radius: 100%;
color: white;
position: absolute;
left: 25px;
font-size: small;
font-weight: 600;
top: 35px;
}
.wrps_related_products .wpb_wrps_cart_btn a.button.added {
display: inline-block !important;
}
.pagination {
justify-content: center;
}
.pagination .page-numbers, .woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
padding: 5px 10px;
border-radius: 3px !important;
font-size: 13px !important;
text-decoration: none !important;
line-height: 30px !important;
text-align: center !important;
margin: 0 2px !important;
vertical-align: middle !important;
font-family: 'IBM Plex Sans', sans-serif !important;
font-weight: 700 !important;
padding: 0 !important;
width: 32px !important;
height: 32px !important;
display: inline-block !important;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
background: #000 !important;
color: #fff !important;
border-radius: 3px !important;
font-size: 13px !important;
text-decoration: none !important;
line-height: 30px !important;
text-align: center !important;
margin: 0 2px !important;
vertical-align: middle !important;
font-family: 'IBM Plex Sans', sans-serif !important;
font-weight: 700 !important;
padding: 0 !important;
width: 32px !important;
height: 32px !important;
display: inline-block !important;
} .woocommerce-price-suffix{
display:block;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.wpb_wrps_onsale {
display: none!important;
}
.prod-list a.add_to_cart_button {
position: absolute !important;
bottom: 0px;
max-width: 240px;
}
.woocommerce ul.products li.product .button{
position: absolute !important;
bottom: 5px;
max-width: 165px;
}
.wc-add-to-cart-icon .add_to_cart_button.text_replaceable{
}
#breadcrumbs {
font-size: 14px;
}
#breadcrumbs a:visited{
color: #fff!important;
}
.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb a{
color: #000!important;
}
.woocommerce div.product{
margin-top: 30px;
} .brand-banner {
height: 300px;
position: relative;
padding-top: 100px;
padding-bottom: 100px;
} .brand-title-container {
margin: 40px;
}
.brand-title {
font-size: 2.5rem;
font-weight: 700;
color: #333;
}
.brand-description {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
color: #666;
font-size: 1rem;
}
.brand-products {
padding: 0 20px;
}