/* ----------------------------------------
    Stylesheet Guide
 ------------------------------------------

    1. Base
    2. Layout
    3. Components
    4. Pages

---------------------------------------------------------- */

/* ----------------------------------------
    1. Base
 ---------------------------------------- */

/* ----------------------------------------
        Reset
     ---------------------------------------- */

* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video,
main {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  outline: none !important;
  vertical-align: baseline;
}

.material-icons,
.material-icons-outlined {
  font-size: inherit;
}

b,
strong {
  font-weight: bold;
}

ul,
ol {
  list-style: none;
}

q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

input,
textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
}

th {
  text-align: left;
}

textarea {
  outline: none !important;
}

button {
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}

html,
body {
  min-height: 100%;
}

fieldset,
legend,
label,
select,
input,
textarea,
form,
button,
optgroup {
  -webkit-appearance: none !important;
}

.container,
.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.row > [class*='col-'] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.extra-width {
  max-width: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

/* ----------------------------------------
        Global
    ---------------------------------------- */

body {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: initial !important;
}

.mad-page-wrapper {
  overflow: hidden;
}

html {
  overflow-y: initial !important;
  scroll-behavior: smooth;
}

::-webkit-selection {
  color: #fff;
  background-color: #2e3133;
}

::-moz-selection {
  color: #fff;
  background-color: #2e3133;
}

::selection {
  color: #fff;
  background-color: #2e3133;
}

mark {
  color: #fff;
  background-color: #2e3133;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.page-wrapper {
  overflow: hidden;
}

[data-bg-image-src] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.w-100 {
  width: 100%;
}

.material-icons,
.material-icons-outlined {
  line-height: inherit;
  font-size: inherit;
}

.svg .cls-1 {
  stroke-width: 10px;
}

/* ----------------------------------------
        Typography
    ---------------------------------------- */

:root {
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #515759;
}

address:not(:last-child) {
  margin-bottom: 1.625rem;
}

q,
kbd,
strong,
em,
tt,
var,
span,
del,
big,
small {
  vertical-align: baseline;
}

/* ----------------------------------------
            Headings
        ---------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e3133;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child) {
  margin-bottom: 1.4rem;
}

h1 {
  letter-spacing: -0.15rem;
}

h3:not(:last-child) {
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 3.75rem;
  line-height: 4rem;
  font-weight: normal;
}

h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: normal;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
}

h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h3:not(:last-child) {
  margin-bottom: 1.7rem;
}

h4:not(:last-child) {
  margin-bottom: 1.5rem;
}

h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 1.45rem;
}

h5.mad-page-title {
  font-weight: bold;
  letter-spacing: -0.03rem;
}

h5.mad-page-title:not(:last-child) {
  margin-bottom: 1.45rem;
}

h3.mad-page-title:not(:last-child) {
  margin-bottom: 1.7rem;
}

.mad-page-title .mad-read-more {
  padding-left: 1.25rem;
}

.mad-page-title.with-carousel,
.mad-title.with-carousel {
  padding-right: 6rem;
}

h6.mad-page-title.with-carousel {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 4px;
}

.mad-pre-title {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.mad-sub-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.mad-pre-title:not(:last-child) {
  margin-bottom: 8px;
}

/* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

p {
  line-height: inherit;
}

p:not(:last-child):not([class*='content-element']) {
  margin-bottom: 1rem;
}

.req {
  color: #d94945;
}

.mad-text-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

p.mad-text-small:not([class*='content-element']):not(:last-child) {
  margin-bottom: 1.3125rem;
}

.mad-text-small {
  font-size: 0.9286rem;
  font-weight: 500;
}

.mad-text-medium {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-text-big {
  font-size: 1.25rem;
  line-height: 2rem;
}

.mad-text-color2 {
  color: #8b9599;
}

.mad-text-color3 {
  color: #f2f2f2;
}

.mad-text-color4 {
  color: #515759;
}

.text-danger {
  color: red;
}

/* ----------------------------------------
            Links
        ---------------------------------------- */

a {
  color: #26658c;
  font-weight: 500;
}

.mad-link,
a,
button {
  transition: all 0.5s ease;
}

.mad-link-color,
.mad-link {
  color: #26658c;
}

.mad-link-color:hover,
.mad-link:hover {
  color: #2e3133;
}

.mad-link-color-2 {
  color: #46a69c;
}

.mad-link-color-2:hover {
  text-decoration: underline;
}

/* ----------------------------------------
            Icons
        ---------------------------------------- */

[class*='mad-font-icon'] {
  line-height: 1;
}

/* ----------------------------------------
        Utils classes
    ---------------------------------------- */

.mad-d-none {
  display: none;
}

.mad-fw-bold {
  font-weight: bold;
}

.mad-tt-uppercase {
  text-transform: uppercase;
}

.mad-d-down-xxxl-none {
  display: none;
}

.mad-fw-down-xxxl-bold {
  font-weight: bold;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

img[class*='align'] {
  border-radius: 1rem;
  overflow: hidden;
}

img.alignleft {
  margin-right: 2rem;
}

img.alignright {
  margin-left: 2rem;
}

/* ----------------------------------------
    2. Layout
---------------------------------------- */

/* ----------------------------------------
        Preloader
    ---------------------------------------- */

.mad-preloader-circle,
.mad-preloader {
  position: fixed;
  width: 260vw;
  height: 260vw;
  margin-left: -130vw;
  margin-top: -130vw;
  background-color: #fff;
  z-index: 50;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.mad-preloader {
  left: 50%;
  top: 50%;
}

.mad-preloader-circle,
.mad-preloader.mad-preloader--disappearing {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.mad-preloader-circle--appearing {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

.mad-body--has-critical-fullscreen-message {
  overflow: hidden !important;
}

.mad-fullscreen-message {
  position: fixed;
  z-index: 49;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: 'Arial', serif;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  color: #2e3133;
  background-color: #fff;
  padding: 2rem;
  overflow: auto;
}

.mad-fullscreen-message .mad-aligner-inner {
  vertical-align: middle;
}

.mad-fullscreen-message-before {
  font-size: 3.25rem;
  line-height: 4rem;
}

.mad-fullscreen-message-before:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-fullscreen-message-before:empty,
.mad-fullscreen-message-after:empty {
  display: none;
}

/* ----------------------------------------
        Header
    ---------------------------------------- */

.mad-header {
  position: relative;
  z-index: 25;
}

[class*='mad-header-section--sticky'].mad-header-section--sticked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.mad-header--transparent.mad-header--transparent-single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
}

.mad-header:not(.header-2):not(.header-3):not(.header-4)
  .mad-header-section--sticky-xl {
  background: #26658c;
}

.mad-header-section--sticky-xl .mad-header-items {
  position: relative;
}

.mad-pre-header {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dce3e6;
}

.mad-pre-header .mad-our-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 1.5rem;
  row-gap: 0;
  font-weight: 500;
  width: 100%;
}

.mad-pre-header .mad-our-info .mad-info span {
  color: #2e3133;
  font-weight: 800;
}

.mad-pre-header .mad-header-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.mad-quick-links {
  color: #8b9599;
}

.mad-config {
  display: flex;
  column-gap: 1.5rem;
}

.mad-config .mad-dropdown > a:after {
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  font-size: 1rem;
  margin-left: 0.25rem;
  max-width: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.mad-search-section {
  display: flex;
  justify-content: space-between;
  border: 2px solid #46a69c;
  background: #fff;
  border-radius: 1rem;
}

.mad-search-section .mad-custom-select {
  width: 100%;
}

.mad-search-section input,
.mad-search-section .mad-custom-select .mad-selected-option {
  height: 3.25rem !important;
  border: none !important;
}

.mad-search-section .mad-custom-select .mad-selected-option {
  line-height: 3.25rem;
}

.mad-search-section > .mad-col:first-child {
  width: 100%;
}

.mad-search-section > .mad-col:not(:first-child) {
  width: 100%;
  max-width: 16.5rem;
}

.mad-search-section > button:before,
.mad-search-section .mad-custom-select:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2.25rem;
  top: 50%;
  margin-top: -1.125rem;
  background: #dce3e6;
  left: 0;
  z-index: 2;
}

.mad-search-section > button {
  position: relative;
  padding: 0 18px;
  font-size: 1.75rem;
  line-height: 3rem;
  color: #46a69c;
}

.mad-actions {
  display: flex;
  justify-content: flex-end;
  column-gap: 2rem;
  font-size: 1rem;
  font-weight: 800;
}

.mad-actions .mad-col > a:not(.btn),
.mad-actions .mad-col > button:not(.btn) {
  position: relative;
  font-size: 1.75rem;
  color: #2e3133;
}

.mad-actions span {
  color: #2e3133;
}

.mad-actions > .mad-col {
  display: flex;
  align-items: center;
}

/* .mad-actions .mad-col > a:not(:last-child),
        .mad-actions .mad-col > button:not(:last-child) {
            margin-right: 0.5rem;
        } */

.mad-actions .mad-col > a span:not(.price-text),
.mad-actions .mad-col > button span:not(.price-text) {
  font-family: 'Inter', sans-serif;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  background: #d94945;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.125rem;
  font-size: 11px;
  font-weight: 600;
  bottom: -4px;
  right: -6px;
}

.mad-header:not(.header-2):not(.header-3) .mad-shipping {
  color: #fff;
  text-align: right;
  width: 100%;
  line-height: 1.5rem;
}

.mad-shipping i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.mad-shipping span {
  font-weight: bold;
}

.mad-logo {
  display: block;
}

/* Header 2 */

.mad-promo {
  position: relative;
  background: #1f5373;
}

.mad-promo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 1rem;
  column-gap: 1rem;
  padding: 2rem 0;
}

.promo-title {
  color: #f0e259;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.promo-title span {
  text-transform: uppercase;
  font-weight: 800;
}

.promo-close {
  position: absolute;
  top: calc(50% - 1rem);
  right: 2rem;
  width: 2rem;
  min-width: 2rem;
  display: block;
  height: 2rem;
  border-radius: 50%;
  background: #dce3e6;
  color: #2e3133;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
  z-index: 9;
}

.promo-close:after {
  content: 'close';
  font-family: 'Material Icons';
}

.header-2 .mad-shipping,
.header-3 .mad-shipping {
  color: #2e3133;
}

.header-2 .mad-navigation > li:not(:last-child),
.header-3 .mad-navigation > li:not(:last-child),
.header-4 .mad-navigation > li:not(:last-child) {
  border: none;
}

.header-2 .mad-navigation,
.header-3 .mad-navigation,
.header-4 .mad-navigation {
  column-gap: 2.5rem;
}

.header-2 .mad-navigation > li:hover > a,
.header-2 .mad-navigation > li.current-menu-item > a,
.header-3 .mad-navigation > li:hover > a,
.header-3 .mad-navigation > li.current-menu-item > a,
.header-4 .mad-navigation > li:hover > a,
.header-4 .mad-navigation > li.current-menu-item > a {
  background: none;
}

.header-2 .mad-header-section--sticky-xl {
  padding: 1.25rem 0;
}

.header-2 .mad-header-section {
  padding: 0;
}

.header-2 [class*='mad-header-section--sticky'].mad-header-section--sticked {
  background: #fff;
}

.header-2 .row:not(.col-no-space),
.header-4 .row:not(.col-no-space) {
  position: relative;
  margin-bottom: 0;
}

.header-2 .row:not(.col-no-space) > [class*='col'],
.header-4 .row:not(.col-no-space) > [class*='col'] {
  position: initial;
  padding-bottom: 0;
}

.header-2 .mad-navigation .mega-menu > .sub-menu,
.header-2 .mad-navigation .sub-menu {
  margin-top: 1rem;
}

.header-2 .mad-actions {
  padding-top: 0.75rem;
}

.header-2 .mad-icon-boxes.our-info .mad-icon-box {
  padding-left: 3.5rem;
}

.header-2 .mad-cat-toggle {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.header-2 .mad-shipping i,
.header-3 .mad-shipping i {
  font-size: 1.25rem;
  margin-right: 4px;
}

.mad-header.header-2 .mad-navigation > li:not(.mega-menu) > .sub-menu,
.mad-header.header-3 .mad-navigation > li:not(.mega-menu) > .sub-menu,
.mad-header.header-4 .mad-navigation > li:not(.mega-menu) > .sub-menu {
  margin-left: -2rem;
}

.header-2
  [class*='mad-header-section--sticky']
  .mad-header-sticky
  .mad-actions {
  padding-top: 0;
}

.header-2
  [class*='mad-header-section--sticky'].mad-header-section--sticked
  .mad-header-sticky
  .mad-icon-box,
.header-2
  [class*='mad-header-section--sticky']:not(.mad-header-section--sticked)
  .mad-header-sticky
  .mad-actions,
.header-3
  [class*='mad-header-section--sticky'].mad-header-section--sticked
  .mad-header-sticky
  > .btn,
.header-3
  [class*='mad-header-section--sticky']:not(.mad-header-section--sticked)
  .mad-header-sticky
  .mad-actions {
  display: none;
}

/* Header 3 */

.mad-header.header-3 {
  background: #1f5373;
}

.mad-header.header-3 .mad-header-section--sticky-xl {
  background: #1f5373;
  padding: 1rem 0;
}

.mad-header.header-3 .mad-pre-header .mad-header-item {
  width: 33.3333%;
}

.mad-header.header-3 .mad-pre-header .mad-header-item:nth-child(2) {
  justify-content: center;
}

.mad-header.header-3 .mad-pre-header .mad-header-item:nth-child(3) {
  justify-content: flex-end;
  column-gap: 1.5rem;
}

.mad-header.header-3 .mad-pre-header {
  background: #fff;
}

.mad-header.header-3 .mad-pre-header .mad-our-info .mad-info span {
  color: #26658c;
}

.mad-header.header-3 .mad-search-section {
  border: 0;
}

.mad-header.header-3 .mad-actions .mad-col > a,
.mad-header.header-3 .mad-actions .mad-col > span,
.mad-header.header-3 .mad-actions .mad-dropdown-title,
.mad-header.header-3 .mad-dropdown-title span.price-text {
  color: #fff;
}

.header-3 .mad-header-section {
  padding-bottom: 0;
}

.header-3 .mad-navigation > li.mad-special > a,
.header-3 .mad-navigation > li.mad-special:hover > a {
  background: #d94945;
  padding: 0 1rem;
  border-radius: 1rem;
  color: #fff;
}

.header-3 .mad-header-section--sticky-xl .mad-header-items {
  justify-content: space-between;
}

.header-3 .mad-header-section--sticky-xl .mad-header-items > *:last-child {
  flex: none;
}

.header-3 .mad-navigation .sub-menu {
  margin-top: 1rem;
}

.header-3 .mad-navigation > li:nth-child(2) {
  margin-left: -1.25rem;
}

/* Header 4 */

.mad-header.header-4 .mad-pre-header {
  background: #1f5373;
  color: #c5d3d9;
  border: none;
}

.mad-header.header-4 .mad-pre-header .mad-our-info .mad-info span,
.mad-header.header-4 .mad-pre-header .mad-link,
.mad-header.header-4 .mad-pre-header .mad-dropdown-title {
  color: #4abfd9;
}

.mad-header.header-4 .mad-pre-header .mad-quick-links {
  color: #c5d3d9;
}

.mad-header.header-4 .mad-navigation > li > a {
  line-height: 3rem;
}

.mad-header.header-4 .mad-header-section--sticky-xl {
  padding: 1.75rem 0;
  background: #fff;
}

.mad-header.header-4 .mad-navigation .sub-menu {
  margin-top: 1.75rem;
}

/* ----------------------------------------
            Header Section
        ---------------------------------------- */

.mad-header-section {
  display: block;
  padding: 1.5rem 0;
}

.mad-header .row:not(.col-no-space) {
  margin-bottom: -1rem;
}

.mad-header .row:not(.col-no-space) > [class*='col'] {
  padding-bottom: 1rem;
}

/* ----------------------------------------
            Header Items
        ---------------------------------------- */

.mad-header-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mad-navigation-container {
  display: flex;
}

.mad-header-section--sticky-xl .mad-header-items {
  justify-content: flex-start;
}

.mad-header-section--sticky-xl .mad-header-items > *:last-child {
  flex: 1;
}

/* ----------------------------------------
            Navigation
        ---------------------------------------- */

.mad-navigation {
  z-index: 4;
  text-align: initial;
  display: flex;
}

.mad-navigation > li {
  position: relative;
  vertical-align: top;
  font-family: 'Inter', sans-serif;
}

.mad-navigation > li > a {
  color: #fff;
  background: #26648a;
  font-size: 1.125rem;
  padding: 0 2rem;
  line-height: 4rem;
  white-space: nowrap;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: relative;
}

.mad-navigation > li.menu-item-has-children > a::after {
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  display: inline-block;
  line-height: 1rem;
  vertical-align: middle;
  font-size: 1.125rem;
  margin-left: 0.25rem;
  max-width: 0.875rem;
}

.mad-navigation > li:not(:last-child) {
  border-right: 1px solid #1f5373;
}

.mad-navigation > li:hover > a,
.mad-navigation > li.current-menu-item > a {
  background: #1f5373;
  color: #50bfb4;
}

.mad-navigation
  .mad-header-section--border
  + [class*='mad-header-section']
  .mad-navigation:not(.mad-navigation--bottom-underlined)
  > li
  > a::before {
  top: -1px;
}

.mad-navigation--bottom-underlined > li > a::before {
  bottom: 0;
  top: auto;
}

.mad-navigation .menu-item-has-children:hover,
.mad-navigation .menu-item-has-children.mad-seleceted,
.mad-navigation .menu-item-has-children.mad-tapped {
  z-index: 2;
}

.mad-mobile-nav-btn {
  background-color: #46a69c;
}

.mad-navigation .sub-menu {
  width: 16.25rem;
  font-size: 1rem;
  padding: 1.5rem 2rem;
  line-height: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

  -webkit-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
  -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
}

.mad-navigation .sub-menu a:not(.btn) {
  color: #2e3133;
}

.mad-navigation .sub-menu > li > a {
  display: block;
}

.mad-navigation .sub-menu li.menu-item:not(.sub-menu-aside):not(:last-child) {
  margin-bottom: 1rem;
}

.mad-navigation .sub-menu:not(.with-aside).mad-reverse {
  left: auto;
  right: 0;
}

.mad-navigation .sub-menu .sub-menu {
  top: -1.5rem;
  left: 100%;
  margin-left: 2.375rem;
  border-top-right-radius: 1rem;
}

.mad-navigation .sub-menu .sub-menu.mad-reverse {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 2.375rem;
  border-top-right-radius: 0;
  border-top-left-radius: 1rem;
}

.mad-navigation .sub-menu .menu-item-has-children {
  position: relative;
  padding-right: 2rem;
}

.mad-navigation .sub-menu .menu-item-has-children > a:not(.sub-title)::after {
  font-family: 'Material Icons';
  content: 'keyboard_arrow_right';
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  width: 14px;
  top: 0;
  z-index: 1;
}

.sub-menu.with-aside {
  padding: 0;
}

.sub-menu.with-aside > ul {
  padding: 1.5rem 2rem;
}

.sub-menu-aside {
  width: 100%;
}

.sub-menu-aside .mad-banner {
  border-radius: 0;
  padding: 2rem;
  padding-top: 64px;
}

.sub-menu-aside .mad-banner h3.mad-title {
  font-size: 2rem;
  line-height: 2rem;
}

.sub-menu-aside .mad-banner h2.mad-title.big-title {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.sub-menu-aside .mad-banner h6.mad-title.style-3 {
  font-size: 0.875rem;
  line-height: 1rem;
}

.sub-menu-aside .mad-banner .content-element-4:not(:last-child) {
  margin-bottom: 1.5rem;
}

.sub-menu-aside .mad-banner .mad-title.style-3:not(:last-child),
.sub-menu-aside .mad-banner .mad-title:not(:last-child) {
  margin-bottom: 0;
}

.mad-special .sub-menu-aside .mad-banner {
  height: 100%;
}

.mad-no-touchevents .mad-navigation .sub-menu li:hover > a,
.mad-no-touchevents
  .mad-navigation
  .sub-menu
  .menu-item-has-children.mad-selected
  > a,
.mad-touchevents
  .mad-navigation
  .sub-menu
  .menu-item-has-children.mad-tapped
  > a,
.mad-navigation .sub-menu .current-menu-item > a,
.mad-navigation .sub-menu .current-menu-ancestor > a,
.mad-navigation .sub-menu .current-menu-parent > a {
  color: #46a49c;
}

.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.mad-csstransforms3d .mad-navigation .sub-menu {
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  transition-property: transform, opacity, visibility;

  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.mad-csstransforms3d.mad-no-touchevents
  .menu-item-has-children:hover
  > .sub-menu,
.mad-csstransforms3d.mad-no-touchevents
  .menu-item-has-children.mad-selected
  > .sub-menu,
.mad-csstransforms3d.mad-touchevents
  .menu-item-has-children.mad-tapped
  > .sub-menu {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mad-mobile-nav-btn {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 4rem;
  color: #fff;
  display: none;
}

.header-2 .mad-mobile-nav-btn,
.header-3 .mad-mobile-nav-btn,
.header-4 .mad-mobile-nav-btn {
  border-radius: 1rem;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}

.mad-mobile-nav-btn::after {
  content: 'menu';
  font-family: 'Material Icons';
}

.mad-mobile-nav-btn.mad-opened {
  background-color: #3b8c84;
}

.mad-browse-cat {
  position: relative;
  z-index: 2;
}

.mad-cat-toggle {
  background: #46a69c;
  color: #fff;
  padding: 1.5rem 2rem;
  padding-right: 5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1rem;
  white-space: nowrap;
  min-width: 20.5rem;
  text-align: left;
}

.mad-cat-toggle.toggled {
  background: #3b8c84;
}

.mad-cat-toggle:after {
  content: 'menu';
  position: absolute;
  font-family: 'Material Icons';
  font-size: 1.5rem;
  top: 0;
  right: 1.875rem;
  line-height: 4rem;
}

.mad-cat-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  display: none;

  -webkit-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
  -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
}

.mad-cat-menu.menu-open {
  display: block;
}

.mad-cat-menu li a:hover {
  color: #46a69c;
}

.mad-cat-menu > li.with-sub-menu > a {
  position: relative;
}

.mad-cat-menu > li.with-sub-menu > a:after {
  content: 'chevron_right';
  font-family: 'Material Icons';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.5rem;
  font-size: 1.5rem;
  max-width: 1.125rem;
}

.mad-cat-menu > li:not(:last-child),
.sub-menu > li > ul > li:not(:last-child),
.mad-cat-menu li .sub-title {
  margin-bottom: 1rem;
}

.mad-cat-menu li .sub-title {
  color: #2e3133;
}

.mad-cat-menu > li.hidden {
  display: none;
}

.mad-cat-menu li a {
  color: #2e3133;
  display: block;
}

.mad-cat-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 61.5rem;
  margin-left: 4px;
  background: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 37rem;
  column-gap: 1rem;
  row-gap: 1rem;
  background: no-repeat bottom right 32px #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
  box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%);
  transition: all 0.5s ease;

  opacity: 0;
  visibility: hidden;
}

.mad-cat-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.mad-cat-menu li .sub-menu > * {
  flex: 1;
}

.mad-vr-wrap nav {
  position: relative;
  z-index: 9;
}

.mad-vr-nav > ul > li.menu-item-has-children .sub-menu {
  display: none;
}

.mad-vr-nav > ul > li > a {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  position: relative;
}

.mad-vr-nav > ul > li > a:after {
  content: 'keyboard_arrow_down';
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Material Icons';
  font-size: 1.25rem;
}

.mad-vr-nav .sub-menu li a {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #26658c;
}

.mad-vr-nav .sub-menu {
  padding-left: 1.5rem;
}

.mad-vr-nav > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-vr-nav > ul > li:hover > a,
.mad-vr-nav .sub-menu li:hover a {
  color: #2e3133;
}

/* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

.mad-breadcrumb {
  padding-top: 5.25rem;
  padding-bottom: 4.5rem;
  color: #747c80;
  background: #ecf6f5;
}

.mad-breadcrumb-path:not(:last-child) {
  margin-bottom: 1.25rem;
}

.mad-breadcrumb-path {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  vertical-align: baseline;
}

.mad-breadcrumb-path > span {
  display: inline-block;
}

.mad-breadcrumb .mad-page-title {
  font-weight: normal;
  letter-spacing: -1.5px;
}

.mad-breadcrumb.single-page {
  padding: 20px 0;
}

.mad-breadcrumb.with-bg-img {
  background-size: cover;
  padding: 12.75rem 0 12rem;
  color: #c5d3d9;
}

.mad-breadcrumb.with-bg-img .mad-page-title {
  color: #fff;
}

.mad-breadcrumb.with-bg-img .mad-link {
  color: #4abfd9;
}

.mad-breadcrumb.single-page:not(.align-center) .mad-breadcrumb-path {
  position: relative;
  padding-right: 6rem;
}

.mad-breadcrumb .mad-pagination {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -1rem;
}

/* ----------------------------------------
        Sections
    ---------------------------------------- */

.mad-content {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.mad-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mad-section-img {
  padding-bottom: 35%;
}

.mad-content.no-pt,
.mad-section.no-pt {
  padding-top: 0;
}

.mad-content.no-pb,
.mad-section.no-pb {
  padding-bottom: 0;
}

.mad-content.no-pd,
.mad-section.no-pd {
  padding-top: 0;
  padding-bottom: 0;
}

.mad-section.size-2 {
  padding: 9rem 0;
}

.mad-section--parallax {
  background-size: auto;
}

.mad-section.with-border {
  border-radius: 1rem;
  overflow: hidden;
}

.mad-section.very-small-size {
  padding: 2rem 0;
}

.mad-img {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.mad-img img {
  width: 100%;
}

.content-element:not(:last-child) {
  margin-bottom: 0.5rem;
}

.content-element-2:not(:last-child) {
  margin-bottom: 1rem;
}

.content-element-3:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content-element-4:not(:last-child) {
  margin-bottom: 2rem;
}

.content-element-5:not(:last-child) {
  margin-bottom: 2.5rem;
}

.content-element-6:not(:last-child) {
  margin-bottom: 3rem;
}

.content-element-7:not(:last-child) {
  margin-bottom: 3.5rem;
}

.content-element-8:not(:last-child) {
  margin-bottom: 4rem;
}

.content-element-9:not(:last-child) {
  margin-bottom: 4.5rem;
}

.content-element-10:not(:last-child) {
  margin-bottom: 5rem;
}

.mad-section > .mad-page-title {
  margin-top: -0.5rem;
}

/* ----------------------------------------
        Sidebar
    ---------------------------------------- */

/* ----------------------------------------
            Widgets
        ---------------------------------------- */

.mad-widget {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-sidebar h5.mad-widget-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.mad-widget-title.color-2 {
  color: #46a69c;
}

.mad-widget:not(:last-child) {
  margin-bottom: 4rem;
}

.mad-widget-bg {
  background: #f6f8f8;
  padding: 2rem;
  border-radius: 1rem;
}

.mad-toggled-fields.style-2 input[type='checkbox'] + label[for]:hover,
.mad-toggled-fields.style-2 input[type='checkbox'] + label[for]:hover,
.mad-toggled-fields.style-2 input[type='checkbox']:checked + label[for] {
  color: #2e3133;
}

.fb_iframe_widget {
  border-radius: 1rem;
  overflow: hidden;
  display: inline-block !important;
}

/* ----------------------------------------
                Tags
            ---------------------------------------- */

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.tagcloud > a {
  color: #26658c;
  font-size: 0.875rem;
  line-height: 2rem;
  white-space: nowrap;
  padding: 0 0.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  margin: 4px;
  background: #dce3e6;
}

.tagcloud > a:hover {
  background: #26658c;
  color: #fff;
}

.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tags-wrap > span {
  padding-right: 1rem;
}

/* ----------------------------------------
                Search
            ---------------------------------------- */

/* ----------------------------------------
                Banner
            ---------------------------------------- */

.mad-big-banner {
  position: relative;
  background-size: cover;
  padding: 5rem 4.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.mad-big-banner .mad-big-banner-inner {
  max-width: 35rem;
}

/* ----------------------------------------
                Entities
            ---------------------------------------- */

.mad-sidebar .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
  min-width: 6rem;
}

.mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title {
  font-size: 1rem;
  line-height: 1.25rem;
}

.mad-sidebar
  .mad-icon-boxes.size-2
  .mad-icon-box
  .mad-icon-box-title:not(:last-child) {
  margin-bottom: 0;
}

.mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon .svg {
  height: 2.1875rem;
}

.mad-sidebar .mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon:after {
  width: 2rem;
  height: 2rem;
}

/* ----------------------------------------
                Calendar
            ---------------------------------------- */

.calendar_wrap:not(:last-child) {
  margin-bottom: 1.5rem;
}

.calendar_wrap {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.calendar_wrap table tr th:last-child {
  width: auto;
}

.calendar_wrap table {
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-width: 0;
  font-size: 1rem;
  border-radius: 0;
  background: #f6f8f8;
}

.calendar_wrap table tbody {
  position: relative;
}

.calendar_wrap table caption {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  border-style: inherit;
  border-color: inherit;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #26658c;
  position: relative;
  z-index: 2;
}

.calendar_wrap table tr:hover {
  background-color: transparent;
}

.calendar_wrap table thead {
  background-color: #4abfd9;
}

.calendar_wrap table thead th {
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}

.calendar_wrap.calendar-medium table thead th {
  font-size: 1.25rem;
  line-height: 3rem;
}

.calendar_wrap table td > a,
.calendar_wrap table td > div > a {
  position: relative;
  z-index: 1;
  color: #fff;
}

.calendar_wrap table td > a:before,
.calendar_wrap table td > div > a:before {
  content: '';
  position: absolute;
  background: #d94945;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  line-height: 2rem;
  z-index: -1;
}

.calendar_wrap table td {
  font-size: 0.875rem;
}

.calendar_wrap.calendar-medium table td {
  font-size: 1.25rem;
}

.calendar_wrap table td.marker {
  position: relative;
  z-index: 1;
}

.calendar_wrap table td.marker:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbf8f7;
  z-index: -1;
}

.calendar_wrap table td .marker {
  background: #ecf0f1;
  height: 100%;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar_wrap table td.first {
  color: #959595;
}

.calendar_wrap table th,
.calendar_wrap table td {
  padding: 0;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  border-top: none;
}

.calendar_wrap table tr td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.calendar_wrap table tfoot td {
  padding: 1.4rem 0 0;
  border-width: 0;
}

.calendar_wrap table tfoot #prev a,
.calendar_wrap table tfoot #next a {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 800;
  border: none;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.calendar_wrap table tfoot #prev {
  text-align: left;
}

.calendar_wrap table tfoot #next {
  text-align: right;
}

.calendar_wrap table .calendar-caption-prev,
.calendar_wrap table .calendar-caption-next {
  display: block;
  position: absolute;
  top: 0;
  line-height: 3rem;
  height: 100%;
  font-size: 1.5rem;
  width: 3rem;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.calendar_wrap.calendar-medium table .calendar-caption-prev,
.calendar_wrap.calendar-medium table .calendar-caption-next {
  line-height: 4rem;
  font-size: 2rem;
  width: 3.875rem;
}

.calendar_wrap table .calendar-caption-prev:hover,
.calendar_wrap table .calendar-caption-next:hover {
  color: #d94945;
}

.calendar_wrap table .calendar-caption-prev i,
.calendar_wrap table .calendar-caption-next i {
  font-size: 1.5rem;
}

.calendar_wrap table .calendar-caption-prev {
  left: 0;
}

.calendar_wrap table .calendar-caption-next {
  right: 0;
}

/* ----------------------------------------
                Recent Comments
            ---------------------------------------- */

.mad-widget .recentcomments li:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-widget .recentcomments li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5rem;
  font-size: 1rem;
}

.mad-widget .recentcomments li:before {
  position: absolute;
  font-family: 'Material Icons Outlined';
  content: 'comment';
  font-size: 1.125rem;
  top: 0;
  left: 0;
  line-height: 1.5rem;
  color: #2e3133;
}

.mad-widget .recentcomments li a {
  color: #26658c;
}

.mad-widget .recentcomments li a:hover {
  color: #2e3133;
}

/* ----------------------------------------
                Email
            ---------------------------------------- */

/* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

.mad-sponsors:not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0;
  align-items: center;
}

.mad-sponsors:not(.owl-carousel) > .mad-grid-item {
  padding: 2rem 1rem 0;
  width: 16.6666%;
}

.mad-sponsors a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  border: 2px solid #dce3e6;
  padding: 30px;
  text-align: center;
}

.mad-sponsors a:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-sponsors a:hover {
  border-color: #26658d;
}

.mad-sponsors.owl-carousel .owl-nav {
  display: block;
}

/* ----------------------------------------
                Products
            ---------------------------------------- */

.mad-widget .mad-products.hr-type .mad-product {
  border: none;
  padding: 0;
}

.mad-widget
  .mad-products.hr-type
  .mad-product:not(.big-type)
  .mad-product-image {
  max-width: 6rem;
}

.mad-widget .mad-products.hr-type .mad-product:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* ----------------------------------------
        Footer
    ---------------------------------------- */

.mad-footer {
  color: #515759;
  background: #fff;
  padding: 5rem 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.mad-footer address {
  font-style: normal;
}

.mad-footer address:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mad-footer .mad-icon-btn {
  color: #2e3133;
  font-size: 1.875rem;
}

.mad-footer .mad-widget {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.mad-footer-main:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mad-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 1rem;
  color: #747c80;
}

.mad-footer-bottom:not(:only-child) {
  margin-top: 2.5rem;
}

.mad-footer-bottom p:not(:last-child) {
  margin-bottom: 0;
}

/* Footer 2 */

.mad-footer.footer-2 {
  background: #1f5373;
  color: #c5d3d9;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.mad-footer.footer-2 .mad-widget-title {
  color: #fff;
}

.mad-footer.footer-2 a {
  color: #4abfd9;
}

.mad-footer .btn-set {
  flex-wrap: nowrap;
}

.mad-footer .btn-set > .mad-col {
  min-width: 5.5rem;
}

.mad-footer .btn-set > .mad-col a {
  display: block;
}

.mad-footer .btn-set > .mad-col a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-footer.footer-2 .mad-footer-bottom {
  color: #c5d3d9;
}

/* Footer 3 */

.mad-footer.footer-3 {
  padding-bottom: 0;
  padding-top: 6rem;
}

.mad-footer.footer-3 a.logo:not(:last-child) {
  display: block;
  margin-bottom: 1.5rem;
}

.mad-footer.footer-3 .mad-footer-bottom {
  position: relative;
  padding: 2rem 0;
  margin-top: 4.625rem;
}

.mad-footer.footer-3 .mad-footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  height: 1px;
  background: #dce3e6;
}

/* Footer 4 */

.mad-footer.footer-4 {
  background: #f6f8f8;
  border-top: 4px solid #1f5373;
}

.mad-footer.footer-4 .copyrights {
  color: #747c80;
}

.mad-sides {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copyrights a:hover {
  color: #2e3133;
}

/* ----------------------------------------
        Grid
    ---------------------------------------- */

[class*='item-col-']:not(.no-gutters) {
  margin: -3rem -1rem 0;
}

[class*='item-col-']:not(.no-gutters) > * {
  padding: 3rem 1rem 0;
}

.mad-grid--isotope[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-grid--isotope[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.item-col-1 > * {
  width: 100%;
}

.item-col-2 > * {
  width: 50%;
}

.item-col-3 > * {
  width: 33.3333%;
}

.item-col-4 > * {
  width: 25%;
}

.item-col-5 > * {
  width: 20%;
}

.item-col-6 > * {
  width: 16.6666%;
}

.row:not(.col-no-space) {
  margin-bottom: -3rem;
}

.row:not(.col-no-space) > [class*='col'] {
  padding-bottom: 3rem;
}

.row:not(.col-no-space) {
  margin-bottom: -3rem;
}

.row:not(.col-no-space) > [class*='col'] {
  padding-bottom: 3rem;
}

.row.vr-size-1:not(.col-no-space) {
  margin-bottom: -2rem;
}

.row.vr-size-1:not(.col-no-space) > [class*='col'] {
  padding-bottom: 2rem;
}

.row.vr-size-2:not(.col-no-space) {
  margin-bottom: -5rem;
}

.row.vr-size-2:not(.col-no-space) > [class*='col'] {
  padding-bottom: 5rem;
}

.row.hr-size-1:not(.col-no-space) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.row.hr-size-1:not(.col-no-space) > [class*='col'] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.row.hr-size-2:not(.col-no-space) {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.row.hr-size-2:not(.col-no-space) > [class*='col'] {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.row.hr-size-3:not(.col-no-space) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.row.hr-size-3:not(.col-no-space) > [class*='col'] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.row.vr-size-3:not(.col-no-space) {
  margin-bottom: -6rem;
}

.row.vr-size-3:not(.col-no-space) > [class*='col'] {
  padding-bottom: 6rem;
}

/* ----------------------------------------
        Modals
    ---------------------------------------- */

.mad-modal {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

.arcticmodal-container {
  background-color: #fff;
}

.arcticmodal-container_i2 {
  padding: 0;
  height: 100%;
}

.arcticmodal-container table {
  background-color: transparent;
  border: none;
}

.arcticmodal-container table tr {
  border: none;
  -webkit-transition: none;
  transition: none;
}

.arcticmodal-container table tr:hover {
  background-color: transparent;
}

.arcticmodal-close {
  font-size: 2rem;
  color: #2e3133;
  position: absolute;
  right: 4rem;
  top: 4rem;
}

.arcticmodal-close:hover {
  color: #46a69c;
}

.arcticmodal-close i {
  font-size: 2.5rem;
}

/* ----------------------------------------
        Search Modal
    ---------------------------------------- */

.mad-modal--search .arcticmodal-container_i2 {
  vertical-align: middle;
}

.mad-modal--search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mad-modal--search .mad-title {
  margin-right: 2rem;
}

.mad-modal--search .mad-title:not(:last-child) {
  margin-bottom: 0;
}

.mad-modal--search form {
  width: 40%;
  display: flex;
}

.mad-modal--search form input {
  width: 100%;
  height: 4rem;
  border: 2px solid #dce3e6;
  border-radius: 1rem;
}

.mad-modal--search form button {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  text-align: center;
  padding: 0;
  color: #012533;
  border-radius: 1rem;
  margin-left: 0.5rem;
  position: relative;
}

.mad-modal--search form button i {
  font-size: 1.5rem;
}

/* ----------------------------------------
        Responsive Iframe
    ---------------------------------------- */

.mad-responsive-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}

.mad-responsive-iframe > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mad-fullwidth-iframe > iframe {
  width: 100%;
}

.mad-responsive-iframe.size-2 {
  padding-bottom: 42%;
}

/* ----------------------------------------
        Comments
    ---------------------------------------- */

.comments-list {
  overflow: hidden;
}

.comments-list > .comment:first-child {
  margin-top: -2.5rem;
}

.comment {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 2.5rem;
}

.comment .fn {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2e3133;
  display: block;
  font-style: normal;
  font-weight: bold;
}

.comment-author-avatar {
  float: left;
  margin-right: 1.25rem;
  position: relative;
  z-index: 2;
}

.comment .children > li,
.comment.comment-has-children > .comment-body > .comment-author-info {
  position: relative;
}

.comment-author-info {
  padding-left: 6.5rem;
}

.comment-meta {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
  color: #747c80;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comment-meta time {
  font-style: normal;
}

.mad-text-link {
  color: #26658c;
}

.mad-text-link i {
  font-size: 1rem;
  line-height: inherit;
}

.mad-text-link:hover {
  color: #2e2133;
}

.comment-meta > * {
  margin-top: 0.5rem;
}

.comment-meta > * i {
  font-size: 1.25rem;
}

.comment-content:not(:last-child) {
  margin-bottom: 0.1rem;
}

.comment-actions {
  font-size: 0.6875rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #b1b1b1;
  letter-spacing: 0.82px;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.comment-actions > a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.comment::after {
  content: '';
  display: block;
  clear: both;
}

.comment .children {
  padding-left: 2.5rem;
  overflow: hidden;
}

/* ----------------------------------------
    3. Components
---------------------------------------- */

/* ----------------------------------------
        Social icons
    ---------------------------------------- */

.mad-social-icons ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.75rem 0;
}

.mad-social-icons ul li {
  padding: 0.5rem 0.75rem 0;
}

.mad-social-icons ul li a {
  display: block;
  color: #46a69c;
  font-size: 1.5rem;
}

.mad-social-icons ul li a i {
  line-height: inherit;
}

.mad-social-icons.size-big ul li a {
  font-size: 2rem;
}

.mad-social-icons.size-big ul {
  margin: -1rem -1rem 0;
}

.mad-social-icons.size-big ul li {
  padding: 1rem 1rem 0;
}

.mad-social-icons.size-small ul li a {
  font-size: 1.25rem;
}

.mad-social-icons.size-small ul {
  margin: -1rem -0.75rem 0;
}

.mad-social-icons.size-small ul li {
  padding: 1rem 0.75rem 0;
}

.mad-social-icons.size-small-2 ul li a {
  font-size: 1.125rem;
}

.mad-social-icons.size-small-2 ul {
  margin: -1rem -0.75rem 0;
}

.mad-social-icons.size-small-2 ul li {
  padding: 1rem 0.75rem 0;
}

.mad-social-icons.style-2 ul li a {
  color: #eb0029;
}

.mad-social-icons.style-2 ul li a:hover {
  color: #2e3133;
}

.mad-social-icons.type-2 ul {
  margin: -0.5rem -0.25rem 0;
}

.mad-social-icons.type-2 ul li {
  padding: 0.5rem 0.25rem 0;
}

.mad-social-icons.type-2 ul li a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 0.5rem;
  display: block;
  background: #4267b2;
  font-size: 0.875rem;
  color: #fff;
}

.mad-social-icons.type-2 ul li a.color-2 {
  background: #55acee;
}

.mad-social-icons.type-2 ul li a.color-3 {
  background: #35465c;
}

.mad-social-icons.type-2 ul li a.color-4 {
  background: #cb2027;
}

/* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

.mad-dropcap > *:first-child:first-letter {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0;
  color: #26658c;
}

.mad-dropcap--filled > *:first-child:first-letter {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  padding: 9px 11px;
  text-align: center;
  background: #4abfd9;
  margin-top: 0;
  border-radius: 1rem;
}

/* firefox only */
@-moz-document url-prefix() {
  .mad-dropcap > *:first-child:first-letter {
    margin-top: 6px;
  }
  .mad-dropcap--filled > *:first-child:first-letter {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

.mad-alert-boxes-example {
  margin-top: -1rem;
}

.mad-alert-box {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  width: 100%;
  flex: 1;
}

.mad-alert-box strong {
  font-weight: inherit;
}

.mad-alert-box-inner {
  position: relative;
  border-radius: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4.5rem;
  padding-right: 3.75rem;
  text-align: initial;
}

.mad-alert-box-inner::before {
  font-family: 'Material Icons Outlined';
  font-size: 1.75rem;
  line-height: 1;
  position: absolute;
  font-weight: normal;
  left: 2rem;
  top: 1.5rem;
}

.mad-alert-box-close {
  position: absolute;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  display: block;
  width: 1rem;
  height: 1rem;
  right: 1.875rem;
  top: 0;
  margin-top: 28px;
  overflow: hidden;
}

.mad-alert-box-close::-moz-selection {
  color: transparent;
}

.mad-alert-box-close::selection {
  color: transparent;
}

.mad-alert-box-close::-webkit-selection {
  color: transparent;
}

.mad-alert-box-close::after {
  font-family: 'Material Icons';
  content: 'close';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  margin-top: -0.575rem;
  color: #2e3133;
}

.mad-alert-box--success {
  color: #4a7309;
}

.mad-alert-box--success .mad-alert-box-inner {
  background: #e3f2f0;
  color: #46a69c;
}

.mad-alert-box--success .mad-alert-box-inner::before {
  content: 'check_circle';
}

.mad-alert-box--warning {
  color: #d9a934;
}

.mad-alert-box--warning .mad-alert-box-inner {
  background: #f9f2e1;
  color: #d9a934;
}

.mad-alert-box--warning .mad-alert-box-inner::before {
  content: 'notification_important';
}

.mad-alert-box--info {
  color: #26658c;
}

.mad-alert-box--info .mad-alert-box-inner {
  color: #26658c;
  background: #e5ecf1;
}

.mad-alert-box--info .mad-alert-box-inner::before {
  content: 'info';
}

.mad-alert-box--error {
  color: #d94945;
}

.mad-alert-box--error .mad-alert-box-inner {
  background: #fae9e8;
}

.mad-alert-box--error .mad-alert-box-inner::before {
  content: 'highlight_off';
}

.mad-csstransforms3d .mad-alert-box-close {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 3, 0.75, 0.9);
  transition: transform 0.4s cubic-bezier(0.25, 3, 0.75, 0.9);
}

.mad-csstransforms3d .mad-alert-box-close:hover {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

/* ----------------------------------------
        Lists
    ---------------------------------------- */

.mad-entity-content
  > ul:not(.mad-list--icon):not(.mad-list--unstyled)
  > li::before,
.mad-entity-content > ul > li i {
  font-size: 1rem;
  color: #4bbfd9;
}

.mad-entity-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.mad-entity-content ol ol,
.mad-entity-content ol ul {
  padding-left: 2rem;
}

.mad-entity-content ol ul > li > ul,
.mad-entity-content ol ul > li > ol {
  padding-left: 0;
}

.mad-list-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-entity-content.style-2
  ul:not(.mad-list--icon):not(.mad-list--unstyled)
  > li::before,
.mad-entity-content.style-2 ul > li i {
  color: #2e3133;
}

/* ----------------------------------------
            Icon List
        ---------------------------------------- */

.mad-list--icon > li,
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
  padding-left: 2rem;
  line-height: 1.5rem;
  position: relative;
}

.mad-list--icon > li > .icon,
.mad-entity-content
  > ul:not(.mad-list--icon):not(.mad-list--unstyled)
  > li::before {
  position: absolute;
  left: 1px;
  top: 0;
  line-height: 1.5rem;
}

.mad-list--icon ul,
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-icon-first) {
  padding-top: 1rem;
}

.mad-entity-content
  > ul:not(.mad-list--icon):not(.mad-list--unstyled)
  > li:not(:last-child),
.mad-list--icon > li:not(:last-child),
.mad-list--icon-big > li:not(:last-child),
.mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
.mad-entity-content
  > ul:not(.mad-list--icon):not(.mad-list--unstyled)
  > li:not(:last-child),
.mad-list--icon > li:not(:last-child),
.mad-list--icon-big > li:not(:last-child),
.mad-entity-content > ol:not(.mad-list--unstyled) > li:not(:last-child) {
  margin-bottom: 1rem;
}

/* ----------------------------------------
            Vertical list
        ---------------------------------------- */

.mad-vr-list ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-footer .mad-vr-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* ----------------------------------------
            Horizontal list
        ---------------------------------------- */

.mad-hr-list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}

/* ----------------------------------------
            Our Info
        ---------------------------------------- */

.mad-our-info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.mad-our-info.vr-type {
  display: flex;
  flex-wrap: wrap;
}

.mad-our-info.vr-type {
  row-gap: 0.5rem;
}

.mad-our-info.vr-type .mad-info {
  display: flex;
}

.mad-our-info.vr-type .mad-info > i {
  min-width: 2rem;
  font-size: 1.3rem;
  line-height: inherit;
  color: #2e3133;
}

.mad-our-info-box .mad-our-info-item {
  border: 2px solid #dce3e6;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.875rem;
  display: flex;
  column-gap: 2rem;
  row-gap: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-our-info-box .mad-our-info-item > .mad-our-info {
  flex: 1;
}

.mad-our-info-item .mad-info-title {
  color: #2e3133;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.mad-our-info-item .mad-info-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* ----------------------------------------
        Blockquotes
    ---------------------------------------- */

.mad-testimonial-bg .mad-testimonial blockquote {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #46a69c;
  font-weight: bold;
}

.mad-testimonial-bg.color-2 .mad-testimonial {
  background: #46a69c;
}

.mad-testimonial-bg.color-2 .mad-testimonial blockquote,
.mad-testimonial-bg.color-2 .mad-testimonial .mad-author-name {
  color: #fff;
}

.mad-testimonial-bg.color-2 .mad-testimonial .mad-author-info cite {
  color: #d7e4e2;
}

.mad-testimonials:not(.type-3)
  .mad-testimonial-bg.color-2
  .mad-testimonial:after {
  background-color: #fff;
}

/* ----------------------------------------
        Buttons
    ---------------------------------------- */

.btn {
  padding: 1rem 1.5rem 1rem;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1rem;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0px;
  z-index: 1;
  border-radius: 1rem;
  position: relative;
  background: #46a69c;
}

.btn:hover {
  background: #3b8c84;
}

.btn-small {
  font-size: 14px;
  padding: 0.75rem 1rem;
  font-weight: bold;
}

.btn-big {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem 2rem 1rem;
  border-radius: 1rem;
}

.btn-huge {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 1.25rem 2.5rem;
}

[class*='btn'] > i {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: -4px;
  line-height: 0.5rem;
}

.btn-small > i {
  font-size: 1rem;
}

.btn-big > i {
  font-size: 1.5rem;
  vertical-align: -5px;
}

.btn-huge > i {
  font-size: 1.75rem;
  vertical-align: -7px;
}

[class*='btn'] > i:not(:only-child):first-child {
  margin-right: 0.5rem;
}

[class*='btn'] > i:not(:only-child):last-child {
  margin-left: 0.5rem;
}

[class*='btn'].btn-style-2 {
  background: #26658c;
}

[class*='btn'].btn-style-2:hover {
  background: #1f5373;
}

[class*='btn'].btn-style-3 {
  background: #4abfd9;
  color: #fff;
}

[class*='btn'].btn-style-3:hover {
  background: #41a8bf;
}

[class*='btn'].btn-style-4 {
  background: #d94945;
  color: #fff;
}

[class*='btn'].btn-style-4:hover {
  background: #bf423d;
}

[class*='btn'].btn-style-5 {
  background: #d9a934;
  color: #fff;
}

[class*='btn'].btn-style-5:hover {
  background: #bf962e;
}

[class*='btn'].btn-style-6 {
  background: #75bf7a;
  color: #fff;
}

[class*='btn'].btn-style-6:hover {
  background: #65a669;
}

[class*='btn'].btn-style-7 {
  background: #edf1f2;
  color: #2e3133;
}

[class*='btn'].btn-style-7:hover {
  background: #26658c;
  color: #fff;
}

[class*='btn'].btn-style-8 {
  background: #fff;
  color: #26658c;
}

[class*='btn'].btn-style-8:hover {
  background: #26658c;
  color: #fff;
}

.page-nav {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.page-nav .menu-button {
  font-size: 30px;
}

.btn-wrap {
  margin: -0.625rem;
}

.btn-wrap > * {
  margin: 0.625rem;
}

.prev-btn,
.next-btn,
.exp {
  font-weight: 600;
  margin-left: 30px;
  position: relative;
}

.prev-btn,
.next-btn {
  border-bottom: 1px solid transparent;
}

.prev-btn:hover,
.next-btn:hover {
  border-bottom-color: inherit;
}

.prev-btn:before,
.next-btn:before,
.exp:before {
  font-family: 'Linearicons';
  content: '\e964';
  font-size: 20px;
  color: #262626;
  position: absolute;
  font-weight: normal;
  left: 0;
  top: 0;
  margin-top: -3px;
  margin-left: -30px;
}

.next-btn {
  margin-left: 0;
  margin-right: 30px;
}

.next-btn:before {
  margin-left: 0;
  margin-right: -30px;
}

.next-btn:before {
  content: '\e965';
  right: 0;
  left: auto;
}

.mad-back-to-top {
  width: 56px;
  height: 56px;
  padding: 0;
  text-align: center;
  position: fixed;
  border-radius: 50%;
  z-index: 103;
  right: 3.3%;
  top: 60%;
  color: #2e3133;
  background: #edf1f2;
}

.mad-back-to-top:hover {
  background: #26658c;
  color: #fff;
}

.mad-back-to-top .icon {
  width: 1.375rem;
  height: 1.1875rem;
}

.mad-back-to-top .icon:after {
  content: 'keyboard_arrow_up';
  font-family: 'Material Icons';
  font-size: 2rem;
  line-height: 3.5rem;
}

.mad-read-more {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #26658c;
}

.mad-read-more:not(.no-arrow):after {
  content: 'keyboard_arrow_right';
  font-family: 'Material Icons';
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 3px;
  top: 0;
}

.mad-read-more:hover {
  color: #2e3133;
}

.mad-read-more.size-2 {
  font-size: 1.125rem;
}

.btn-set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.btn-set.justify-content-between {
  width: 100%;
}

.btn-set.justify-content-between > *:last-child .tags {
  justify-content: flex-end;
}

.mad-product-single
  .btn-set.justify-content-between
  .product-meta
  li.tags:last-child {
  margin-top: 0.75rem;
}

.btn-set.size-2 {
  column-gap: 1rem;
  row-gap: 1rem;
}

.btn-set.vr-type {
  flex-direction: column;
}

.btn-set.small-btns {
  margin: -0.25rem -0.125rem 0;
}

.btn-set.small-btns > * {
  margin: 0.25rem 0.125rem 0;
}

.btn-set.big-btns {
  margin: -1rem -0.5rem 0;
}

.btn-set.big-btns > * {
  margin: 1rem 0.5rem 0;
}

.btns-set {
  margin: -3rem -1rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.btns-set > ul {
  width: 14.25555%;
  padding: 3rem 1rem 0;
  line-height: normal;
}

.btns-set ul > li:not([class*='content-element-']):not(:last-child) {
  margin-bottom: 1rem;
}

.mad-share-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.25rem -0.125rem 0;
}

.mad-share-btns > a {
  padding: 0.3125rem 2rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1px;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 500;
  margin: 0.25rem 0.125rem 0;
  background-image: none !important;
}

.mad-share-btns > a i {
  font-size: 0.75rem;
  margin-right: 0.625rem !important;
  margin-left: 0 !important;
  margin-top: 0.25rem;
  line-height: 25px;
}

.mad-share-btns > a i.icon {
  font-size: 0.875rem;
}

.mad-share-btns > span {
  margin-right: 1rem;
}

.mad-paycards a {
  border-radius: 0.5rem;
  display: block;
  overflow: hidden;
}

/* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

.mad-panels-title > button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: initial;
  display: block;
  width: 100%;
  position: relative;
  padding: 1.9688rem 0;
  padding-right: 3rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
  background-clip: padding-box;
  color: #26658c;

  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mad-panels-title > button::after,
.mad-panels-title > button::before {
  font-family: 'Material Icons';
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 2rem;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.mad-panels-title > button::before {
  content: 'add_circle_outline';
}

.mad-panels-title > button::after {
  content: 'remove_circle_outline';
  opacity: 0;
}

.mad-panels-title:not(:last-child) {
  margin-bottom: 0;
}

.mad-panels-active.mad-panels-title > button::before {
  opacity: 0;
}

.mad-panels-active.mad-panels-title > button::after {
  opacity: 1;
}

.mad-panels-title:first-child > button {
  padding-top: 0;
}

.mad-panels-definition {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-panels:not(.mad-panels--style-2) .mad-panels-title:not(:first-child) {
  margin-top: 0.5rem;
}

.mad-panels.mad-panels--style-2 .mad-panels-title:first-child > button::after,
.mad-panels.mad-panels--style-2 .mad-panels-title:first-child > button::before {
  margin-top: 0;
  top: 0;
}

.mad-panels:not(.mad-panels--style-2) .mad-panels-title {
  border: 2px solid #dce3e6;
  border-radius: 1rem;
  padding: 0 1.875rem;
}

.mad-panels:not(.mad-panels--style-2) .mad-panels-definition {
  padding-bottom: 1.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border: 2px solid #dce3e6;
  border-radius: 0 0 1rem 1rem;
  border-top: none;
  margin-top: -0.75rem;
  overflow: hidden;
}

.mad-panels-definition:not(:last-child) {
  margin-bottom: 0;
}

.mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mad-panels:not(.mad-panels--style-2) .mad-panels-title > button {
  padding: 29.5008px 0;
}

.mad-panels-title.mad-panels-active > button,
.mad-panels-title:hover > button {
  color: #2e3133;
}

.mad-panels--style-2 .mad-panels-definition {
  padding-bottom: 1.75rem;
  margin-top: -0.75rem;
  overflow: hidden;
}

.mad-panels--style-2 .mad-panels-title:first-child > button {
  border-top: none;
}

.mad-panels--style-2 .mad-panels-title > button {
  border-width: 1px 0 0 0;
  border-color: #dce3e6;
}

.mad-csstransforms3d .mad-panels-title > button::after,
.mad-csstransforms3d .mad-panels-title > button::before {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.mad-csstransforms3d .mad-panels-title > button::after,
.mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.mad-csstransforms3d .mad-panels-title > button::before,
.mad-csstransforms3d .mad-panels-title.mad-panels-active > button::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mad-panels-definition .mad-table-wrap {
  border-width: 1px;
}

/* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

.mad-tabs:not(.mad-tabs--unstyled) {
  overflow: hidden;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
  font-weight: bold;
  display: flex;
  column-gap: 2.5rem;
  position: relative;
  z-index: 2;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mad-tabs.mad-tabs--style-2:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections)
  .mad-tabs-nav
  > span {
  margin-bottom: -2px;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
  color: #26658c;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;

  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active > a {
  color: #2e3133;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tab {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
}

.mad-tabs--style-2 {
  border: 2px solid #dce3e6;
  border-radius: 1rem;
}

.mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav {
  column-gap: 0;
  border-bottom: 2px solid #dce3e6;
}

.mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tabs-nav a {
  position: relative;
  padding: 30px;
  border-bottom: 2px solid #dce3e6;
  z-index: 2;
  border-right: 2px solid #dce3e6;
}

.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections)
  .mad-tabs-nav
  .mad-active
  > a {
  border-bottom-color: #fff;
}

.mad-tabs--style-2:not(.mad-tabs--unstyled) .mad-tab {
  padding: 2rem 1.875rem;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav {
  float: left;
  width: 30%;
  max-width: 20.375rem;
  display: block;
  border: none;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-nav > span {
  display: block;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2)
  .mad-tabs-nav
  > span
  a {
  padding: 2rem 0;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2)
  .mad-tabs-nav
  > span:first-child
  a {
  padding-top: 0;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2)
  .mad-tabs-nav
  > span:not(:last-child)
  a {
  border-bottom: 1px solid #dce3e6;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled),
.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tabs-container {
  overflow: hidden;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled):not(.mad-tabs--style-2)
  .mad-tab {
  padding-top: 0;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab,
.mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tab {
  padding: 30px;
  margin-top: 0;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled) .mad-tab {
  padding-right: 0;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2
  .mad-tabs-nav {
  margin-right: -2px;
  margin-bottom: -2px;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2
  .mad-tabs-nav
  a {
  padding: 30px;
}

.mad-tabs--tour-sections:not(.mad-tabs--unstyled).mad-tabs--style-2
  .mad-tabs-container {
  border-left: 2px solid #dce3e6;
  border-top: none;
}

.mad-tabs--tour-sections.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2
  .mad-tabs-nav
  .mad-active
  > a {
  border-right-color: #fff;
}

.mad-tabs.with-carousel {
  overflow: visible;
}

.mad-tabs.with-carousel .owl-carousel.nav-top .owl-nav {
  margin-bottom: 5.3rem;
}

.mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tab {
  padding-top: 1.25rem;
}

.mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tabs-nav a {
  padding: 0 1.5rem;
  background: transparent;
  font-size: 1rem;
  line-height: 2.5rem;
  border-radius: 1rem;
  letter-spacing: -0.02rem;
  white-space: nowrap;
  position: relative;
  z-index: 9;
}

.mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tabs-nav .mad-active a {
  background: #26658c;
  color: #fff;
}

.mad-tabs.type-2:not(.mad-tabs--unstyled) .mad-tabs-nav {
  column-gap: 0;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav.style-2 a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2e3133;
  letter-spacing: -0.3px;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav.style-2 .mad-active > a {
  color: #d94945;
}

.mad-panels--style-2 .mad-panels-title:last-child > button {
  padding-bottom: 0;
}

.mad-tabs.sort-tabs:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
  column-gap: 0.25rem;
}

.mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #8b9599;
  background: #edf1f2;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mad-tabs.sort-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a .svg .cls-1 {
  stroke: transparent;
  fill: #8a9397;
}

.mad-tabs.sort-tabs:not(.mad-tabs--unstyled)
  .mad-tabs-nav
  .mad-active
  a
  .svg
  .cls-1 {
  fill: #2e3133;
}

.mad-tabs.with-panels .mad-tab {
  padding-bottom: 0 !important;
}

/* ----------------------------------------
        Pagination
    ---------------------------------------- */

/* Pages Navigation */

.mad-page-nav {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mad-page-nav > [class*='mad-nav-'] {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  position: relative;
  max-width: 50%;
}

.mad-page-nav > [class*='mad-nav-']:before {
  content: 'keyboard_arrow_left';
  font-family: 'Material Icons';
  display: block;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2e3133;
  background: #dce3e6;
  transition: all 0.5s ease;
  border-radius: 50%;
  cursor: pointer;
}

.mad-page-nav > [class*='mad-nav-']:hover:before {
  background: #26658c;
  color: #fff;
}

.mad-page-nav > .mad-nav-right:before {
  content: 'keyboard_arrow_right';
}

.nav-actions a b {
  font-weight: normal;
}

.mad-page-nav > .mad-nav-right {
  flex-direction: row-reverse;
  text-align: right;
}

.mad-page-nav > [class*='mad-nav-'] > * {
  padding: 0 1rem;
}

.mad-page-nav.mad-entities.mad-entity-hr .mad-entity {
  padding: 0;
  background: none;
  border-radius: 0;
}

.mad-page-nav.mad-entities.mad-entity-hr
  .mad-nav-right
  .mad-entity
  .mad-entity-tags {
  justify-content: flex-end;
}

.mad-page-nav.mad-entities.mad-entity-hr
  .mad-nav-right
  .mad-entity
  .mad-entity-media {
  margin-right: 0;
  margin-left: 1rem;
}

/* Pages Navigation */

.mad-pagination {
  display: flex;
  column-gap: 0.5rem;
  margin-top: 2rem;
}

.mad-pagination > li > a {
  font-weight: bold;
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2rem;
  background: #dce3e6;
  color: #2e3133;
  border-radius: 50%;
}

.mad-pagination > li > a:hover {
  background: #26658c;
  color: #fff;
}

.mad-pagination > li > a.current {
  background: #2e3133;
  color: #fff;
}

.mad-pagination > li > a .svg {
  width: 1.375rem;
  height: 3.5rem;
}

.mad-pagination > li > a .svg path {
  fill: #2e3133;
  stroke: transparent;
}

.mad-arrows:after {
  font-family: 'Material Icons';
  font-size: 1.25rem;
}

.mad-arrows.prev:after {
  content: 'keyboard_arrow_left';
}

.mad-arrows.next:after {
  content: 'keyboard_arrow_right';
}

/* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

.mad-progress-bars-item:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-progress-bar {
  height: 8px;
  position: relative;
  border: 2px solid #46a69c;
  border-radius: 0.5rem;
  overflow: hidden;
}

.mad-progress-bar-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  padding-right: 6.25rem;
  color: #2e3133;
}

.mad-progress-bar-title::after {
  content: attr(data-value) attr(data-units);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #46a69c;
}

.mad-progress-bar-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background: #46a69c;
}

.mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar {
  border-width: 0;
  background: #edf1f2;
}

.mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-indicator {
  background: #26658c;
}

.mad-progress-bars.mad-progress-bars--secondary .mad-progress-bar-title::after {
  color: #26658c;
}

/* ----------------------------------------
        Counters
    ---------------------------------------- */

.mad-counters {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.mad-counters[class*='item-col-']:not(.no-gutters) {
  margin-top: -3rem;
}

.mad-counters[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 3rem;
}

.mad-counter {
  color: #515759;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
}

.mad-counter-count {
  font-size: 4.5rem;
  line-height: 4rem;
  white-space: nowrap;
  font-weight: 300;
  color: #2e3133;
  letter-spacing: -0.15rem;
}

.mad-counter-icon {
  line-height: 1;
}

.mad-counter-icon .svg {
  height: 4.5rem;
}

.mad-counter .mad-counter-icon:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-counter .mad-counter-icon:after {
  width: 4rem;
  height: 4rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
}

.mad-counter-icon .svg .cls-1 {
  stroke: #2e3133;
}

.mad-counters.hr-type .mad-counter .mad-counter-inner {
  display: flex;
  align-items: center;
}

.mad-counters.hr-type .mad-counter .mad-counter-icon {
  margin-bottom: 0;
  min-width: 6.75rem;
}

.mad-counters.style-2 .mad-counter {
  color: #c5d3d9;
}

.mad-counters.style-2 .mad-counter-count {
  color: #fff;
}

.mad-counters.style-2 .mad-counter-icon .svg .cls-1 {
  stroke: #fff;
}

.mad-counters.style-2 .mad-counter-icon:after {
  background: #3489ab;
}

.mad-counters.hr-type .mad-counter-icon:after {
  margin-right: 2.1875rem;
}

.mad-counters.no-icons .mad-counter-icon {
  display: none;
}

.mad-counters.no-icons .mad-counter-icon {
  display: none;
}

/* ----------------------------------------
        Products
    ---------------------------------------- */

.mad-products[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-products[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.mad-products:not(.owl-carousel) {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel.mad-products .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

@-moz-document url-prefix() {
  .owl-carousel.mad-products .owl-stage,
  .mad-products.hr-type.with-border.owl-carousel .owl-stage {
    flex-wrap: wrap !important;
  }

  .mad-products.hr-type .mad-grid-item {
    border-left: none !important;
  }
}

.mad-products.hr-type.with-border.owl-carousel .owl-stage {
  flex-wrap: wrap;
}

.owl-carousel.mad-products .owl-stage .owl-item {
  float: none;
}

.mad-products-with-countdown:not(.type-2) [class*='item-col-'],
.mad-products.with-border[class*='item-col-'] {
  margin: 0;
}

.mad-products-with-countdown:not(.type-2) [class*='item-col-'] > *,
.mad-products.with-border[class*='item-col-'] > * {
  padding: 0;
}

.mad-products-with-countdown:not(.type-2) {
  z-index: 1;
  height: 100%;
  padding: 1.875rem 0;
  position: relative;
  border: 2px solid #d94945;
  border-radius: 1rem;
}

/* .mad-products-with-countdown:not(.type-2):after {
            content: '';
            border: 2px solid #d94945;
            border-radius: 1rem;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        } */

.mad-products-with-countdown.type-2 {
  border: 2px solid #d94945;
  border-radius: 1rem;
  padding: 1.875rem 0;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.mad-products-with-countdown.type-2 .owl-carousel .owl-nav button.owl-prev {
  left: -4.4rem;
}

.mad-products-with-countdown.type-2 .owl-carousel .owl-nav button.owl-next {
  right: -4.4rem;
}

.mad-products-with-countdown.type-2 .owl-carousel:not(.no-nav):not(.nav-top) {
  padding: 0;
}

.mad-products-with-countdown:not(.type-2) .mad-page-title {
  padding-left: 2rem;
}

.mad-products.with-border .owl-stage-outer,
.mad-products.with-border:not(.owl-carousel) {
  padding: 1.875rem 0;
  background: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.mad-products.with-border:not(.owl-carousel):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #dce3e6;
  border-radius: 1rem;
  z-index: -1;
}

.mad-products.with-border.owl-carousel .owl-stage-outer {
  position: relative;
  padding: 1.875rem 0;
  height: 100%;
}

.mad-products.with-border.owl-carousel .owl-stage-outer {
  border: 2px solid #dce3e6;
  border-radius: 1rem;
}

.mad-products.hr-type.owl-carousel .mad-grid-item {
  margin-right: 0;
  border-left: none;
}

.mad-products.style-2:not(.owl-carousel) .mad-product {
  margin: 0;
  border-left: none;
}

.mad-products-with-countdown .mad-page-title {
  color: #d94945;
}

.mad-products-with-countdown:not(.type-2) .owl-carousel.nav-top .owl-nav {
  right: 1.875rem;
}

.mad-products:not(.owl-carousel):not(.mad-product-small):not(.mad-product-single):not(.hr-type) {
  display: flex;
  flex-wrap: wrap;
}

.mad-products:not(.mad-product-small) .mad-product {
  padding: 1.875rem;
  border-radius: 1rem;
  border: 2px solid #dce3e6;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mad-products:not(.mad-product-small) .mad-product:hover {
  border-color: #26658c;
}

.mad-products .mad-product-image {
  position: relative;
  background: none !important;
}

.mad-products:not(.mad-product-small):not(.hr-type)
  .mad-product
  .mad-product-image:not(:last-child),
.mad-products:not(.mad-product-small)
  .mad-product.big-type
  .mad-product-image:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-product .mad-rating-top-level > *,
.mad-product .mad-rating-bottom-level > * {
  font-size: 1.19rem;
  line-height: 1;
}

.mad-products:not(.mad-product-small) .mad-product-image img {
  width: 100%;
}

.mad-product-description {
  flex: 1;
}

.mad-products:not(.mad-product-small)
  .mad-product-description:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-product-description .mad-product-title {
  font-weight: bold;
}

.mad-product-description .mad-product-title .mad-link {
  color: #26658c;
  font-weight: bold;
  border: none;
}

.mad-product-description .mad-product-title .mad-link:hover {
  color: #2e3133;
}

.mad-product-info {
  font-size: 1rem;
  color: #a8a7a8;
  display: block;
  line-height: 1rem;
}

.mad-info-item {
  font-size: 0.8125rem;
  color: #8b9599;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.mad-info-item > span {
  font-weight: 500;
}

.mad-info-item .mad-progress-bars {
  width: 100%;
  max-width: 6.5rem;
}

.mad-info-item
  .mad-progress-bars.mad-progress-bars--secondary
  .mad-progress-bar-indicator {
  background: #46a69c;
}

.mad-info-item
  .mad-progress-bars.mad-progress-bars--secondary
  .mad-progress-bar[aria-valuenow='40']
  .mad-progress-bar-indicator,
.mad-info-item
  .mad-progress-bars.mad-progress-bars--secondary
  .mad-progress-bar[aria-valuenow='45']
  .mad-progress-bar-indicator {
  background: #d9a934;
}

.mad-info-item
  .mad-progress-bars.mad-progress-bars--secondary
  .mad-progress-bar[aria-valuenow='10']
  .mad-progress-bar-indicator,
.mad-info-item
  .mad-progress-bars.mad-progress-bars--secondary
  .mad-progress-bar[aria-valuenow='20']
  .mad-progress-bar-indicator,
.mad-info-item
  .mad-progress-bars.mad-progress-bars--secondary
  .mad-progress-bar[aria-valuenow='15']
  .mad-progress-bar-indicator {
  background: #d94945;
}

.mad-info-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-info-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #515759;
}

.mad-product .mad-actions {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  margin-right: -1.875rem;
}

.mad-product .mad-actions a:not(:last-child) {
  margin: 0;
}

.mad-product:hover .mad-actions {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.mad-cart,
.mad-product .mad-actions > a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #2e2133;
  background: #edf1f2;
  display: block;
  border-radius: 50%;
}

.mad-cart:hover,
.mad-product .mad-actions > a:hover {
  background: #26658c;
  color: #fff;
}

.mad-product .mad-rating:not(:last-child) {
  margin-bottom: 0.25rem;
}

.mad-product-info:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-products:not(.mad-product-small):not(.mad-product-single)
  .mad-product-description
  .mad-product-title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.mad-product-cat {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #747c80;
  display: block;
  font-weight: 500;
}

.mad-product-cat:hover {
  color: #2e3133;
}

.mad-product-cat:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-product-price {
  position: relative;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  color: #46a69c;
  display: block;
}

.mad-product-price span {
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 500;
  color: #8b9599;
  padding-left: 0.25rem;
}

.mad-product-price:not(:last-child) {
  margin-bottom: 0;
}

table tr.bg .mad-product-price {
  color: #eb0029;
  font-size: 1.25rem;
}

.shopping-cart .mad-products .mad-product-price:not(.onsale):before,
.shopping-cart .mad-products .mad-product-price span:before {
  display: none;
}

.mad-product .mad-label {
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
  color: #fff;
  background: #d94945;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mad-product .mad-product-image.sold .mad-label,
.mad-label.sold {
  background: #8b9599;
}

.mad-product .mad-label.new {
  background: #4abfd9;
}

.mad-product .mad-product-image.sold img {
  opacity: 0.5;
}

.mad-products.style-2.owl-carousel {
  /* height: 100%; */
  width: 100%;
}

.mad-products.style-2 .mad-product {
  border: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
}

.mad-products.style-2:not(.hr-type) .mad-product:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #dce3e6;
  width: 1px;
}

.mad-grid--cols-1.mad-products.style-2:not(.hr-type) .mad-product:before {
  display: none;
}

.mad-products.style-2:not(.hr-type):not(.owl-carousel)
  .mad-grid-item:last-child
  .mad-product:before {
  display: none;
}

.mad-products.style-2.type-2 .mad-product {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.mad-products.style-2.with-border.type-2 .mad-product:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 1.875rem;
  right: 1.875rem;
  background: #dce3e6;
  height: 1px;
  z-index: 1;
}

.mad-products.style-2.type-2.item-col-4
  .mad-grid-item:nth-child(-n + 4)
  .mad-product {
  padding-top: 0;
}

.mad-products.style-2.type-2.item-col-4
  .mad-grid-item:nth-last-child(-n + 4)
  .mad-product {
  padding-bottom: 0;
}

.mad-products.style-2.type-2.item-col-4
  .mad-grid-item:nth-last-child(-n + 4)
  .mad-product:after {
  display: none;
}

.mad-products.style-2.type-2.item-col-5
  .mad-grid-item:nth-child(-n + 5)
  .mad-product {
  padding-top: 0;
}

.mad-products.style-2.type-2.item-col-5
  .mad-grid-item:nth-last-child(-n + 5)
  .mad-product {
  padding-bottom: 0;
}

.mad-products.style-2.type-2.item-col-5
  .mad-grid-item:nth-last-child(-n + 5)
  .mad-product:after {
  display: none;
}

.mad-products.style-2.type-2.item-col-6
  .mad-grid-item:nth-child(-n + 6)
  .mad-product {
  padding-top: 0;
}

.mad-products.style-2.type-2.item-col-6
  .mad-grid-item:nth-last-child(-n + 6)
  .mad-product {
  padding-bottom: 0;
}

.mad-products.style-2.type-2.item-col-6
  .mad-grid-item:nth-last-child(-n + 6)
  .mad-product:after {
  display: none;
}

.mad-products.style-2 .mad-product:hover {
  border-color: #dce3e6;
}

.mad-products.hr-type .mad-product:not(.big-type) {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.mad-products.hr-type .mad-product > * {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mad-products.hr-type.nav-top .mad-product:not(.big-type) .mad-product-image {
  max-width: 11rem;
}

.mad-products.hr-type .mad-product:not(.big-type) .mad-product-image {
  max-width: 9.5rem;
}

.container.extra-width
  .mad-products.hr-type.item-col-4
  .mad-product:not(.big-type)
  .mad-product-image {
  max-width: 10.5rem;
}

.mad-products.hr-type.mad-grid--cols-1
  .mad-product:not(.big-type)
  .mad-product-image,
.mad-products.hr-type.mad-grid--cols-2
  .mad-product:not(.big-type)
  .mad-product-image {
  max-width: 9rem;
}

.mad-products.hr-type .mad-grid-item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dce3e6;
  border-left: 1px solid #dce3e6;
  margin-right: -1px;
}

.mad-products.hr-type:not([class*='item-col-']) .mad-grid-item {
  width: 100%;
}

.mad-products.hr-type:not(.owl-carousel) .mad-grid-item {
  margin: 0;
  border-left: none;
}

.mad-products.hr-type:not(.owl-carousel) .mad-grid-item:last-child {
  border: none;
}

.mad-products.hr-type .mad-grid-item .mad-product {
  border: none;
  position: relative;
}

.mad-products.hr-type .mad-grid-item .mad-product:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}

.mad-products.hr-type .mad-grid-item .mad-product:not(:last-child):after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  height: 1px;
  bottom: 0;
  background: #dce3e6;
}

.mad-products.hr-type .mad-product .mad-product-price {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.mad-products.hr-type .mad-product-description .mad-product-title {
  font-size: 1rem;
  letter-spacing: 0;
}

.mad-products.hr-type
  .mad-product.big-type
  .mad-product-description
  .mad-product-title,
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product-description
  .mad-product-title,
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product-description
  .mad-product-title,
.mad-products.size-2 .mad-product-description .mad-product-title,
.container.extra-width
  .mad-products.item-col-3
  .mad-product
  .mad-product-description
  .mad-product-title,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-product-description
  .mad-product-title {
  font-size: 1.25rem;
  line-height: 2rem;
}

.mad-products.hr-type .mad-product.big-type .mad-product-price,
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-product-price,
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product
  .mad-product-price,
.mad-products.size-2 .mad-product .mad-product-price,
.container.extra-width .mad-products.item-col-3 .mad-product .mad-product-price,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-product-price {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product-price
  span,
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product-price
  span,
.mad-products.size-2 .mad-product .mad-product-price span,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-product-price
  span,
.container.extra-width
  .mad-products.item-col-3
  .mad-product
  .mad-product-price
  span {
  font-size: 1.25rem;
  line-height: inherit;
}

.mad-product.big-type .mad-cart,
.mad-product.big-type .mad-actions > a,
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-cart,
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-actions
  > a,
.mad-section--stretched-content .mad-products.item-col-4 .mad-product .mad-cart,
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product
  .mad-actions
  > a,
.mad-products.size-2 .mad-product .mad-cart,
.mad-products.size-2 .mad-product .mad-actions > a,
.container.extra-width .mad-products.item-col-3 .mad-product .mad-cart,
.container.extra-width .mad-products.item-col-3 .mad-product .mad-actions > a,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-actions
  > a,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-cart {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.75rem;
}

.mad-product.big-type .mad-rating:not(:last-child),
.mad-product.big-type .mad-product-cat:not(:last-child),
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-rating:not(:last-child),
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-product-cat:not(:last-child),
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product
  .mad-rating:not(:last-child),
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product
  .mad-product-cat:not(:last-child),
.mad-products.size-2 .mad-product .mad-rating:not(:last-child),
.mad-products.size-2 .mad-product .mad-product-cat:not(:last-child),
.container.extra-width
  .mad-products.item-col-3
  .mad-product
  .mad-product-cat:not(:last-child),
.container.extra-width
  .mad-products.item-col-3
  .mad-product
  .mad-rating:not(:last-child),
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-rating:not(:last-child),
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-product-cat:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-product.big-type .mad-rating-top-level > *,
.mad-product.big-type .mad-rating-bottom-level > *,
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-rating-top-level
  > *,
.mad-section--stretched-content
  .mad-products.mad-grid--cols-4
  .mad-product
  .mad-rating-bottom-level
  > *,
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product
  .mad-rating-top-level
  > *,
.mad-section--stretched-content
  .mad-products.item-col-4
  .mad-product
  .mad-rating-bottom-level
  > *,
.mad-products.size-2 .mad-product .mad-rating-top-level > *,
.mad-products.size-2 .mad-product .mad-rating-bottom-level > *,
.container.extra-width
  .mad-products.item-col-3
  .mad-product
  .mad-rating-top-level
  > *,
.container.extra-width
  .mad-products.item-col-3
  .mad-product
  .mad-rating-bottom-level
  > *,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-rating-top-level
  > *,
.container.extra-width
  .mad-sidebar
  .mad-products-with-countdown
  .mad-products
  .mad-product
  .mad-rating-bottom-level
  > * {
  font-size: 1.375rem;
}

.mad-products.mad-grid--cols-6 .mad-product-description .mad-product-title,
.mad-products.mad-grid--cols-5.with-border
  .mad-product-description
  .mad-product-title,
.mad-products.item-col-6 .mad-product-description .mad-product-title,
.mad-products.item-col-5.with-border
  .mad-product-description
  .mad-product-title,
.mad-products.size-small .mad-product-description .mad-product-title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-products.mad-grid--cols-6 .mad-product .mad-product-price,
.mad-products.item-col-5 .mad-product .mad-product-price,
.mad-products.size-small .mad-product .mad-product-price {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.mad-sorting-section {
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  color: #8b9599;
  display: flex;
  row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.mad-sorting-section:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-sorting-section > .mad-col {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
}

.mad-sorting-section > .mad-col:last-child .mad-custom-select {
  min-width: 18rem;
}

.mad-filter-section {
  display: none;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.mad-filter-section.opened {
  display: block;
}

.mad-sorting-section .btn.toggled {
  background: #26658c;
  color: #fff;
}

.mad-filter-canvas {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mad-filter-canvas.mad-filter-opened {
  opacity: 1;
  visibility: visible;
}

.mad-filter-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22rem;
  padding: 7rem 2rem;
  padding-bottom: 0;
  background: #fff;
  overflow: auto;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

.mad-filter-inner .mad-widget:last-child {
  padding-bottom: 4rem;
}

.mad-filter-canvas.mad-filter-opened .mad-filter-inner {
  transform: translateX(0);
}

.mad-filter-canvas:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e293a;
  opacity: 0.7;
  z-index: -1;
}

.mad-filter-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #edf1f2;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
}

.mad-filter-close:hover {
  background: #26658c;
  color: #fff;
}

#main {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    min-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#main.without-sidebar {
  width: 100% !important;
  max-width: 100%;
  flex: 100%;
}

#sidebar {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#sidebar.sidebar-hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(-200%, 0);
}

#sidebar.sidebar-hide:not(.toggle-sidebar) {
  width: 0;
  max-width: 0;
  padding: 0;
  max-height: 0;
}

#sidebar.sidebar-hide.toggle-sidebar {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* Product one line */

.mad-products.one-line .mad-product {
  display: flex;
  flex-direction: row;
  row-gap: 2rem;
  column-gap: 2rem;
}

.mad-products.one-line .mad-product > * {
  width: 100%;
}

.mad-products.one-line .mad-product .mad-product-image {
  max-width: 20.5rem;
}

.mad-products.one-line .mad-product .mad-product-col {
  display: flex;
  column-gap: 2rem;
  row-gap: 1rem;
}

.mad-products.one-line .mad-product .mad-product-col > * {
  flex: 1;
}

.mad-products.one-line .mad-product .mad-product-col .mad-product-info {
  max-width: 13rem;
}

.mad-products.one-line .mad-product .mad-product-col .mad-product-description {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #747c80;
  font-weight: 500;
}

.mad-products:not(.mad-product-small):not(.mad-product-single).one-line
  .mad-product-description
  .mad-product-title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.mad-products:not(.mad-product-small).one-line
  .mad-product-description:not(:last-child),
.mad-products:not(.mad-product-small):not(.hr-type).one-line
  .mad-product
  .mad-product-image:not(:last-child) {
  margin-bottom: 0;
}

.mad-products:not(.mad-product-small):not(.mad-product-single).one-line
  .mad-product-description
  p {
  padding-top: 1rem;
}

.mad-products.one-line .mad-product .mad-rating + span {
  color: #8b9599;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.mad-products.one-line .mad-product .mad-actions {
  position: initial;
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  margin: 0;
}

.mad-products.size-2.one-line .mad-product .mad-actions > a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.375rem;
}

.mad-products.one-line .mad-product .mad-info-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.quantity-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.quantity {
  width: 100%;
  position: relative;
}

.quantity input {
  height: 3rem !important;
  line-height: 3rem !important;
  font-size: 1rem !important;
  padding: 0 2rem !important;
  text-align: center;
  border-radius: 1rem !important;
}

.quantity button {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  color: #8b9599;
  font-size: 1.5rem;
  font-weight: bold;
}

.quantity .qty-plus {
  left: auto;
  right: 1rem;
}

.quantity.size-2 {
  width: 12.9375rem;
}

.quantity.size-2 input {
  font-size: 1rem !important;
  height: 3.5rem !important;
  line-height: 3.5rem !important;
  border-radius: 1rem !important;
}

.quantity.size-2 button {
  left: 1.25rem;
}

.quantity.size-2 .qty-plus {
  right: 1.25rem;
  left: auto;
}

.quantity.size-2 button {
  bottom: 0.625rem;
}

/* Categories */

.mad-product-categories:not(.owl-carousel) {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.mad-product-categories[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-product-categories[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.mad-product-categories.owl-carousel .owl-nav {
  display: flex !important;
}

.mad-product-categories.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.mad-product-categories.owl-carousel .owl-item {
  float: none;
}

.mad-product-categories .mad-product-category {
  background: #26658c;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.mad-product-categories .mad-product-category .mad-product-cat-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.mad-product-categories a.mad-product-category {
  align-items: center;
}

.mad-product-categories .mad-product-category.green {
  background: #46a69c;
}

.mad-product-categories .mad-product-category.blue {
  background: #4abfd9;
}

.mad-product-categories .mad-product-category.red {
  background: #d94945;
}

.mad-product-categories .mad-product-category.yellow {
  background: #d9a934;
}

.mad-product-categories .mad-product-category.green2 {
  background: #75bf7a;
}

.mad-product-categories .mad-product-category.pink {
  background: #d95f8e;
}

.mad-product-categories .mad-product-category.violet {
  background: #771b8c;
}

.mad-product-categories .mad-product-category .mad-product-category-list {
  padding: 1.5625rem 2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  flex: 1;
}

.mad-product-category .mad-product-category-list li a {
  color: #fff;
}

.mad-product-category .mad-product-category-list li a:hover {
  text-decoration: underline;
}

.mad-product-category-list .mad-product-category-title {
  font-weight: bold;
  color: #fff;
}

.mad-product-category-list .mad-product-category-title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.mad-product-categories.type-2 .mad-product-category {
  padding: 2.375rem 1rem;
  text-align: center;
  background: #cdf7f3;
  transition: all 0.5s ease;
  border: 2px solid transparent;
}

.mad-product-category .mad-category-icon {
  display: block;
  justify-content: center;
}

.mad-product-category .mad-category-icon:after {
  margin-right: -0.5rem;
  margin-top: -0.5rem;
}

.mad-product-category .mad-category-icon:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-product-category .mad-category-icon .svg {
  height: 3rem;
  width: auto;
}

.mad-product-category .mad-category-icon .svg .cls-1 {
  stroke: #2e3133;
}

.mad-product-categories.type-2 .mad-product-category:hover {
  background: #fff;
  border-color: #26658c;
}

.mad-product-categories.type-2
  .mad-product-category
  .mad-product-category-title {
  color: #26658c;
  transition: all 0.5s ease;
}

.mad-product-categories.type-2
  .mad-product-category:hover
  .mad-product-category-title {
  color: #2e3133;
}

.mad-product-categories.type-2
  .mad-product-category
  .mad-product-category-list {
  padding: 0;
}

/* Product Single */

.mad-product-single .image-preview-container {
  position: relative;
  padding-left: 7.5rem;
}

.mad-product-single .mad-thumb-holer {
  position: absolute;
  left: 0;
  top: 0;
}

.mad-product-single .mad-product-thumbs {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.mad-product-single .mad-product-thumbs a {
  display: block;
  border: 2px solid transparent;
  border-radius: 1rem;
  overflow: hidden;
}

.mad-product-single .mad-product-thumbs a.active {
  border-color: #dce3e6;
}

.mad-zoom-img {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 2rem;
  color: #8b9599;
  background: #edf1f2;
  border-radius: 1rem;
  z-index: 9;
}

.mad-zoom-img:hover {
  color: #2e3133;
}

.mad-product-single h3.mad-product-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-product-single.mad-product .mad-rating-top-level > *,
.mad-product-single.mad-product .mad-rating-bottom-level > * {
  font-size: 1.5rem;
}

.mad-product.mad-product-single .mad-rating:not(:last-child) {
  margin-bottom: 0;
}

.mad-product.mad-product-single .mad-rating + a {
  padding-top: 0.25rem;
  display: inline-block;
  font-weight: 500;
}

.mad-product.mad-product-single .mad-rating + a:hover {
  color: #2e2133;
}

.mad-product.mad-product-single .mad-info-item {
  align-items: flex-start;
}

.mad-product.mad-product-single
  .mad-info-item
  .mad-progress-bars
  .mad-progress-bars-item {
  min-width: 6.5rem;
}

.mad-product.mad-product-single .mad-info-item .btn-set .mad-countdown {
  width: 16.5rem;
}

.mad-product.mad-product-single .mad-progress-bars {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  column-gap: 0.5rem;
  color: #515759;
  max-width: 100%;
  width: auto;
}

.mad-product.mad-product-single .mad-info-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-product.mad-product-single .mad-product-price {
  font-size: 1.5rem;
  line-height: 2rem;
  align-items: center;
  display: flex;
}

.mad-product.mad-product-single .mad-links.btn-set {
  column-gap: 1.5rem;
}

.mad-product.mad-product-single .mad-links > a i {
  font-size: 22px;
  margin-right: 4px;
}

.mad-product-single .product-meta {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #515759;
}

.mad-product-single .mad-text-small {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.mad-product-single .product-meta > li > a {
  border: none;
  font-weight: 400;
}

.mad-product-single .product-meta > li > a:hover {
  color: #2e3133;
}

.mad-product-single .product-meta > li:not(:last-child) {
  margin-bottom: 0.375rem;
}

.mad-product-single .product-meta li.tags {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}

.mad-product-single .product-meta li.tags:last-child {
  margin-top: 1rem;
}

.mad-product-single .product-meta li > span {
  margin-right: 0.25rem;
}

.mad-product-single .product-meta li.tags > span {
  margin-right: 0.625rem;
}

.mad-product-single .product-meta span {
  color: #747c80;
}

.image-preview {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.image-preview img {
  width: 100%;
}

.mad-product-single .image-preview-container.type-2 {
  padding: 0;
}

.mad-product-single .image-preview-container.type-2 .mad-thumb-holer {
  position: relative;
}

.mad-product-single .image-preview-container.type-2 .mad-product-thumbs {
  flex-direction: row;
  column-gap: 0.5rem;
}

.mad-product-single .mad-product-price span {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.mad-product-single .mad-product-info p {
  color: #515759;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-colors > * {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
}

.mad-color-1 {
  background: #dcd0c5;
}

.mad-color-2 {
  background: #5d331d;
}

.mad-colors > *.active {
  border-color: #2e3133;
  padding: 0.375rem;
}

.mad-colors > *.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid #fff;
  border-radius: 50%;
}

.mad-product-single .mad-product-info .mad-info-item .mad-custom-select {
  width: 12.9375rem;
}

.mad-product-single
  .mad-product-info
  .mad-info-item
  .mad-custom-select
  .mad-selected-option {
  border-radius: 1rem;
}

.mad-bought-together {
  border: 2px solid #46a69c;
  padding: 1.875rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.mad-bought-together .mad-page-title {
  font-weight: bold;
  color: #46a69c;
}

.mad-bought-together-items {
  display: flex;
  column-gap: 0.625rem;
  row-gap: 0.625rem;
}

.mad-bought-together-items .mad-plus-separator {
  width: 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.mad-bought-together-items .mad-plus-separator:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #edf1f2;
  left: 50%;
  z-index: -1;
}

.mad-bought-together-items:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-plus-button {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.2rem;
  border-radius: 50%;
  background: #edf1f2;
  color: #2e3133;
  font-size: 2rem;
  text-align: center;
}

.mad-bought-together-actions {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  justify-content: space-between;
}

.mad-bought-together-actions .mad-toggled-fields .mad-product-price {
  display: inline;
  line-height: 1.25rem;
  padding-left: 0.5rem;
}

.mad-bought-together-actions
  .mad-toggled-fields
  input[type='checkbox']
  + label[for] {
  min-height: 2.5rem;
  cursor: pointer;
}

.mad-bought-together .mad-text-big {
  font-size: 1.125rem;
}

.mad-bought-together .btn-set {
  column-gap: 1rem;
}

.mad-bought-together-actions .mad-text-big .mad-product-price {
  font-size: 1.5rem;
}

.mad-product-single
  .mad-widget
  .mad-products.hr-type
  .mad-product:not(.big-type)
  .mad-product-image {
  max-width: 3.5rem;
}

.mad-widget .mad-products.hr-type .mad-product .mad-product-price {
  font-size: 1rem;
  line-height: 1rem;
}

.no-label {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.no-label:not(:last-child) {
  margin-bottom: 0.5rem;
}

.no-label input[type='checkbox'] + label[for]:not(:last-child),
.no-label input[type='radio'] + label[for]:not(:last-child) {
  margin-bottom: 0;
}

/* .mad-products.hr-type .mad-product .mad-product-description {
            flex: inherit;
        } */

/* Shopping cart */

.mad-dropdown-element.shopping-cart {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 24.5rem;
  margin-top: 1rem;
  z-index: 99;
}

.mad-dropdown-element.shopping-cart {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
  overflow: hidden;
}

.shopping-cart .mad-products.hr-type .mad-product {
  border: none;
  padding: 0;
  position: relative;
}

.shopping-cart .mad-products.hr-type .mad-product .mad-product-description {
  flex: inherit;
  padding-right: 2rem;
}

.shopping-cart .mad-products.hr-type .mad-product .mad-product-price {
  font-size: 1rem;
  line-height: 1rem;
}

.shopping-cart
  .mad-products.hr-type
  .mad-product:not(.big-type)
  .mad-product-image {
  max-width: 6rem;
}

.shopping-cart .mad-products.hr-type .mad-product:not(:last-child) {
  margin-bottom: 1.5rem;
}

.shopping-cart .mad-close-item {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -0.625rem;
  font-size: 1.25rem;
  color: #232223;
  width: auto !important;
  display: block;
}

.shopping-cart .sc-footer {
  position: relative;
  padding-top: 1rem;
}

.shopping-cart .subtotal {
  font-size: 1rem;
  color: #46a69c;
  font-weight: bold;
  letter-spacing: -0.1px;
}

.shopping-cart .subtotal span {
  color: #eb0029;
}

.shopping-cart .subtotal span:before {
  content: '$';
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: inline-block;
  vertical-align: top;
}

.shopping-cart .btn i {
  font-size: 1.5rem;
  vertical-align: -6px;
}

.shopping-cart .btn:after {
  background: #f2e4df;
}

.shopping-cart .subtotal:not(:last-child) {
  margin-bottom: 1rem;
}

.shopping-cart .btn-set > .btn {
  width: calc(50% - 4px);
}

.shop-cart-form table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.shop-cart-form table tr th:nth-child(3) {
  width: 22%;
}

.shop-cart-form table tr th:last-child {
  width: 15%;
}

.shop-cart-form.wishlist table tr th:last-child {
  width: 17%;
}

.shop-cart-form.wishlist table tr th:first-child {
  width: 45%;
}

.shop-cart-form.wishlist table tr th:nth-child(3) {
  width: auto;
}

.shop-cart-form.wishlist table tr td .mad-link {
  font-weight: bold;
  color: #46a69c;
}

.shop-cart-form table tr td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: middle;
}

.shop-cart-form table tr th:first-child {
  width: 50%;
}

.shop-cart-form .mad-product {
  align-items: flex-start;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.shop-cart-form .mad-product .mad-close-item {
  font-size: 1.5rem;
}

.shop-cart-form .mad-products .mad-product-image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.shop-cart-form
  .mad-products.mad-product-small
  .mad-product-description
  .mad-product-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
}

.shop-cart-form
  .mad-products.mad-product-small
  .mad-product-description
  .mad-product-title
  a {
  font-weight: bold;
}

.mad-dropdown-cart {
  position: relative;
}

.mad-dropdown-cart:after {
  content: '';
  height: 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.mad-dropdown-cart .shopping-cart {
  transform: none !important;
}

.mad-dropdown-cart:hover .shopping-cart {
  opacity: 1;
  visibility: visible;
}

.mad-table-wrap.shop-acc table:not(.mad-table--vertical) th:first-child {
  width: 13%;
}

.mad-table-wrap.shop-acc table tr td:first-child a {
  font-weight: normal;
}

.mad-text-title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #2e3133;
}

.mad-text-title:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-text-title .mad-link {
  font-weight: bold;
}

table .mad-product-price {
  font-size: 1rem;
  color: #515759;
  font-weight: normal;
}

.shop-cart-form .mad-close-item {
  font-size: 1rem;
  color: #2e3133;
}

table .mad-product-price b {
  color: #46a69c;
}

.shop-cart-form .mad-close-item:before {
  content: 'close';
  font-family: 'Material Icons Outlined';
  text-transform: none;
}

.shop-cart-form table tfoot tr td {
  padding: 1.3125rem 1.75rem;
}

.mad-shop-footer {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  justify-content: space-between;
}

.mad-shop-footer form.one-line .btn {
  border-radius: 1rem;
}

.shop-cart-form .mad-shop-footer > * {
  margin: 0;
}

.shop-cart-form form.one-line {
  width: 100%;
  max-width: 36rem;
}

.shop-cart-form tr th.order-date {
  width: 35%;
}

.shop-cart-form table tr th:first-child.order-number {
  width: 22%;
}

.shop-cart-form table tr td[data-cell-title='Actions'] .mad-link:before {
  content: 'remove_red_eye';
  font-family: 'Material Icons Outlined';
  display: inline-block;
  vertical-align: -4px;
  text-transform: none;
  font-size: 20px;
  margin-right: 6px;
}

.shop-cart-form table tr td[data-cell-title='Actions'] .mad-link {
  border: none;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.shop-cart-form table tr td[data-cell-title='Actions'] .mad-link:hover {
  text-decoration: underline;
}

@-moz-document url-prefix() {
  .mad-checkout-form tfoot:before {
    top: 0;
  }
}

.mad-order.mad-table-wrap table:not(.mad-table--vertical) tr th:last-child {
  width: 30%;
  text-align: right;
}

.mad-order.mad-table-wrap .mad-table.mad-table--vertical tr th {
  width: 50%;
  vertical-align: middle;
}

.mad-order.mad-table-wrap .form-control {
  display: inline-block;
  text-align: left;
}

.mad-order.mad-table-wrap .mad-total {
  font-size: 1.25rem;
}

.mad-table-wrap .mad-total th,
.mad-table-wrap .mad-total td {
  color: #46a69c;
  font-weight: bold;
}

.mad-order.mad-table-wrap table:not(.mad-table--vertical) tr td {
  vertical-align: middle;
}

.mad-order.mad-table-wrap table:not(.mad-table--vertical) tr:last-child td {
  border-bottom: 1px solid #dce3e6;
}

.payment-option input[type='radio'] + label[for] {
  padding-left: 3.5rem;
  font-weight: bold;
  color: #2e3133;
  padding-top: 0.25rem;
}

.payment-option input[type='radio'] + label[for]:not(:last-child) {
  margin-bottom: 0.5rem;
}

.payment-option input[type='radio'] + label[for]::before {
  width: 2.25rem;
  height: 2.25rem;
}

.payment-option input[type='radio'] + label[for]::after {
  width: 1.5rem;
  height: 1.5rem;
  left: 0.5rem;
  top: 0.5rem;
}

.payment-option li:last-child {
  padding-top: 15px;
}

.payment-option li input[type='radio'] + label {
  font-weight: bold;
  color: #586b75;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 1.875rem;
}

.payment-desc {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 3.5rem;
}

.input-wrapper.with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-option .input-wrapper.with-link input[type='radio'] + label[for] {
  padding-top: 0.5rem;
}

.payment-option .input-wrapper.with-link input[type='radio'] + label[for] span {
  display: inline-block;
  line-height: 1rem;
  padding-left: 0.25rem;
}

.payment-option .input-wrapper:not(:last-child) {
  margin-bottom: 0;
}

.payment-option .input-wrapper.with-link .mad-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.payment-option input[type='checkbox'] + label[for] {
  padding-top: 0;
  padding-bottom: 0;
}

/* ----------------------------------------
        Tooltips
    ---------------------------------------- */

[data-tooltip]:not(a) {
  color: #2e3133;
}

.monkeysan-tooltip-skin-mad {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
  background-color: #46a69c;
  border-radius: 0.5rem;
}

.monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

.monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  border-width: 7px 8px 0 8px;
  border-color: #46a69c transparent transparent transparent;
}

.monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -1px;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #46a69c transparent;
}

.monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
  bottom: auto;
  right: 100%;
  top: 50%;
  left: auto;
  margin-top: -8px;
  margin-right: -1px;
  border-width: 8px 7px 8px 0;
  border-color: transparent #46a69c transparent transparent;
}

.monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  margin-left: -1px;
  border-width: 8px 0 8px 7px;
  border-color: transparent transparent transparent #46a69c;
}

/* ----------------------------------------
        Team Members
    ---------------------------------------- */

.mad-team.owl-carousel .owl-nav {
  display: block;
}

.mad-team {
  display: flex;
  flex-wrap: wrap;
}

.mad-team[class*='item-col-']:not(.no-gutters) {
  margin-top: -4rem;
}

.mad-team[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 4rem;
}

.mad-team .mad-team-member-photo {
  border-radius: 1rem;
  overflow: hidden;
  display: block;
}

.mad-team .mad-team-member {
  position: relative;
  transition: all 0.5s ease;
}

.mad-team.big-type .mad-team-member {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-team.big-type .mad-col:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-team.big-type .mad-team-member .mad-team-member-name a {
  font-weight: 500;
  letter-spacing: -0.5px;
}

.mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
  flex-direction: row-reverse;
}

.mad-team.big-type .mad-team-member > * {
  max-width: 43rem;
  width: 100%;
}

.mad-team.big-type .mad-team-member > .mad-team-member-info {
  max-width: 51.5%;
}

.mad-team:not(.big-type) .mad-team-member .mad-team-member-info {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 1rem;
}

.mad-team.big-type .mad-team-member .mad-info-header:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-team:not(.big-type) .mad-team-member .mad-info-header:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-team.big-type .mad-team-member .mad-team-member-info {
  padding: 2rem 4.5rem;
}

.mad-team:not(.big-type) .mad-team-member .mad-team-member-name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.mad-team .mad-team-member .mad-team-member-name a {
  color: #2e3133;
  font-weight: bold;
}

.mad-team .mad-team-member .mad-team-member-name:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-team .mad-team-member .mad-member-stat {
  color: #747c80;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
}

.mad-team.big-type .mad-team-member .mad-member-stat {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-team .mad-team-member p:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-team:not(.big-type)
  .mad-team-member
  .mad-team-member-photo:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-team .mad-team-member .mad-team-member-photo img {
  width: 100%;
}

.mad-team .mad-team-member .mad-social-icons {
  padding-top: 0.5rem;
}

.mad-team.big-type .mad-team-member .mad-social-icons {
  margin-top: 1.5rem;
}

.mad-team.type-2 .mad-team-member {
  padding: 1.875rem;
  border: 2px solid transparent;
  border-radius: 1.5rem;
  text-align: center;
}

.mad-team.type-2 .mad-team-member:hover {
  border-color: #46a69c;
}

.mad-team.type-2 .mad-team-member .mad-team-member-info {
  padding: 0;
}

.mad-team.type-2 .mad-team-member .mad-social-icons ul {
  justify-content: center;
}

.mad-team.owl-carousel:not(.no-dots) .owl-nav {
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.mad-team.owl-carousel:not(.no-dots):hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
        Tables
    ---------------------------------------- */

.mad-table-wrap {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.mad-table-wrap {
  border: 2px solid #dce3e6;
  border-radius: 1rem;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tab .mad-table-wrap {
  border-width: 1px;
}

.mad-table-wrap.color-2 {
  border-color: #46a69c;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

/* table:not(:last-child) {
            margin-bottom: 1.625rem;
        } */

table tr {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border-width: 0;
  border-style: solid;
}

table tr:hover,
table tr:focus {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

table tr:hover {
  background-color: #f6f8f8;
}

table td,
table th {
  padding-top: 1rem;
  padding-right: 1.875rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
}

/* .mad-table-wrap table:not(.mad-table--vertical) th {
            padding-top: 1.75rem;
        }

        .mad-table-wrap table:not(.mad-table--vertical) tfoot td {
            padding-bottom: 1.75rem;
        } */

table tr td {
  border: 1px solid #dce3e6;
}

table th,
table tfoot {
  font-weight: bold;
  color: #2e3133;
}

table tfoot {
  color: #46a69c;
}

table tr.bg {
  background: #46a69c;
}

table tr.bg th {
  color: #fff;
}

.mad-table-label {
  display: block;
  color: #b1b1b1;
}

.mad-table-label:not(:last-child) {
  margin-bottom: 1.75rem;
}

table tbody,
table thead,
table tfoot,
table tr,
table th,
table td {
  border-color: inherit;
}

table.mad-table--vertical tbody th {
  width: 33.3%;
  width: 14.3125rem;
}

.mad-table-wrap:not(.style-2)
  table.mad-table--vertical
  tbody
  tr:not(:last-child)
  th,
table.mad-table--vertical:not(.style-2) tbody tr:not(:last-child) td {
  border-bottom: 1px solid #dce3e6;
}

.mad-table-wrap:not(.style-2) table.mad-table--vertical tfoot tr td,
.mad-table-wrap:not(.style-2) table.mad-table--vertical tfoot tr th,
.mad-table-wrap.style-2 table.mad-table--vertical tfoot tr td {
  border-top: 1px solid #dce3e6;
}

table.mad-table--vertical tr td {
  border-top: none;
}

.mad-table-wrap.style-2 .mad-table--vertical tr th {
  background: #46a69c;
  color: #fff;
}

.mad-widget table.mad-table--vertical tbody th {
  width: 30%;
}

/* Pricing tables */

.mad-pricing-tables {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mad-pricing-tables[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-pricing-tables[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.mad-pricing-table {
  position: relative;
  text-align: center;
  width: 100%;
  border: 2px solid #dce3e6;
  padding: 2.375rem 1.875rem;
  border-radius: 1rem;
  margin-top: 2rem;
}

.mad-pricing-table.mad-pt-selected {
  background: #eff9fc;
  border-color: #26658c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mad-pt-img:not(:last-child) {
  margin-bottom: 1.75rem;
}

.mad-pt-img img {
  width: 100%;
}

.mad-pt-icon {
  z-index: 1;
  position: relative;
  display: inline-flex;
}

.mad-pricing-table .mad-pt-icon:after {
  width: 4rem;
  height: 4rem;
  margin-right: -0.25rem;
  margin-top: -0.5rem;
}

.mad-pt-icon:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-pt-icon .svg {
  height: 4.5rem;
}

.mad-pt-icon .svg path {
  stroke: #2e3133;
}

.mad-pricing-table-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #0f1b38;
}

.mad-pt-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-pt-price {
  position: relative;
  font-size: 3rem;
  font-weight: 800;
  color: #46a69c;
  line-height: 3rem;
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dce3e6;
}

.mad-pricing-table.mad-pt-selected .mad-pt-price {
  color: #26658c;
}

.mad-pt-price:before {
  content: '$';
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
}

.mad-pt-price span {
  color: #8b9599;
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 1rem;
}

.mad-pricing-table-text {
  padding: 2rem 0 3rem;
}

.mad-pt-text {
  font-weight: 500;
}

.mad-pt-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.mad-pricing-table ul li.not-active {
  color: #dce3e6;
}

.mad-pricing-table ul:not(:last-child) {
  margin-bottom: 2rem;
}

.pt-label {
  position: absolute;
  bottom: calc(100% - 8px);
  left: -2px;
  right: -2px;
  padding: 0 0.625rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  letter-spacing: 1px;
  text-align: center;
  background: #26658c;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  white-space: nowrap;
}

.mad-pricing-tables.type-2 .mad-pricing-table {
  text-align: left;
}

.mad-pricing-tables.type-2 .mad-pricing-table ul li {
  position: relative;
  padding-right: 2rem;
}

.mad-pricing-tables.type-2 .mad-pricing-table ul li:after {
  content: 'done';
  font-family: 'Material Icons';
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 0;
}

.mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 1rem;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #dce3e6;
}

.mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-price {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-price span {
  padding-left: 1.25rem;
}

/* ----------------------------------------
        Banners
    ---------------------------------------- */

.mad-banners {
  overflow: hidden;
  position: relative;
}

.mad-banners .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

.mad-banners {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.mad-banners {
  column-gap: 2rem;
  row-gap: 2rem;
}

.mad-banners.two-coll > .mad-banner {
  width: calc(50% - 1rem);
}

.mad-banners.three-coll > .mad-banner {
  width: calc(33.3333% - 1.5rem);
}

.mad-banners.two-coll > .mad-banner.banner-full-width {
  width: 100%;
}

.mad-grid-item .mad-banners .mad-banner.banner-small {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.mad-banner {
  border-radius: 1rem;
  overflow: hidden;
  background-size: cover;
  color: #2e3133;
  font-weight: bold;
  width: 100%;
  padding: 3.125rem 3.5rem;
  background-position: left;
  position: relative;
  z-index: 1;
}

.mad-banner .mad-title {
  font-weight: bold;
}

.mad-banner h6.mad-title {
  font-size: 1.25rem;
}

.mad-banner .mad-title.style-3:not(:last-child),
.mad-banner .mad-title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.mad-banner .mad-title.color-white {
  color: #fff;
}

.mad-banner .mad-title.color-blue {
  color: #4abfd9;
}

.mad-banner .mad-title.color-red {
  color: #d94945;
}

.mad-title.style-2 {
  font-weight: normal;
}

.mad-title.style-3 {
  font-weight: 800;
  letter-spacing: 0.3px;
}

h6.mad-title.style-3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

h2.mad-title.big-title {
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
}

h2.mad-title.style-2 {
  letter-spacing: -0.07rem;
  line-height: 3rem;
}

.mad-banner.banner-small {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 20.5rem;
  min-height: 33rem;
  justify-content: space-between;
  text-align: center;
  padding: 2.5rem 1rem;
  background-position: center top;
}

.mad-banners.with-fixed-height {
  max-height: 33rem;
}

.mad-widget .mad-banners.with-fixed-height {
  min-height: 33rem;
}

.mad-widget .mad-banners.with-fixed-height .mad-banner {
  height: auto;
}

.mad-banner.banner-full-width {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.mad-banner.banner-full-width .mad-banner-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 62%;
  row-gap: 2rem;
  column-gap: 2rem;
}

.mad-banners.two-coll > .mad-banner.banner-full-width .mad-banner-inner {
  flex-direction: column;
  min-width: 48.5%;
  align-items: flex-start;
}

.banner-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 1rem;
  align-items: center;
}

.mad-banner .banner-list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.mad-banner .banner-list li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 1rem;
}

.mad-banners.masonry {
  column-gap: 2rem;
  row-gap: 2rem;
}

.mad-banners.masonry > .mad-col {
  width: calc(66.6666% - 1rem);
}

.mad-banners.masonry > .mad-col:last-child {
  width: calc(33.3333% - 1rem);
}

.mad-banners.masonry > .mad-col > .mad-banner {
  height: 100%;
}

.mad-banners.masonry > .mad-col > .mad-banner .banner-info {
  flex-direction: column;
  align-items: flex-start;
}

.mad-banner.banner-size-2 {
  min-height: 28rem;
}

.mad-banners.masonry
  > .mad-col
  > .mad-banner[data-bg-image-src='images/584x840_banner1.jpg'] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mad-banner[data-bg-image-src='images/1038x448_bg1.png'] {
  background-color: #26658c;
}

@-moz-document url-prefix() {
  .mad-banner {
    padding-top: 3.12rem;
    padding-bottom: 3.12rem;
  }
}

/* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

.mad-icon-boxes {
  display: flex;
  flex-wrap: wrap;
}

.mad-icon-box p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-icon-boxes:not(.hr-type):not(.our-info)
  .mad-icon-box
  .mad-icon-box-icon:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-icon-box .mad-icon-box-icon .svg {
  height: 4.5rem;
}

.mad-icon-box h6.mad-icon-box-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.mad-icon-box .mad-icon-box-title:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-icon-boxes:not(.our-info) .mad-icon-box .mad-icon-box-icon:after {
  width: 4rem;
  height: 4rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
}

/* Horisontal style */

.mad-icon-boxes.hr-type .mad-icon-box {
  display: flex;
  column-gap: 2rem;
  row-gap: 1rem;
}

.mad-icon-boxes.hr-type .mad-icon-box p:not(:last-child) {
  margin-bottom: 0;
}

.mad-icon-boxes.hr-type.check-type .mad-icon-box .mad-icon-box-icon .svg {
  height: 1.5rem;
}

.mad-icon-boxes.hr-type.mad-reverse .mad-icon-box {
  flex-direction: row-reverse;
  text-align: right;
}

/* Color Style 2 */

.mad-icon-boxes.style-2 .mad-icon-box {
  color: #c5d3d9;
}

.mad-icon-boxes.style-2 .mad-icon-box .mad-icon-sub-title,
.mad-icon-boxes.our-info.style-2 .mad-icon-box .mad-icon-sub-title {
  color: #c5d3d9;
}

.mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title {
  color: #fff;
}

.mad-icon-boxes.style-2 .mad-icon-box .svg .cls-1 {
  stroke: #fff;
}

.mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon:after {
  background: #3489ab;
}

.mad-colorizer--scheme-color-4
  .mad-icon-boxes.style-2
  .mad-icon-box
  .mad-icon-box-icon:after {
  background: #53c4b9;
}

/* Size 2 */

.mad-icon-boxes.size-2.hr-type[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-icon-boxes.size-2.hr-type[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.mad-icon-boxes.size-2.hr-type .mad-icon-box {
  column-gap: 1rem;
  align-items: flex-start;
}

.mad-icon-boxes.size-2.hr-type .mad-icon-box .mad-icon-box-content {
  display: grid;
}

.mad-icon-boxes.size-2 .mad-icon-box .mad-icon-sub-title,
.mad-icon-boxes.size-2 .mad-icon-box p {
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.mad-icon-boxes.size-2.style-3 .mad-icon-box p {
  color: #8b9599;
}

.mad-icon-boxes.size-2:not(.style-2) .mad-icon-box .mad-icon-sub-title {
  color: #8b9599;
}

.mad-icon-boxes.size-2:not(.hr-type):not(.our-info)
  .mad-icon-box
  .mad-icon-box-icon:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon .svg {
  height: 3rem;
}

.mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-title:not(:last-child) {
  margin-bottom: 0.2rem;
}

.mad-icon-boxes.size-2 .mad-icon-box .mad-icon-box-icon:after {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0;
  margin-top: -4px;
}

.mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon {
  margin-top: 0.25rem;
}

.mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon .svg {
  height: 1.5rem;
}

.mad-icon-boxes.check-list .mad-icon-box .mad-icon-box-icon:after {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: -0.25rem;
}

/* Our Info */

.mad-icon-boxes.our-info[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-icon-boxes.our-info[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.mad-icon-boxes.our-info[class*='item-col-']:not(.no-gutters):not(:last-child) {
  margin-bottom: 3.125rem;
}

.mad-icon-boxes.our-info .mad-icon-box {
  display: flex;
  align-items: flex-start;
}

.mad-icon-box .mad-icon-box-content p {
  font-weight: 500;
}

.mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon {
  min-width: 4.375rem;
  padding-top: 0.5rem;
}

.mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon:after {
  right: 20px;
}

.mad-icon-boxes.our-info .mad-icon-box > .mad-icon-box-icon .svg {
  height: 3rem;
}

.mad-icon-boxes.our-info .mad-icon-box .mad-icon-sub-title {
  color: #8b9599;
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.mad-icon-boxes.our-info .mad-icon-box .mad-icon-box-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  word-break: break-all;
  letter-spacing: 0;
}

.mad-icon-box .svg .cls-1 {
  stroke: #2e3133;
}

.mad-icon-box i,
.mad-counter-icon,
.mad-product-category .mad-category-icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.mad-icon-box i:after,
.mad-counter-icon:after,
.mad-product-category .mad-category-icon:after,
.mad-pt-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #b7e5f0;
  border-radius: 50%;
  z-index: -1;
}

.mad-icon-boxes.size-2.vr-type .mad-icon-box {
  text-align: center;
}

/* ----------------------------------------
        Info boxes
    ---------------------------------------- */

/* ----------------------------------------
        Entities
    ---------------------------------------- */

.mad-entities[class*='item-col-']:not(.mad-grid--isotope) {
  display: flex;
  flex-wrap: wrap;
}

.mad-entities .mad-entity:not(:last-child),
.mad-entities:not([class*='item-col-']) .mad-col:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-entities .mad-entity {
  position: relative;
  line-height: 1.5rem;
}

.mad-entities:not(.type-3) .mad-entity .mad-entity-media {
  border-radius: 1rem;
  overflow: hidden;
}

.mad-entity-media img {
  width: 100%;
}

.mad-entities .mad-entity .mad-entity-content p + a {
  margin-top: 0.5rem;
}

.mad-entities:not(.type-2):not(.mad-entity-hr)
  .mad-entity
  .mad-entity-media:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-entities.single-entity:not(.type-2):not(.mad-entity-hr)
  .mad-entity
  .mad-entity-media:not(:last-child) {
  margin-bottom: 1.5rem;
}

h6.mad-entity-title {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}

.mad-entity-title a {
  font-weight: bold;
  color: #2e2133;
}

.mad-entity-title a.mad-link:not(:hover) {
  color: #26658c;
}

/* Type 2 */

.mad-entities.type-3[class*='item-col-']:not(.no-gutters) {
  margin-top: -2rem;
}

.mad-entities.type-3[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 2rem;
}

.mad-entities.type-3 .mad-entity {
  border-radius: 1rem;
  background: #f6f8f8;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
}

.mad-colorizer--scheme-color-3 .mad-entities.type-3 .mad-entity {
  background: #fff;

  /* -webkit-box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%);
            -moz-box-shadow: 0px 0px 16px 0px rgba(46, 49, 51, 0.15);
            box-shadow: 0px 0px 16px 0px rgb(46 49 51 / 15%); */
}

.mad-entities.type-3 .mad-entity .mad-entity-header:not(:last-child) {
  margin-bottom: 1.25rem;
}

.mad-entities.type-3 h6.mad-entity-title:not(:last-child),
.mad-entities.type-3 h4.mad-entity-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-entities.type-3 .mad-entity-title a {
  color: #26658c;
}

.mad-entities.type-3 .mad-entity-title a:hover {
  color: #2e3133;
}

.mad-entity-about {
  color: #fff;
  background: #46a69c;
  font-size: 0.875rem;
  line-height: 1rem;
  display: inline-block;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
}

.mad-entity-about > a {
  color: #fff;
}

.mad-entity-about:not(:last-child) {
  margin-bottom: 0.625rem;
}

.mad-entity-tags {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #747c80;
  font-weight: 500;
}

.mad-entity-tags:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-entities.type-3 .mad-entity .mad-read-more {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.mad-entity .mad-entity-content {
  font-weight: 500;
}

/* Big Size */

.mad-entities.type-2 .mad-entity:not(:last-child) {
  margin-bottom: 6rem;
}

.mad-entities.type-2 .mad-entity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
}

.mad-entities.type-2 .mad-entity > * {
  width: calc(50% - 1rem);
}

.mad-entities.type-2 .mad-entity:nth-child(2n) {
  flex-direction: row-reverse;
}

.mad-entities.type-2 .mad-entity .mad-entity-content {
  padding: 2rem 2.5rem;
  padding-right: 4.5rem;
}

.mad-entities.type-2 .mad-entity:nth-child(2n) .mad-entity-content {
  padding: 2rem 2.5rem;
  padding-left: 4.5rem;
}

.mad-entities.type-3.mad-entities-big .mad-entity {
  background: #f6f8f8;
  box-shadow: none;
}

.mad-entities.type-3 .mad-entity h3.mad-entity-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-entities.type-3 .mad-entity .mad-entity-body:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-entity-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
}

.mad-entities.type-3 .mad-entity .mad-entity-footer .mad-read-more {
  margin-top: 0;
}

.mad-share-wrap {
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
  column-gap: 0.5rem;
  color: #747c80;
}

/* ----------------------------------------
            Style 2
        ---------------------------------------- */

.mad-entities.style-2 .mad-entity {
  color: #c5d3d9;
}

.mad-entities.style-2 .mad-entity .mad-entity-title {
  color: #fff;
}

.mad-entities.style-2 .mad-entity .mad-read-more {
  color: #4abfd9;
}

.with-shift {
  position: relative;
}

.with-shift:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2000px;
  right: -2000px;
  height: 37.5%;
  background: #fff;
}

/* ----------------------------------------
            Gorizontal
        ---------------------------------------- */

.mad-entities.mad-entity-hr .mad-col:not(:last-child),
.mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-entities.mad-entity-hr .mad-entity {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
  border-radius: 0.625rem;
  overflow: hidden;
  min-width: 7.625rem;
  margin-bottom: 0;
}

.mad-entities.mad-entity-hr .mad-entity-body {
  background: transparent;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #747c80;
  font-weight: 500;
}

.mad-entities.mad-entity-hr .mad-entity-body time a:hover {
  text-decoration: underline;
}

.mad-entities.mad-entity-hr .mad-entity .mad-entity-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.mad-entities.mad-entity-hr .mad-entity .mad-entity-title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-entity-link-element {
  position: relative;
  font-size: 1.25rem;
  line-height: 2rem;
  background: #46a69c;
  color: #fff;
  font-weight: bold;
  padding: 5.5rem 2rem;
  font-weight: 600;
  border-radius: 1rem;
  padding-left: 2rem;
  overflow: hidden;
  letter-spacing: -0.4px;
  display: block;
  z-index: 1;
}

.mad-entity-link-element > i {
  position: absolute;
  top: 3rem;
  left: -0.5rem;
  color: #61b0a8;
  font-size: 6rem;
  line-height: inherit;
  transform: rotate(180deg);
  z-index: -1;
}

/* Single Entity */

.single-entity .mad-entity .mad-testimonials {
  max-width: 33.5rem;
  float: left;
  margin-right: 2rem;
}

/* ----------------------------------------
        Carousels
    ---------------------------------------- */

.owl-carousel {
  position: relative;
}

.owl-carousel:not(.no-nav) .owl-nav.disabled {
  display: flex;
}

.owl-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel.owl-carousel .owl-stage .mad-owl-item {
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  background: #dce3e6;
  color: #2e3133;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel:not(.no-dots) .owl-nav button.owl-prev,
.owl-carousel:not(.no-dots) .owl-nav button.owl-next {
  top: calc(50% - 2rem);
}

.owl-carousel .mad-grid-item {
  height: 100%;
}

.owl-carousel .owl-nav button span {
  display: none;
}

.owl-carousel .owl-dots {
  margin-top: 2rem;
  justify-content: center !important;
  padding: 0 !important;
}

.mad-sidebar .owl-carousel.nav-top .owl-nav {
  margin-bottom: 1.5rem;
}

.mad-colorizer--scheme-light .owl-carousel .owl-dots > button.owl-dot > span {
  background: #b5bcc1;
}

.mad-colorizer--scheme-light
  .owl-carousel
  .owl-dots
  > button.owl-dot.active
  > span {
  background: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}

.owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}

.owl-carousel .owl-nav button:before {
  font-family: 'Material Icons';
  font-size: 1.5rem;
}

.owl-carousel .owl-nav button.owl-prev:before {
  content: 'keyboard_arrow_left';
}

.owl-carousel .owl-nav button.owl-next:before {
  content: 'keyboard_arrow_right';
}

.owl-carousel .owl-nav button:hover {
  background: #26658c;
  color: #fff;
}

.owl-carousel:not(.no-nav):not(.nav-top):not(.mad-simple-slideshow) {
  padding-left: 4.24rem;
  padding-right: 4.25rem;
}

.owl-carousel.no-dots .owl-dots {
  display: none;
}

.owl-carousel.mad-products .owl-nav {
  display: block;
}

.owl-carousel.nav-top .owl-nav {
  display: flex;
  position: absolute;
  column-gap: 0.25rem;
  bottom: 100%;
  right: 0;
  margin-bottom: 2rem;
}

h5 + .owl-carousel.nav-top .owl-nav,
h5.mad-page-title + .row .owl-carousel.nav-top .owl-nav,
h5 + .mad-testimonials .owl-carousel.nav-top .owl-nav {
  margin-bottom: 1.5rem;
}

.owl-carousel.nav-top .owl-nav > * {
  position: initial !important;
  margin: 0 !important;
}

.owl-carousel.mad-simple-slideshow .owl-nav button.owl-prev {
  left: 2rem;
}

.owl-carousel.mad-simple-slideshow .owl-nav button.owl-next {
  right: 2rem;
}

/* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

.mad-cta {
  font-size: 1.125rem;
  line-height: 2rem;
}

.mad-cta .mad-page-title {
  letter-spacing: -1.1px;
}

.mad-cta .mad-page-title b {
  letter-spacing: -0.5px;
}

.mad-cta .mad-page-title:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-cta .btn {
  margin-top: 1rem;
}

.mad-sub-wrap {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding-left: 15rem;
  white-space: nowrap;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
}

.mad-sub-wrap:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  margin-bottom: -44px;
  -webkit-mask: url(../lekarna_svg_icons/subscribe.svg) no-repeat;
  mask: url(../lekarna_svg_icons/subscribe.svg) no-repeat;
  background-color: #4abfd9;
  position: absolute;
  width: 11.75rem;
  height: 11.25rem;
  transform: rotate(-16deg);
  z-index: -1;
}

.mad-sub-wrap .mad-page-title {
  letter-spacing: 0;
}

.mad-sub-wrap .mad-page-title:not(:last-child) {
  margin-bottom: 0;
}

.mad-sub-wrap .mad-col {
  width: 100%;
}

.mad-newsletter-form {
  width: 100%;
}

.mad-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  row-gap: 2rem;
}

.mad-cta-inner .mad-page-title:not(:last-child) {
  margin-bottom: 0;
}

/* ----------------------------------------
        Rating
    ---------------------------------------- */

.mad-rating {
  font-size: 1.3125rem;
  line-height: 1;
  white-space: nowrap;
}

.mad-rating-top-level {
  display: flex;
}

.mad-product-price + .mad-rating {
  display: block !important;
}

.mad-rating-top-level > *,
.mad-rating-bottom-level > * {
  font-size: 2rem;
  line-height: 1;
  color: #d9a934;
}

.mad-rating-bottom-level > * {
  color: #d9a934;
}

.mad-rating.size-2 .mad-rating-top-level > *,
.mad-rating.size-2 .mad-rating-bottom-level > * {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #d9a934;
}

.mad-rating.size-small .mad-rating-top-level > *,
.mad-rating.size-small .mad-rating-bottom-level > * {
  font-size: 1.25rem;
  line-height: 1rem;
  color: #d9a934;
}

.mad-rating.size-big .mad-rating-top-level > *,
.mad-rating.size-big .mad-rating-bottom-level > * {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #d9a934;
}

/* ----------------------------------------
        Testimonials
    ---------------------------------------- */

.mad-testimonials .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.mad-testimonials .owl-carousel .owl-item {
  float: none;
}

.mad-testimonial {
  position: relative;
  padding: 5.7rem 2rem;
  background: #ecf6f5;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mad-testimonials:not(.type-3) .mad-testimonial:after {
  content: '';
  -webkit-mask: url(../lekarna_svg_icons/blockquote.svg) no-repeat;
  mask: url(../lekarna_svg_icons/blockquote.svg) no-repeat;
  background-color: #46a69c;
  position: absolute;
  width: 131px;
  height: 98px;
  top: 0.875rem;
  left: -1rem;
  opacity: 0.1;
}

.mad-testimonial .mad-testimonial-title {
  font-weight: bold;
  font-size: 1.25rem;
}

.mad-testimonial .mad-testimonial-title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.mad-testimonial .mad-rating:not(:last-child) {
  margin-bottom: 2.8rem;
}

.mad-testimonial blockquote {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #515759;
}

.mad-testimonial blockquote:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mad-testimonial-info {
  flex: 1;
}

.mad-testimonial-info:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-testimonial-rating {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #747c80;
  font-size: 0.875rem;
  line-height: 1rem;
  row-gap: 0.5rem;
  font-weight: 500;
}

.mad-testimonial .mad-testimonial-rating:not(:last-child) {
  margin-bottom: 1.25rem;
}

.mad-testimonial .mad-rating:not(:last-child) {
  margin-bottom: 0;
}

.mad-author {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}

.mad-author-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #2e3133;
}

.mad-author-img {
  border-radius: 50%;
  overflow: hidden;
}

.mad-author-info {
  line-height: 1.5rem;
}

.mad-author-info cite {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 500;
  color: #8b9599;
  display: block;
  font-style: normal;
}

.mad-testimonials.style-2 .mad-testimonial {
  background: #fff;
}

.mad-testimonials .mad-grid--cols-4 .mad-testimonial {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mad-testimonials.type-2 .mad-testimonial {
  background: none;
  padding: 0;
  padding-left: 5rem;
  padding-top: 0.5rem;
  overflow: visible;
}

.mad-testimonials.type-2 .mad-testimonial:after {
  width: 47px;
  height: 35px;
  background-color: #4abfd9;
  opacity: 1;
  left: 0;
  top: 0;
}

.mad-testimonials.type-2.style-2 .mad-testimonial blockquote {
  color: #f2f2f2;
}

.mad-testimonials.type-2.style-2 .mad-testimonial .mad-author-name,
.mad-testimonials.type-2.style-2 .mad-testimonial .mad-testimonial-title {
  color: #fff;
}

.mad-testimonials.type-2.style-2 .mad-testimonial cite {
  color: #c5d3d9;
}

.mad-testimonials.type-3 .mad-testimonial {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mad-review {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #747c80;
}

.mad-review-title:not(:last-child),
.mad-review .mad-rating:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-review.two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 1rem;
}

.mad-review.two-cols:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mad-review-head {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-items: center;
}

.mad-review-head:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-review-head .mad-review-title:not(:last-child) {
  margin-bottom: 0;
}

.mad-testimonials.type-2 .owl-carousel {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

/* ----------------------------------------
        Author
    ---------------------------------------- */

.mad-author-photo {
  display: inline-block;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.mad-author-photo:not(:last-child) {
  margin-bottom: 1rem;
}

/* ----------------------------------------
        Instafeed
    ---------------------------------------- */

.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.mad-instafeed
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col.mad-col-full {
  flex: 1;
}

.mad-instafeed
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col:last-child
  .mad-offset-right {
  display: flex;
  justify-content: center;
}

.mad-instafeed
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a
  img {
  width: 100%;
  height: 100%;
}

.mad-instafeed
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a {
  display: block;
  position: relative;
  height: 100%;
}

.mad-instafeed
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a:before {
  content: '\f16d';
  font-family: Font awesome\5 Brands;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 41, 58, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.mad-instafeed
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a:hover:before {
  opacity: 1;
  visibility: visible;
}

.mad-instafeed.style-2:not(.size-2)
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
  margin: -2rem -1rem 0;
}

.mad-instafeed.style-2:not(.size-2)
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col {
  padding: 2rem 1rem 0;
}

.mad-instafeed.style-2
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a {
  border-radius: 1rem;
  overflow: hidden;
}

.mad-instafeed.style-2.size-2 .mad-grid {
  margin: -0.5rem -0.25rem 0;
}

.mad-instafeed.style-2.size-2 .mad-grid > * {
  padding: 0.5rem 0.25rem 0;
}

.mad-instafeed.size-2
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a:before {
  font-size: 2rem;
}

.mad-instafeed.style-2.size-2
  .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel)
  .mad-col
  a {
  border-radius: 0.5rem;
}

.mad-instafeed.style-2.size-2:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* ----------------------------------------
        Sliders
    ---------------------------------------- */

.rev-slider,
.rev_slider_wrapper {
  position: relative;
}

.rev-slider.dots-center .tp-bullets {
  justify-content: center;
  padding: 0;
}

.rev_slider_wrapper:not(.full-width) {
  border-radius: 1rem;
  overflow: hidden !important;
}

.tp-layer-section-title {
  font-family: 'Inter', sans-serif;
}

.owl-carousel .owl-dots,
.tp-bullets {
  width: auto !important;
  display: flex;
  justify-content: flex-start;
  padding-left: 72px;
  column-gap: 1rem;
}

.tp-bullets {
  width: 100% !important;
}

.owl-carousel .owl-dots > button.owl-dot > span,
.tp-bullet,
.tp-bullet:hover {
  display: block;
  width: 12px !important;
  height: 12px !important;
  background: #737c7d;
  border-radius: 50%;
  position: initial !important;
}

.owl-carousel .owl-dots > button.owl-dot.active > span,
.tp-bullet.selected {
  background: #2e3133;
  transform: scale(1.3);
}

.tp-layer-section-title {
  letter-spacing: -0.5px !important;
}

.tp-layer-section-title span {
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  margin-right: 1rem;
}

.tp-layer-section-title span:last-child {
  font-size: 1.375rem !important;
  line-height: 1.375rem !important;
}

.tp-layer-section-title.style-2 {
  font-weight: 800;
  display: flex;
  align-items: center;
}

.mad-header.header-2
  + .forcefullwidth_wrapper_tp_banner
  .rev-slider
  .tp-bullets {
  margin-left: -17.25rem !important;
}

/* ----------------------------------------
        Google Map
    ---------------------------------------- */

.mad-gmap {
  height: 40.625rem;
}

.mad-gmap:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mad-gmap {
  height: 100%;
  min-height: 40.625rem;
}

/* ----------------------------------------
        Forms
    ---------------------------------------- */

input[type='text'],
input[type='search'],
input[type='date'],
input[type='datetime-local'],
input[type='email'],
input[type='file'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea,
.mad-custom-select .mad-selected-option,
.select2-container--milenia .select2-selection {
  height: 3.5rem;
  width: 100%;
  padding-top: 0.3rem;
  padding-right: 1.375rem;
  padding-bottom: 0.3rem;
  padding-left: 1.375rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #8b9599;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #dce3e6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1 !important;
}

.mad-contact-form .row:not(.col-no-space) {
  margin: 0 -0.5rem -1rem;
}

.mad-contact-form .row:not(.col-no-space) > [class*='col'] {
  padding: 0 0.5rem 1rem;
}

.mad-contact-form[class*='item-col-']:not(.no-gutters) {
  margin: -1.5rem -1rem 0;
}

.mad-contact-form[class*='item-col-']:not(.no-gutters) > * {
  padding: 1.5rem 1rem 0;
}

.mad-contact-form[class*='item-col-'] .row:not(.col-no-space) {
  margin: 0 -1rem -1.5rem;
}

.mad-contact-form[class*='item-col-'] .row:not(.col-no-space) > [class*='col'] {
  padding: 0 1rem 1.5rem;
}

.mad-contact-form[class*='item-col-'] input:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-contact-form .mad-custom-select {
  width: 100%;
}

/* ----------------------------------------
            Range Slider
        ---------------------------------------- */

.mad-range-slider-field {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
}

.mad-range-slider-field input[type='text'],
.mad-range-slider-field input[type='search'],
.mad-range-slider-field input[type='date'],
.mad-range-slider-field input[type='datetime-local'],
.mad-range-slider-field input[type='email'],
.mad-range-slider-field input[type='file'],
.mad-range-slider-field input[type='month'],
.mad-range-slider-field input[type='number'],
.mad-range-slider-field input[type='password'],
.mad-range-slider-field input[type='tel'],
.mad-range-slider-field input[type='time'],
.mad-range-slider-field input[type='url'],
.mad-range-slider-field input[type='week'],
.mad-range-slider-field textarea {
  height: auto !important;
  font-size: inherit;
  line-height: inherit !important;
  border-width: 0px;
  font-weight: inherit;
  width: 100%;
  padding: 0 !important;
  background-color: transparent;
  box-shadow: none;
  color: #747c80;
}

.mad-range-slider:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-range-slider-field input {
  font-weight: 500 !important;
}

.mad-range-slider-input:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-range-slider {
  position: relative;
  height: 0.5rem;
  background-color: #fff;
  border: 2px solid #46a69c;
  border-radius: 1rem;
}

.mad-range-slider .ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  cursor: pointer;
  background: #46a69c;
}

.mad-range-slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #46a69c;
}

.mad-range-slider .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.mad-range-slider .ui-slider-handle:last-child {
  margin-left: -0.625rem;
}

/* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

.mad-toggled-fields:not(:last-child) {
  margin-bottom: 1rem;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='checkbox'] + label[for],
input[type='radio'] + label[for] {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  min-height: 1.5rem;
  color: #515759;
}

input[type='radio'] + label[for] {
  padding: 0 0 0 2rem;
}

input[type='checkbox'] + label[for]::before,
input[type='radio'] + label[for]::before {
  content: '';
  border: 2px solid #dce3e6;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

input[type='checkbox'] + label[for]::after,
input[type='radio'] + label[for]::after {
  font-family: 'Material Icons';
  content: 'done';
  color: #2e3133;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: absolute;
  left: 0;
  width: 2.5rem;
  text-align: center;
  top: 0;
  display: none;
}

input[type='checkbox'] + label[for]:not(:last-child),
input[type='radio'] + label[for]:not(:last-child) {
  margin-bottom: 0.5rem;
}

input[type='radio'] + label[for]:not(:last-child),
.mad-toggled-fields.size-2
  input[type='checkbox']
  + label[for]:not(:last-child) {
  margin-bottom: 1rem;
}

input[type='checkbox']:checked + label[for]::after,
input[type='radio']:checked + label[for]::after {
  display: block;
}

input[type='radio'] + label[for]::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #2e3133;
  left: 0.375rem;
  top: 0.35rem;
}

input[type='radio'] + label[for]::before {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}

.mad-toggled-fields.style-2 input[type='checkbox'] + label[for],
.mad-toggled-fields input[type='checkbox'] + label[for].style-2 {
  color: #26658c;
  font-weight: 500;
}

.mad-toggled-fields.size-2 input[type='checkbox'] + label[for],
.mad-toggled-fields.size-2 input[type='radio'] + label[for] {
  line-height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
}

.mad-toggled-fields.size-2 input[type='checkbox'] + label[for]::before {
  height: 20px;
  width: 20px;
  border-radius: 0.5rem;
}

.mad-toggled-fields.size-2 label span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #747c80;
}

.mad-toggled-fields.size-2 input[type='checkbox'] + label[for]::after,
.mad-toggled-fields.size-2 input[type='radio'] + label[for]::after {
  font-size: 0.875rem;
  width: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.mad-label-checkbox.style-3 {
  color: #2e3133;
  cursor: text;
}

/* ----------------------------------------
            Select
        ---------------------------------------- */

.mad-custom-select {
  position: relative;
  min-width: 6rem;
}

.mad-custom-select.mad-over {
  z-index: 9;
}

.mad-custom-select .mad-selected-option {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 3.5rem;
  line-height: 3.2rem;
  position: relative;
  padding-right: 2.625rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 0;
  padding-bottom: 0;
}

.mad-custom-select.size-2 .mad-selected-option {
  height: 3rem;
  line-height: 2.75rem;
  border-radius: 1rem;
}

.mad-custom-select .mad-selected-option::after,
.mad-custom-select .mad-selected-option::before {
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  font-size: 1.25rem;
  line-height: inherit;
  position: absolute;
  color: #909a9d;
  top: 0;
  right: 1.375rem;
  max-width: 14px;

  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-custom-select .mad-selected-option::before {
  content: 'keyboard_arrow_up';
  opacity: 0;
  visibility: hidden;
}

.mad-custom-select .mad-options-list {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: initial;
  color: #8b9599;
  background-color: #fff;
  padding-bottom: 1rem;
  border: 2px solid #dce3e6;
  position: absolute;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border-top: none;
  opacity: 0;
  visibility: hidden;
  max-height: 18.75rem;
  overflow: auto;

  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-custom-select .mad-options-list > li {
  cursor: pointer;
  padding-top: 1rem;
  padding-right: 1.375rem;
  padding-left: 1.375rem;

  -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-custom-select .mad-options-list > li:hover,
.mad-custom-select .mad-options-list > li.mad-active {
  color: #2e3133;
}

.mad-custom-select.mad-opened .mad-options-list,
.mad-custom-select.mad-opened .mad-selected-option::before {
  opacity: 1;
  visibility: visible;
}

.mad-custom-select.mad-opened .mad-selected-option::after {
  opacity: 0;
  visibility: hidden;
}

.mad-csstransforms3d .mad-custom-select .mad-options-list,
.mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
.mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
}

.mad-csstransforms3d .mad-custom-select .mad-options-list {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
.mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
.mad-csstransforms3d
  .mad-custom-select.mad-opened
  .mad-selected-option::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mad-custom-select.mad-over.mad-opened .mad-selected-option {
  border-bottom-color: transparent;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* ----------------------------------------
            Counter
        ---------------------------------------- */

.mad-field-counter {
  position: relative;
  padding-right: 3rem;
}

.mad-field-counter-value {
  font-family: 'Old Standard TT', serif;
  color: #2e3133;
  font-size: 3.7rem;
  line-height: 0.82;
  position: relative;
  top: 5px;
}

.mad-field-counter-control {
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  right: 0;

  -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-field-counter-control::after {
  font-family: 'Linearicons';
}

.mad-field-counter-control:hover {
  color: #2e3133;
}

.mad-field-counter-control--increase {
  top: 0;
}

.mad-field-counter-control--increase::after {
  content: '\e939';
}

.mad-field-counter-control--decrease {
  bottom: 0;
}

.mad-field-counter-control--decrease::after {
  content: '\e93a';
}

/* ----------------------------------------
            Label
        ---------------------------------------- */

label {
  color: #515759;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

label span {
  color: #d94945;
}

label[for] {
  cursor: pointer;
}

/* ----------------------------------------
            Textarea
        ---------------------------------------- */

textarea {
  height: auto;
  resize: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

/* ----------------------------------------
            Form groups
        ---------------------------------------- */

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 2rem;
}

[class*='form-col'] {
  width: 100%;
}

.form-col-1 {
  width: 8.33333%;
}

/* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

form.one-line {
  position: relative;
}

form.one-line .btn {
  position: absolute;
  top: 0;
  right: 0;
}

form.one-line.mad-newsletter-form input {
  padding-right: 6rem;
  text-overflow: ellipsis;
}

form.style-2 input,
form.style-2 textarea {
  border: none;
}

form:not(.one-line):not(.mad-searchform) input:not(:last-child),
form:not(.one-line):not(.mad-searchform) textarea:not(:last-child) {
  margin-bottom: 1rem;
}

form.mad-newsletter-form:not(.one-line) input:not(:last-child),
form.mad-newsletter-form:not(.one-line) textarea:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mad-colorizer--scheme-color-2 form.one-line.mad-newsletter-form input {
  border: none;
}

form.size-2 input,
form.size-2 textarea {
  height: 3rem;
  border-radius: 1rem;
}

/* ----------------------------------------
        Colorizer
    ---------------------------------------- */

[class*='mad-colorizer--scheme-'] {
  position: relative;
}

.container
  .mad-section[class*='mad-colorizer--scheme-']:not([class*='mad-section--stretched']):not(.mad-section--no-adaptive) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mad-colorizer-bg-color,
.mad-colorizer-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.mad-colorizer-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mad-colorizer--parallax .mad-colorizer-bg-image {
  background-size: auto;
  background-attachment: fixed;
}

.mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
}

[class*='with-overlay'] {
  z-index: 1;
  position: relative;
}

[class*='with-overlay']:not(.mad-section):after,
.mad-section[class*='with-overlay'] > [class*='mad-colorizer-']:after {
  content: '';
  background: rgba(14, 41, 58, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.mad-bg-section {
  min-height: 400px;
  padding-bottom: 40% !important;
}

.mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
  background: #26658c;
}

.mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
  background: #f6f8f8;
}

.mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
  background: #46a69c;
}

.mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
  background: #e9f7fa;
}

.mad-colorizer--scheme-light .mad-cta-title,
.mad-colorizer--scheme-light .mad-title,
.mad-colorizer--scheme-light .mad-section-title,
.mad-colorizer--scheme-light .mad-page-title,
.mad-colorizer--parallax .mad-page-title,
.mad-colorizer--scheme-light .mad-pre-title {
  color: #fff;
}

.mad-colorizer--scheme-light {
  color: #c7c8cc;
}

.mad-colorizer--scheme-color-3 .mad-icon-box-content {
  color: #8b9599;
}

.mad-colorizer--scheme-color-4 {
  color: #c5d3d9;
}

.mad-colorizer--scheme-color-4 .mad-icon-boxes.size-2.hr-type .mad-icon-box,
.mad-colorizer--scheme-color-4
  .mad-icon-boxes.style-2
  .mad-icon-box
  .mad-icon-sub-title,
.mad-colorizer--scheme-color-4
  .mad-icon-boxes.our-info.style-2
  .mad-icon-box
  .mad-icon-sub-title {
  color: #d7e4e2;
}

.mad-colorizer--scheme-color-5 .mad-icon-boxes.size-2.hr-type .mad-icon-box,
.mad-colorizer--scheme-color-3
  .mad-icon-boxes.size-2:not(.style-2)
  .mad-icon-box
  .mad-icon-sub-title,
.mad-colorizer--scheme-color-5
  .mad-icon-boxes.size-2:not(.style-2)
  .mad-icon-box
  .mad-icon-sub-title {
  color: #8b9599;
}

/* .mad-colorizer--scheme-color-5 {
            color: #8b9599;
        } */

.mad-colorizer--scheme-color-2 {
  color: #c5d3d9;
}

.mad-colorizer--scheme-color-2 .mad-page-title {
  color: #fff;
}

.mad-section--stretched-content {
  padding-left: 44px;
  padding-right: 44px;
}

/* Video wrapper */

.video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.video_wrapper > iframe {
  z-index: 2;
}

.video_wrapper_full {
  padding-top: 36rem;
}

.video_wrapper_full.with-half-bg:after {
  content: '';
  position: absolute;
  top: 50%;
  background: #ebe117;
  left: -2000px;
  right: -2000px;
  height: 50%;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/974x656_img5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
  text-indent: -999em;
  opacity: 1;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoPoster[class*='with-overlay']:not(.mad-section):after {
  overflow: hidden;
}

.video_wrapper_full.image-2 {
  padding-top: 37.5rem;
}

.video_wrapper_full.image-2.size-2 {
  padding-top: 26.5rem;
}

.video_wrapper_full.image-2.size-3 {
  padding-top: 18.5rem;
}

.video_wrapper_full.image-2.size-4 {
  padding-top: 12rem;
}

.video_wrapper_full.image-2.size-2 .videoPoster {
  background-image: url(../images/624x424_img1.jpg);
}

.video_wrapper_full.image-2.size-3 .videoPoster {
  background-image: url(../images/439x296_img1.jpg);
}

.video_wrapper_full.image-2.size-4 .videoPoster {
  background-image: url(../images/261x192_img2.jpg);
}

.video_wrapper_full.image-2 .videoPoster {
  background-image: url(../images/974x656_img5.jpg);
}

.videoPoster:hover {
  cursor: pointer;
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  background: url(../images/play-btn.png) no-repeat;
}

.video_wrapper_full.size-4 .videoPoster:before {
  transform: scale(0.73);
}

.videoPoster.no-btn {
  cursor: auto;
}

.videoPoster.no-btn:before {
  display: none;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

/* ----------------------------------------
        Gallery
    ---------------------------------------- */

.mad-gallery:not(.mad-grid--isotope) {
  display: flex;
  flex-wrap: wrap;
}

.mad-gallery:not(.mad-grid--isotope) .mad-gallery-item {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;
}

.mad-grid-item.col-x2 {
  width: 50%;
}

.mad-gallery .mad-gallery-item a {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: url(../images/crosshair.png), crosshair;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 1;
}

.fancybox-content img {
  overflow: hidden;
  border-radius: 1rem;
}

.mad-gallery .mad-gallery-item a img {
  width: 100%;
  transition: all 0.5s ease;
}

.mad-gallery .mad-gallery-item a:hover img {
  transform: scale(1.1);
}

.mad-gallery .mad-gallery-item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 34, 35, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.mad-gallery .mad-gallery-item a:hover:after {
  opacity: 1;
  visibility: visible;
}

.mad-gallery:not([class*='item-col-']).col-size-3 .mad-gallery-item {
  width: 33.3333%;
}

.mad-gallery.col-size-3:not([class*='item-col-']) {
  margin: -0.5rem -0.25rem 0;
}

.mad-gallery.col-size-3:not([class*='item-col-']) > * {
  padding: 0.5rem 0.25rem 0;
}

.mad-gallery.col-size-3 .mad-gallery-item a {
  border-radius: 0.5rem;
}

.mad-filter {
  font-weight: bold;
  display: flex;
  column-gap: 2.5rem;
  position: relative;
  z-index: 2;
}

.mad-filter-wrap:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-filter > li > a {
  color: #26658c;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

.mad-filter > li > a.mad-active,
.mad-filter > li > a:hover {
  color: #2e3133;
}

/* ----------------------------------------
        Countdown
    ---------------------------------------- */

.mad-countdown:not(.size-2) .countdown-row {
  margin-top: -2rem;
}

.mad-countdown:not(.size-2) .countdown-section {
  padding-top: 2rem;
}

.mad-countdown .countdown-section {
  width: 25%;
}

.mad-countdown .countdown-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.mad-counters[class*='item-col-']:not(.no-gutters) {
  margin-top: -3rem;
}

.mad-counters[class*='item-col-']:not(.no-gutters) > * {
  padding-top: 3rem;
}

.mad-countdown .countdown-period {
  color: #515759;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
}

.mad-countdown .countdown-amount {
  font-size: 4.5rem;
  line-height: 4rem;
  white-space: nowrap;
  letter-spacing: -0.15rem;
  display: block;
  font-weight: 300;
  color: #2e3133;
}

.mad-countdown.style-2 .countdown-period {
  color: #c5d3d9;
}

.mad-countdown.style-2 .countdown-amount {
  color: #fff;
}

.mad-countdown.size-2 {
  width: 100%;
  text-align: center;
  padding: 0.75rem 0;
  background: #edf1f2;
  border-radius: 0.5rem;
}

.mad-countdown.size-2 .countdown-row {
  flex-wrap: nowrap;
}

.mad-countdown.size-2 .countdown-section {
  position: relative;
}

.mad-countdown.size-2 .countdown-section:not(:last-child):after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
  color: #2e3133;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2rem;
}

.mad-countdown.size-2 .countdown-amount {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.mad-countdown.size-2 .countdown-period {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: lowercase;
  display: block;
}

.mad-countdown.style-2.size-2 {
  background: none;
  padding: 0;
}

.mad-countdown.style-2.size-2 .countdown-row {
  column-gap: 1rem;
}

.mad-countdown.style-2.size-2 .countdown-section {
  background: #26658c;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mad-countdown.style-2.size-2 .countdown-section:not(:last-child):after {
  left: 100%;
  color: #fff;
  top: calc(50% - 1rem);
  margin-left: 0.375rem;
}

/* ----------------------------------------
        Dropdown
    ---------------------------------------- */

.mad-dropdown {
  position: relative;
  z-index: 1;
}

.mad-dropdown-title {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

.mad-dropdown-title > i {
  position: relative;
}

.mad-dropdown-title span.price-text {
  font-size: 1rem;
  font-weight: 800;
  margin-left: 4px;
}

.mad-dropdown-element {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: initial;
  margin-top: 9px;
  padding-top: 0;
  padding-bottom: 1rem;
  letter-spacing: 0.7px;
  background-color: #fff;
  color: #2e3133;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 1rem 1.5rem;
  border-radius: 0 0 1rem 1rem;
  top: 100%;
  left: 0;
  margin-left: -1.5rem;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

  -webkit-box-shadow: 0px 16px 16px 0px rgb(46 49 51 / 15%);
  -moz-box-shadow: 0px 16px 16px 0px rgba(46, 49, 51, 0.15);
  box-shadow: 0px 16px 16px 0px rgb(46 49 51 / 15%);
}

.mad-dropdown-element > li > a {
  color: #2e3133;
}

.mad-dropdown-element > li > a:hover {
  color: #26658c;
}

.mad-dropdown-element--icons > li {
  position: relative;
  padding-left: 3.1rem;
}

.mad-dropdown-element--x-right {
  left: auto;
  right: 0;
}

/* .mad-dropdown-element--y-top {
            bottom: 100%;
            top: auto;
        } */

.mad-dropdown--opened {
  z-index: 9;
}

.mad-dropdown--opened .mad-dropdown-element {
  opacity: 1;
  visibility: visible;
}

.mad-dropdown--opened .mad-dropdown-title {
  color: #2e3133;
}

.mad-dropdown--title-icon .mad-dropdown-title {
  position: relative;
  padding-right: 0.875rem;
}

.mad-csstransforms3d .mad-dropdown-element {
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
.mad-csstransforms3d
  .mad-dropdown--title-icon
  .mad-dropdown-icon--state-default {
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
}

.mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
.mad-csstransforms3d
  .mad-dropdown--title-icon.mad-dropdown--opened
  .mad-dropdown-icon--state-default {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
.mad-csstransforms3d
  .mad-dropdown--title-icon.mad-dropdown--opened
  .mad-dropdown-icon--state-opened {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

.mad-twitter-feed:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-twitter-feed > li:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-twitter-feed > li {
  padding-left: 2rem;
}

.mad-twitter-feed > li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-twitter-feed > li::before {
  content: '\f099';
  font-family: Font awesome\5 Brands;
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #46a69c;
}

.mad-twitter-feed > li a {
  color: #26658c;
}

.mad-twitter-feed > li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
    4. Pages
---------------------------------------- */

/* Newsletter Popup */

.mad-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 41, 58, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 29;
}

.mad-popup .mad-popup-inner {
  max-width: 43rem;
  width: 100%;
  max-height: 85%;
  border-radius: 1rem;
  background: #fff;
  padding: 5rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mad-popup:not(.qv-popup) .mad-popup-inner:after {
  content: '';
  position: absolute;
  right: -5rem;
  top: 50%;
  margin-top: -7.8125rem;
  -webkit-mask: url(../lekarna_svg_icons/subscribe.svg) no-repeat;
  mask: url(../lekarna_svg_icons/subscribe.svg) no-repeat;
  background-color: #4abfd9;
  opacity: 0.4;
  position: absolute;
  width: 16.375rem;
  height: 15.6875rem;
  transform: rotate(-16deg);
  z-index: -1;
}

.mad-popup.qv-popup .mad-popup-wrap {
  overflow: hidden;
  height: 100%;
  border-radius: 1rem;
}

.mad-popup.qv-popup .mad-popup-inner {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
}

.mad-popup.qv-popup .mad-popup-holder [class*='mad-nav'] {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  left: 100%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 50%;
  background: #dce3e6;
  color: #2e3133;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 2rem;
  z-index: 2;
}

.mad-popup.qv-popup .mad-popup-holder [class*='mad-nav']:hover {
  background: #26658c;
  color: #fff;
}

.mad-popup.qv-popup .mad-popup-holder .mad-nav-prev {
  left: auto;
  right: 100%;
}

.mad-popup.qv-popup .mad-popup-holder {
  width: 100%;
  max-width: 61rem;
  height: 85%;
  margin: 1rem;
  position: relative;
}

.mad-popup-inner .mad-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: #edf1f2;
  text-align: center;
  line-height: 3rem;
  border-radius: 1rem;
  font-size: 1.5rem;
}

.mad-popup-inner .mad-nl-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #2e2133;
}

.mad-nl-title span {
  color: #d94945;
}

.mad-popup-inner .mad-popup-close:hover {
  background: #26658c;
  color: #fff;
}

.mad-newsletter-form:not(:last-child) {
  margin-bottom: 1rem;
}

/* End of Newsletter Popup */

#mad-toggle-brands {
  display: none;
}

.hidden-section {
  padding: 1.875rem;
  border: 2px solid #dce3e6;
  border-radius: 1.5rem;
}

.hidden-section .row:not(.col-no-space) {
  margin-bottom: -1rem;
}

.hidden-section .row:not(.col-no-space) > [class*='col'] {
  padding-bottom: 1rem;
}

.hidden-section:not(:last-child) {
  margin-bottom: 0.5rem;
}

.hidden-section .account-action {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #2e3133;
}

.hidden-section form.one-line .btn {
  border-radius: 1rem;
}

.hidden-section .account-action > a {
  font-weight: bold;
}

.hidden-section .account-action > i {
  font-size: 1.75rem;
  margin-right: 0.5rem;
  color: #3a7397;
}

.hidden-section .account-action.active > i {
  color: #2e3133;
}

.hidden-section .content {
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;

  -webkit-box-shadow: 0px -3px 24px 0px rgba(46, 49, 51, 0.1);
  -moz-box-shadow: 0px -3px 24px 0px rgba(46, 49, 51, 0.1);
  box-shadow: 0px -3px 24px 0px rgba(46, 49, 51, 0.1);
}

.mad-fixed-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  column-gap: 2rem;
  row-gap: 2rem;
}

.mad-fixed-bar-inner .mad-col {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}

.mad-fixed-bar-inner.mad-product .mad-product-title,
.mad-fixed-bar-inner.mad-product .mad-product-price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-fixed-bar-inner.mad-product .mad-product-image {
  max-width: 6rem;
}

.mad-fixed-bar-inner.mad-product .mad-actions {
  position: initial;
  opacity: 1;
  visibility: visible;
  flex-direction: row;
  column-gap: 0.5rem;
  margin: 0;
}

.mad-fixed-bar-inner.mad-product .quantity {
  max-width: 8rem;
}

.mad-fixed-bar-inner.mad-product .mad-actions > a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
}

.mad-video {
  display: block;
  position: relative;
}

.mad-video-link {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.mad-video-link:before {
  content: '';
  width: 6.375rem;
  height: 4.5rem;
  background: url(../images/youtube.png) no-repeat;
  display: block;
}

.mad-video img {
  position: relative;
  z-index: -1;
}

.mad-media-section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 52rem;
  display: flex;
  align-items: center;
}

.mad-media-inner {
  width: 100%;
  font-size: 1.125rem;
  line-height: 2rem;
  padding-left: 6rem;
}

.mad-media-inner h1.mad-title {
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 3.5rem;
}

.mad-media-inner h1.mad-title:not(:last-child) {
  margin-bottom: 1rem;
}

.mad-media-inner h2.mad-title {
  font-weight: 500;
}

.mad-media-inner h2.mad-title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.mad-media-inner p:not(:last-child) {
  margin-bottom: 2.25rem;
}

.mad-specs-table {
  border: 2px solid #dce3e6;
  border-radius: 1rem;
}

.mad-specs-table:not(:last-child) {
  margin-bottom: 2rem;
}

.mad-specs-table > .mad-col {
  width: 50%;
}

.mad-spec-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mad-spec-list > li .mad-col {
  width: 50%;
  display: flex;
}

.mad-spec-list > li .mad-col span:first-child {
  font-weight: bold;
  min-width: 15rem;
  color: #2e3133;
}

.mad-spec-list > li {
  width: 100%;
  padding: 1.25rem 1.875rem 1.1875rem;
  display: flex;
  flex-wrap: wrap;
}

.mad-spec-list > li:first-child {
  padding-top: 1.625rem;
}

.mad-spec-list > li:last-child {
  padding-bottom: 1.625rem;
}

.mad-spec-list > li:not(:last-child) {
  border-bottom: 1px solid #dce3e6;
}

/* ----------------------------------------
        Blog Single
    ---------------------------------------- */

/* ----------------------------------------
        404 Page
    ---------------------------------------- */

.mad-404-title {
  font-size: 20rem;
  line-height: 15rem;
  font-weight: bold;
  color: #d94945;
}

.mad-404-title + * {
  font-size: 1.25rem;

  color: #d94945;
}

.mad-page-404 .mad-section:first-child {
  padding: 6rem 0;
}

/* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

.mad-coming-soon {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.mad-coming-soon .mad-header + .mad-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mad-coming-soon .mad-header {
  text-align: center;
  padding: 2.25rem 0;
}

.mad-coming-soon .mad-section:first-child {
  padding: 170px 0;
  font-size: 1.125rem;
  line-height: 2rem;
}

.mad-coming-soon h1.mad-page-title {
  font-size: 5rem;
  line-height: 5.5rem;
}

.mad-coming-soon h1.mad-page-title:not(:last-child) {
  margin-bottom: 1rem;
}

/* ----------------------------------------
        Home
    ---------------------------------------- */
