:root {
  --wd-text-line-height: 1.6;
  --wd-form-color: inherit;
  --wd-form-placeholder-color: inherit;
  --wd-form-bg: transparent;
  --wd-form-brd-color: rgba(129, 129, 129, 0.2);
  --wd-form-brd-color-focus: rgba(129, 129, 129, 0.3);
  --wd-tags-mb: 20px;
  --wd-block-spacing: 20px;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #777;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --brdcolor-gray-300: rgba(119, 119, 119, 0.2);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
}
ol,
ul {
  list-style: none;
  margin-bottom: var(--list-mb);
  padding-left: var(--li-pl);
  --list-mb: 20px;
  --li-mb: 10px;
  --li-pl: 17px;
}
caption,
th,
td {
  vertical-align: middle;
  text-align: left;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a,
button,
input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
  padding: 0;
  border: 0;
}
body .fa.fa-envelope-o,
body .fa.fa-copyright,
body .fa.fa-location-arrow,
body .fa.fa-mobile {
  font-family: "woodmart-font";
  font-weight: 400;
}
body .fa.fa-envelope-o:before {
  content: "\f132";
}
body .fa.fa-copyright:before {
  content: "\f173";
}
body .fa.fa-location-arrow:before {
  content: "\f160";
}
body .fa.fa-mobile:before {
  content: "\f159";
}
body {
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
  color: var(--wd-text-color);
  text-rendering: optimizeLegibility;
  font-weight: var(--wd-text-font-weight);
  font-style: var(--wd-text-font-style);
  font-size: var(--wd-text-font-size);
  font-family: var(--wd-text-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--wd-text-line-height);
}
p {
  margin-bottom: var(--wd-tags-mb);
}
a {
  color: var(--wd-link-color);
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--wd-link-color-hover);
}
a:focus {
  outline: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--wd-link-color-hover);
}
label {
  display: block;
  margin-bottom: 5px;
  color: var(--wd-title-color);
  vertical-align: middle;
  font-weight: 400;
}
em {
  font-style: italic;
}
.elementor-default i:not([class]) {
  font-style: italic;
}
big {
  font-size: larger;
}
abbr {
  border-bottom: 1px dotted;
  color: #d62432;
  text-decoration: none;
}
acronym {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.required {
  border: none;
  color: #e01020;
  font-size: 16px;
  line-height: 1;
}
abbr[title] {
  border: none;
}
dl {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
strong,
b {
  font-weight: 600;
}
mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f9f9f9;
  color: #242424;
  font-weight: 600;
  line-height: 1;
}
code,
kbd {
  padding: 2px 5px;
}
code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
}
ins {
  text-decoration: none;
}
pre {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f9f9;
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
dfn {
  font-style: italic;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
var {
  font-style: italic;
}
small {
  font-size: 80%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 35px;
  border: none;
  border-bottom: 1px solid currentColor;
  opacity: 0.2;
}
iframe,
embed {
  max-width: 100%;
}
blockquote {
  --wd-tags-mb: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid var(--wd-primary-color);
  text-align: left;
  font-size: 110%;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  color: var(--wd-primary-color);
  font-weight: 600;
  font-size: 90%;
}
blockquote cite a {
  color: inherit;
}
cite {
  font-style: italic;
}
address {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 110%;
  line-height: 1.8;
}
fieldset {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 2px solid #e6e6e6;
}
fieldset legend {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
.global-color-scheme-light fieldset {
  border-color: rgba(255, 255, 255, 0.25);
}
legend {
  text-transform: uppercase;
  font-size: 22px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.svg-icon {
  display: inline-block;
}
.svg-icon svg {
  width: inherit !important;
  height: inherit !important;
}
svg:not(:root) {
  overflow: hidden;
}
.wd-custom-icon,
picture.wd-custom-icon img {
  min-width: 100%;
  max-width: 38px;
  width: auto;
  height: auto;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
.element-title {
  text-transform: uppercase;
  font-size: 22px;
}
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: block;
  margin-bottom: var(--wd-tags-mb);
  color: var(--wd-title-color);
  text-transform: var(--wd-title-transform);
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-family: var(--wd-title-font);
  line-height: 1.4;
}
.wd-entities-title {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
a.wd-entities-title:hover,
.wd-entities-title a:hover {
  color: var(--wd-entities-title-color-hover);
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: var(--li-mb);
  margin-bottom: 0;
}
li {
  margin-bottom: var(--li-mb);
}
li:last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl dt {
  color: #333;
  font-weight: 600;
}
dl dt [class*="color-scheme-light"] {
  color: rgba(255, 255, 255, 0.9);
}
dl dd {
  margin-bottom: 20px;
}
.unordered-list ul,
.unordered-list ol {
  margin-left: 20px;
}
.unordered-list li:before {
  margin-right: 10px;
  font-size: 8px;
  content: "\f113";
  font-family: "woodmart-font";
}
.inline-list {
  margin-right: -15px;
  margin-left: -15px;
}
.inline-list li {
  display: inline-block;
  padding: 5px 15px;
}
.inline-list-with-border li {
  padding-top: 0;
  padding-bottom: 0;
}
.inline-list-with-border li:not(:last-child) {
  border-right: 1px solid rgba(129, 129, 129, 0.2);
}
.inline-list,
.unordered-list,
.wd-sub-menu,
.textwidget .menu,
.unordered-list ul,
.wd-sub-menu ul,
.textwidget .menu ul,
.unordered-list ol,
.wd-sub-menu ol,
.textwidget .menu ol,
.wd-nav,
.comments-area .comment-list,
.comments-area .children,
nav[class*="-pagination"] ul {
  list-style: none;
  --li-pl: 0;
}
.inline-list,
.wd-sub-menu,
.wd-sub-menu ul,
.wd-sub-menu ol,
.wd-nav,
.comments-area .comment-list,
.comments-area .children,
nav[class*="-pagination"] ul {
  --list-mb: 0;
  --li-mb: 0;
}
.wd-z-index {
  position: relative;
  z-index: 35;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.wd-fontsize-xs {
  font-size: 14px;
}
.wd-fontsize-s {
  font-size: 16px;
}
.wd-fontsize-m {
  font-size: 18px;
}
.wd-fontsize-l {
  font-size: 22px;
}
.wd-fontsize-xl {
  font-size: 26px;
}
.wd-fontsize-xxl {
  font-size: 36px;
}
.wd-fontsize-xxxl {
  font-size: 46px;
}
.text-larger {
  font-size: 110%;
}
.wd-items-top {
  align-items: flex-start;
}
.wd-items-middle {
  align-items: center;
}
.wd-items-bottom {
  align-items: flex-end;
}
.wd-justify-left {
  justify-content: flex-start;
}
.wd-justify-center {
  justify-content: center;
}
.wd-justify-right {
  justify-content: flex-end;
}
[class*="color-scheme-light"] {
  --color-gray-300: rgba(255, 255, 255, 0.5);
  --color-gray-400: rgba(255, 255, 255, 0.6);
  --color-gray-500: rgba(255, 255, 255, 0.8);
  --color-gray-600: rgba(255, 255, 255, 0.8);
  --color-gray-700: rgba(255, 255, 255, 0.8);
  --color-gray-800: #fff;
  --color-gray-900: #fff;
  --bgcolor-white: #0d0d0d;
  --bgcolor-gray-100: #0d0d0d;
  --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --wd-widget-title-color: var(--wd-title-color);
  --wd-entities-title-color: #fff;
  --wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
  --wd-link-color: rgba(255, 255, 255, 0.9);
  --wd-link-color-hover: #fff;
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-placeholder-color: rgba(255, 255, 255, 0.6);
  color: var(--wd-text-color);
}
.color-scheme-dark {
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #777;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --brdcolor-gray-300: rgba(119, 119, 119, 0.2);
  --wd-text-color: #777;
  --wd-title-color: #242424;
  --wd-entities-title-color: #333;
  --wd-entities-title-color-hover: rgba(#333, 0.65);
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  --wd-form-brd-color: rgba(129, 129, 129, 0.2);
  --wd-form-brd-color-focus: rgba(129, 129, 129, 0.3);
  --wd-form-placeholder-color: #777;
  color: var(--wd-text-color);
}
[class*="color-scheme-hover"] {
  transition: all 0.25s ease;
}
[class*="color-scheme-hover"] .title {
  transition: all 0.25s ease;
}
.color-scheme-hover-dark:hover {
  --color-gray-400: #a5a5a5;
  --bgcolor-gray-100: #f7f7f7;
  --wd-text-color: #777;
  --wd-title-color: #242424;
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  color: var(--wd-text-color);
}
.color-scheme-hover-light:hover {
  --color-gray-400: rgba(255, 255, 255, 0.8);
  --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --wd-link-color: rgba(255, 255, 255, 0.9);
  --wd-link-color-hover: #fff;
  color: var(--wd-text-color);
}
.color-primary {
  color: var(--wd-primary-color);
}
.color-alt {
  color: var(--wd-alternative-color);
}
.color-title {
  color: var(--wd-title-color);
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.font-text {
  font-family: var(--wd-text-font);
}
.font-primary {
  font-family: var(--wd-title-font);
}
.font-alt {
  font-family: var(--wd-alternative-font);
  font-style: var(--wd-alternative-font-style);
}
.main-nav-style {
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  text-transform: var(--wd-header-el-transform);
}
.main-nav-style .color-primary {
  color: var(--wd-primary-color);
}
.whb-color-light .main-nav-style .color-primary {
  color: var(--wd-link-color);
}
.whb-color-light .main-nav-style .color-primary:hover {
  color: var(--wd-link-color-hover);
}
.clear {
  clear: both;
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.wd-nav li.color-primary {
  --nav-color: var(--wd-primary-color);
  --nav-color-hover: var(--wd-primary-color);
  --nav-color-active: var(--wd-primary-color);
}
.wd-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wd-display-none,
.wd-hide {
  display: none !important;
}
.set-mb-s {
  --margin-bottom: 10px;
}
.set-mb-s > * {
  margin-bottom: var(--margin-bottom);
}
.set-mb-m {
  --margin-bottom: 15px;
}
.set-mb-m > * {
  margin-bottom: var(--margin-bottom);
}
.set-cont-mb-s {
  --wd-tags-mb: 10px;
}
.reset-last-child > *:last-child {
  margin-bottom: 0;
}
.wd-spacing-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.wd-spacing-0 > [class*="col"] {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.wd-spacing-2 {
  margin-right: -1px;
  margin-left: -1px;
}
.elementor-default .wd-spacing-2 {
  margin-bottom: -2px;
}
.wd-spacing-2 > [class*="col"] {
  margin-bottom: 2px;
  padding-right: 1px;
  padding-left: 1px;
}
.wd-spacing-6 {
  margin-right: -3px;
  margin-left: -3px;
}
.elementor-default .wd-spacing-6 {
  margin-bottom: -6px;
}
.wd-spacing-6 > [class*="col"] {
  margin-bottom: 6px;
  padding-right: 3px;
  padding-left: 3px;
}
.wd-spacing-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.elementor-default .wd-spacing-10 {
  margin-bottom: -10px;
}
.wd-spacing-10 > [class*="col"] {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.wd-spacing-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.elementor-default .wd-spacing-20 {
  margin-bottom: -20px;
}
.wd-spacing-20 > [class*="col"] {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.wd-spacing-30 {
  margin-right: -15px;
  margin-left: -15px;
}
.elementor-default .wd-spacing-30 {
  margin-bottom: -30px;
}
.wd-spacing-30 > [class*="col"] {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.wd-columns-1 > div {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.wd-columns-2 > div {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.wd-columns-3 > div {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
}
.wd-columns-4 > div {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
.wd-columns-5 > div {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}
.wd-columns-6 > div {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%;
}
.is_stuck {
  z-index: 2;
}
[class*="wd-underline"] u {
  text-decoration: none;
}
[class*="wd-underline-colored"] u {
  color: var(--wd-primary-color);
}
.wd-underline-colored-alt u {
  font-family: var(--wd-alternative-font);
  font-style: var(--wd-alternative-font-style);
}
.wd-underline-bordered u {
  border-bottom: 3px solid var(--wd-primary-color);
}
.wd-font-weight-100 {
  font-weight: 100 !important;
}
.wd-font-weight-200 {
  font-weight: 200 !important;
}
.wd-font-weight-300 {
  font-weight: 300 !important;
}
.wd-font-weight-400 {
  font-weight: 400 !important;
}
.wd-font-weight-500 {
  font-weight: 500 !important;
}
.wd-font-weight-600 {
  font-weight: 600 !important;
}
.wd-font-weight-700 {
  font-weight: 700 !important;
}
.wd-font-weight-800 {
  font-weight: 800 !important;
}
.wd-font-weight-900 {
  font-weight: 900 !important;
}
@keyframes wd-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wd-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wd-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes wd-fadeInBottomShort {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-ShakePrev {
  25% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(3px, 0, 0);
  }
  75% {
    transform: translate3d(-3px, 0, 0);
  }
}
@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  75% {
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes wd-FadeInLoader {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes wd-SlideFromTop {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: none;
  }
}
@keyframes wd-SlideFromBottom {
  from {
    transform: translateY(150px);
  }
  to {
    transform: none;
  }
}
@keyframes wd-SlideFromLeft {
  from {
    transform: translateX(-150px);
  }
  to {
    transform: none;
  }
}
@keyframes wd-SlideFromRight {
  from {
    transform: translateX(150px);
  }
  to {
    transform: none;
  }
}
@keyframes wd-RightFlipY {
  from {
    transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
  }
  to {
    transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg)
      scale(1);
  }
}
@keyframes wd-LeftFlipY {
  from {
    transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
  }
  to {
    transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg)
      scale(1);
  }
}
@keyframes wd-TopFlipX {
  from {
    transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
  }
  to {
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg)
      scale(1);
  }
}
@keyframes wd-BottomFlipX {
  from {
    transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
  }
  to {
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg)
      scale(1);
  }
}
@keyframes wd-ZoomIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: none;
  }
}
@keyframes wd-RotateZ {
  from {
    transform: matrix3d(
      0.70592,
      0.02465,
      0.37557,
      -0.00062,
      -0.06052,
      0.79532,
      0.06156,
      -0.0001,
      -0.46435,
      -0.10342,
      0.87958,
      -0.00146,
      -21.42566,
      4.13698,
      4.81749,
      0.99197085
    );
  }
  to {
    transform: none;
  }
}
table {
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
table th {
  padding: 15px 10px;
  border-bottom: 2px solid #efefef;
  color: var(--wd-title-color);
  text-transform: uppercase;
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-size: 16px;
  font-family: var(--wd-title-font);
}
table td {
  padding: 15px 12px;
  border-bottom: 1px solid #e6e6e6;
}
table tbody th,
table tfoot th {
  border-bottom: 1px solid #e6e6e6;
  text-transform: none;
  font-size: 14px;
}
[class*="color-scheme-light"] table th {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="color-scheme-light"] table td {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="color-scheme-light"] table tbody th,
[class*="color-scheme-light"] table tfoot th {
  border-color: rgba(255, 255, 255, 0.15);
}
.table-bordered-style th,
.table-bordered-style td {
  border: 1px solid #efefef;
}
[class*="color-scheme-light"] .table-bordered-style th,
[class*="color-scheme-light"] .table-bordered-style td {
  border-color: rgba(255, 255, 255, 0.4);
}
.responsive-table {
  overflow-x: auto;
  margin-bottom: 35px;
}
.responsive-table table {
  margin-bottom: 0;
}
.responsive-table .responsive-table {
  overflow-x: visible;
  margin-bottom: 0;
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  color: var(--wd-form-color);
  background-color: var(--wd-form-bg);
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.5s ease;
}
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--wd-form-brd-color-focus);
  transition: border-color 0.4s ease;
}
::-webkit-input-placeholder {
  color: var(--wd-form-placeholder-color);
}
::-moz-placeholder {
  color: var(--wd-form-placeholder-color);
}
:-moz-placeholder {
  color: var(--wd-form-placeholder-color);
}
:-ms-input-placeholder {
  color: var(--wd-form-placeholder-color);
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  margin-top: 0;
  margin-right: 5px;
  padding: 0;
  vertical-align: middle;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"] {
  padding: 0;
  text-align: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type="date"]::-webkit-clear-button {
  position: relative;
  right: 5px;
  width: 30px;
  opacity: 0.4;
  filter: grayscale(100%);
}
html:not(.browser-Firefox) input[type="date"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.3)' data-name='calendar' width='24' height='24' viewBox='0 0 236 220'><path d='M211.6 24H184V10a10 10 0 0 0-20 0v14H72V10a10 10 0 0 0-20 0v14H24.4C10.95 24 0 35.5 0 49.64v144.72C0 208.5 10.95 220 24.4 220h187.2c13.45 0 24.4-11.5 24.4-25.64V49.64C236 35.5 225.05 24 211.6 24zM24.4 44H52v10a10 10 0 0 0 20 0V44h92v10a10 10 0 0 0 20 0V44h27.6c2.38 0 4.4 2.59 4.4 5.64V80H20V49.64c0-3.05 2-5.64 4.4-5.64zm187.2 156H24.4c-2.38 0-4.4-2.59-4.4-5.64V100h196v94.36c0 3.05-2 5.64-4.4 5.64z'/></svg>");
  background-position: right 15px top 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
html:not(.browser-Firefox) [class*="color-scheme-light"] input[type="date"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='calendar' fill='rgba(255, 255, 255, 0.6)' data-name='calendar' width='24' height='24' viewBox='0 0 236 220'>  <title>cal</title>  <path d='M211.6,24H184V10a10,10,0,0,0-20,0V24H72V10a10,10,0,0,0-20,0V24H24.4C10.95,24,0,35.5,0,49.64V194.36C0,208.5,10.95,220,24.4,220H211.6c13.45,0,24.4-11.5,24.4-25.64V49.64C236,35.5,225.05,24,211.6,24ZM24.4,44H52V54a10,10,0,0,0,20,0V44h92V54a10,10,0,0,0,20,0V44h27.6c2.38,0,4.4,2.59,4.4,5.64V80H20V49.64C20,46.59,22,44,24.4,44ZM211.6,200H24.4c-2.38,0-4.4-2.59-4.4-5.64V100H216v94.36C216,197.41,214,200,211.6,200Z'/></svg>");
}
textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px;
}
select {
  padding-right: 30px;
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #777;
}
input:focus:-webkit-autofill {
  border-color: #d9d9d9;
}
[class*="color-scheme-light"] select option {
  background-color: #101010;
}
[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
  opacity: 0.6;
  filter: grayscale(100%) invert(100%) saturate(800%);
}
.form-style-underlined label {
  margin-bottom: -5px;
}
.form-style-underlined input[type="email"],
.form-style-underlined input[type="date"],
.form-style-underlined input[type="search"],
.form-style-underlined input[type="number"],
.form-style-underlined input[type="text"],
.form-style-underlined input[type="tel"],
.form-style-underlined input[type="url"],
.form-style-underlined input[type="password"],
.form-style-underlined select,
.form-style-underlined textarea {
  padding: 0 2px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.form-style-underlined select {
  background-position: right 0 top 50%;
}
.form-style-underlined textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 80px;
}
.form-style-underlined .wd-with-cat .wd-search-cat > a {
  height: auto;
}
.form-style-underlined .wd-search-full-screen input[type="text"] {
  padding-right: 0;
}
.form-style-underlined .wd-search-dropdown input[type="text"] {
  padding-left: 15px;
}
.form-style-underlined .wd-pf-title {
  padding-left: 0;
  padding-right: 30px;
  border-top: none;
  border-right: none;
  border-left: none;
}
.form-style-underlined .wd-pf-title:after {
  right: 7px;
}
.form-style-underlined .comment-form-comment {
  margin-bottom: 30px;
}
.form-style-underlined .wd-dropdown-register .form-row-username,
.form-style-underlined .wd-dropdown-register .form-row-password {
  margin-bottom: 25px;
}
[class*="color-scheme-light"] select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+");
}
.btn,
.button,
button,
[type="submit"],
[type="button"] {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f3f3f3;
  color: #3e3e3e;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.3px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.btn:hover,
.button:hover,
button:hover,
[type="submit"]:hover,
[type="button"]:hover {
  color: #3e3e3e;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.btn:focus,
.button:focus,
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: none;
}
button[disabled],
input[disabled] {
  opacity: 0.6 !important;
  cursor: default;
}
.wd-loader:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
}
[class*="color-scheme-light"] .wd-loader:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff;
}
.wd-scroll-content {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  scrollbar-width: thin;
}
.wd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  margin: 15px 0 0;
  background-color: #fff;
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
}
.wd-dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 15px;
}
.wd-dropdown-search-cat {
  right: 0;
  left: auto;
  margin: var(--wd-form-brd-width) 0 0 !important;
}
.wd-nav-vertical .wd-dropdown-menu {
  margin: 0;
  top: 0;
  left: 100%;
}
.wd-nav-vertical .wd-dropdown-menu:after {
  height: auto;
}
.wd-dropdown-results {
  margin: 0 !important;
  right: calc((var(--wd-form-brd-radius) / 1.5));
  left: calc((var(--wd-form-brd-radius) / 1.5));
}
.wd-dropdown-results:after {
  width: auto !important;
  height: auto !important;
}
.wd-dropdown.color-scheme-light,
.color-scheme-light .wd-dropdown,
.wd-dropdown-menu.wd-design-default.color-scheme-light .wd-dropdown {
  background-color: #101010;
}
.wd-event-hover:hover > .wd-dropdown,
.wd-event-click.wd-opened > .wd-dropdown,
.wd-dropdown.wd-opened {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: visible;
  pointer-events: unset;
}
.wpb-js-composer .wd-dropdown-menu > .container > p {
  display: none;
}
.dropdowns-loading
  .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)
  > .wd-dropdown-menu {
  min-height: 400px;
}
.dropdowns-loaded .dropdown-load-ajax > .wd-dropdown-menu > .container {
  animation: wd-fadeIn 0.3s ease;
}
.dropdown-html-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.dropdown-html-placeholder:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
}
.dropdowns-loading .dropdown-html-placeholder:after {
  animation: wd-rotate 450ms infinite linear;
}
.color-scheme-light .dropdown-html-placeholder {
  background-color: rgba(0, 0, 0, 0.6);
}
.color-scheme-light .dropdown-html-placeholder:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff;
}
.wd-dropdown-menu.wd-design-default,
.wd-dropdown-menu.wd-design-default .wd-dropdown {
  padding: 12px 20px;
  width: 220px;
}
.wd-dropdown-menu.wd-design-default > .container {
  padding: 0;
  width: auto;
}
.wd-dropdown-menu.wd-design-default .wd-dropdown {
  top: 0;
  left: 100%;
  margin: 0 0 0 20px;
}
.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 20px;
  height: auto;
}
.wd-dropdown-menu.wd-design-default .menu-item-has-children > a:after {
  margin-left: auto;
  color: rgba(82, 82, 82, 0.45);
  font-weight: 600;
  font-size: 55%;
  line-height: 1;
  font-family: "woodmart-font";
  content: "\f113";
}
.wd-dropdown-menu.wd-design-default.color-scheme-light
  .menu-item-has-children
  > a:after {
  color: rgba(255, 255, 255, 0.6);
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li {
  width: 200px;
  margin-bottom: 25px;
}
.wd-dropdown-menu.wd-design-sized .vc_row .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-full-width .vc_row .wd-sub-menu > li {
  width: auto;
}
.wd-dropdown-menu.wd-design-sized .elementor-element .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-full-width .elementor-element .wd-sub-menu > li {
  width: auto;
  margin-bottom: 0;
}
.wd-dropdown-menu.wd-design-sized,
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
  padding: 30px 35px 0 35px;
}
.wd-dropdown-menu.wd-design-sized > .container,
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width > .container {
  padding: 0;
  width: auto;
}
.wd-dropdown-menu.wd-design-full-width {
  padding-top: 30px;
  width: 100vw;
}
.platform-Windows .wd-dropdown-menu.wd-design-full-width {
  padding-left: 17px;
}
.wd-side-hidden.color-scheme-light {
  background-color: #101010;
}
.widget-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.widget-heading .widget-title {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 20px;
}
.widget-heading .close-side-widget {
  flex: 0 0 auto;
  text-transform: uppercase;
}
.widget-heading .close-side-widget > a {
  height: 25px;
}
[class*="color-scheme-light"] .widget-heading {
  border-color: rgba(255, 255, 255, 0.15);
}
.wd-side-hidden {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 340px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-side-hidden.wd-left {
  right: auto;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.wd-side-hidden.wd-right {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}
.wd-side-hidden.wd-opened {
  transform: none;
}
@media (max-width: 350px) {
  .wd-side-hidden {
    width: 270px !important;
  }
}
.wd-sub-menu {
  --sub-menu-color: #848484;
  --sub-menu-color-hover: var(--wd-primary-color);
}
.wd-sub-menu li {
  position: relative;
}
.wd-sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--sub-menu-color);
  font-size: 14px;
  line-height: 1.3;
}
.wd-sub-menu li a .wd-nav-icon {
  margin-right: 7px;
  font-size: 115%;
}
.wd-sub-menu li a .menu-label {
  position: relative;
  margin-top: -20px;
  align-self: flex-start;
}
.wd-sub-menu li a:hover {
  color: var(--sub-menu-color-hover);
}
[class*="color-scheme-light"] .wd-sub-menu {
  --sub-menu-color: rgba(255, 255, 255, 0.6);
  --sub-menu-color-hover: #fff;
}
.widget .wd-sub-menu {
  --li-mb: 0;
}
.widget .wd-sub-menu ul {
  --li-mb: 0;
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a,
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a,
.mega-menu-list > li > a {
  --sub-menu-color: #333;
  --sub-menu-color-hover: var(--wd-primary-color);
  text-transform: uppercase;
  font-weight: 600;
}
.wd-dropdown-menu.wd-design-sized.color-scheme-light .wd-sub-menu > li > a,
.wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu > li > a,
[class*="color-scheme-light"] .mega-menu-list > li > a {
  --sub-menu-color: #fff;
  --sub-menu-color-hover: rgba(255, 255, 255, 0.6);
}
.searchform {
  --wd-submit-color: #777;
  --wd-submit-color-hover: #333;
  --wd-loader-ring-brd-color: #bbb;
  --wd-loader-highlight-brd-color: #000;
  --wd-search-cat-color: #777;
  --wd-search-cat-brd-color: var(--wd-form-brd-color);
  position: relative;
}
.searchform input[type="text"] {
  padding-right: 50px;
  height: 46px;
  font-size: 15px;
}
.searchform input[type="text"]::-ms-clear {
  display: none;
}
.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: var(--wd-submit-color);
  font-weight: 400;
  font-size: 0;
}
.searchform .searchsubmit:hover {
  color: var(--wd-submit-color-hover);
}
.searchform .searchsubmit:after,
.searchform .searchsubmit img {
  font-size: 20px;
  transition: opacity 0.2s ease;
  content: "\f130";
  font-family: "woodmart-font";
}
.searchform .searchsubmit img {
  max-width: 24px;
}
.searchform .searchsubmit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity 0.1s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--wd-loader-ring-brd-color);
  border-left-color: var(--wd-loader-highlight-brd-color);
  border-radius: 50%;
  vertical-align: middle;
}
.searchform .searchsubmit.wd-with-img:after {
  content: none;
}
.searchform .searchsubmit.wd-with-img:hover {
  opacity: 0.6;
}
.searchform.search-loading .searchsubmit:before {
  opacity: 1;
  transition-duration: 0.2s;
  animation: wd-rotate 450ms infinite linear;
}
.searchform.search-loading .searchsubmit:after,
.searchform.search-loading .searchsubmit img {
  opacity: 0;
  transition-duration: 0.1s;
}
[class*="color-scheme-light"] .searchform {
  --wd-submit-color: #fff;
  --wd-submit-color-hover: rgba(255, 255, 255, 0.8);
  --wd-loader-ring-brd-color: rgba(255, 255, 255, 0.4);
  --wd-loader-highlight-brd-color: #fff;
}
.wd-search-cat {
  display: flex;
  align-items: center;
  position: absolute;
  top: var(--wd-form-brd-width);
  right: 52px;
  bottom: var(--wd-form-brd-width);
}
.wd-search-cat > a {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  width: 172px;
  height: 100%;
  border-right: 1px solid var(--wd-search-cat-brd-color);
  border-left: 1px solid var(--wd-search-cat-brd-color);
  color: var(--wd-search-cat-color);
  text-transform: uppercase;
  font-size: 13px;
}
.wd-search-cat > a > span {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd-search-cat > a:after {
  margin-left: 8px;
  font-weight: 600;
  font-size: 8px;
  content: "\f129";
  font-family: "woodmart-font";
}
.wd-dropdown-search-cat:after {
  height: var(--wd-form-brd-width) !important;
}
.wd-dropdown-search-cat.wd-design-default {
  width: 190px;
}
.wd-dropdown-search-cat .current-item > a {
  --sub-menu-color: #333;
  font-weight: 600;
}
.wd-dropdown-search-cat .children li a {
  padding-left: 20px;
}
.color-scheme-light .wd-dropdown-search-cat .current-item > a,
.wd-dropdown-search-cat.color-scheme-light .current-item > a {
  --sub-menu-color: #fff;
}
.wpb-js-composer .wd-el-search {
  margin-bottom: 35px;
}
.wd-el-search.wd-color-light .searchform {
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-color: rgba(255, 255, 255, 0.8);
  --wd-submit-color: #fff;
  --wd-submit-color-hover: rgba(255, 255, 255, 0.8);
  --wd-loader-ring-brd-color: rgba(255, 255, 255, 0.4);
  --wd-loader-highlight-brd-color: #fff;
  --wd-search-cat-color: rgba(255, 255, 255, 0.8);
  --wd-search-cat-brd-color: var(--wd-form-brd-color);
}
.wd-el-search.wd-color-dark .searchform {
  --wd-form-brd-color: rgba(129, 129, 129, 0.2);
  --wd-form-brd-color-focus: rgba(129, 129, 129, 0.3);
  --wd-form-color: #777;
  --wd-form-placeholder-color: var(--wd-form-color);
  --wd-submit-color: #777;
  --wd-submit-color-hover: #777;
  --wd-loader-ring-brd-color: #bbb;
  --wd-loader-highlight-brd-color: #000;
  --wd-search-cat-color: #777;
  --wd-search-cat-brd-color: var(--wd-form-brd-color);
}
.search-results-wrapper {
  position: relative;
}
.autocomplete-suggestions {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
  margin-right: -1px;
}
.autocomplete-suggestion {
  display: flex;
  flex: 1 1 285px;
  padding: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgba(119, 119, 119, 0.2);
  cursor: pointer;
  line-height: 1;
  transition: all 0.25s ease;
}
.autocomplete-suggestion .suggestion-thumb {
  flex: 0 0 auto;
  margin-right: 15px;
  max-width: 65px;
}
.autocomplete-suggestion .wd-entities-title {
  font-size: 14px;
}
.autocomplete-suggestion .wd-entities-title strong {
  text-decoration: underline;
}
.autocomplete-suggestion .suggestion-sku {
  font-size: 12px;
}
.autocomplete-suggestion.suggestion-divider {
  flex-basis: 100% !important;
  width: 100%;
  background-color: #f9f9f9;
  cursor: default;
}
.autocomplete-suggestion.suggestion-divider h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion.autocomplete-selected {
  background-color: #f9f9f9;
}
[class*="color-scheme-light"] .autocomplete-suggestion {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="color-scheme-light"] .autocomplete-suggestion.suggestion-divider {
  background-color: rgba(0, 0, 0, 0.3);
}
[class*="color-scheme-light"] .autocomplete-suggestion:hover,
[class*="color-scheme-light"] .autocomplete-suggestion.autocomplete-selected {
  background-color: rgba(0, 0, 0, 0.3);
}
.view-all-results {
  flex: 1 1 100%;
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(119, 119, 119, 0.2);
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.view-all-results:hover {
  background-color: #f9f9f9;
}
[class*="color-scheme-light"] .view-all-results {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="color-scheme-light"] .view-all-results:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.create-nav-msg a {
  font-weight: 600;
}
.wd-nav-img,
.mega-menu-list img {
  display: inline-block;
  margin-right: 7px;
  max-height: 18px;
  width: auto !important;
}
.wd-nav-img img,
.mega-menu-list img img {
  max-height: 18px;
}
.wd-nav {
  --nav-gap: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: calc(var(--nav-gap) / -1);
  margin-left: calc(var(--nav-gap) / -1);
  text-align: left;
}
.wd-nav > li {
  position: relative;
}
.wd-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-right: var(--nav-gap);
  padding-left: var(--nav-gap);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
}
.wd-nav > li > a .wd-nav-icon {
  margin-right: 7px;
  font-size: 115%;
}
.wd-nav > li > a .menu-label {
  left: calc(100% - 30px);
  margin-left: 0;
}
.wd-nav > li.wd-has-children > a:after,
.wd-nav > li.menu-item-has-children > a:after {
  margin-left: 4px;
  font-weight: normal;
  font-style: normal;
  font-size: 50%;
  content: "\f129";
  font-family: "woodmart-font";
}
.wd-nav.wd-gap-m {
  --nav-gap: 15px;
}
.wd-nav.wd-gap-l {
  --nav-gap: 20px;
}
.wd-nav-opener {
  --nav-opener-color: #2d2a2a;
  --nav-opener-color-hover: var(--nav-opener-color);
  --nav-opener-color-active: rgba(45, 42, 42, 0.8);
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: var(--nav-opener-color);
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wd-nav-opener:after {
  font-weight: 700;
  font-size: 12px;
  transition: transform 0.25s ease;
  content: "\f113";
  font-family: "woodmart-font";
}
.wd-nav-opener:hover {
  color: var(--nav-opener-color-hover);
}
.wd-nav-opener.wd-active {
  color: var(--nav-opener-color-active);
}
.wd-nav-opener.wd-active:after {
  transform: rotate(90deg);
}
.color-scheme-light .wd-nav-opener {
  --nav-opener-color: white;
  --nav-opener-color-active: rgba(255, 255, 255, 0.8);
}
.wd-nav[class*="wd-style-"] {
  --nav-color: #333;
  --nav-color-hover: rgba(51, 51, 51, 0.7);
  --nav-color-active: rgba(51, 51, 51, 0.7);
  --nav-chevron-color: rgba(82, 82, 82, 0.45);
}
.wd-nav[class*="wd-style-"] > li > a {
  color: var(--nav-color);
}
.wd-nav[class*="wd-style-"] > li:hover > a {
  color: var(--nav-color-hover);
}
.wd-nav[class*="wd-style-"] > li.current-menu-item > a,
.wd-nav[class*="wd-style-"] > li.wd-active > a {
  color: var(--nav-color-active);
}
.wd-nav[class*="wd-style-"] > li.wd-has-children > a:after,
.wd-nav[class*="wd-style-"] > li.menu-item-has-children > a:after {
  color: var(--nav-chevron-color);
}
.color-scheme-light .wd-nav[class*="wd-style-"],
.whb-color-light .wd-nav[class*="wd-style-"] {
  --nav-color: #fff;
  --nav-color-hover: rgba(255, 255, 255, 0.8);
  --nav-color-active: rgba(255, 255, 255, 0.8);
  --nav-chevron-color: rgba(255, 255, 255, 0.6);
}
.wd-nav.wd-style-default {
  --nav-color-hover: var(--wd-primary-color);
  --nav-color-active: var(--wd-primary-color);
}
.wd-nav.wd-style-bordered > li,
.wd-nav.wd-style-separated > li {
  display: flex;
  flex-direction: row;
}
.wd-nav.wd-style-bordered > li:not(:last-child):after,
.wd-nav.wd-style-separated > li:not(:last-child):after {
  content: "";
  border-right: 1px solid rgba(129, 129, 129, 0.2);
}
.whb-color-light .wd-nav.wd-style-bordered > li:not(:last-child):after,
.whb-color-light .wd-nav.wd-style-separated > li:not(:last-child):after {
  border-color: rgba(255, 255, 255, 0.25);
}
.wd-nav.wd-style-separated > li {
  align-items: center;
}
.wd-nav.wd-style-separated > li:not(:last-child):after {
  height: 18px;
}
.wd-nav.wd-style-bordered > li {
  align-items: stretch;
}
.wd-nav.wd-style-underline .nav-link-text {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.wd-nav.wd-style-underline .nav-link-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--wd-primary-color);
}
.wd-nav.wd-style-underline > li:hover > a .nav-link-text:after,
.wd-nav.wd-style-underline > li.current-menu-item > a .nav-link-text:after,
.wd-nav.wd-style-underline > li.wd-active > a .nav-link-text:after {
  width: 100%;
}
.menu-label {
  position: absolute;
  bottom: 85%;
  z-index: 1;
  display: inline-block;
  margin-left: -20px;
  padding: 2px 4px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 9px;
  font-family: var(--wd-text-font);
  line-height: 12px;
}
.menu-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border: 4px solid;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-width: 7px;
  border-left-width: 0;
}
.menu-label-black {
  background-color: #000;
  color: #fff;
}
.menu-label-black:before {
  border-color: #000;
}
.menu-label-grey {
  background-color: #ececec;
  color: #333;
}
.menu-label-grey:before {
  border-color: #ececec;
}
.menu-label-orange {
  background-color: #fbbc34;
}
.menu-label-orange:before {
  border-color: #fbbc34;
}
.menu-label-blue {
  background-color: #00a1be;
}
.menu-label-blue:before {
  border-color: #00a1be;
}
.menu-label-white {
  background-color: #fff;
  color: #333;
}
.menu-label-white:before {
  border-color: #fff;
}
.menu-label-primary {
  background-color: var(--wd-primary-color);
}
.menu-label-primary:before {
  border-color: var(--wd-primary-color);
}
.menu-label-secondary {
  background-color: var(--wd-alternative-color);
}
.menu-label-secondary:before {
  border-color: var(--wd-alternative-color);
}
.menu-label-red {
  background-color: #d41212;
}
.menu-label-red:before {
  border-color: #d41212;
}
.menu-label-green {
  background-color: #65b32e;
}
.menu-label-green:before {
  border-color: #65b32e;
}
.whb-top-bar .wd-nav > li > a .menu-label,
.whb-clone .wd-nav > li > a .menu-label,
.wd-nav-vertical > li > a .menu-label {
  position: static;
  margin-left: 5px;
  opacity: 1;
}
.whb-top-bar .wd-nav > li > a .menu-label:before,
.whb-clone .wd-nav > li > a .menu-label:before,
.wd-nav-vertical > li > a .menu-label:before {
  content: none;
}
.wd-nav-vertical {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.wd-nav-vertical > li {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.wd-nav-vertical > li:not(:last-child) {
  border-bottom: 1px solid rgba(129, 129, 129, 0.15);
}
.wd-nav-vertical > li > a {
  padding: 12px 18px;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  text-transform: unset;
}
.wd-nav-vertical > li:hover > a {
  background-color: #f9f9f9;
  color: rgba(51, 51, 51, 0.9);
}
.wd-nav-vertical > li.menu-mega-dropdown {
  position: static;
}
.wd-nav-vertical > li.menu-item-has-children > a:after {
  color: rgba(82, 82, 82, 0.45);
  margin-left: auto;
  font-weight: 600;
  font-size: 60%;
  content: "\f113";
}
.wd-nav-vertical .wd-dropdown-menu.wd-design-sized,
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
  min-height: 100%;
}
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
  width: 800px;
}
.platform-Windows .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
  padding-left: 35px;
}
[class*="color-scheme-light"] .wd-nav-vertical > li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15);
}
[class*="color-scheme-light"] .wd-nav-vertical > li > a {
  color: #fff;
}
[class*="color-scheme-light"] .wd-nav-vertical > li:hover > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
}
[class*="color-scheme-light"]
  .wd-nav-vertical
  > li.menu-item-has-children
  > a:after {
  color: rgba(255, 255, 255, 0.6);
}
.comment-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.comment-form > p,
.comment-form .comment-form-images,
.comment-form .comment-form-rating {
  flex: 1 1 220px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.comment-form .woocommerce-error,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .form-submit,
.comment-form .comment-form-rating,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-images {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.comment-form .woocommerce-error {
  margin-right: 10px;
  margin-left: 10px;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
.comment-form .comment-notes,
.comment-form .comment-form-rating {
  margin-bottom: 20px;
}
.comment-form .form-submit {
  margin-top: 15px;
}
.comment-form .submit {
  border-radius: var(--btn-accent-brd-radius);
  color: var(--btn-accent-color);
  box-shadow: var(--btn-accent-box-shadow);
  background-color: var(--btn-accent-bgcolor);
}
.comment-form .submit:hover {
  color: var(--btn-accent-color-hover);
  box-shadow: var(--btn-accent-box-shadow-hover);
  background-color: var(--btn-accent-bgcolor-hover);
}
.comment-form .submit:active {
  box-shadow: var(--btn-accent-box-shadow-active);
  bottom: var(--btn-accent-bottom-active);
}
.comment-form-img-message:before {
  margin-right: 7px;
  content: "\f100";
  font-family: "woodmart-font";
}
#comments .avatar,
.wd-user-panel .avatar {
  flex: 1 0 auto;
  margin-left: 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  text-transform: uppercase;
  font-size: 22px;
}
.comments-area .comment-reply-title small {
  vertical-align: middle;
}
.comments-area .comment-list {
  margin-bottom: 50px;
  line-height: 1.6;
}
.comments-area .comment {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.comments-area .pingback {
  margin-bottom: 15px;
}
.comments-area .pingback .comment-body {
  padding-left: 0;
}
.comments-area .pingback a {
  font-weight: 600;
}
.comments-area .children {
  margin-top: 30px;
  margin-left: 30px;
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  line-height: 1.6;
}
.comments-area #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0;
}
.comments-area #cancel-comment-reply-link:after {
  font-size: 12px;
  content: "\f112";
  font-family: "woodmart-font";
}
.comments-area .comment-body {
  position: relative;
  padding-left: 95px;
}
.comments-area .comment-awaiting-moderation {
  position: absolute;
  top: -24px;
  left: 95px;
}
.comments-area .comment-awaiting-moderation + br {
  display: none;
}
.comments-area .comment-edit-link {
  display: inline-block;
  margin-left: 5px;
  font-size: 0;
}
.comments-area .comment-edit-link:after {
  vertical-align: middle;
  font-size: 12px;
  content: "\f116";
  font-family: "woodmart-font";
}
.comments-area .comment-author {
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.comments-area .comment-author:first-letter {
  text-transform: uppercase;
}
.comments-area .comment-author .fn {
  color: #2d2a2a;
  vertical-align: top;
  font-weight: 600;
  font-style: normal;
}
.comments-area .comment-author .says {
  margin-left: 3px;
  vertical-align: top;
}
.comments-area .comment-author img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 74px;
  width: 100%;
  border-radius: 50%;
}
.comments-area .comment-meta {
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}
.comments-area .comment-meta a {
  color: #bbb;
  vertical-align: middle;
}
.comments-area .reply {
  margin-top: 15px;
}
.comments-area .reply a {
  text-transform: uppercase;
  font-weight: 900;
  color: var(--wd-primary-color);
}
.comments-area .reply a:hover {
  color: var(--wd-primary-color);
  opacity: 0.7;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .logged-in-as {
  margin-bottom: 20px;
  font-size: 0;
}
.comments-area .logged-in-as > a {
  color: #3f3f3f;
  font-weight: 600;
  font-size: 14px;
}
.comments-area .logged-in-as > a:not(:last-child) {
  margin-right: 12px;
  padding-right: 10px;
  border-right: 1px solid rgba(119, 119, 119, 0.2);
}
.comments-area .logged-in-as > a:hover {
  color: var(--wd-primary-color);
}
.comments-area .no-comments {
  color: #333;
  font-weight: 600;
}
.global-color-scheme-light .comments-area .comment,
.global-color-scheme-light .comments-area .children {
  border-color: rgba(255, 255, 255, 0.15);
}
.global-color-scheme-light .comments-area .logged-in-as > a:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15);
}
.global-color-scheme-light .comments-area .comment-author .fn {
  color: #fff;
}
.global-color-scheme-light .comments-area .comment-meta a {
  color: rgba(255, 255, 255, 0.6);
}
.global-color-scheme-light .comments-area .logged-in-as > a {
  color: rgba(255, 255, 255, 0.9);
}
.global-color-scheme-light .comments-area .logged-in-as > a:hover {
  color: #fff;
}
.comments-area .children .comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wd-tltp .wd-tooltip-label,
.tooltip {
  position: absolute;
  z-index: 1070;
  visibility: hidden;
  text-transform: none;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
}
.wd-tltp:hover .wd-tooltip-label,
.tooltip.show {
  visibility: visible;
  opacity: 1;
  animation: wd-fadeInTooltip 0.3s ease;
}
.wd-tltp .wd-tooltip-label,
.tooltip .tooltip-inner {
  padding: 0 15px !important;
  max-width: 200px;
  height: 34px;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 34px;
}
.wd-tltp .wd-tooltip-label:before,
.tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.wd-tltp-top .wd-tooltip-label:before,
.tooltip.bs-tooltip-top .arrow {
  left: 50%;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.wd-tltp-left .wd-tooltip-label {
  top: 50%;
  right: 100%;
  margin-top: -17px;
  margin-right: 8px;
}
.wd-tltp-left .wd-tooltip-label:before {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.wd-tltp-right .wd-tooltip-label {
  top: 50%;
  left: 100%;
  margin-top: -17px;
  margin-left: 8px;
}
.wd-tltp-right .wd-tooltip-label:before {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.wd-tltp-top .wd-tooltip-label {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}
.wd-tltp-top .wd-tooltip-label:before {
  top: 100%;
  margin-left: -5px;
}
.wd-tltp {
  position: relative;
}
.wd-tltp .wd-tooltip-label:before {
  content: "";
}
.tooltip.bs-tooltip-top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
@keyframes wd-fadeInTooltip {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
.wd-notice,
div.wpcf7-response-output,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.dokan-alert,
.dokan-message,
.dokan-info,
.dokan-error,
.dokan-store-contact .alert-success,
.yith_ywraq_add_item_product_message {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 65px;
  min-height: 60px;
  border: none;
  line-height: 1.3;
}
.wd-notice:before,
div.wpcf7-response-output:before,
.mc4wp-alert:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-info:before,
.dokan-alert:before,
.dokan-message:before,
.dokan-info:before,
.dokan-error:before,
.dokan-store-contact .alert-success:before,
.yith_ywraq_add_item_product_message:before {
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -9px;
  font-size: 18px;
  line-height: 18px;
  font-family: "woodmart-font";
}
.wd-notice a,
div.wpcf7-response-output a,
.mc4wp-alert a,
.woocommerce-error a,
.woocommerce-message a,
.woocommerce-info a,
.dokan-alert a,
.dokan-message a,
.dokan-info a,
.dokan-error a,
.dokan-store-contact .alert-success a,
.yith_ywraq_add_item_product_message a {
  color: #fff;
  text-decoration: underline;
}
.wd-notice a:hover,
div.wpcf7-response-output a:hover,
.mc4wp-alert a:hover,
.woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.dokan-alert a:hover,
.dokan-message a:hover,
.dokan-info a:hover,
.dokan-error a:hover,
.dokan-store-contact .alert-success a:hover,
.yith_ywraq_add_item_product_message a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wd-notice p:last-child,
div.wpcf7-response-output p:last-child,
.mc4wp-alert p:last-child,
.woocommerce-error p:last-child,
.woocommerce-message p:last-child,
.woocommerce-info p:last-child,
.dokan-alert p:last-child,
.dokan-message p:last-child,
.dokan-info p:last-child,
.dokan-error p:last-child,
.dokan-store-contact .alert-success p:last-child,
.yith_ywraq_add_item_product_message p:last-child {
  margin-bottom: 0;
}
.wd-notice .amount,
div.wpcf7-response-output .amount,
.mc4wp-alert .amount,
.woocommerce-error .amount,
.woocommerce-message .amount,
.woocommerce-info .amount,
.dokan-alert .amount,
.dokan-message .amount,
.dokan-info .amount,
.dokan-error .amount,
.dokan-store-contact .alert-success .amount,
.yith_ywraq_add_item_product_message .amount {
  color: #fff;
}
.wd-notice > *,
div.wpcf7-response-output > *,
.mc4wp-alert > *,
.woocommerce-error > *,
.woocommerce-message > *,
.woocommerce-info > *,
.dokan-alert > *,
.dokan-message > *,
.dokan-info > *,
.dokan-error > *,
.dokan-store-contact .alert-success > *,
.yith_ywraq_add_item_product_message > * {
  margin-right: 10px;
  margin-left: 10px;
}
.wd-notice .button,
div.wpcf7-response-output .button,
.mc4wp-alert .button,
.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-info .button,
.dokan-alert .button,
.dokan-message .button,
.dokan-info .button,
.dokan-error .button,
.dokan-store-contact .alert-success .button,
.yith_ywraq_add_item_product_message .button,
.wd-notice .wc-backward,
div.wpcf7-response-output .wc-backward,
.mc4wp-alert .wc-backward,
.woocommerce-error .wc-backward,
.woocommerce-message .wc-backward,
.woocommerce-info .wc-backward,
.dokan-alert .wc-backward,
.dokan-message .wc-backward,
.dokan-info .wc-backward,
.dokan-error .wc-backward,
.dokan-store-contact .alert-success .wc-backward,
.yith_ywraq_add_item_product_message .wc-backward {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.wd-notice .button:hover,
div.wpcf7-response-output .button:hover,
.mc4wp-alert .button:hover,
.woocommerce-error .button:hover,
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.dokan-alert .button:hover,
.dokan-message .button:hover,
.dokan-info .button:hover,
.dokan-error .button:hover,
.dokan-store-contact .alert-success .button:hover,
.yith_ywraq_add_item_product_message .button:hover,
.wd-notice .wc-backward:hover,
div.wpcf7-response-output .wc-backward:hover,
.mc4wp-alert .wc-backward:hover,
.woocommerce-error .wc-backward:hover,
.woocommerce-message .wc-backward:hover,
.woocommerce-info .wc-backward:hover,
.dokan-alert .wc-backward:hover,
.dokan-message .wc-backward:hover,
.dokan-info .wc-backward:hover,
.dokan-error .wc-backward:hover,
.dokan-store-contact .alert-success .wc-backward:hover,
.yith_ywraq_add_item_product_message .wc-backward:hover {
  background-color: transparent;
  box-shadow: none;
  opacity: 0.7;
}
.wd-notice .button:focus,
div.wpcf7-response-output .button:focus,
.mc4wp-alert .button:focus,
.woocommerce-error .button:focus,
.woocommerce-message .button:focus,
.woocommerce-info .button:focus,
.dokan-alert .button:focus,
.dokan-message .button:focus,
.dokan-info .button:focus,
.dokan-error .button:focus,
.dokan-store-contact .alert-success .button:focus,
.yith_ywraq_add_item_product_message .button:focus,
.wd-notice .wc-backward:focus,
div.wpcf7-response-output .wc-backward:focus,
.mc4wp-alert .wc-backward:focus,
.woocommerce-error .wc-backward:focus,
.woocommerce-message .wc-backward:focus,
.woocommerce-info .wc-backward:focus,
.dokan-alert .wc-backward:focus,
.dokan-message .wc-backward:focus,
.dokan-info .wc-backward:focus,
.dokan-error .wc-backward:focus,
.dokan-store-contact .alert-success .wc-backward:focus,
.yith_ywraq_add_item_product_message .wc-backward:focus {
  box-shadow: none;
}
.wpcf7 form.sent .wpcf7-response-output,
.mc4wp-success,
.woocommerce-message,
.dokan-store-contact .alert-success,
.dokan-alert-success,
.dokan-message,
.yith_ywraq_add_item_product_message {
  background-color: var(--notices-success-bg);
  color: var(--notices-success-color);
}
.wpcf7 form.sent .wpcf7-response-output:before,
.mc4wp-success:before,
.woocommerce-message:before,
.dokan-store-contact .alert-success:before,
.dokan-alert-success:before,
.dokan-message:before,
.yith_ywraq_add_item_product_message:before {
  content: "\f107";
}
.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info,
.dokan-alert-warning,
.dokan-alert-danger,
.dokan-alert-info,
.dokan-error,
.dokan-info {
  background-color: var(--notices-warning-bg);
  color: var(--notices-warning-color);
}
.wpcf7 form:not(.sent) .wpcf7-response-output:before,
.mc4wp-error:before,
.mc4wp-notice:before,
.woocommerce-error:before,
.woocommerce-info:before,
.dokan-alert-warning:before,
.dokan-alert-danger:before,
.dokan-alert-info:before,
.dokan-error:before,
.dokan-info:before {
  content: "\f100";
}
.wd-notice.wd-info {
  background-color: #4d93d1;
  color: #fff;
}
.wd-notice.wd-info:before {
  content: "\f100";
}
@keyframes wd-fadeInUpBig {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-fadeOutDownBig {
  from {
    transform: none;
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
.wd-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.global-color-scheme-light .wd-close-side {
  background-color: rgba(0, 0, 0, 0.8);
}
.wd-close-side-opened {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.wd-btn-arrow {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: var(--color-gray-800);
  position: absolute;
  top: 50%;
  z-index: 250;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.25s ease;
}
.wd-btn-arrow[class*="prev"] {
  transform: translateX(-30px);
}
.wd-btn-arrow[class*="prev"]:after {
  content: "\f114";
  font-family: "woodmart-font";
}
.wd-btn-arrow[class*="next"] {
  transform: translateX(30px);
}
.wd-btn-arrow[class*="next"]:after {
  content: "\f113";
  font-family: "woodmart-font";
}
.browser-Safari .wd-btn-arrow {
  visibility: visible;
}
.wd-btn-arrow:after {
  font-size: 24px;
  line-height: 1;
}
.wd-btn-arrow:hover {
  color: var(--color-gray-500);
}
.wd-loop-footer {
  clear: both;
  text-align: center;
}
.elementor-default .wd-loop-footer {
  margin-top: 35px;
}
.wpb-js-composer .products-footer {
  margin-top: 10px;
}
nav[class*="-pagination"] ul {
  display: inline-block;
  font-size: 0;
}
nav[class*="-pagination"] li {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  text-align: center;
}
nav[class*="-pagination"] li .page-numbers {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  min-width: 32px;
  height: 34px;
  color: #2d2a2a;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  transition: all 0.2s ease;
}
nav[class*="-pagination"] li .current {
  color: #fff;
  background-color: var(--wd-primary-color);
}
nav[class*="-pagination"] li .next,
nav[class*="-pagination"] li .prev {
  font-size: 0;
}
nav[class*="-pagination"] li .next:before,
nav[class*="-pagination"] li .prev:before {
  font-size: 12px;
  content: "\f113";
  font-family: "woodmart-font";
}
nav[class*="-pagination"] li .prev:before {
  content: "\f114";
  font-family: "woodmart-font";
}
nav[class*="-pagination"] li:last-child {
  margin-right: 0;
}
nav[class*="-pagination"] a:hover {
  background-color: #eee;
}
.woocommerce-Reviews nav[class*="-pagination"] {
  margin-top: 10px;
  margin-bottom: 15px;
}
.global-color-scheme-light nav[class*="-pagination"] li .page-numbers {
  color: #fff;
}
.global-color-scheme-light nav[class*="-pagination"] a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.breadcrumbs {
  font-size: 0;
}
.breadcrumbs > span:after,
.breadcrumbs > a:after {
  content: "/";
  display: inline-block;
  padding: 0 8px;
}
.breadcrumbs > span:last-child:after {
  content: none;
}
.breadcrumbs,
.yoast-breadcrumb {
  line-height: 16px;
}
.breadcrumbs > span,
.breadcrumbs > a,
.yoast-breadcrumb > span,
.yoast-breadcrumb > a {
  display: inline-block;
}
.breadcrumbs a,
.breadcrumbs span,
.yoast-breadcrumb a,
.yoast-breadcrumb span {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 11px;
}
.breadcrumbs span,
.yoast-breadcrumb span {
  transition: all 0.25s ease;
}
[class*="color-scheme-light"] .breadcrumbs,
[class*="color-scheme-light"] .yoast-breadcrumb {
  color: #fff;
}
[class*="color-scheme-light"] .breadcrumbs a,
[class*="color-scheme-light"] .breadcrumbs span,
[class*="color-scheme-light"] .yoast-breadcrumb a,
[class*="color-scheme-light"] .yoast-breadcrumb span {
  color: #fff;
}
[class*="color-scheme-light"] .breadcrumbs a:hover,
[class*="color-scheme-light"] .yoast-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  --action-btn-color: #333;
  --action-btn-hover-color: rgba(51, 51, 51, 0.6);
}
.wd-action-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--action-btn-color);
  cursor: pointer;
}
.wd-action-btn > a:hover {
  color: var(--action-btn-hover-color);
}
.wd-action-btn > a:before {
  font-family: "woodmart-font";
}
.wd-action-btn > a:after {
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  vertical-align: middle;
}
.wd-action-btn > a.loading:before {
  opacity: 0;
}
.wd-action-btn > a.loading:after {
  opacity: 1;
  animation: wd-rotate 450ms infinite linear;
}
.wd-action-btn > a.added:before {
  content: "\f107";
}
.wd-action-btn.wd-style-icon .button {
  padding: 0;
  background-color: transparent;
  letter-spacing: 0;
}
.wd-action-btn.wd-style-icon .button:hover {
  background-color: transparent;
  box-shadow: none;
}
.wd-action-btn.wd-style-icon > a {
  position: relative;
  flex-direction: column;
  width: 50px;
  height: 50px;
  font-weight: 400;
  font-size: 0;
  line-height: 0;
}
.wd-action-btn.wd-style-icon > a:before {
  font-size: 20px;
  transition: opacity 0.15s ease;
}
.wd-action-btn.wd-style-icon > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.wd-action-btn.wd-style-text {
  font-size: 0;
  line-height: 1;
}
.wd-action-btn.wd-style-text > a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.wd-action-btn.wd-style-text > a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  font-weight: 400;
}
.wd-action-btn.wd-style-text > a:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
[class*="color-scheme-light"] .wd-action-btn {
  --action-btn-color: #fff;
  --action-btn-hover-color: rgba(255, 255, 255, 0.8);
}
[class*="color-scheme-light"] .wd-action-btn > a:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff;
}
.wd-action-btn:empty {
  display: none;
}
.wd-compare-icon > a:before {
  content: "\f128";
}
.wd-wishlist-icon > a:before {
  content: "\f106";
}
.wd-quick-view-icon > a:before {
  content: "\f130";
}
.wd-add-cart-icon > a:before {
  content: "\f123";
}
.wd-cross-icon > a:before {
  font-size: 10px;
  content: "\f112";
}
.wd-cross-icon.wd-style-text > a:before {
  font-weight: 600;
}
.wd-chevron-icon > a:before {
  content: "\f129";
}
.widget,
.wd-widget,
div[class^="vc_wp"] {
  --wd-link-color: #727272;
  --wd-link-color-hover: #333;
  line-height: 1.4;
}
.widget > ul,
.widget > ol,
.wd-widget > ul,
.wd-widget > ol,
div[class^="vc_wp"] > ul,
div[class^="vc_wp"] > ol {
  margin-top: 0;
}
.widget ul,
.widget ol,
.wd-widget ul,
.wd-widget ol,
div[class^="vc_wp"] ul,
div[class^="vc_wp"] ol {
  --list-mb: 0;
  --li-mb: 15px;
  list-style: none;
  --li-pl: 0;
}
[class*="color-scheme-light"] .widget,
[class*="color-scheme-light"] .wd-widget,
[class*="color-scheme-light"] div[class^="vc_wp"] {
  --wd-link-color: rgba(255, 255, 255, 0.8);
  --wd-link-color-hover: #fff;
}
.widgettitle,
.widget-title {
  margin-bottom: 20px;
  color: var(--wd-widget-title-color);
  text-transform: var(--wd-widget-title-transform);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-size: var(--wd-widget-title-font-size);
  font-family: var(--wd-widget-title-font);
}
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
[class*="color-scheme-light"] .widget {
  border-color: rgba(255, 255, 255, 0.25);
}
.woodmart-author-information {
  line-height: inherit;
}
.woodmart-author-information .author-avatar img {
  border-radius: 50%;
}
.textwidget > *:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-top: 3px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: 25px;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wp-caption {
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
  border: none;
  background: transparent;
}
.wp-caption.alignleft {
  margin-top: 3px;
  margin-right: 25px;
}
.wp-caption.alignright {
  margin-top: 3px;
  margin-left: 25px;
}
.wp-caption.aligncenter {
  margin: 0 auto;
  margin-top: 3px;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  padding: 5px 10px 5px 0;
  font-style: italic;
  line-height: 1.6;
  opacity: 0.8;
}
.gallery-caption,
.bypostauthor {
  content: initial;
}
.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery .gallery-caption {
  margin-top: 10px;
  font-style: italic;
}
body .wp-playlist {
  border: none;
  text-align: left;
}
body .wp-playlist-item {
  border-color: rgba(119, 119, 119, 0.2);
}
body .wp-playlist-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body.global-color-scheme-light .wp-playlist-item {
  border-color: rgba(255, 255, 255, 0.15);
}
.website-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.global-color-scheme-light .website-wrapper {
  background-color: #1a1a1a;
}
.main-page-wrapper {
  margin-top: -40px;
  padding-top: 40px;
  min-height: 50vh;
  background-color: #fff;
}
.global-color-scheme-light .main-page-wrapper {
  background-color: #1a1a1a;
}
.site-content {
  margin-bottom: 40px;
}
.sidebar-container {
  margin-bottom: 40px;
}
.sidebar-container .widget-heading {
  display: none;
}
.subtitle-style-background[class*="subtitle"] {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
}
.subtitle-color-default.subtitle-style-default {
  color: var(--color-gray-400);
}
.subtitle-color-default.subtitle-style-background {
  background-color: #f1f1f1;
  color: #333;
}
.subtitle-color-primary.subtitle-style-default {
  color: var(--wd-primary-color);
}
.subtitle-color-primary.subtitle-style-background {
  color: #fff;
  background-color: var(--wd-primary-color);
}
.subtitle-color-alt.subtitle-style-default {
  color: var(--wd-alternative-color);
}
.subtitle-color-alt.subtitle-style-background {
  color: #fff;
  background-color: var(--wd-alternative-color);
}
.btn.btn-scheme-light {
  color: #fff;
}
.btn.btn-scheme-dark {
  color: #333;
}
.btn.btn-scheme-hover-light:hover {
  color: #fff;
}
.btn.btn-scheme-hover-dark:hover {
  color: #333;
}
.btn.btn-color-default {
  background-color: #f3f3f3;
  color: #3e3e3e;
}
.btn.btn-color-default:hover {
  color: #3e3e3e;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-black {
  background-color: #212121;
  color: #fff;
}
.btn.btn-color-black:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-white {
  background-color: #fff;
  color: #333;
}
.btn.btn-color-white:hover {
  color: #333;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-alt {
  color: #fff;
  background-color: var(--wd-alternative-color);
}
.btn.btn-color-alt:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-primary {
  color: #fff;
  background-color: var(--wd-primary-color);
}
.btn.btn-color-primary:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn-style-bordered.btn-color-default {
  border-color: #e9e9e9;
  color: #333;
}
.btn-style-bordered.btn-color-default:hover {
  background-color: #e9e9e9;
  color: #333;
}
.btn-style-bordered.btn-color-primary {
  color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.btn-style-bordered.btn-color-primary:hover {
  color: #fff;
  background-color: var(--wd-primary-color);
}
.btn-style-bordered.btn-color-alt {
  color: var(--wd-alternative-color);
  border-color: var(--wd-alternative-color);
}
.btn-style-bordered.btn-color-alt:hover {
  color: #fff;
  background-color: var(--wd-alternative-color);
}
.btn-style-bordered.btn-color-black {
  border-color: #212121;
  color: #333;
}
.btn-style-bordered.btn-color-black:hover {
  background-color: #212121;
  color: #fff;
}
.btn-style-bordered.btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-style-bordered.btn-color-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-style-link.btn-color-default {
  border-color: #dfdfdf;
  color: #333;
}
.btn-style-link.btn-color-default:hover {
  border-color: #c5c5c5;
  color: #333;
}
.btn-style-link.btn-color-primary {
  color: #333;
  border-color: var(--wd-primary-color);
}
.btn-style-link.btn-color-primary:hover {
  color: #333;
  opacity: 0.6;
  border-color: var(--wd-primary-color);
}
.btn-style-link.btn-color-alt {
  color: #333;
  border-color: var(--wd-alternative-color);
}
.btn-style-link.btn-color-alt:hover {
  color: #333;
  border-color: var(--wd-alternative-color);
  opacity: 0.6;
}
.btn-style-link.btn-color-black {
  border-color: #333;
  color: #333;
}
.btn-style-link.btn-color-black:hover {
  border-color: #333;
  color: #333;
  opacity: 0.6;
}
.btn-style-link.btn-color-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn-style-link.btn-color-white:hover {
  border-color: #fff;
  color: #fff;
}
.btn-color-custom.btn-style-3d:hover {
  opacity: 1 !important;
}
.btn-size-extra-small {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 16px;
}
.btn-size-small {
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
}
.btn-size-default {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
}
.btn-size-large {
  padding: 14px 28px;
  font-size: 14px;
  line-height: 20px;
}
.btn-size-extra-large {
  padding: 17px 40px;
  font-size: 16px;
  line-height: 22px;
}
.btn-style-bordered.btn-size-extra-small {
  padding: 4px 10px;
}
.btn-style-bordered.btn-size-small {
  padding: 8px 14px;
}
.btn-style-bordered.btn-size-default {
  padding: 10px 20px;
}
.btn-style-bordered.btn-size-large {
  padding: 12px 28px;
}
.btn-style-bordered.btn-size-extra-large {
  padding: 15px 40px;
}
.btn.btn-style-round {
  border-radius: 35px;
}
.btn.btn-style-semi-round {
  border-radius: 5px;
}
.btn.btn-style-3d {
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0s ease, opacity 0.25s ease;
}
.btn.btn-style-3d:hover {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}
.btn.btn-style-3d:active {
  top: 1px;
  box-shadow: none;
}
.btn.btn-full-width {
  width: 100%;
}
.btn.btn-style-link {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
}
.btn.btn-style-link:hover {
  background-color: transparent !important;
  box-shadow: none;
}
.btn.btn-style-bordered {
  border-width: 2px;
}
.btn.btn-style-bordered:not(:hover) {
  background-color: transparent !important;
}
.btn.btn-style-bordered:hover {
  box-shadow: none;
}
.btn-shape-round {
  border-radius: 35px;
}
.btn-shape-semi-round {
  border-radius: 5px;
}
.btn i {
  margin-left: 3px;
}
.btn-icon-pos-left {
  flex-direction: row-reverse;
}
.btn-icon-pos-left .wd-btn-icon {
  margin-right: 5px;
}
.btn-icon-pos-right {
  flex-direction: row;
}
.btn-icon-pos-right .wd-btn-icon {
  margin-left: 5px;
}
.wpb-js-composer .wd-button-wrapper.inline-element {
  margin-bottom: 10px;
}
[class*="color-scheme-light"] .author-area .btn {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
[class*="color-scheme-light"] .author-area .btn:hover {
  border-color: #fff;
  color: #fff;
}
.search-no-results .page-title .breadcrumbs,
.search-no-results .page-title .yoast-breadcrumb {
  display: none;
}
.search-no-results.woocommerce .woocommerce-info {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .searchform.wd-with-cat input[type="text"] {
    padding-right: 230px;
  }
}
@media (min-width: 1025px) {
  .wd-scroll {
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12);
  }
  .wd-scroll ::-webkit-scrollbar {
    width: 5px;
  }
  .wd-scroll ::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-bg);
  }
  .wd-scroll ::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-bg);
  }
  [class*="color-scheme-light"] .wd-scroll,
  .wd-scroll.color-scheme-light {
    --scrollbar-track-bg: rgba(255, 255, 255, 0.05);
    --scrollbar-thumb-bg: rgba(255, 255, 255, 0.12);
  }
  .admin-bar .cart-widget-side,
  .admin-bar .mobile-nav,
  .admin-bar #cboxClose,
  .admin-bar button.mfp-close,
  .admin-bar .wd-fs-close {
    top: 32px;
  }
  .wrapper-full-width-content
    div[class*="wd-carousel-spacing"]
    .owl-nav
    > div[class*="prev"] {
    margin-left: 20px;
  }
  .wrapper-full-width-content
    div[class*="wd-carousel-spacing"]
    .owl-nav
    > div[class*="next"] {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .wrapper-full-width-content .container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .wd-fontsize-xl,
  .wd-fontsize-xxl,
  .wd-fontsize-xxxl {
    font-size: 22px;
  }
  .text-larger {
    font-size: inherit;
  }
  .wd-side-hidden {
    width: 300px;
    z-index: 99999;
  }
  .autocomplete-suggestion {
    padding: 10px;
  }
  .autocomplete-suggestion .suggestion-thumb {
    max-width: 45px;
  }
  .autocomplete-suggestion .wd-entities-title,
  .autocomplete-suggestion .price {
    font-size: 12px;
  }
  .wd-nav-wrapper.wd-mb-action-swipe {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to left, transparent, black 70px);
    mask-image: linear-gradient(to left, transparent, black 70px);
  }
  .wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
    flex-wrap: nowrap;
  }
  .wd-tltp:not(.wd-add-img-msg) .wd-tooltip-label {
    display: none !important;
  }
  .wd-close-side {
    top: -150px;
    height: calc(100vh + 300px);
  }
  .wd-btn-arrow[class*="prev"],
  .wd-btn-arrow[class*="next"] {
    transform: translateX(0);
  }
  .wd-btn-arrow[class*="prev"] {
    justify-content: flex-start;
  }
  .wd-btn-arrow[class*="next"] {
    justify-content: flex-end;
  }
  .wd-btn-arrow {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .wd-btn-arrow:after {
    font-weight: 700;
    font-size: 14px;
  }
  #wpadminbar {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .wd-hide-sm {
    display: none !important;
  }
  .wd-spacing-30,
  .wd-spacing-20 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .elementor-default .wd-spacing-30,
  .elementor-default .wd-spacing-20 {
    margin-bottom: -10px;
  }
  .wd-spacing-30 > [class*="col"],
  .wd-spacing-20 > [class*="col"] {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  div[class*="wd-columns-"] > div {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .wd-search-cat {
    display: none;
  }
  .comments-area .children {
    margin-left: 0;
  }
  .comments-area .comment-author {
    float: none;
  }
  .comments-area .comment-meta {
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wd-hide-md-sm {
    display: none !important;
  }
  .wd-columns-3 > div {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .wd-columns-4 > div {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .wd-columns-5 > div {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .wd-columns-6 > div {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}


.elementor-sticky .has-submenu .sub-arrow{
	display:none !important;
}
.elementor-sticky .menu-item-11050 .sub-arrow{
	display:block !important;
}


.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before{
	background: #21c593 !important;
} 
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover{
	background: #1C63B8 !important;	
}
.sub-sub-menu {
    list-style: disc!important;	
    color: #21c593;
}
.div-left-img{
	float: left;
    width: 30%;
}
.div-right-img{
float: left;
    width: 60%;
    text-align: left;
    font-size: 14px;
}
.div-left-img img{
	    width: 60%;
}
.box-hstory{
  background: white;
    float: left;
    width: 92%;
    padding: 10px 10px 10px 0px;
    position: relative;
    margin: 15px;
    top: -44px;
}
.box-another-sty{
	top:-95px !important;
}
.box-hstory li::marker{
    color: #21c593;	
}

.div-right-btn{
width: 10%;	
	    float: left;
}
.div-right-btn a{
background: #1b5da7;
    padding: 12px;
    color: #fff;
    position: relative;
    top: 6rem;
    left: 2rem;	
}
.div-right-img ul{
    line-height: 22px;	
	color: #21c593;
	font-family: "Poppins", Sans-serif;
}
.div-right-img li{
	color: #000;
}
.elementor-element-2215887 .elementor-image-box-img img{
width: 70%;
    float: left;
}
.div-right-img h3{
	margin:2px;
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
}
.banner-width-50{
    width: 55% !important;
    text-align: justify;	
}
.banner-width-50 p{
    line-height: 25px !important;
    font-size: 14px;	
}
.left-back-white{
    background: #fff;
    border-left: 3px solid #21C593;
    padding: 10px;
}
.margin-top-sty{
    margin-top: 40px;	
}
.accolades-white-bg{
	background:#fff;
}
.accolades-white-bg .elementor-image-box-content{
	background:#fff;
	padding:14px;	
}
.Gallery-slider img{
    height: 500px;
    width: 100%;	
} 
.policies-tab .elementkit-nav-link.active{
	background: #1461b3 !important;
    color: #fff !important;
    border: 1px solid #1461b3 !important;
}
.policies-tab .elementkit-nav-link{
	background: #F3F3F3 !important;
    border: 1px solid #F3F3F3 !important;
	color:#000000 !important;
	    padding: 20px 5px !important;
}
.ekit-wid-con .elementkit-tab-content{
    border: 2px solid #E5E5E5;
    margin-top: -12px;
    padding: 15px;	
}
.elementkit-nav-item{
margin: 0 !important;
    border-right: 3px solid #fff;
}
.pdf-img-size{
width: 15px;
    margin: 8px;	
}
.policies-tab ul{
    list-style: none;	
	padding: 0 !important;
}
.policies-tab ul li{
    border-bottom: 2px solid #E5E5E5;
}
.elementskit-tab-title{
display: block;
    word-wrap: break-word;
    width: 166px;
    white-space: normal;
    height: 60px;
}
.vision-img img{
position: relative;
    left: 4rem;	
}
.tab-media .elementskit-tab-title{
	height:auto !important;
}
.magazine-div .elementor-widget-image{
	margin:0 !important;
}
.magazine-btn a{
    background: #080808;
    width: 100%;
    border-radius: 0 !important;	
}
.select-sty{
	    float: right;
    width: 30%;
}
.mediablog{
line-height: 60px;	
}
.twae-icon{
	display:none!important;	
}
.twae-timeline-img img{
	width:100% !important;
	height:150px !important;
	padding:0 !important;
}
.twae-wrapper:before{
	display:none !important;
}
.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-data-container:after{
	display:none !important;	
}
.twae-wrapper .twae-line::before {
    background: none!important;
    border: 2px dashed #E5E5E5;
    width: auto !important;
	height: 80%;
    margin-top: 22px;
}
.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container:after{
	display:none !important;		
}
.twae-wrapper .twae-timeline-centered .twae-year {
    border: 2px solid #E5E5E5;
    height: 150px;
    border-radius: 100%!important;
    width: 150px;
    color: #1C63B8;
    background: #fff;
    line-height: 130px!important;
}

.twae-timeline-centered .twae-timeline-entry.twae-left-aligned .twae-timeline-entry-inner .twae-data-container {
    margin-right: 120px!important;
	    margin-left: 0 !important;
	    border-radius: 0!important;
    box-shadow: 0 2px 8px -2px rgb(0 0 0 / 9%)!important;
	padding:0 !important;
	position: relative;
    top: -13rem;
}
.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container{
	    margin-left: 120px!important;
	    border-radius: 0!important;
    box-shadow: 0 2px 8px -2px rgb(0 0 0 / 9%)!important;
	padding:0 !important;
	position: relative;
    top: -13rem;
}
.twae-wrapper:after {
	display:none !important;
}
.twae-title{
	display:none !important;	
}
.twae-wrapper .twae-description{
	    padding: 15px !important;
}
.twae-description h2{
    position: relative;
    top: 12px;	
	    font-family: "Poppins", Sans-serif;
	font-size: 20px;
    font-weight: 600;
}
.twae-timeline-img{
	width:100%;
	float: left;
}
.twae-wrapper .twae-description {
    font-size: 14px!important;
    font-family: "Poppins", Sans-serif;
}
.elementor-element-4c84e98 .twae-timeline-centered.twae-timeline-sm .twae-timeline-entry {
    margin-bottom: -80px!important;
}
.server-cus-sty .elementor-widget-container{
background: #1C63B8;
    padding: 12px;	
}
.server-cus-sty1 .elementor-widget-container{
background: #21C593;
    padding: 12px;	
}
.server-cus-sty1 .elementor-icon-box-title{
	margin:0;
}
.server-cus-sty .elementor-icon-box-title{
	margin:0;
}
.tabs-div-img{
    width: 50%;
    float: left;	
}
.tabs-div-content{
    width: 50%;
    float: left;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    padding: 25px;
	    margin-top: 35px;
	position: relative;
    right: 3rem;
}
.tabs-div-main{
	width:100%;
}
.tabs-div-img img{
	width:100%;
}
.tabs-div-content h3{
    font-family: "Poppins", Sans-serif;	
	font-weight: 500;
}
.tabs-div-content ul{
    font-family: "Poppins", Sans-serif;	
	font-size: 14px;
    text-align: justify;
}
.country-tab .wd-active{
	background: #1C63B8;
}
.country-tab .wd-active a{
    color: #fff!important;
}
.country-tab .wd-nav li{
padding: 10px 20px 10px 20px;
    margin-inline-end: 0 !important;
    width: 180px;
	text-align: center;
}
.wd-nav-tabs>li>a{
	display:block;
}	
.country-tab .wd-nav.wd-style-default{
	background: #F3F3F3;	
}
.timeline-css-div .elementskit-info-box-icon  {
background: #1C63B8;
    padding: 15px 15px 10px 15px;
    border-radius: 100%;
    box-shadow: 1px 1px 1px 1px #eee;
    font-size: 15px;	
}
.timeline-css-div .elementskit-infobox {
	border:none !important;
}
.timeline-css-div p{
	    text-align: left;
}
.product-slider .wd-info-box{
    width: 100%;
    float: left;
    display: block;
    box-shadow: 1px 1px 1px 1px #ddd;
    padding: 20px;
	    min-height: 145px;
}
.product-slider .box-icon-wrapper{
width: 30%;
    float: left;	
	margin-bottom: 0 !important;
}
.product-slider .info-box-content{
width: 62%;
    float: left;
    border-left: 2px solid #21c593;
    margin-left: 25px;	
}
.product-slider .wd-button-wrapper{
text-align:left !important;
}
.product-slider .btn-shape-rectangle{
	background-color: #ffffff!important;
    color: #1c63b8!important;
}
.product-slider .btn-shape-rectangle:hover{
background-color: #ffffff!important;	
}
.product-slider .wd-fontsize-m{
font-family: "Poppins", Sans-serif;
    text-align: left;
    font-weight: 400;
    margin-left: 17px;
}
.customer-logo .single-client{
	height:96px !important;
}
.team-member .elementor-widget-container{
    box-shadow: 0px 2px 2px 2px #dddddd5e;	
}
.team-member .member-details{
    padding: 12px;	
}
.country-tab .member-bio a{
color: #1C63B8!important;
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
}
.small-slider-div .swiper-slide{
	height: 345px!important;
    border-radius: 100%;
	border: 5px dotted #ddd;
}
.small-slider-div .elementor-icon-list-item{
text-align: justify;
    margin-bottom: 25px;	
}
.foundation-div .elementor-top-column {
padding: 10px;
    margin: 2rem 0rem 0rem 0rem;
}
.foundation-div .btndownload{
    background: #1362af;
padding: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.scr-slider .elementor-slide-heading{
	position:absolute;
	left:25px;
	top:40px;
}
.elementor-image-box-description{
	color:#000 !important;
	font-size: 14px;
}
.title-after_title p{
	color:#000 !important;	
}
.elementor-element-e534b71 p{
	color:#fff!important;
}
.elementor-element-685ab78 p{
	color:#fff!important;
}
.elementor-element-f86d74b p{
	color:#fff!important;	
}
.brochures-a{
	color:#1C63B8 !important;
}
.fas.fa-download{
	color:#1C63B8 !important;	
}
.wd-sub-menu li a:hover{
	color:#21c593 !important
}



.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
top: 3%;
    bottom: 0;
    position: absolute;
    content: " ";
    border: 2px dotted #ddd;
    left: 50%;
    margin-left: -1.5px;
    height: 84%;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
width: 45%;
    float: left;
    border: 1px solid #d4d4d438;
    border-radius: 2px;
    padding: 0px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 5%);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: 60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}

.timeline > li > .timeline-badge {
     width: 105px;
    height: 105px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 46%;
    margin-left: -8px;
    border: 1px solid #E5E5E5;
    z-index: 1;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
	    background: #fff;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
}
.timeline-body{
		    padding: 12px;
	 background  : #fff; 
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
	    font-size: 14px;
    font-family: "Poppins", Sans-serif;
    color: #000;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.yearsty {
    color: #000000;
    font-size: 14px;
    margin-top: 22px;
	    font-weight: 600;
}
.yearssty{
	color:#1C63B8;
	   font-size: 16px;
	font-weight: 600;
	
}
.timeline-body li::marker{
list-style: disc!important;
    color: #21c593;
}
.timeline-badgeactive1{
border: 5px solid #21C593 !important;
    width: 135px !important;
    height: 135px !important;
    left: 45% !important;
    line-height: 30px !important;	
}

.timeline-badgeactive:hover{
border: 5px solid #21C593 !important;
    width: 135px !important;
    height: 135px !important;
    left: 45% !important;
    line-height: 30px !important;	
}
.country-tab .wd-nav-tabs-wrapper{
    margin-bottom: 45px!important;
}
.country-tab .tabs-div-content li::marker{
list-style: disc!important;
    color: #21c593;
}
.country-tab  li{
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
    color: #000;
}
.elementor-widget-heading h1{
 position:relative;
    display:inline-block;
}
.elementor-widget-heading h1:after {
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 45px;
    height: 5px;
    background: #21C593;
    border-radius: 10px;
    margin-top: 10px;
}
.tabs-div-content h3:after {
content: '';
    position: absolute;
    left: 24px;
    right: 0;
    top: 48px;
    width: 8%;
    height: 5px;
    background: #21C593;
    border-radius: 10px;
    margin-top: 10px;
}
.product-slider .wd-btn-text:after {
 content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    padding: 5px;
    color: #285c95;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.product-slider .btn-color-default:hover {
background-color: #ffffff!important;
}
.product-slider .owl-nav{
position: absolute;
    right: 16px;
    top: -10px;
}
.product-slider .owl-dots{
	display:none;
}	
	
.team-member .member-name{
font-family: "Poppins", Sans-serif;
}
.team-member .member-position{
color: #000!important;
    font-size: 12px !important;
	font-family: "Poppins", Sans-serif;
}
.team-member .member-bio{
  font-size: 14px !important;
	font-family: "Poppins", Sans-serif;
}
.team-member .fa-envelope{
color: #1C63B8;
    position: relative;
    top: 2px;
}
.smallheaderdiv h5:after {
    content: '';
    position: absolute;
    left: 1px;
    right: 0;
    top: 18px;
    width: 3.5%;
    height: 5px;
    background: #21C593;
    border-radius: 10px;
    margin-top: 10px;
}
.smallheaderdivproduct:after {
    content: '';
    position: absolute;
    left: 1px;
    right: 0;
    top: 48px;
    width: 3.5%;
    height: 5px;
    background: #21C593;
    border-radius: 10px;
    margin-top: 10px;
}

#my_sticky_header{
    z-index: 1000 !important;
}
.product-slider .wd-btn-arrow{
    visibility: visible!important;
    opacity: 1!important;
    left: -26px !important;
    justify-content: left !important;
    margin-top: -35px !important;
}
.product-slider .wd-btn-arrow[class*="next"] {
    transform: translateX(0px) !important;
}
.product-slider .wd-btn-arrow[class*="prev"] {
    transform: translateX(-30px)!important;
}

.product-slider .wd-btn-arrow:after {
    font-size: 23px;
    line-height: 1;
    background: #1C63B8;
    color: #fff;
    padding: 2px;
}
.Maindiv {
width:100%;
	float:left;
}
.Maindivimage img{
width:50%;
	float:left;
}
.Maindivcontent{
width: 50%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 6px #0000002b;
    padding: 18px;
    font-size: 14px !important;
    font-family: "Poppins", Sans-serif;
    color: #000;
    position: relative;
    left: -5rem;
    top: 1rem;
}
.Maindivcontent h4{
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
}
.divboxleftsty{
background: #1c63b8;
    color: #fff;
    padding: 20px;
}
.divboxrightsty{
    background: #fff;
    box-shadow: 1px 1px 3px 1px #eee;
}
.timelimedivmain h5{
    font-family: "Poppins", Sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.divboxrightsty p{
    font-size: 14px;
    line-height: 24px;
}	
.clientlogoslider .single-client{
box-shadow: none !important;
}
.Maindivcontent li::marker{
list-style: disc!important;
    color: #21c593;
	font-size: 19px;
}
.clientlogoslider .slick-slide{
margin:0 !important;
}
.country-tab .elementor-13912{
background: #fff !important;
}
.country-tab  .elementor-14037{
background: #fff !important;
}
.swiper-pagination-bullet{
background: #1c63b8!important;
    width: 14px!important;
    height: 14px!important;
    position: relative;
    top: 15px;
}
.scr-slider .elementor-slide-description{
position: absolute;
    left: 30px;
    top: 90px;
}
.foundation-div .fa-download{
color:#fff !important;	
}
.csr-title h1:after{
width: 50%!important;
}
.foundation-div .list-content{
	font-size: 14px !important;
    font-family: "Poppins", Sans-serif;
    color: #000!important;
}
.scr-slider .elementor-swiper-button-prev{
right: 55px !important;
    left: auto;
    bottom: 0;
    top: auto;
    background: #1362af;
	    padding: 5px;
}
.scr-slider .elementor-swiper-button-next{
right: 12px !important;
    left: auto;
    bottom: 0;
    top: auto;	
	    background: #1362af;
	    padding: 5px;
}
.foundation-div .wd-list{
margin-bottom: 35px;
    background: #fff;
    padding: 14px;
}
.scr-slider i{
	color:#fff !important;
}
.logotwocountry .elementor-section-wrap{
	background:#fff !important;
}
.logotwocountry .wd-nav-link{
	color:#333 !important;
}
.ourempolyee{
	font-size: 14px !important;
    font-family: "Poppins", Sans-serif;
    color: #000;
}
.p-left-common{
    background: #fff;
    box-shadow: 0px 0px 6px #0000002b;
    padding: 4rem;
}
.p-right-common{
background: #1C63B8;
    padding: 2rem;
    max-height: 165px;
    margin: 10px auto;
}
.app-left-div{
	background:#F8FAFE;
	padding: 4rem;	
}
.app-right-div .elementor-widget-wrap{
padding: 4rem !important;	
}
.desgindivcommon .elementor-widget-wd_text_block{
border-left: 4px solid #1C63B8;
    background: #fff;
    padding: 15px;	
}
.manufacturing-box .elementor-widget-wrap{
    background-size: 100% 100% !important;
    padding: 30px !important;
    margin: 20px;
	    min-height: 255px;
}
.manufacturing-box .elementor-icon-list-item{
padding: 0.5rem 0rem 0rem 0rem;
}
.proimgboxcommon .elementor-image-box-img{
    width: 35% !important;
    border-right: 3px solid #21c593;
    float: left;
    margin-right: 15px !important;
}
.proimgboxcommon .elementor-widget-container{
 box-shadow: 0px 0px 6px #0000002b;
    margin: 5px;
    padding: 10px;
    max-height: 200px;
    min-height: 180px;
}
.proimgboxcommon a{
color: #1C63B8;
	position: absolute;
    bottom: 15px;
}
.proimgboxcommon .elementor-image-box-title{
	font-size:16px !important;
}

.foundation-div img{
width: auto !important;
}
.addresssty{
margin: 0 auto!important;
    width: 1150px;
}
.contactboxst{
background:#F8FAFE!important;
}
.borderbottomnonesty .elementor-widget-wrap{
	border-bottom:none !important;
}
.icon-sty-link .elementor-widget-container{
text-align: right;
    background: #1c63b8;
    float: right;
    position: relative;
    color: #fff;
    top: -25px;
    z-index: 1000;
    left: -23px;
}
.subsidaries-sty .title-after_title p{
	color:#fff !important;
}
.formbtn{
    width: 100%;
}

.formleftcontact{
background: #F5F5F5;
    padding: 30px;	
}
.formbox1 input, .formbox1 textarea,.formbox1 select{
    border: 1px solid #00000014;
}
.formbox3 input{
color: #1C63B8;
    border: 1px solid #1C63B8;
    padding: 15px 40px 15px 40px;
    text-align: center;
    margin: 0px 10px 0px 0px;
    width: 100%;
    float: right;
    background: whitesmoke;
    font-size: 13px;
}
.formbox2 input{
color: #fff;
    border: 1px solid #1C63B8;
    padding: 15px 40px 15px 40px;
    text-align: center;
    margin: 0px;
    width: 100%;
    float: right;
    background: #1C63B8;
}
.formbox1{
    background: #fff;
    margin-bottom: 15px;
}
.wpcf7-not-valid-tip{
background: whitesmoke !important;
}
.formleftcontact h1{
   margin-bottom: 15px;
}
.addressbottom{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.formcontact{
    width: 100%;
}










/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.elementor-element-e534b71 .elementor-widget__width-auto{
	top: 0px!important;
    max-width: 100%!important;
    position: relative!important;
    left: 0 !important;
    width: auto !important;
	}	
	.elementor-element-685ab78 .elementor-widget__width-auto{
	top: 0px!important;
    max-width: 100%!important;
    position: relative!important;
    left: 0 !important;
    width: auto !important;
	}	
	.elementor-element-e534b71 .elementor-widget-container {
    margin: -37px 0px 0px 0px!important;
	}
	.elementor-element-685ab78 .elementor-widget-container {
   margin: -37px 0px 0px 0px!important;
	}
	.elementor-element-2215887 .elementor-image-box-img img {
    width: 100%;
	}
	.box-hstory{
	    width: 70% !important;	
	}
	.elementor-element-5e8e784 .custom-html-widget div {
    color: #fff !important;
	}
	
	.wd-image {
    top: 50px!important
	}
	.elementor-element-a1b621e .wd-image {
    top: 111px !important;
	}
	.about-rane-50{
		width:100%!important;
	}
	.about-rane-left{
	width: 50% !important;	
	}
	.about-rane-right{
	width: 50% !important;	
	}
	.quality-50-div{
	    width: 100%!important;	
		padding: 0rem 1rem 1rem 1rem!important;
	}
	.div-right-btn a{
	  top: 4rem!important;	
	}
	.technologydiv {
	padding: 0rem 1rem 1rem 1rem!important;
	}
	.titledivcommon{
	padding: 3rem 1rem 3rem 1rem!important;	
	}
	.about-rane1{
	padding: 3rem 1rem 3rem 1rem!important;	
	}
	.technologyheader{
	    padding: 2rem 1rem 0rem 1rem!important;
	}
	.qualityheader{
	    padding: 2rem 1rem 0rem 1rem!important;
	}
	.brochuresheader{
	    padding: 2rem 1rem 0rem 1rem!important;
	}
	.brochures-a {
    font-size: 10px;
	}
	.box-hstory {
    position: absolute !important;
    bottom: 0;
    top: 320px !important;
    height: 269px;
	}
	#my_sticky_header {
    width: 100%;
    z-index: 100000000000 !important;
    top: 0;
    right: 0; 
	}
	.browser-Safari{
	overflow-x:hidden;
	}
	.timeline > li > .timeline-badge{
	left: 44%!important;
	}
	.elementor-13116 .elementor-element.elementor-element-5f49969 {
    padding: 3rem 1rem 3rem 1rem!important;
}
.timeline	{
	padding: 20px 16px 20px!important;
}
.team-member .elementor-inner-column{	
	width: 50%!important;
}	
	.elementor-12734 .elementor-element.elementor-element-9b32708{
	padding: 3rem 1rem 3rem 1rem !important;	
	}
	.elementor-12734 .elementor-element.elementor-element-e77a55f {
    padding: 3rem 1rem 3rem 1rem!important;
}
	.elementor-element-8f9238b{
    padding: 3rem 1rem 3rem 1rem!important;
}
	.elementor-12907 .elementor-element.elementor-element-9ccf9f4{
		padding: 3rem 1rem 3rem 1rem !important;
	}
	.elementor-12907 .elementor-element.elementor-element-494f2d4 {
    padding: 1rem 2rem 2rem 1rem;
	}
	.padding-common-dis-sty{
	padding: 1rem 2rem 2rem 1rem !important;
	}
	.p-left-common {
    padding: 3rem !important;
}
	.app-right-div .elementor-widget-wrap {
    padding: 3rem !important;
}
	.manufacturing-box .elementor-widget-wrap {
    height: 320px !important;
}
	
	
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	.elementor-nav-menu--dropdown {
    position: absolute;
    right: 0rem;
    width: 354px;
    top: 4.4rem;
    margin: 0 auto;
	}	
	.elementor-widget-nav-menu{
	    left: 110px!important;	
	}

	.elementor-element-e6a20ff .elementor-widget-container img {
    width: 100%;
    height: 340px !important;
	}
	.title-wrapper .title {
    font-size: 25px!important;
	}
	.elementor-element-73c8287 .elementor-image-box-content{
		border:none !important;
	}
	.elementor-element-73c8287 .elementor-widget-container {
	height:auto !important;
		padding: 5px 0px 5px 0px!important;
	}
	.title-after_title{
		text-align:justify !important;
	}
	.elementor-7429 .elementor-element.elementor-element-4e3852d > .elementor-widget-container {
    padding: 0px 0px 0px 0px!important;
	}
	.elementor-element-b8858ea .elementor-widget-wrap{
	background: #e7e5e521!important;
    border: 1px solid #dddddd2b !important;
	}
	.elementor-element-65d491d .elementor-widget-wrap{
		background: #e7e5e521!important;
    border: 1px solid #dddddd2b !important;	
	}
	.elementor-element-e534b71 .elementor-widget-container img{
	    width: 100%;	
	}
	.elementor-element-e534b71 .title-wrapper .title {
    font-size: 20px!important;
	}
	.elementor-element-9c1b95f .elementor-widget__width-auto{
	left: 0 !important;
    position: relative !important;
    top: 0 !important;
    right: 0;
    width: 92% !important;
    padding: 0 !important;
	}
	.elementor-element-685ab78 .elementor-widget-container img{
	    width: 100%;	
	}
	.elementor-element-685ab78 .title-wrapper .title {
    font-size: 20px!important;
	}
	.elementor-element-e534b71 .elementor-widget-container div{
		    width: 100% !important;
	}
	.elementor-element-685ab78 .elementor-widget-container div{
		    width: 100% !important;
	}
	.elementor-element-2215887 .elementor-image-box-img img {
    width: 100%!important;
	}
	.box-hstory{
		width:85% !important;
	}
	.liner-continer .woodmart-title-container {
    font-size: 14px !important;
}
	.vision-img img{
    left: 0rem !important;
}
.about-rane1{
       padding: 0rem 0rem 0rem 0rem !important;
}
html{
	overflow-x:hidden;
	}	
.titledivcommon {
       padding: 1rem 0rem 1rem 0rem !important;
}
.technologyheader{
      padding: 0rem 0rem 0rem 0rem !important;
} 	
.technologydiv 	{
      padding: 0rem 0rem 0rem 0rem !important;
} 	
.elementor-element-a1b621e .wd-image {
    top: 145px!important;
}	
.qualityheader {
      padding: 0rem 0rem 0rem 0rem !important;
} 	
.brochuresheader {
      padding: 0rem 0rem 0rem 0rem !important;
} 		
.brochuresbox	{
      padding: 0rem 0rem 0rem 0rem !important;
} 		
.elementor-10339 .elementor-element.elementor-element-3774938 {
    padding: 5px 5px 5px 8px!important;
}
	.country-tab{
		padding: 0rem 0rem 0rem 0rem!important;
	}	
	
.country-tab .wd-nav li	{
	width: 165px!important;
	}		
	.elementor-13912 .elementor-element.elementor-element-fd31b25 {
    padding: 2rem 0rem 0rem 0rem!important;
}
	.elementor-12734 .elementor-element.elementor-element-e77a55f {
    padding: 1rem 0rem 1rem 0rem!important;
}
.elementor-12734 .elementor-element.elementor-element-9b32708	{
    padding: 2rem 0rem 3rem 0rem!important;
}
.elementor-14037 .elementor-element.elementor-element-5afdf8a	{
    padding: 1rem 0rem 1rem 0rem!important;
}
.Maindivcontent	{
width:100% !important;
	left: 0rem!important;
   top: 0rem!important;
}
.Maindivimage img {
    width: 100%!important;
}	
.divboxleftsty {
    width: 100% !important;
}	
.divboxrightsty	{
    width: 100% !important;
}	
.timeline > li > .timeline-badge{
	position: relative!important;
    top: -35px!important;
    left: 37%!important;	
	}
	.timeline > li > .timeline-panel{
		width:100% !important;
	}	
	.timeline > li.timeline-inverted{
		padding-left: 0 !important;
	}
	.timeline > li:not(.timeline-inverted){
		padding-right: 0 !important;
	}
	.elementor-element-f687609 .textwidget .timeline-badgeactive{
	    left: 32%!important;	
	}
	.swiper-slide-bg{
		background-size: 100% 100%!important;
	}
	.swiper-slide{
		height:320px !important;
	}
	.foundation-div .btndownload {
    bottom: -15px!important;
	}
	
}



/* large screen */
@media screen and (min-width: 1900px) {
.elementor-element-73c8287 .elementor-column-gap-default{
	position: relative;
    top: 8rem;
	}
	
	
}




.country-tab .team-member .member-image{
	display:none;
}

.border-bottom-sty-new .title-wrapper h4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 45px;
    height: 5px;
    background: #21C593;
    border-radius: 10px;
  margin-top: -15px;
}
.qualityboxmain .title-wrapper h4:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 0;
    top: 100%;
    width: 45px;
    height: 5px;
    background: #21C593;
    border-radius: 10px;
  margin-top: -15px;
}

.border-center-sty{
	border-left: 1px solid;
    margin: 1rem 0rem 1rem 2rem;
}
.salesfiguresdiv .elementor-counter-number-wrapper{
margin-top: 20px;	
}
.text-bold{
color: #000;	
}
.financialinformation .wd-nav-wrapper{
    background: #F3F3F3;
	padding: 0px;
	text-align: left !important;
}
.financialinformation .img-wrapper{
	text-align:center;
	padding: 15px;
}
.financialinformation .wd-active a{
	    background: #1C63B8;
}
.financialinformation .wd-nav-link{
     padding: 15px 15px 15px 9px;
    margin: 0;
    height: 138px;
}
.financialinformation  .wd-active span{
	color:#fff;
}
.financialinformation .magazine-btn a{
    background: #000;	
}
.box-corporate-teams .team-member{
box-shadow: 0px 2px 2px 2px #eee;	
}
#don-teams{
width: auto;
	margin:0 auto;
}
.teamsmembercommonsty .member-name{
    color: #1C63B8;	
}
.border-box-n-sty{
    border: 1px solid #ddd;	
}
.ul-list-sty-rane li{
list-style: none;
	color:#000;
}
.qualitysty{
background: #21C593;
    padding: 2px 10px 2px 10px;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}
.fa-file-pdf{
	color: #e11212;
}
.viewarchivescommondiv a{
	background:#fff !important;
}
.financialinformationdiv .wd-nav-wrapper {
background: #F3F3F3;
    padding: 0px;
    text-align: left;
}
.financialinformationdiv .wd-active a {
    background: #1C63B8;
}
.financialinformationdiv .wd-nav-link {
padding: 5px 5px 5px 10px;
    word-wrap: break-word;
    width: 166px;
    text-align: center;
    line-height: 22px;
    height: 175px;
}
.financialinformationdiv .img-wrapper {
    text-align: center;
    padding: 15px;
}
.financialinformationdiv .elementor-icon-list-item a{
	background:#fff !important;
}
.financialinformation .elementor-icon-list-item a{
	background:#fff !important;
}
.financialinformation .icon-list-text{
color:#000 !important;	
}
.financialinformation .wd-accordion-title-text span{
color:#000 !important;		
}
.financialinformation .wd-opener-style-arrow{
	color:#000 !important;		
}
.listtxtcolorsty{
	background:#fff !important;	
}
.mejs-horizontal-volume-slider{
	background:none !important;
}
.listtxtcolorsty{
	color:#1C63B8!important;
}
.text-right-sty{
    text-align: right;
}
.pagination {
  display: inline-block;
}
.fa-file-pdf{
	margin-top:0 !important;
}

.pagination a {
  color: black;
  float: left;
     padding: 2px 12px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #21C593;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
.wd-tabs{
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    float: left;
	    width: 100%;
}
.information-border-sty .elementor-element-0cfbff0{
border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
}
.border-bottom-sty{
    border-bottom: 1px solid #ddd;
    padding: 5px!important;
    margin: 0 auto;
    width: 99% !important;
}
.border-bottom-sty:last-child{
 border: none;	
}	
.audiosty{
border-bottom: 1px solid #ddd;
    padding: 2px !important;
    width: 96%;
    margin: 0 auto;	
}
.wd-active .wd-tabs-title{
	color:#fff !important;
}

.wd-nav-tabs.wd-icon-pos-top {
    align-items: self-start!important;
}
.investormeeting-table th{
background: #F3F3F3;
    border: 1px solid #ddd;
    padding: 12px;
}
.investormeeting-table td{
    border: 1px solid #ddd;
    padding: 20px;
	text-align:center;
}

.investormeeting-table{
	border:1px solid #ddd;
}
.financialinformationcontact .wd-active a {
    background: #1C63B8;
}

.financialinformationcontact .wd-nav-tabs.wd-icon-pos-top {
    align-items: flex-end!important;
	width:100%;
	    background: #f3f3f3;
}
.financialinformationcontact .wd-nav-link {
    padding: 25px 49px 25px 49px;
    text-align: center;
}
.financialinformationcontact .wd-nav-tabs-wrapper{
margin:0 !important;
}
.webditelinksty a{
background: none !important;
    color: #175eb0 !important;
}
.financialinformationcontact .wd-tab-content{
padding:30px;
}
.GeneralMeeting a{
background: none !important;	
}
.magazine-btn .elementor-button-link{
background: #000 !important;
}
.wd-accordion.wd-style-default .wd-accordion-item:first-child {
    border-top: none !important;
}
.linkcommoncolosty a{
background: none !important;	
}
.investormeeting-table th{
 text-align: center;
}
.taxandupdateform form{
width: 40%;
margin: 15px auto 35px auto;
}
.unpaidlist{
padding: 12px 0px 10px 25px;
    border-bottom: 1px solid #eee;	
}
.background-right-sty{
 position: relative;
    left: -50px;
    background: #fff;
    margin: 40px auto 40px auto;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px 0px #eee;
}
.iconmap-sty{
    position: absolute;
    top: 4rem;
}
.counturysty-common{
  position: absolute;
    top: 9rem;
}
.demingslider .swiper-pagination-bullets{
    bottom: -30px!important;
}
.country-tab .wd-tabs {
    border: 1px solid #fff!important;
}
.northamerica a{
	background-image: url('http://13.66.216.192/wp-content/uploads/2021/12/NorthAmerica.jpg');
	height: 275px;
    color: #fff !important;
    font-size: 15px;
    background-size: 100%;
}
.eruop a{
	background-image: url('http://13.66.216.192/wp-content/uploads/2021/12/Europe.jpg');
	height: 275px;
    color: #fff !important;
    font-size: 15px;
    background-size: 100%;
}
.india a{
	background-image: url('http://13.66.216.192/wp-content/uploads/2021/12/india.jpg');
height: 275px;
    color: #fff !important;
    font-size: 15px;
    background-size: 100%;
}
.locationtextsty .wd-btn-text{
	    position: absolute;
    bottom: 90px;
    font-size: 16px;
}
.locationtextsty .wd-icon{
font-size: 35px;
}
.wd-image{
z-index:100 !important;
}

.Maptabs .wd-active a {
    background: #1C63B8;
}

.Maptabs .wd-nav-link {
padding: 23px 60px 23px 60px;
    margin: 0px;
	background:#E9E9E9;
}
.wd-popup {
	padding: 0px !important;
	    background: none!important;
}
.Maptabs .wd-tabs {
border: none!important;
}
.Maptabs .wd-nav-tabs-wrapper{
	margin:0 !important;
}
.Maptabs .wd-nav > li{
	margin:0 !important;
}

.wd-tabs .wd-tab-content{
	margin:-6px !important;
}
.qualitymang-bg{
	    background: #fff;
    padding: 5px;
    border-top: 4px solid #20c090;
	    margin: 12px !important;
}
.testadvalidationsty table th {
font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.testadvalidationsty table td, th {
border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}

.testadvalidationsty table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.formbox2{
	float: right;
}
.formbox3{
	float: right;	
}
.wd-active path{
	fill:#fff;
}
.wd-tabs-title{
    font-family: "Poppins", Sans-serif;
    font-size: 14px;	
}
.list-archive-main p{
 font-family: "Poppins", Sans-serif;
    color: #1c63b8;
    font-weight: 500;
    margin: 2px;
}
.icon-img-archive{
	float: left;
    padding: 5px;
    width: 20px;
}
.icon-text-archive{
	float: left;
    padding: 5px;
}
.icon-img-archive-right{
	padding: 5px;
    float: left;
    width: 24px;
}
.list-archive-main{
    width: 100%;
    float: left;
}

.audited-table-sty table th {
font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.audited-table-sty table td, th {
border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}

.audited-table-sty table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.listoninvistorsty .elementor-widget-icon-list{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;	
}
.quality2sty{
background: #015D82;
    padding: 2px 10px 2px 10px;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}
.quality3sty{
background: #1C63B8;
    padding: 2px 10px 2px 10px;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;	
}

.music-icon-sty{
	width: 26px;
    position: relative;
    left: -5px;
}
.taxandupdateform .wpcf7{
	padding: 30px;
}

.policiestabs .wd-nav-link {
    padding: 10px 10px 10px 10px;
    width: 166px;
    text-align: center;
    line-height: 21px;
    height: 80px;

}
.policiestabs .elementor-icon-list-item a {
    background: #fff !important;
}

.productstabscommonsty .wd-active a {
    background: #1C63B8;
}

.productstabscommonsty .wd-nav-link {
      padding: 15px 20px 15px 20px;
    word-wrap: break-word;
    text-align: center;
    line-height: 24px;
    max-width: 320px;
    height: 75px;
}
.productstabscommonsty .wd-nav-tabs{
background: #f3f3f3;
}
.productstabscommonsty .wd-tabs{
border:1px solid #fff;
}	
.productimgdiv .elementor-image-box-img{
    float: left;
    width: 35% !important;
    border-right: 2px solid #21C593;
    margin-right: 20px !important;
}	
.productimgdiv .elementor-widget-image-box{
box-shadow: 0px 1px 2px 2px #eee;
    padding: 10px;
}	
.productimgdiv a{
color: #1C63B8;	
	background: none !important;
}
	
.productimgdiv .elementor-image-box-description{
    position: absolute;
    right: 9rem;
    bottom: 1.5rem;
}	
.productimgdiv .elementor-image-box-img img{
height: 90px;
    padding-right: 10px;
    width: 100%;
}
.ourvisioncommon .elementor-column-gap-default{
	    align-items: center;
}

.pro-rane-1 .elementor-image-box-img{
	    float: left;
    width: 30% !important;
    text-align: left;
	    padding: 15px;
}
.pro-rane-1 .elementor-image-box-content{
	    text-align: left;
    width: 70%;
	    padding: 25px;
	    float: left;
}
.box-main-sty .elementor-widget-heading{
	background: #F6F6F6;
    padding: 10px;
    margin: 0;
}
.pro-rane-1 .elementor-image-box-wrapper{
	border: 1px solid #eee;
    float: left;
    width: 100%;
}
#productmaintwo  .wd-nav-link{
	height:auto !important;
}

#productmaintwo .fa-arrow-left{
	float: left;
    position: absolute;
    left: -65px;
    padding: 12px;
    background: #E9E9E9;
    margin: 0 auto;
    top: 6px;
}
.productimgdiv a:hover{
	text-decoration:underline;
}
.pro-rane-1 h5{
font-family: "Poppins", Sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.pro-rane-1 ul{
font-family: "Poppins", Sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.pro-rane-1 ul li::marker{
    color: #21c593;	
}
#productmaintwo{
	display:none;
}
.pro-rane-1 .elementor-image-box-img img{
	margin: 4px auto 4px auto;
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}
.pro-item-rane{
	cursor:pointer;
}
#productmainthree .fa-arrow-left {
    float: left;
    position: absolute;
    left: -65px;
    padding: 12px;
    background: #E9E9E9;
    margin: 0 auto;
    top: 24px;
}

#productmainthree .wd-nav-link{
	max-width: 233px;
    height: 95px;
	    line-height: 20px !important;
}
#productmainthree .wd-tabs-title{
	vertical-align:middle !important;
}

.pro-rane-1 p {
    font-family: "Poppins", Sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
#productmainfour .fa-arrow-left {
     float: left;
    position: absolute;
    left: -52px;
    padding: 12px;
    background: #E9E9E9;
    margin: 0 auto;
    top: 14px;
}
#productmainfour .wd-nav-link{
max-width: 152px;
    padding: 10px 6px 7px 6px;
    align-items: center;
    line-height: 19px;
}

#productmainone .wd-tabs-title {
    vertical-align: sub;
}
#productmainone .wd-nav-link{
	line-height: 18px!important;
}

#productmainthree{
	display:none;
}
#productmainfour{
	display:none;
}
#gallery-1 img {
    border: 2px solid #cfcfcf00 !important;
}
#gallery-2 img {
    border: 2px solid #cfcfcf00 !important;
}
#ried-liststy .elementor-icon-list-item{
	    margin-bottom: 28px;
}
.footer-info{
	width:100%;
}
.icon-left{
	width: 10%;
    float: left;
}
.icon-left i{
    color: #21c593;
}

.icon-right{
	float: left;
    width: 90%;
}
.icon-right p{
	    line-height: 2;
	font-size:14px;
	color:#fff;
	    margin: 0;
	    font-family: 'poppins';
}
#manufacturing-tabs-sty .wd-nav-link{
    height: auto;	
}
.wd-list li{
    align-items: baseline !important;	
}
.elementor-icon-list-item{
 align-items: baseline !important;
}
.qualityboxmain .elementor-icon-list-item{
	margin-bottom:12px;
}
.border-bottom-sty-new .elementor-icon-list-item{
	margin-bottom:12px;
}
.elementor-icon-list-icon i{
    margin-top: 6px;	
}
#manufacturing-tab-hei-sty .wd-nav-link{
	height:auto !important;
}
.sub-box-sty .elementor-widget-container{
	width: 180px;
    min-height: 175px;
}
.ranehold-list-icon .elementor-icon-list-icon{
	display:none;
}
.contact-us-footer-rane .wd-list li {
    align-items: center !important;
}
.contact-us-footer-rane .wd-list img {
    width: 18px;
}
.li-bullet-sty li::marker {
    list-style: disc!important;
    color: #21c593;
    font-size: 20px;
}
.video-bg-sty{
    background: #fff;
    padding: 10px;
}
#info-btn-drop {
	display:none;
}
.dropdown-dtn-sty{
	    border: 1px solid #ddd !important;
}
.Madia-css-common .elementor-tabs .elementor-active {
    border-color: #fff !important;
    background: #1C63B8!important;
    color: #fff!important;
}
.Madia-css-common .elementor-tabs .elementor-tab-content{
	    background: #fff!important;
    color: #000!important;
    border-bottom: 1px solid #ddd!important;
    border-left: 1px solid #ddd!important;
    border-right: 1px solid #ddd!important;
}
.Madia-css-common .elementor-tab-title{
    background: #F3F3F3!important;
}
.border-bottom-media{
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.Madia-css-common .elementor-icon-list-text{
    margin-top: 8px;	
}
#medialist{
position: relative;
    top: 3.5rem;
    z-index: 100;
}
.tabs-height-auto .wd-nav-link{
	height:auto !important;
}
#backicon-left-tabs .fa-arrow-left{
background: #E9E9E9;
    position: absolute;
    left: -55px;
    padding: 10px 10px 10px 10px;
    top: 10px;
}
.img-border-des-sty{
	border:1px solid #ddd;
}
#backicon-left-tabs .wd-nav-link{
	margin: 0 auto;
    max-width: 195px;
}
#frictionbox2 #backicon-left-tabs .wd-nav-link{
    height: 70px !important;
    line-height: 18px;
}

.elementor-element-73c8287{
	 height: 100vh!important;
}

#frictionbox2{
display:none;	
}
#valuetrainbox2{
display:none;		
}
#valuetrainbox3{
display:none;		
}
.pro-rane-box .elementor-image-box-img {
    float: left;
    width: 100% !important;
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
}
#Occupant2{
	display:none;
}
.iconarrow-sty-show{
	position: absolute;
    left: 0;
    background: #1C63B8;
    color: #fff;
    padding: 10px;
    top: 0;
	cursor:pointer;
}
#LightMetalCasting2{
	display:none;
}
#LightMetalCasting3{
	display:none;
}
.iconarrow-sty-show1 {
    position: absolute;
    left: 0;
    background: #1C63B8;
    color: #fff;
    padding: 10px;
    top: 0;
    cursor: pointer;
}

.tables-icon-images{
    margin-bottom: 10px;
    vertical-align: baseline;
}
.financial-info .elementor-tab-title{
	text-align: center;
}

.financial-info  .elementor-tab-content{
	    background: #fff;	
}
.elementor-active .tables-icon-images{
filter: brightness(0) invert(1);
}
.financial-info .elementor-tab-desktop-title.elementor-active{
	    min-width: 180px;
	   background: #1C63B8;
    color: #fff !important;
}
.financial-info .elementor-tab-desktop-title{
	    min-width: 180px;
	background: #eee;
}
.summary-box-common img{
	width:100%;
}
.summary-box-common h3{
	margin: 0;
    background: #000;
    color: #fff !important;
    padding: 12px;
}
.quality-sty{
    background: #21C593;
    color: #fff;
    padding: 4px 10px 4px 12px;	
}
.quality-sty-1{
    background: #015D82;
    color: #fff;
    padding: 4px 10px 4px 12px;	
}
.list-pdf-sty .elementor-icon-list-items{
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px !important;
}
.view-archives-sty .premium-bullet-list-box{
	padding:0;
}
.view-archives-sty .fa-caret-right{
	width:auto !important;
}
.view-archives-sty  .fa-external-link{
	color:#1C63B8;
}
.Subsidiary-Company-box img{
	width:100%;
}
.Subsidiary-Company-box .elementor-image-box-content{
background: #1C63B8;
    padding: 30px 17px 30px 18px;
    float: right;
    width: 60%!important;
    position: relative;
    top: -100px;
}
.arrow-ion-sty{
    text-align: right;
    padding: 20px 8px 0px 0px;
}
.arrow-ion-sty i{
color:#fff;
}
.Subsidiary-Company-box .elementor-image-box-description{
color:#fff!important;	
}
.table-border-visiable table td{
border: 1px solid #e6e6e6!important;
	    color: #000;
	    text-align: center;
}	

.table-border-visiable table th{
	background:#F3F3F3;
	    color: #000;
}
.visiable-td-bg{
    background: #eaf1f9;	
}
.corporate-box-sty{
box-shadow: 4px 4px 7px 2px #dddddd42;	
}
.corporate-box-sty img{
width:100%;
}
.corporate-box-sty .elementor-image-box-title{
margin:0 !important;	
}
.corporate-box-sty  .elementor-image-box-content{
padding:15px;	
}
.board-commitee-box-sty{
    background: #f8fafe;
    border: 1px solid #eee;
    padding: 25px;
    line-height: 30px;
}
.Corporate-Governance-Sty .elementor-tab-desktop-title.elementor-active {
    min-width: 180px;
    background: #1C63B8;
    color: #fff !important;
}
.Corporate-Governance-Sty .elementor-tab-desktop-title {
    min-width: 180px;
    background: #eee;
}
.Corporate-Governance-Sty  .elementor-tab-title {
    text-align: center;
}
.list-child-1{
	margin-top:10px;
}
.pressmeetsty{
border-bottom:1px solid #eee;
}
#listarchivessty .premium-bullet-list-box{
padding:0px;
}
#viewarchivesid{
    padding: 2px 0px 0px 12px;
}
.quality-sty-2 {
    background: #1C63B8;
    color: #fff;
    padding: 4px 10px 4px 12px;
}
.stock-main-sty .elementor-field-type-submit{
	display:none;
}
.stocklist-sty{
	border:1px solid #eee;
}
.premium-bullet-list-box{
padding:0;	
}
#investor-meeting-table th, #investor-meeting-table td{
	padding: 25px;
    max-width: 80px; 
	 text-align:center;   
}
.even-row{
	background:#eaf1f9;
}
.list-margin-top-sty{
	margin-top:-25px;
}
.accord-tab-sty-common .elementor-tab-title{
	text-align:left !important;
}

.contact-informationmain .elementor-tab-desktop-title.elementor-active {
    min-width: 289px;
    background: #1C63B8;
    color: #fff !important;
	    text-align: center;
	    padding: 40px;
}
.contact-informationmain .elementor-tab-desktop-title {
    min-width: 289px;
    background: #eee;
	    text-align: center;
	    padding: 40px;
}

.popupoverlaysty {
    margin: 0!important;
    padding: 5px 30px 0px 14px;
}
.elementor-popup-modal .elementor-heading-title {
margin-bottom: 10px!important;
}
.personcolorsty{
    color: #03a9f4!important;
}
.dialog-lightbox-widget{
 background-color: rgb(72 71 71)!important;
}
.box-right-sty{
background: #fff;
    border-left: 4px solid #21c593;
    padding: 25px 10px 25px 10px;	
}
.brand-employee-sty .fa-dot-circle{
    line-height: 2.5;	
}
.brand-employee-sty .elementor-icon-box-icon{
	text-align:left !important;
}
.brand-employee-sty .elementor-icon-box-content{
	text-align:left !important;	
}
.brand-employee-sty .elementor-position-top{
	margin:0px !important;
}
.brand-employee-sty .elementor-icon-box-title{
    margin: 10px 8px 8px 0px !important;
}

.total-box-sty{
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
}
.total-box-sty .elementor-image-box-img{
	margin:0px !important;	
}
.total-box-sty .elementor-image-box-description{
padding: 25px 5px 25px 5px;
    height: 85px;
    text-align: left;
    margin: 0px 0px 0px 13px !important;
}
.total-imag-sty{
    background: #21C593;
    width: 58px;
    padding: 8px;
    position: absolute;
    left: 14px;
    top: 99px;
}
.total-box-sty .elementor-image-box-img img{
	width:100% !important;
}
.riedslidersty .swiper-slide-inner{
margin:5px!important;
}
.pdf-sty img{
    width: 75%;
    border: 8px solid #eee;
    padding: 10px;
    border-radius: 10px;
}

.ranecenter{
    margin: 0 auto;	
}
.streering-hold-sty{
	height: 260px;
}
.raneholding-main{
	background-size:100% 100% !important;
}
.counter-body .chartbox p{
	    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.counter-body  .easyPieChart span{
    color: #000;
    font-size: 24px;	
}
.elementor{
	margin-bottom:0px !important;
}
.test-validation .elementor-icon-list-icon i {
    margin-top: 14px;
}
.SteeringLinkageBusiness .elementor-icon-list-icon i {
    margin-top: 8px;
}
.border-table-sty table tbody th, table tfoot th{
    border: 1px solid #eee !important;
    font-weight: 600;
    font-size: 18px;
}

.border-table-sty  table td{
	border:1px solid #eee !important;
}

.tabs-common-address .elementor-tab-content{
    padding: 0 !important;
    border: none !important;
	margin-top:-20px;
}
.elementor-element-87c2b65{
	background-size:cover !important;
}
.padd-bottom-sty{
    margin-bottom: 18px !important;
}
.form-sty input, .form-sty textarea{
background: #fff !important;
    border: 1px solid #eee;
}
.form-sty select{
    border: 1px solid #eee;	
}


.padd-bottom-sty .wpcf7-submit
{
    background: #1C63B8!important;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 15px;
}
.padd-bottom-sty .resetsty{
    color: #1C63B8!important;
padding: 9px 20px!important;
    border: 1px solid #1C63B8;
}
.pull-right{
	float:right;
}
.contactinformation .elementor-widget-wrap>.elementor-element{
    margin-bottom: 0px;
}
.contactinformation .elementor-widget-container{
	    margin-bottom: 14px;
}
.contactinformation .elementor-heading-title{
margin-bottom: 2px;
    margin-top: 2px;
}

.Developments{
	    background: #fff;
    padding: 9px 0px 11px 0px;
}
.contactinformation .phone-number-sty{
	margin-top: -14px;
}
.line-sty-common{
	position:relative;
	top:-8px;
}
.wpcf7-textarea{
	    min-height: 90px !important;
}



































/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	
	
.elementor-active .tables-icon-images{
filter: brightness(0) invert(1);
}
.financial-info .elementor-tab-mobile-title.elementor-active{
	   background: #1C63B8;
    color: #fff !important;
}
.financial-info .elementor-tab-mobile-title{
    background: #f1ecec2e;
}	
	
.elementor-tab-mobile-title.elementor-active{
	   background: #1C63B8;
    color: #fff !important;
}
	
.Subsidiary-Company-box .elementor-image-box-content {
width: 100%!important;
    top: 0!important;
}	

.table-border-visiable{
		    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
	}
	
#investor-meeting-table th, #investor-meeting-table td	{
		      max-width: 100% !important;
	}
	
	
.mobileleft	{	
width: 100% !important;	
	}	
	
.mobileright{	
width: 100% !important;	
	}	
	
.elementor-element-7c8d9bf	{
    background-size: 70%;
    background-position: right;
	}	
.elementor-2050 .elementor-element.elementor-element-f244a34 > .elementor-element-populated	{
	    margin: 0px 0px 0px 0px!important;	
}		
.elementor-2050 .elementor-element.elementor-element-1d34af3 {
    padding: 10px 0px 0px 0px!important;	
}	
.elementor-element-1d34af3	{
    background: #f9f9f9 !important;
}	
#gallery-1 .gallery-item	{
width	: 100% !important;
}	
	
.total-imag-sty {
    top: 72px!important;
}	
.elementor-element-87c2b65	{
    background-size: 100% 100%;
}	
.total-box-sty .elementor-image-box-description {
    height: 105px!important;
}	
	
	
	
	
	
	
	
}


.elementor-image-box-img{
	display: block !important;
}
#ranebrkelining-div .elementor-tab-desktop-title{
	    min-width: 220px!important;
}
.Stock-info-new-sty h4 a{
font-size: 15px;	
}
.border-sty-daily .elementor-container{
border: 1px solid #ddd;
    padding: 8px;	
}
#ranebrkelining-div  .elementor-tab-title{
	text-align:left !important;
}
.summary-box-common .elementor-icon-list-icon i{
	margin-top:2px !important;
}




