/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html {
  font-size: 14px;
}

body, p {
  color: #57565c;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.4rem;
}
p:not(.product-card-capacity p, p.blue-text) {
  margin-bottom: 1.3rem;
}
.text-white p,
.text-white h3 {
  color: #fff !important;
}


h1 {
  font-size: 1.8rem; /* 25.2px */
}

.page-header h1 {
  font-size: 1.8rem;
  /* 25.2px */
}

#nav-page-title h1 {
  font-size: 1.857rem;
}

h2 {
  font-size: 1.714rem; /* 24px */
}
.product-description h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.357rem; /* 19px */
}

.page-list-ext-item {
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
.product-description h2 {
  color: #1E1D24;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.344em;
  letter-spacing: 1px;
}
h1 {
  font-weight: 500!important;
}

/* .contact-icons .elementor-icon-box-icon:hover {
  box-shadow: 0px 0px 17px 8px #F57114;
  border-radius: 50%;
}  ORANGE SHADOW FOR CONTACT ICONS */

button {
  border: none;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
  transform: none;
}
hr {
  height: 1px;
  border: none;
  background-color: #E3E3E3!important;
}
.align-center {
text-align: center;
}
/*********************** colors ***************************/
.blue-text {
  color: #5C6E80;
}

.white-text {
  color: #fcfcfc;
}
.red-text {
  color: red;
}
::selection {
  background-color: #DE8F61;
  color: #000;
}
.text-over-img {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.929rem;
  letter-spacing: 0.037rem;
  font-weight: 500;
  color: #fff!important;
}

/*********************** buttons ***************************/
button a {
  text-decoration: none !important;
  color: #000;
}

button:hover a {
  text-decoration: none !important;
  color: #fff;
}

[type=button],
[type=submit],
button,
.product-sidebar-btn,
.product-desc-btn {
  font-size: 0.857rem;
  border-radius: 20px;
  font-weight: 400 !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  text-transform: uppercase;
}

.product-sidebar-btn a {
  text-decoration: none;
}
.product-desc-btn {
  margin-bottom: 1rem;
}
.product-sidebar a,
.elementor-button-wrapper a,
.product-desc-btn {
  background-color: #DE8F61 !important;
  border-radius: 20px;
  color: #000!important;
  fill: #000!important;
}

.product-sidebar a:hover,
.elementor-button-wrapper a:hover,
.product-desc-btn:hover {
  background-color: #5C6E80 !important;
  color: #fff !important;
  fill: #fff !important;
}

/*.site-navigation ul.menu li.menu-item-has-children::after {
  content: "\00FFEB";
} */

/******************* header conntacts *********************/
/******************* header conntacts *********************/
.site-header {
  flex-direction: column;
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}

.header-contacts {
  background-color: #1E1D24;
  color: #57565c;
}

.header-contacts a:link,
.header-contacts a:visited {
  color: #DE8F61 !important;
}

.header-contacts a:hover {
  color: #FFA945;
}

.header-inner {
  padding: 0.714rem 0;
}

/******************* header menu *********************/
.page-header {
  padding: 1rem 1rem;
}

header a {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 0.929rem;
  letter-spacing: 0.037rem;
  font-weight: 500;
}

header a:link {
  color: #1E1D24;
}

header a:visited {
  color: #1E1D24;
}

header a:hover, ul.sub-menu a:hover {
  color: #DE8F61;
}

header a:active, ul.sub-menu a:hover {
  color: #DE8F61;
}

.site-navigation ul.menu li ul {
  box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  border-radius: 10px;
}
.skip-link {
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 5px 8px;
  background: #DE8F61;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  position: fixed !important;
  top: 35px;
  left: 10px;
  z-index: 10000;
  border-radius: 10px;
  text-transform: capitalize;
}
.skip-link:hover,.skip-link:focus, .screen-reader-text:hover,.screen-reader-text:focus {
  background: #5C6E80;
  color: #fff;
  padding: 5px 8px!important;
  top: 35px!important;
  left: 10px!important;
  line-height: inherit;
}

ul.sub-menu a {
  color: #57565c;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: capitalize;
  font-size: 1rem;
  letter-spacing: 0.037rem;
  font-weight: 400;
}
/*********************************** .icon-block ***********************************/
.icon-block a{
  text-decoration: none;
}


.icon-block h3 a:hover::after {
  color: #DE8F61;
}

.icon-block h3 a::after {
  content: "»";
  font-size: 1.2em;
  color: #5C6E80;
  text-decoration: none;
  margin-left: 0;
  margin-top: 10%;
}
.icon-block h3 a{
  font-size: 1.071rem;
  color: #5C6E80;
}
.icon-block h3 a:hover{
  color: #DE8F61;
}
/******************* footer menu *********************/
ul#menu-footer-menu a {
  color: #f29c6b;
}
ul#menu-footer-menu a:hover {
  color: #8fabc7;
}
.bottom-info ul a {
  color: #a9a8b3;
}

footer a:not(.policies a) {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

footer p, .policies {
  color: #a9a8b3;
}

footer a:hover {
  color: #DE8F61;
}

.hfe-scroll-to-top-button {
  background-color: #5C6E80 !important;
}

.policies {
  margin-top: 1rem;
}

.policies a {
  text-decoration: underline !important;
  color: #f29c6b !important;
}

.policies a:hover, .policies a:focus {
  color: #8fabc7 !important;
}

/*************************** LINKS ************************/
a {
  color: #DE8F61;
}

a:hover {
  color: #5C6E80;
}
a.blue-link {
  color: #5C6E80;
}
a.blue-link:hover {
  color: #DE8F61;
}
a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: #DE8F61;
}
ul.error-page-list a {
  color: #57565c;
  text-decoration: none;
}
ul.error-page-list a:hover {
  color: #5C6E80;
  text-decoration: none;
}

p a:not(.contact-icons a, a.blue-link, .product-description a) {
  text-decoration: underline!important;
  font-weight: 600;
  color: #000;
  background-color: #DE8F61;
  padding: 0 3px;
  border:1px solid #DE8F61;
  border-radius: 5px;
}
p a:not(.contact-icons a, a.blue-link, .product-description a):hover {
  color: #fff;
  background-color: #5C6E80;
  border-color:#5C6E80;
}

/*a[href$=".pdf"]::after {
	content: ' (PDF)'; 
} */
/*************************** buttons **************************/
.page-header {
  background-color: #fcfcfc !important;
}

/*************************** cards ***************************/
.page-cards {
  background-color: #5C6E80 !important;
}

.page-cards h3, .page-cards h2 {
  color: #fff !important;
}

.cards-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.card-column {
  flex: 0 0 25%;
  display: flex;
  border-radius: 1px;
  transition: transform .2s;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  padding: 0px 1rem;
}

.card-column:hover {
  transform: scale(105%);
}

a.card-item {
  width: 100%;
  min-height: 170px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px 10px 0px;
  text-decoration: none !important;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 3px solid #DE8F61;
}

a.page-card {
  border: none;
  box-shadow: none;
  min-height: 180px;
  margin-bottom: 1.071rem;
  background-size: cover;
}

a.product-card {
  margin-bottom: 2rem;
  background-size: contain;
}

a.product-group-card {
  background-size: contain;
}

a.resource-card {
  margin-bottom: 1.071rem;
}

/* a.resource-card:hover {
  transform: scale(1.05);
} */
.card-column:hover a.product-card {
  margin-bottom: 3rem;
}

a.page-card,
a.product-group-card {
  margin-bottom: 1.071rem;
}

.card-column:hover a.page-card,
.card-column:hover a.product-group-card,
a.resource-card:hover {
  margin-bottom: 1.429rem;
}

.card-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center !important;
  width: 85%;
  position: absolute;
  bottom: -30px;
  z-index: 2;
}

.card-title h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #1E1D24 !important;
  border-radius: 2px;
  font-weight: 400;
  font-size: 0.857rem;
  line-height: 1.1;
  text-transform: capitalize;
}

a.product-group-card>.card-title h3 {
  padding: 0.4rem 0.3rem;
  background-color: #EAF5FF;
  border-radius: 10px;
  color: #1E1D24;
  border: 3px solid #5C6E80;
}

a.page-card>.card-title h3 {
  padding: 0.4rem 0.3rem;
  background-color: #EAF5FF;
  border: 3px solid #5C6E80;
  border-radius: 10px;
}

a.product-card>.card-title h3 {
  padding: 0.214rem 0.214rem 0.643rem;
  /* 3px 3px 9px*/
  background-color: #EAF5FF;
  border-radius: 10px;
  color: #1E1D24 !important;
  border: 3px solid #5C6E80;
}


/* a.product-card:hover .card-title h3, a.page-card:hover .card-title h3 {
  color: #fcfcfc;
  background-color: #1E1D24;
  border: 1px solid #1E1D24;
} */

.product-card-capacity {
  text-align: center !important;
  font-size: 0.857rem;
  width: auto;
  position: absolute;
  background-color: #F1CFBB;
  border: 3px solid #DE8F61;
  border-radius: 7px;
  z-index: 1;
  line-height: 1.1;
  padding: 0 0.714rem;
}

.product-card-capacity p {
  color: #1E1D24;
}

/*.product-card-capacity-top {
  text-align: center !important;
  font-size: 0.857rem;
  width: auto;
  position: absolute;
  top: -6%;
  background-color: #f6d4c0;
  border: 3px solid #d05f1d;
  border-radius: 7px;
  z-index: 1;
  line-height: 1.1;
}
.product-card-capacity p, .product-card-capacity-top p {
  color: #1E1D24;
  padding: 0.214rem 1rem;
} */
/********************* hover on cards *****************/
.card-column:hover a.card-item {
  border-color: #EAF5FF;
}

.card-column:hover a.product-card>.card-title h3 {
  background-color: #F1CFBB;
  border-color: #DE8F61;
}

.card-column:hover a.page-card>.card-title h3 {
  background-color: #F1CFBB;
  border-color: #DE8F61;
}

.card-column:hover .product-card-capacity {
  background-color: #EAF5FF;
  border-color: #5C6E80;
}

.card-column:hover .product-card-capacity-top {
  background-color: #d2e4f9;
  border-color: #124a89;
}

a.product-group-card:hover .card-title h3 {
  background-color: #F1CFBB;
  border-color: #DE8F61;
}

/********************* product-card-img *****************/
.product-card-img {
  background-color: #fff;
  height: 180px;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  margin: 0px 0px 10px 0px;
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*.product-card-text {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	
}
.product-card-text p {
	margin: 0px 0px 5px 0px;
}
.product-card-text p:last-child{
	margin: 0;
} 
.product-card-btn, .industry-page-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  line-height: 18px;
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
} */

/************************ product page ******************/
.product-sidebar .elementor-widget-container {
  box-shadow: none !important;
}

.product-sidebar-image {
  margin-bottom: 1rem !important;
  display: block;
  box-sizing: border-box;
  transition: ease-in-out;
  transition-duration: .5s;

}

.product-sidebar-image:hover img {
  transform: scale(1.1);
}

.product-sidebar-image:hover {
  margin-bottom: 2rem !important;
}

.product-sidebar-image img {
  border: 15px solid #5C6E80;
  ;
  border-radius: 20px;
  transition: ease-in-out;
  transition-duration: .5s;
  -webkit-box-shadow: 8px 7px 16px 2px rgba(241, 207, 187, 0.72);
  box-shadow: 8px 7px 16px 2px rgba(241, 207, 187, 0.72);
  height: auto;
  display: block;
}

.product-sidebar-image img:hover .product-sidebar-image {
  margin-bottom: 3rem!important;
}

.product-sidebar-image,
.product-description-image {
  padding: 0;
}

.product-sidebar-image img,
.product-description-image img {
  max-width: 100%;
  /* was width: 100%; but some images are too big */
}
.img-article {
  max-width: 70%!important;
  margin: 0 1rem 0.5rem 0;
}
.product-sidebar-image img {
  /*( max-width: 240px; */
  width: 100%;
  padding: 1.5rem 0;
}

.product-description-image img {
  margin: 0;
  border-radius: 20px;
  /* box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.5); */
}

.product-sidebar-btn {
  margin-bottom: 1rem !important;
}
a.miniature-img {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.product-heading {
  margin: 1rem 0;
}

.page-image {
  height: 250px;
}

.page-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.product-description,
.product-group-description {
  padding-left: 2.857rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: end;
}

.breadcrumb li:first-child::before {
  display: inline-block;
  margin: 0 0.29rem;
  content: "\01F3E0";
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "/\00a0";
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
  background-color: #DE8F61;
  padding: 3px;
  border:1px solid #DE8F61;
  border-radius: 20px;
}
.breadcrumb a:hover {
  color: #fff;
  background-color: #5C6E80;
  border-color:#5C6E80;
}
img.img-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
img.img-dark-shadow {
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.5);
}
.img-round {
  border-radius: 20px!important;
}
/******************* Lists *********************/
#main-text ul li {
  margin-bottom: 0.429rem;
}
ul li ul {
  padding-left: 0.714rem;
}
.product-description ul,
.product-group-description ul {
  margin-bottom: 1.714rem;
  padding-left: 0.714rem;
}

.product-description ul,
.bottom-info ul,
.product-group-description ul {
  list-style: none;
}
.product-description ul li ul {
  padding-left: 2rem;
  margin-top: 0.714rem;
}
.product-description ul li:not(.product-description ul li ul li):before,
.bottom-info ul li:before,
.product-group-description ul li:before {
  content: "\2713";
  color: #f29c6b;
  margin-right: 0.571rem;
  font-weight: 900;
}
.product-description ul li ul li {
  list-style-type: disc;
}
.product-description ul li ul li::marker {
  color: #5C6E80;
}
.product-description ul li,
.product-group-description ul li {
  margin-bottom: 0.429rem;
}

.bottom-info ul {
  padding-left: 0;
}

.bottom-info a:link,
.bottom-info a:visited {
  text-transform: none;
  text-decoration: underline;
}

.bottom-info a {
  line-height: 1.643rem;
}

.bottom-info ul li:hover::before {
  color: #8fabc7;
}

/*.industry-card h2.elementor-heading-title {
  color: #1E1D24!important;
  padding: 10px 15px;
  background-color: #fcfcfc;
  border-radius: 5px;
  border: 1px solid #89CFF0!important;
}
 .industry-card:hover h2 {
  color: #fcfcfc!important;
  background-color: #1E1D24;
  border-color: #1E1D24;
  border: 1px solid #1E1D24!important;
} */
/******************* sidebar menu *********************/
.sidebar-menu li, .article-menu li {

  border-left: 4px solid #DE8F61;
  margin-bottom: 0.5rem;
  border-radius: 20px 0 0 20px;
}

.sidebar-menu li a.hfe-menu-item, .article-menu li a.hfe-menu-item {
  border-top: 1px solid #5C6E80;
  border-right: 1px solid #5C6E80;
  border-bottom: 1px solid #5C6E80;
  border-radius: 18px 20px 20px 18px;
  padding: 1.429rem !important;
  text-transform: uppercase;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
/******************* article menu *********************/
.article-menu li a.hfe-menu-item {
  padding: 1.214rem 1.071rem!important;
}
/******************* contact icons *********************/
.contact-icons h2 {
  font-size: 1.286rem;
  text-transform: none;
}
.contact-icons a {
  text-decoration: none;
}
/*************************** forms ***************************************/
.wpcf7 label {
  color: #1e1d24;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%;
  margin-bottom: 0.857rem;
}

.wpcf7 input,
.wpcf7 textarea {
  margin-top: 3px;
  margin-bottom: 12px;
  background-color: #fcfcfc;
  border: none;
  border-radius: 20px;
  padding: 9px 20px;
  outline: none;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 2px solid #DE8F61 !important;
}
.hbspt-form input:focus,
.hbspt-form textarea:focus {
  outline: none;
  border: 2px solid #DE8F61 !important;
}

.wpcf7-response-output {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21);
  border: none !important;
  background-color: #c6f2bb;
  border-radius: 5px;
}

::placeholder,
input[type="select"] {
  color: #1E1D24;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #1E1D24;
}

form.filtered-search label {
  color: #1e1d24;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%;
}

form.filtered-search select {
  margin-bottom: 0.857rem;
}

form.filtered-search select, .wpcf7 select {
  margin-top: 3px !important;
  background-color: transparent!important;
  margin-bottom: 12px !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 9px 20px !important;
  border: 2px solid #5C6E80!important;
}
form.filtered-search select:focus {
  border-color: #DE8F61!important;
}

form.filtered-search [type="submit"],
.wpcf7 input[type="submit"] {
  background-color: #DE8F61;
  border-radius: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000;
  border: none;
  letter-spacing: 1px;
}

form.filtered-search [type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  background-color: #5C6E80;
  color: #fff;
}

.background-black .wpcf7 input,
.background-black .wpcf7 textarea {
  margin-top: 3px;
  margin-bottom: 12px;
  background-color: transparent;
  border: 1px solid rgba(199, 199, 199, 0.302);
  border-radius: 5px;
  padding: 9px 20px;
  color: #cccccc;
}

.background-black ::placeholder {
  color: #cccccc;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}

.background-black ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #cccccc;
}

.background-black ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #cccccc;
}

/*************************** ABOUT ***************************************/
#product-accordion {
  border: 3px solid #5C6E80;
  border-radius: 20px;
}

#product-accordion svg {
  fill: #fff !important;
}

#product-accordion .elementor-widget-container {
  border: none;
}

#product-accordion .e-con-full {
  padding: 0.714rem !important;
  border: none;
}

#product-accordion .e-con-boxed {
  border: none;
}

#product-accordion summary {
  color: #fff;
}

#product-accordion .e-n-accordion-item-title {
  background-color: #5C6E80;
}

#product-accordion .e-n-accordion-item:first-of-type .e-n-accordion-item-title {
  border-radius: 14px 14px 0 0;
}

#product-accordion .e-n-accordion-item:last-of-type .e-n-accordion-item-title {
  border-radius: 0 0 14px 14px;
}

#product-accordion .e-n-accordion-item:last-of-type[open] .e-n-accordion-item-title {
  border-radius: 0;
}

#about-accordion details:not(:last-child),
#product-accordion details:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#about-accordion details {
  padding: 1.5rem 0;
}

/* #product-accordion details {
    padding: 1.071rem 0;
  } */
.elementor-widget-n-accordion .e-n-accordion-item-title {
  padding: 1.071rem 1rem;
}

.about-card:hover {
  background-color: #5C6E80;
  border: 1px solid #5C6E80;
}

.about-card:hover .elementor-icon {
  fill: #fff !important;
}

.about-card:hover span,
.about-card:hover p {
  color: #fff;
}

.c-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.two-columns {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1rem;
}

/*************************** bottom info  ***************************************/
.bottom-info-wrapper {
  padding: 2rem 0 2rem 0;
}

.content-center {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bottom-info-column {
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0px 0.714rem;
}

.bottom-info-heading {
  margin-bottom: 1.429rem;
}

.bottom-info h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 1.357rem; /* 19px */
  color: #a9a8b3;
}

.bottom-news {
  display: flex;
  flex-direction: column;
}

.bottom-news-block {
  display: flex;
  flex-direction: row;
}

.bottom-news-img {
  flex: 0 0 30%;
  width: 58px;
  height: 58px;
}

/*************************** footer ***************************************/
footer {
  background-color: #1E1D24;
}

/*************************** responsive layouts ***************************************/

.example {
  padding: 20px;
  color: white;
}

/*************************** filter ***************************************/
.finder-results {
  text-align: center;
}

/* @keyframes scaleIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.product-sidebar-image img {
   animation: scaleIn 2s ease-out forwards;
} */

/*************************** SLIDER ***************************************/
.slider-heading {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: red !important;
}
/*************************** table ***************************************/
.table-container {
  overflow-x: auto;
}
table {
  font-size: 1rem;
  text-align: center;
  width: 100%;
}
table.narrow-table {
  width: auto;
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background: transparent;
}
table.color-table tr:nth-child(even) {
  background: #F8E9DF;
}
table td {
  vertical-align: middle;
  padding: 0.5rem;
}
table th {
  padding: 0.714;
}
.gallery-icon {
  border: 3px solid #DE8F61!important;
  border-radius: 20px;
  overflow: hidden;
  
}
/*************************** responsive ***************************************/
@media screen and (max-width: 480px) {

  /* <=480px*/
  .example {
    background: purple;
  }

  h1,
  .page-header h1 {
    font-size: 1.857rem;
    /* 26px */
  }

  .page-header h1 {
    margin-bottom: 0.5rem;
  }

  h2,
  h3 {
    font-size: 1.4294rem;
    /* 20px */
  }

  .site-header .header-inner .site-branding .site-logo img {
    max-width: 60%;
  }

  .bottom-info h3 {
    font-size: 1.286rem;
    /* 18px */
  }

  .cards-wrapper {
    padding: 0 1rem 1rem 1rem;
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .card-column {
    width: 75%;
    padding: 0;
    text-align: center;
  }

  .product-card-capacity {
    bottom: -6%;
  }

  .card-title h3,
  .product-card-capacity {
    font-size: 0.857rem;
    line-height: 1.2;
  }

  .card-title h3 {
    padding: 0.214rem 0.214rem 0.5rem;
    /* 3px 3px 0.5rem*/
  }

  .product-block,
  .product-group-block {
    padding: 3.571rem 0.357rem 0.714rem;
  }

  .product-sidebar {
    width: 100%;
  }

  .product-sidebar-image img,
  .product-description-image img, .img-article {
    max-width: 100%;
    /* was width: 100%; but some images are too big */
    height: auto;
  }
  .img-article {
    max-width: 100%;
  }
  /*.product-sidebar-image img {
    max-width: 250px;
  } */
  /*.product-description-image img {
    max-width: 400px;
  } */
  .product-description,
  .product-group-description {
    padding-left: 0.714rem;
  }

  .product-description ul li,
  .product-group-description ul li {
    margin-bottom: 0.214rem;
  }

  /* #product-accordion details {
    padding: 0.5rem 0;
  } */
  .elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 0.5rem 1rem;
  }

  .bottom-info-wrapper {
    padding: 1rem 0 0.357rem 0;
  }

  .bottom-info {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .bottom-info-column {
    width: 90%;
    text-align: left;
    padding: 0.714rem 0;
    flex: 0 0 100%;
  }

  .bottom-info-heading {
    margin-bottom: 0.714rem;
  }

  .content-center {
    padding: 0 0.714rem;
  }

  .bottom-info a {
    line-height: 1.3;
  }

  .site-footer .footer-inner .copyright {
    order: 2;
  }

  .site-footer .footer-inner .site-navigation {
    margin-bottom: 1rem;
  }

  .wpcf7 h2 {
    font-size: 1.357rem;
  }

  .wpcf7 label {
    font-size: 1rem;
  }

  .two-columns {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 599px) {

  /* 481-599 */
  .example {
    background: red;
  }

  .site-header .header-inner .site-branding .site-logo img {
    max-width: 60%;
  }

  .site-header .header-inner {
    padding: 0.714rem;
  }

  h1,
  .page-header h1 {
    font-size: 1.857rem;
    /* 26px */
  }

  .page-header h1 {
    margin-bottom: 0.5rem;
  }

  h2,
  h3 {
    font-size: 1.4294rem;
    /* 20px */
  }

  .bottom-info h3 {
    font-size: 1.286rem;
    /* 18px */
  }

  .cards-wrapper {
    /* padding: 2rem 1rem 1rem 1rem; */
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .card-column {
    flex: 0 0 50%;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0px 0.714rem;
  }

  .card-title h3,
  .product-card-capacity {
    font-size: 0.857rem;
    line-height: 1.2;
  }

  .product-card-capacity {
    bottom: -6%;
  }

  .product-block,
  .product-group-block {
    padding: 3.571rem 0.357rem 0.714rem;
  }

  .product-sidebar {
    width: 100%;
  }

  .product-sidebar-image img,
  .product-description-image img, .img-article {
    max-width: 100%;
    /* was width: 100%; but some images are too big */
    height: auto;
  }

  /* .product-sidebar-image img {
    max-width: 250px;
  } */
  /*.product-description-image img {
    max-width: 550px;
  } */

  .product-description,
  .product-group-description {
    padding-left: 0.714rem;
  }

  .product-description ul li,
  .product-group-description ul li {
    margin-bottom: 0.214rem;
  }

  /* #product-accordion details {
    padding: 0.5rem 0;
  } */
  .elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 0.5rem 1rem;
  }

  .bottom-info-wrapper {
    padding: 1rem 0 0.357rem 0;
  }

  .bottom-info {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .bottom-info-column {
    width: 90%;
    text-align: left;
    padding: 0.714rem 0;
    flex: 0 0 100%;
  }

  .bottom-info-heading {
    margin-bottom: 0.714rem;
  }

  .bottom-info a {
    line-height: 1.3;
  }

  .site-footer .footer-inner {
    justify-content: center;
  }

  .content-center {
    padding: 0 0.714rem;
  }

  .site-footer .footer-inner .copyright {
    order: 2;
  }

  footer .site-navigation ul.menu a {
    padding: 0.357rem 0.429rem;
    /* 5px 6px*/
  }

  footer a:not(.policies a, .bottom-info a) {
    font-size: 0.714rem;
    /* 10px */
  }

  .wpcf7 h2 {
    font-size: 1.357rem;
  }

  .wpcf7 label {
    font-size: 1rem;
  }

  .two-columns {
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {

  /* 600-767 */
  .example {
    background: green;
  }

  .site-header .header-inner .site-branding .site-logo img {
    max-width: 80%;
  }

  .site-header .header-inner {
    padding: 0.714rem;
    max-width: 100%;
  }

  h1,
  .page-header h1 {
    font-size: 1.857rem;
    /* 26px */
  }

  .page-header h1 {
    margin-bottom: 0.5rem;
  }

  h2,
  h3 {
    font-size: 1.4294rem;
    /* 20px */
  }

  .bottom-info h3 {
    font-size: 1.286rem;
    /* 18px */
  }

  .card-column {
    flex: 0 0 33.333%;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0px 0.6rem;
  }

  .product-card-capacity p {
    padding: 0.214rem 0.357rem;
    /* 3px 5px */
  }

  .card-title h3,
  .product-card-capacity {
    font-size: 0.857rem;
    line-height: 1.1;
  }

  .product-card-capacity {
    bottom: -5%;
  }

  .product-block,
  .product-group-block {
    padding: 3.571rem 0.357rem 0.714rem;
  }

  .product-sidebar {
    width: 100%;
  }

  .product-sidebar-image img,
  .product-description-image img, .img-article {
    max-width: 100%;
    /* was width: 100%; but some images are too big */
    height: auto;
  }

  .product-sidebar-image img {
    max-width: 250px;
  }

  /* .product-description-image img {
    max-width: 550px;
  } */

  .product-description,
  .product-group-description {
    padding-left: 1rem;
  }

  .product-description ul li,
  .product-group-description ul li {
    margin-bottom: 0.214rem;
  }

  /* #product-accordion details {
    padding: 0.5rem 0;
  } */
  .elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 0.5rem 1rem;
  }

  .bottom-info-wrapper {
    padding: 1rem 0 0.357rem 0;
  }

  .bottom-info {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .bottom-info-column {
    width: 90%;
    text-align: left;
    padding: 0.714rem 0;
    flex: 0 0 100%;
  }

  .bottom-info-heading {
    margin-bottom: 1.143rem;
  }

  .bottom-info a {
    line-height: 1.3;
  }

  .content-center {
    padding: 0 0.714rem;
  }

  .site-footer .footer-inner .copyright {
    order: 2;
  }

  footer .site-navigation ul.menu a {
    padding: 0.357rem 0.643rem;
  }

  footer a:not(.policies a, .bottom-info a) {
    font-size: 0.714rem;
  }

  .wpcf7 h2 {
    font-size: 1.357rem;
  }

  .wpcf7 label {
    font-size: 1rem;
  }

  .two-columns {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
  }
  .contact-icons .elementor-icon-box-icon:hover {
  box-shadow: none;
  border-radius: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* 768-991 */
  .example {
    background: blue;
  }

  .site-header .header-inner .site-branding .site-logo img {
    max-width: 80%;
  }

  .site-header .header-inner {
    padding: 0.714rem;
    max-width: 100%;
  }

  h1,
  .page-header h1 {
    font-size: 1.857rem;
    /* 26px */
  }

  h2,
  h3 {
    font-size: 1.643rem;
    /* 20px */
  }

  .bottom-info h3 {
    font-size: 1.286rem;
    /* 18px */
  }

  .card-column {
    flex: 0 0 33.333%;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0px 1rem;
  }

  .product-card-capacity p {
    padding: 0.214rem 0.357rem;
    /* 3px 5px */
  }

  .card-title h3,
  .product-card-capacity {
    font-size: 0.857rem;
    line-height: 1.1;
  }

  .product-card-capacity {
    bottom: -5%;

  }

  .product-block,
  .product-group-block {
    padding: 3.571rem 0.357rem 0.714rem;
  }

  .product-sidebar, .article-sidebar {
    width: 100%;
  }

  .product-sidebar-image img,
  .product-description-image img {
    max-width: 100%;
    /* was width: 100%; but some images are too big */
    height: auto;
  }
  .img-article {
    max-width: 70%;
  }
  /* .product-sidebar-image img {
    max-width: 210px;
  } */
  /*.product-description-image img {
    max-width: 700px;
  } */

  .product-description,
  .product-group-description {
    padding-left: 1rem;
  }

  .product-description ul li,
  .product-group-description ul li {
    margin-bottom: 0.214rem;
  }

  /* #product-accordion details {
    padding: 0.7rem 0;
  } */
  .elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 0.7rem 1rem;
  }

  .bottom-info-wrapper {
    padding: 2rem 1rem 1rem 1rem;
  }

  .bottom-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bottom-info-column {
    text-align: left;
    padding: 0.714rem 0;
    flex: 0 0 33.33%;
  }

  .bottom-info-heading {
    margin-bottom: 1.143rem;
  }

  .bottom-info a {
    line-height: 1.3;
  }

  .site-footer .footer-inner {
    justify-content: center;
  }

  .content-center {
    padding: 0 0.714rem;
  }

  .site-footer .footer-inner .copyright {
    order: 2;
  }

  footer .site-navigation ul.menu a {
    padding: 0.357rem 0.714rem;
  }

  .wpcf7 h2 {
    font-size: 1.357rem;
  }

  .wpcf7 label {
    font-size: 1rem;
  }

  .two-columns {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  /* 992-1199 */
  .example {
    background: orange;
  }

  .site-header .header-inner {
    max-width: 100%;
    padding: 0.714rem;
  }

  .site-navigation ul.menu li a {
    padding: 0.571rem;
    /* 8px */
  }

  h1,
  .page-header h1 {
    font-size: 1.857rem;
    /* 26px */
  }

  h2,
  h3 {
    font-size: 1.643rem;
    /* 20px */
  }

  .bottom-info h3 {
    font-size: 1.286rem;
    /* 18px */
  }

  .product-card-capacity {
    bottom: -5%;
  }

  .product-block,
  .product-group-block {
    padding: 3.571rem 0.357rem 0.714rem;
  }

  .product-sidebar {
    /* width: 100%; */
    flex-shrink: 2 !important;
  }

  .product-sidebar-image img,
  .product-description-image img {
    max-width: 100%;
    /* was width: 100%; but some images are too big */
    height: auto;
  }
   .img-article {
    max-width: 70%;
  }
  .product-sidebar-image img {
    max-width: 210px;
  }

  /* .product-description-image img {
    max-width: 900px;
  } */
  .product-description,
  .product-group-description {
    padding-left: 2.857rem;
  }

  .product-description ul li,
  .product-group-description ul li {
    margin-bottom: 0.214rem;
  }

  /* #product-accordion details {
    padding: 0.7rem 0;
  } */
  .elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 0.7rem 1rem;
  }

  .bottom-info-wrapper {
    padding: 2rem 1rem 1rem 1rem;
  }

  .bottom-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bottom-info-column {
    text-align: left;
    padding: 0.714rem 0;
    flex: 0 0 33.33%;
  }

  .bottom-info-heading {
    margin-bottom: 1.143rem;
  }

  .bottom-info a {
    line-height: 1.3;
  }

  .site-footer .footer-inner {
    justify-content: center;
  }

  .content-center {
    padding: 0 0.714rem;
  }

  .site-footer .footer-inner .copyright {
    order: 2;
  }

  footer .site-navigation ul.menu a {
    padding: 0.357rem 0.714rem;
  }

  footer a:not(.policies a) {
    font-size: 1rem;
  }

  .wpcf7 h2 {
    font-size: 1.357rem;
  }

  .wpcf7 label {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {

  /* 1200px and more */
  .example {
    background: pink;
  }

  a.card-item {
    min-height: 170px;
  }

  .product-card-capacity {
    bottom: -4%;
  }

  .product-block,
  .product-group-block {
    padding: 3.571rem 0.357rem 0.714rem;
  }

}