.mkhb-device * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mkhb-device *:before,
.mkhb-device *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mkhb-device.mkhb-desktop:before,
.mkhb-device.mkhb-desktop:after {
content: " ";
display: table;
clear: both;
}
.mkhb-container,
.mkhb-container-fluid {
display: flex;
margin-right: auto;
margin-left: auto;
}
.mkhb-mobile .mkhb-container {
display: block;
}
.mkhb-container-fluid {
width: 100%;
}
@media (min-width: 768px) {
.mkhb-container {
width: 750px
}
}
@media (min-width: 992px) {
.mkhb-container {
width: 960px
}
}
@media (min-width: 1200px) {
.mkhb-container {
width: 1140px
}
}
.clearfix:after,
.clearfix:before,
.mkhb-container-fluid:after,
.mkhb-container-fluid:before,
.mkhb-container:after,
.mkhb-container:before,
.mkhb-row:after,
.mkhb-row:before {
content: " ";
display: table
}
.clearfix:after,
.mkhb-container-fluid:after,
.mkhb-container:after,
.mkhb-row:after {
clear: both
} .mkhb-equal-height-columns {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.mkhb-container img, .mkhb-container-fluid img {
max-width: 100%;
display: block;
}
.mkhb-custom-header {
border-bottom: 1px solid #ededed;
} .mkhb-inline-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.mkhb-inline-container div[class^=mkhb-inline-container__] {
flex: 1;
display: flex;
}
.mkhb-inline-container__left {
justify-content: flex-start;
}
.mkhb-inline-container__center {
justify-content: center;
}
.mkhb-inline-container__right {
justify-content: flex-end;
}
.mkhb-col-align__top div[class^=mkhb-inline-container__] {
align-items: flex-start;
}
.mkhb-col-align__middle div[class^=mkhb-inline-container__] {
align-items: center;
}
.mkhb-col-align__bottom div[class^=mkhb-inline-container__] {
align-items: flex-end;
} .mkhb-fixed--filled {
height: 92px;
}
.mkhb-fixed--filled.mkhb-overlap {
height: auto;
}
.mkhb-fixed > .mkhb-device-container,
.mkhb-overlap > .mkhb-device-container {
width: 100%;
z-index: 200;
}
.mkhb-fixed > .mkhb-device-container,
.mkhb-fixed.mkhb-overlap > .mkhb-device-container {
position: fixed;
}
.mkhb-overlap > .mkhb-device-container {
position: absolute;
} .mkhb-sticky {
width: 100%;
position: fixed;
z-index: 301;
top: -100px;
opacity: 0;
}
.mkhb-sticky--active {
transition: top 0.35s ease 0.1s;
opacity: 1;
}
.mkhb-sticky.mkhb-sticky--lazy {
transition: all 0.3s ease-in-out;
} @media (max-width: 767px) {
.mkhb-el-tablet,
.mkhb-el-desktop,
.mkhb-el-sticky--tablet,
.mkhb-el-sticky--desktop {
display: none !important;
}
.mkhb-tablet,
.mkhb-desktop,
.mkhb-sticky--tablet,
.mkhb-sticky--desktop {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.mkhb-el-mobile,
.mkhb-el-desktop,
.mkhb-el-sticky--mobile,
.mkhb-el-sticky--desktop {
display: none !important;
}
.mkhb-mobile,
.mkhb-desktop,
.mkhb-sticky--mobile,
.mkhb-sticky--desktop {
display: none;
}
}
@media (min-width: 1025px) {
.mkhb-el-mobile,
.mkhb-el-tablet,
.mkhb-el-sticky--mobile,
.mkhb-el-sticky--tablet {
display: none !important;
}
.mkhb-mobile,
.mkhb-tablet,
.mkhb-sticky--mobile,
.mkhb-sticky--tablet {
display: none;
}
} .mkhb-shopping-icon .mk-go-top,
.mkhb-shopping-icon .mk-quick-contact-wrapper {
bottom: 15px;
}
@media handheld, only screen and (max-width: 1024px) {
.mkhb-shopping-icon .mk-go-top.is-active {
bottom: 73px;
}
}
@media handheld, only screen and (min-width: 768px) and (max-width: 1024px) {
.mkhb-shopping-icon--tablet .mk-go-top,
.mkhb-shopping-icon--tablet .mk-quick-contact-wrapper {
bottom: 87px;
}
.mkhb-shopping-icon--tablet .mk-go-top.is-active {
bottom: 145px;
}
}
@media handheld, only screen and (max-width: 767px) {
.mkhb-shopping-icon--mobile .mk-go-top,
.mkhb-shopping-icon--mobile .mk-quick-contact-wrapper {
bottom: 87px;
}
.mkhb-shopping-icon--mobile .mk-go-top.is-active {
bottom: 145px;
}
}.mkhb-row {
margin: 0;
padding: 0;
text-align: left;
background-color: #ffffff;
border-width: 0;
border-color: #ffffff;
border-style: solid;
}
.mkhb-row__container,
.mkhb-row__container-fluid {
border-width: 0;
border-color: #ffffff;
border-style: solid;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.mkhb-row--bg-image {
background-repeat: no-repeat;
background-position: left top;
background-attachment: fixed;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
} .mkhb-container,
.mkhb-container-fluid {
display: flex;
margin-right: auto;
margin-left: auto;
}
.mkhb-mobile .mkhb-container {
display: block;
}
.mkhb-container-fluid {
width: 100%;
}
@media (min-width: 768px) {
.mkhb-container {
width: 750px
}
}
@media (min-width: 992px) {
.mkhb-container {
width: 960px
}
}
@media (min-width: 1200px) {
.mkhb-container {
width: 1140px
}
}
.mkhb-container-fluid:after,
.mkhb-container-fluid:before,
.mkhb-container:after,
.mkhb-container:before,
.mkhb-row:after,
.mkhb-row:before {
content: " ";
display: table
}
.mkhb-container-fluid:after,
.mkhb-container:after,
.mkhb-row:after {
clear: both
} .mkhb-equal-height-columns {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.mkhb-container img, .mkhb-container-fluid img {
max-width: 100%;
display: block;
}.mkhb-col {
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
border-width: 0;
border-color: #ffffff;
border-style: solid;
}
.mkhb-col--bg-image {
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
} .mkhb-col__container-inline__wrap {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.mkhb-col__container-inline__wrap div[class^=mkhb-col__container-inline__] {
flex: 1;
display: flex;
}
.mkhb-col__container-inline__left {
justify-content: flex-start;
}
.mkhb-col__container-inline__center {
justify-content: center;
}
.mkhb-col__container-inline__right {
justify-content: flex-end;
} .mkhb-col--align-top div[class^=mkhb-col__container-inline__] {
align-items: flex-start;
}
.mkhb-col--align-middle div[class^=mkhb-col__container-inline__] {
align-items: center;
}
.mkhb-col--align-bottom div[class^=mkhb-col__container-inline__] {
align-items: flex-end;
} .mkhb-col__container {
width: 100%;
}
.mkhb-col-md-1,
.mkhb-col-md-10,
.mkhb-col-md-11,
.mkhb-col-md-12,
.mkhb-col-md-2,
.mkhb-col-md-3,
.mkhb-col-md-4,
.mkhb-col-md-5,
.mkhb-col-md-6,
.mkhb-col-md-7,
.mkhb-col-md-8,
.mkhb-col-md-9,
.mkhb-col-sm-1,
.mkhb-col-sm-10,
.mkhb-col-sm-11,
.mkhb-col-sm-12,
.mkhb-col-sm-2,
.mkhb-col-sm-3,
.mkhb-col-sm-4,
.mkhb-col-sm-5,
.mkhb-col-sm-6,
.mkhb-col-sm-7,
.mkhb-col-sm-8,
.mkhb-col-sm-9,
.mkhb-col-xs-1,
.mkhb-col-xs-10,
.mkhb-col-xs-11,
.mkhb-col-xs-12,
.mkhb-col-xs-2,
.mkhb-col-xs-3,
.mkhb-col-xs-4,
.mkhb-col-xs-5,
.mkhb-col-xs-6,
.mkhb-col-xs-7,
.mkhb-col-xs-8,
.mkhb-col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.mkhb-col-xs-1,
.mkhb-col-xs-10,
.mkhb-col-xs-11,
.mkhb-col-xs-12,
.mkhb-col-xs-2,
.mkhb-col-xs-3,
.mkhb-col-xs-4,
.mkhb-col-xs-5,
.mkhb-col-xs-6,
.mkhb-col-xs-7,
.mkhb-col-xs-8,
.mkhb-col-xs-9 {
float: left;
width: 100%;
}
@media (min-width: 768px) {
.mkhb-col-sm-1,
.mkhb-col-sm-10,
.mkhb-col-sm-11,
.mkhb-col-sm-12,
.mkhb-col-sm-2,
.mkhb-col-sm-3,
.mkhb-col-sm-4,
.mkhb-col-sm-5,
.mkhb-col-sm-6,
.mkhb-col-sm-7,
.mkhb-col-sm-8,
.mkhb-col-sm-9 {
float: left
}
.mkhb-col-sm-12 {
width: 100%
}
.mkhb-col-sm-11 {
width: 91.66666667%
}
.mkhb-col-sm-10 {
width: 83.33333333%
}
.mkhb-col-sm-9 {
width: 75%
}
.mkhb-col-sm-8 {
width: 66.66666667%
}
.mkhb-col-sm-7 {
width: 58.33333333%
}
.mkhb-col-sm-6 {
width: 50%
}
.mkhb-col-sm-5 {
width: 41.66666667%
}
.mkhb-col-sm-4 {
width: 33.33333333%
}
.mkhb-col-sm-3 {
width: 25%
}
.mkhb-col-sm-2 {
width: 16.66666667%
}
.mkhb-col-sm-1 {
width: 8.33333333%
}
}
@media (min-width: 992px) {
.mkhb-col-md-1,
.mkhb-col-md-10,
.mkhb-col-md-11,
.mkhb-col-md-12,
.mkhb-col-md-2,
.mkhb-col-md-3,
.mkhb-col-md-4,
.mkhb-col-md-5,
.mkhb-col-md-6,
.mkhb-col-md-7,
.mkhb-col-md-8,
.mkhb-col-md-9 {
float: left
}
.mkhb-col-md-12 {
width: 100%
}
.mkhb-col-md-11 {
width: 91.66666667%
}
.mkhb-col-md-10 {
width: 83.33333333%
}
.mkhb-col-md-9 {
width: 75%
}
.mkhb-col-md-8 {
width: 66.66666667%
}
.mkhb-col-md-7 {
width: 58.33333333%
}
.mkhb-col-md-6 {
width: 50%
}
.mkhb-col-md-5 {
width: 41.66666667%
}
.mkhb-col-md-4 {
width: 33.33333333%
}
.mkhb-col-md-3 {
width: 25%
}
.mkhb-col-md-2 {
width: 16.66666667%
}
.mkhb-col-md-1 {
width: 8.33333333%
}
}.searchwp-live-search-results{background:#fff;border-radius:3px;-webkit-box-shadow:0 0 2px 0 rgba(30,30,30,.4);box-shadow:0 0 2px 0 rgba(30,30,30,.4);-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;max-height:300px;min-height:175px;min-width:315px;width:315px}.searchwp-live-search-result{border-bottom:1px solid rgba(30,30,30,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;padding:10px}.searchwp-live-search-result:last-child{border-bottom:none}.searchwp-live-search-result--img{-ms-flex-negative:0;flex-shrink:0}.searchwp-live-search-result--img,.searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img{-ms-flex-preferred-size:70px;flex-basis:70px}.searchwp-live-search-results-container.swp-ls--img-m .searchwp-live-search-result--img{-ms-flex-preferred-size:110px;flex-basis:110px}.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img{-ms-flex-preferred-size:150px;flex-basis:150px}.searchwp-live-search-result--img img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top;width:100%}.searchwp-live-search-result--info{-webkit-box-flex:1;-ms-flex:1 1 250px;flex:1 1 250px;overflow:hidden;text-overflow:ellipsis}.searchwp-live-search-result--title{font-size:1.1em;font-weight:700;margin-top:0}.searchwp-live-search-result--desc{font-size:.9em}.searchwp-live-search-result--ecommerce{-ms-flex-negative:0;flex-shrink:0;margin-left:auto;text-align:end}.searchwp-live-search-result--ecommerce *{font-size:1em}.searchwp-live-search-no-min-chars .spinner{opacity:.3}.searchwp-live-search-result--focused{background:#f7f7f7}.searchwp-live-search-instructions{clip:rect(1px,1px,1px,1px)!important;border:0!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@-webkit-keyframes searchwp-spinner-line-fade-more{0%,to{opacity:0}1%{opacity:1}}@keyframes searchwp-spinner-line-fade-more{0%,to{opacity:0}1%{opacity:1}}@-webkit-keyframes searchwp-spinner-line-fade-quick{0%,39%,to{opacity:.25}40%{opacity:1}}@keyframes searchwp-spinner-line-fade-quick{0%,39%,to{opacity:.25}40%{opacity:1}}@-webkit-keyframes searchwp-spinner-line-fade-default{0%,to{opacity:.22}1%{opacity:1}}@keyframes searchwp-spinner-line-fade-default{0%,to{opacity:.22}1%{opacity:1}}