.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.mi-slider {
position: relative;
margin-top: 30px;
height: 490px;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
left: 0;
bottom: 140px;
overflow: hidden;
text-align: center;
pointer-events: none;
}
.no-js .mi-slider ul {
position: relative;
left: auto;
bottom: auto;
margin: 0;
overflow: visible;
}
.mi-slider ul.mi-current {
pointer-events: auto;
}
.mi-slider ul li {
display: inline-block;
padding: 20px;
width: 20%;
max-width: 300px;
-webkit-transform: translateX(600%);
transform: translateX(600%);
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mi-slider ul li a,
.mi-slider ul li img {
display: block;
margin: 0 auto;
}
.mi-slider ul li a {
outline: none;
cursor: pointer;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li h4 {
display: inline-block;
font-family: var(--secondary-font-family);
font-style: italic;
font-weight: 400;
font-size: 18px;
padding: 20px 10px 0;
}
.mi-slider ul li:hover {
opacity: 0.7;
}
.mi-slider nav {
position: relative;
top: 400px;
text-align: center;
max-width: 800px;
margin: 0 auto;
border-top: 5px solid #333;
}
.no-js nav {
display: none;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
padding: 40px 30px 30px 34px;
position: relative;
color: #888;
outline: none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
color: #000;
}
.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
content: '';
position: absolute;
top: -5px;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
border-color: transparent;
border-top-color: #fff;
border-width: 20px;
left: 50%;
margin-left: -20px;
}
.mi-slider nav a.mi-selected:before {
border-color: transparent;
border-top-color: #333;
border-width: 27px;
left: 50%;
margin-left: -27px;
} .mi-slider ul:first-child li,
.no-js .mi-slider ul li {
-webkit-animation: scaleUp 350ms ease-in-out both;
animation: scaleUp 350ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}
.mi-slider ul:first-child li:first-child {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul:first-child li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul:first-child li:nth-child(3) {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
.mi-slider ul:first-child li:nth-child(4) {
-webkit-animation-delay: 360ms;
animation-delay: 360ms;
} .mi-slider ul.mi-moveFromRight li {
-webkit-animation: moveFromRight 350ms ease-in-out both;
animation: moveFromRight 350ms ease-in-out both;
} .mi-slider ul.mi-moveFromLeft li {
-webkit-animation: moveFromLeft 350ms ease-in-out both;
animation: moveFromLeft 350ms ease-in-out both;
} .mi-slider ul.mi-moveToRight li {
-webkit-animation: moveToRight 350ms ease-in-out both;
animation: moveToRight 350ms ease-in-out both;
} .mi-slider ul.mi-moveToLeft li {
-webkit-animation: moveToLeft 350ms ease-in-out both;
animation: moveToLeft 350ms ease-in-out both;
} .mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
} @-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); }
}
@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); }
}
@keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveToRight {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}
@keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}
.mi-slider {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} @media screen and (max-width: 910px){
.mi-slider nav {
max-width: 90%;
}
.mi-slider nav a {
font-size: 12px;
padding: 40px 10px 30px 14px;
}
}
@media screen and (max-width: 740px){
.mi-slider {
height: 300px;
}
.mi-slider nav {
top: 220px;
}
}
@media screen and (max-width: 490px){
.mi-slider {
text-align: center;
height: auto;
}
.mi-slider ul {
position: relative;
display: inline;
bottom: auto;
pointer-events: auto;
}
.mi-slider ul li {
-webkit-animation: none !important;
animation: none !important;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
padding: 10px 3px;
min-width: 140px;
}
.mi-slider nav {
display: none;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }:root { --main-font-family: 'Nunito', sans-serif; --secondary-font-family: 'Nunito', sans-serif;
--gold-color: #C4A26E;
--black: #5a5a5a; --shadow-circle: 0px 28px 69px -18px rgba(0,0,0,0.75);
--shadow-box: 0px 0px 42px -12px rgba(35,35,41,0.42);; --box-shadow: {
}
} .button-holder{
position: relative;
}
.button-icon_right span {
margin-left: 10px;
}
.button-icon_left span {
margin-right: 10px;
}
.section-divider{
margin-top: 4vw;
padding-bottom: 3vw;
}
img{
max-width: 100%;
object-fit: cover;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
.background_primary{
background-color: var(--primary-color);
}
.text_primary{
color: var(--primary-color) !important;
margin-bottom: 20px;
}
.background_secondary{
background-color: var(--secondary-color);
}
.background_accent{
background-color: var(--accent-color);
}
.background_white{
color: var(--white-shade);
}
.text-color_primary{
color: var(--accent-color);
}
.text-color_secondary{
color: var(--secondary-color);
}
.text-color_accent{
color: var(--accent-color);
}
.text-color_white{
color: #fff;
}
.text-black{
color: var(--black);
}
.text-color_blue{
color: var(--blue);
}
.text-color_gold{
color: var(--gold-color);
}
.button {
padding: 15px 40px;
border-radius: 1px;
transition: all .2s ease-in-out,color .2s ease-in-out;
color: #fff;
font-weight: 600;
}
.button_accent{
background: var(--accent-color);
}
.button_accent:hover {
background: var(--blue);
}
.button_blue{
background: var(--blue);
}
.button_blue:hover{
background: var(--accent-color);
}
.button_gold{
background: var(--gold-color);
border: 1px solid var(--gold-color);
}
.button_gold:hover{
color: var(--gold-color);
background: #fff;
border: 1px solid var(--gold-color);
}
.button-black{
background: var(--black);
color: #fff;
}
@media screen and (max-width:960px){
.main-menu-holder{
display:none;
}
.mobile-menu-holder{
display: block;
}
.hide-mobile{
display: none !important;
}
}
@media screen and (min-width:960px){
.main-menu-holder{
display:block;
}
.mobile-menu-holder{
display: none;
}
.hide-desktop{
display: none !important;
}
} @-webkit-keyframes button {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes button {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.button {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.button:hover, .button:focus, .button:active {
-webkit-animation-name: button;
animation-name: button;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
left: 0;
top: 0;
font-size: 100%;
scroll-behavior: smooth;
} .container {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.row {
position: relative;
width: 100%;
}
.row [class^="col"] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
}
.col-1-sm {
width: 4.33%;
}
.col-2-sm {
width: 12.66%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.33%;
}
.col-5-sm {
width: 37.66%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.33%;
}
.col-8-sm {
width: 62.66%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.33%;
}
.col-11-sm {
width: 87.66%;
}
.col-12-sm {
width: 96%;
}
.row::after {
content: "";
display: table;
clear: both;
}
.hidden-sm {
display: none;
}
@media only screen and (min-width: 33.75em) { .container {
width: 80%;
}
.container-small{
width: 80%;
}
}
@media only screen and (min-width: 45em) { .col-1 {
width: 4.33%;
}
.col-2 {
width: 12.66%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.33%;
}
.col-5 {
width: 37.66%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.33%;
}
.col-8 {
width: 62.66%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.33%;
}
.col-11 {
width: 87.66%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
}
@media only screen and (min-width: 60em) { .container {
width: 75%;
max-width: 75rem;
}
.container-small {
width: 75%;
max-width: 65rem;
}
}  body{
font-family: var(--main-font-family);
font-weight: regular;
} h1, h2, h3, h4, h5, h6{
font-family: var(--main-font-family) !important;
font-weight: bold;
color: #000;
}
p {
font-size: 18px;
line-height: 1.8;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-heavy {
font-weight: 700;
} .left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-family: var(--secondary-font-family);
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}   .main-menu-holder ul li {
display: inline;
}
.main-menu-holder { text-align: right;
}
.header-section .row.header-row {
display: flex;
align-items: center;
}
.sticky_header .row.header-row {
display: block;
align-items: center;
}
.header-button-holder{
margin-top:35px;
}
.main-menu-holder ul li a {
color: #636363;
text-transform: uppercase;
font-weight: 600;
margin-left: 35px;
}
.main-menu-holder ul li a:hover {
color: var(--blue);
text-transform: uppercase;
font-weight: 600;
margin-left: 35px;
}
.current_page_item a  {
color: var(--blue);
}
.sticky_header {
-webkit-box-shadow: 0px 0px 12px -4px #000000;
box-shadow: 0px 0px 12px -4px #000000;
}
.header-button-holder a:hover {
box-shadow: var(--shadow-box);
}
.main-menu-holder .sub-menu {
display: none;
opacity: 0;
position: absolute;
right: 0;
}
ul.sub-menu {
padding: 20px 15px 10px;
background: var(--bez-color);
border-radius: 3px;
z-index: 9999;
}
ul.sub-menu li {
display: block;
margin-bottom: 10px;
width: 100%;
min-width: 190px;
}
.main-menu-holder ul li ul li a {
color: var(--white-shade);
}
.main-menu-holder ul li ul li a, .main-menu-holder ul li ul .current-menu-item a {
color: var(--blue);
}
.main-menu-holder ul li ul .current-menu-item a{
color:var(--blue);
}
.main-menu-holder ul li {
position: relative;
}
.main-menu-holder ul li:hover .sub-menu {
display: block;
opacity: 1;
}
img.logo-img {
max-width: 150px;
} .sticky_header {
position: fixed;
width: 100%;
background: #fff;
z-index: 999;
font-size: 15px;
transition: all .4s ease-in-out,color .4s ease-in-out;
top:0;
}
.sticky_header .logo-img{
max-width: 70px;
}
.sticky_header .main-menu-holder {
margin-top: 25px;
text-align: right;
}
.sticky_header .header-button-holder {
margin-top: 15px;
}
.sticky_header .mobile-menu-icon-holder {
font-size: 30px;
color: var(--accent-color);
text-align: right;
margin-top: 14px;
margin-right: 10px;
} .mobile-menu-icon-holder {
font-size: 40px;
color: var(--accent-color);
text-align: right;
margin-top: 25px;
margin-right: 10px;
}
.mobile-menu-holder {
position: fixed;
width: 80%;
height: 100vh;
background: var(--blue);
right: 0;
z-index: 9999;
box-shadow: var(--shadow-box);
padding: 30px;
box-sizing: border-box;
margin-right: -90%;
overflow-y: scroll;
}
.mobile-menu-holder.mobile-menu-opened {
margin-right: 0;
transition: all .4s ease-in-out,color .4s ease-in-out;
}
.mobile-menu-holder {
transition: all .4s ease-in-out,color .4s ease-in-out;
top: 0;
}
.mobile-menu-holder .sub-menu {
padding: 20px 15px 10px;
background: var(--blue);
border-radius: 3px;
}
.mobile-menu-holder .sub-menu {
padding: 20px 15px 10px;
background: var(--blue);
border-radius: 3px;
opacity: 0;
visibility: hidden;
display: none;
}
.mobile-menu-holder a {
color: #fff;
font-size: 27px;
font-weight: 700;
}
.mobile-menu-holder .menu-main-menu-container {
margin-top: 50px;
}
.mobile-menu-close-button-holder {
position: absolute;
top: 10px;
left: 30px;
color: #fff ;
font-size: 40px;
box-shadow: var(--shadow-box);
}  section.footer-section {
background: var(--grey-color);
padding: 90px 0px 20px;
margin-top: 30px;
}
.shop-li a {
padding: 7px 30px;
background-color: var(--black);
color: #fff !important;
padding: 14px 30px;
}
.footer-logo{
padding: 10px 70px;
background: #fff;
}
h2.footer-main-menu-title {
margin-bottom: 30px;
}
.menu-footer-menu-container ul li {
color: #fff;
margin-bottom: 10px;
font-size: 18px;
font-weight: 300;
}
.menu-footer-menu-container ul li a{
color: var(--blue);
}
.menu-footer-menu-container ul li a:hover{
color: var(--accent-color);
}
.footer-list {
color: var(--blue);
}
.footer-list li {
margin-bottom: 12px;
font-size: 17px;
}
.footer-list li a {
color: var(--blue);
}
.footer-list li a:hover {
color: var(--accent-color);
}
.copyright-holder {
color: var(--blue);
font-weight: 600;
letter-spacing: 1px;
margin-top: 12px;
}  .mi-slider {
position: relative;
margin-top: 30px;
height: 490px;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
left: 0;
bottom: 140px;
overflow: hidden;
text-align: center;
pointer-events: none;
}
.no-js .mi-slider ul {
position: relative;
left: auto;
bottom: auto;
margin: 0;
overflow: visible;
}
.mi-slider ul.mi-current {
pointer-events: auto;
}
.mi-slider ul li {
display: inline-block;
padding: 20px;
width: 20%;
max-width: 300px;
-webkit-transform: translateX(600%);
transform: translateX(600%);
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mi-slider ul li a,
.mi-slider ul li img {
display: block;
margin: 0 auto;
}
.mi-slider ul li a {
outline: none;
cursor: pointer;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li h4 {
display: inline-block;
font-family: var(--secondary-font-family);
font-style: italic;
font-weight: 400;
font-size: 18px;
padding: 20px 10px 0;
}
.mi-slider ul li:hover {
opacity: 0.7;
}
.mi-slider nav {
position: relative;
top: 400px;
text-align: center;
max-width: 800px;
margin: 0 auto;
border-top: 5px solid #333;
}
.no-js nav {
display: none;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
padding: 40px 30px 30px 34px;
position: relative;
color: #888;
outline: none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
color: #000;
}
.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
content: '';
position: absolute;
top: -5px;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
border-color: transparent;
border-top-color: #fff;
border-width: 20px;
left: 50%;
margin-left: -20px;
}
.mi-slider nav a.mi-selected:before {
border-color: transparent;
border-top-color: #333;
border-width: 27px;
left: 50%;
margin-left: -27px;
} .mi-slider ul:first-child li,
.no-js .mi-slider ul li {
-webkit-animation: scaleUp 350ms ease-in-out both;
animation: scaleUp 350ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}
.mi-slider ul:first-child li:first-child {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul:first-child li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul:first-child li:nth-child(3) {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
.mi-slider ul:first-child li:nth-child(4) {
-webkit-animation-delay: 360ms;
animation-delay: 360ms;
} .mi-slider ul.mi-moveFromRight li {
-webkit-animation: moveFromRight 350ms ease-in-out both;
animation: moveFromRight 350ms ease-in-out both;
} .mi-slider ul.mi-moveFromLeft li {
-webkit-animation: moveFromLeft 350ms ease-in-out both;
animation: moveFromLeft 350ms ease-in-out both;
} .mi-slider ul.mi-moveToRight li {
-webkit-animation: moveToRight 350ms ease-in-out both;
animation: moveToRight 350ms ease-in-out both;
} .mi-slider ul.mi-moveToLeft li {
-webkit-animation: moveToLeft 350ms ease-in-out both;
animation: moveToLeft 350ms ease-in-out both;
} .mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
} @-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); }
}
@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); }
}
@keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveToRight {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}
@keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}
.mi-slider {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} @media screen and (max-width: 910px){
.mi-slider nav {
max-width: 90%;
}
.mi-slider nav a {
font-size: 12px;
padding: 40px 10px 30px 14px;
}
}
@media screen and (max-width: 740px){
.mi-slider {
height: 300px;
}
.mi-slider nav {
top: 220px;
}
}
@media screen and (max-width: 490px){
.mi-slider {
text-align: center;
height: auto;
}
.mi-slider ul {
position: relative;
display: inline;
bottom: auto;
pointer-events: auto;
}
.mi-slider ul li {
-webkit-animation: none !important;
animation: none !important;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
padding: 10px 3px;
min-width: 140px;
}
.mi-slider nav {
display: none;
}
}
.mi-slider nav a{
color: var(--blue) !important;
}
.mi-slider nav .mi-selected {
color: var(--black) !important;
}
slider nav a.mi-selected {
color: var(--accent-color) !important;
}
.mi-slider nav, .mi-slider nav .mi-selected::before {
border-top-color: var(--black) !important;
}
.mi-slider ul.mi-current {
pointer-events: auto;
padding-top: 30px;
}
a.added_to_cart.wc-forward {
display: none;
}  .error-page-button-holder {
margin-top: 40px;
}
.center.section-divider.error-page-content h2 {
font-size: 2em;
color: var(--blue);
}
.error-page-img{
max-width: 250px;
}  .homepage-slider-section-clip-path {
height: 100px;
background: #fff;
margin-top: -100px;
z-index: 11 !important;
position: relative;
clip-path: ellipse(54% 47% at 47% 100%);
}
.slider-logo{
width: 20vh !important;
}  .submit-button {
border-radius: 4px !important;
}
.home-contact-section-image-holder img {
max-width: 90%;
margin-top: 50px;
}
.home-contact-section-form-holder{
margin-top: 40px;
}
.fc-form-2 button {
background: var(--black ) !important;
}
.fc-form-2  input{
border-radius:4px !important;
}
.formcraft-icon {
color: var(--black) !important;
}
section.footer-section a:hover, .menu-footer-menu-container ul li a:hover {
color: var(--black);
}   .page-template-contact iframe{
width: 100%;
}
.babyspa-item-image {
border-radius: 4px;
margin-bottom: 30px;
height: 475px;
width: 100%;
}
a.added_to_cart.wc-forward {
display: none !important;
}
.mfp-bottom-bar{
display: none;
}  i.fa.fa-shopping-cart.mini-cart-icon {
color: var(--gold-color);
margin-right: 20px;
font-size: 22px; } p.woocommerce-LostPassword.lost_password a {
color: var(--blue);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
min-height: 50px;
}
.margin-top {
margin-top: 90px;
} .product-input-holder label {
color:var(--gold-color);
font-weight: 600;
font-size: 1.3em;
}
.product-input-name {
margin-bottom: 30px;
padding: 10px;
margin-top: 10px;
width: 250px;
border-radius: 3px;
border: 2px solid #9CA3AF;
color: #9CA3AF;
}
input.product-input-name:placeholder {
color: #9CA3AF;
}  a.cart-counter {
pointer-events: none;
}
.cart-counter-holder {
position: absolute;
right: 0;
display: flex;
top: -15px;
right: 10px;
font-size: 11px;
width: 20px;
height: 20px;
background: grey;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #fff;
}
.cart-overlay {
width: 100%;
height: 100vh;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #c4a26e38;
position: fixed;
z-index: 9999;
overflow: hidden;
display: none;
}
div#side-cart {
position: fixed;
height: auto;
background: #fff;
z-index: 9999;
padding: 20px 40px 40px 50px;
width: 50%;
max-width: 90%;
overflow: hidden;
top: -90vh;
margin-left: -430px;
transition: all .2s ease-in-out,color .2s ease-in-out;
box-shadow: var(--shadow-box);
-webkit-box-shadow: var(--shadow-box);
left: 0;
right: 0;
margin: auto;
border-radius: 6px;
max-height: 75vh;
}
td.mini-cart-table-item-price {
padding-right: 10px;
}
table.mini-cart-item-table {
width: 100%;
}
.cart-open{
top: 20vh !important;
transition: all .2s ease-in-out,color .2s ease-in-out;
}
.mini-cart-menu-item {
cursor: pointer;
}
p.woocommerce-mini-cart__buttons.buttons {
display: flex;
justify-content: space-between;
width: 100%;
bottom: 80px;
margin-top: 20px;
}
td.mini-cart-table-item-price .variation {
display: none;
}
td.mini-cart-table-item-image img {
max-height: 70px !important;
width: 100px !important;
object-fit: cover;
border-radius: 7px;
margin-bottom: 10px;
}
a.closeCart {
text-align: right;
display: block;
position: absolute;
right: 20px;
font-size: 30px;
font-weight: 600;
color: #353434;
}
.widget_shopping_cart_content {
margin-top: 80px;
}
table.mini-cart-item-table tr {
display: flex;
justify-content: space-between;
align-items: center;
}
p.woocommerce-mini-cart__total.total {
margin-top: 40px;
padding-top: 15px;
border-top: 1px solid var(--gold-color);
}
p.woocommerce-mini-cart__buttons.buttons a {
background: var(--gold-color);
color: #fff !important;
}
p.woocommerce-mini-cart__total.total {
display: flex;
justify-content: space-between;
}
p.woocommerce-mini-cart__total.total {
display: flex;
justify-content: space-between;
color: var(--black);
text-transform: uppercase;
font-weight: 900;
}
table.mini-cart-item-table a {
color: #000;
font-weight: 600;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
max-height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}
td.mini-cart-table-item-name {
width: 50%;
} ::-webkit-scrollbar {
width: 5px;
} ::-webkit-scrollbar-track {
background: var(--gold-color);
} ::-webkit-scrollbar-thumb {
background: #888;
}
section.contactform-contantinfo-section p {
color: var(--black);
font-weight: 500;
}
section.calendar-hero .container {
background: #e9e5e6;
padding: 50px 0px;
position: relative;
width: 72%;
}
h2.calendar-hero-title {
font-size: 3em;
color: var(--black);
font-family: var(--main-font-family);
letter-spacing: 4px;
}
.calendar-hero-links a, .calendar-hero-address p {
display: block;
width: 100%;
color: var(--black);
font-weight: 600;
line-height: 30px;
font-size: 1.1em;
}
.calendar-hero-links a span{
color: var(--gold-color);
}
section.calendar-hero {
margin: 50px 0;
}
div#wc-appointments-appointment-form select {
padding: 10px;
border-radius: 3px;
font-size: .8em;
color: var(--black);
font-weight: 500;
margin-top: 10px;
}
.main-menu-holder.shop-menu-holder .sub-menu {
width: 270px;
margin-top: 10px;
}
.main-menu-holder.shop-menu-holder .sub-menu li {
margin-bottom: 10px;
}  .default-template-content.section-divider h3 {
margin-bottom: 30px;
margin-top: 20px;
font-size: 2em;
color: #5a5a5a;
}
.home-contact-title{
font-size: 2em;
color: var(--black);
font-family: var(--main-font-family);
letter-spacing: 4px;
margin-bottom: 30px;
}
.contact_text h2 {
margin-bottom: 20px;
}
ul.sub-menu .sub-menu {
background: #ffffff70;
right: 0px;
display: inline;
position: relative;
margin-top: 10px;
margin-bottom: 20px;
}
.sub-menu .menu-item a:hover {
color: var(--black);
}
.page-template-contact .text-and-image-section p{
font-size: 1.2em;
}
.page-template-contact .text-and-image-section a{
color: var(--primary-color);
}
h2.contact-form-title {
margin-bottom: 30px;
font-size: 2em !important;
color: var(--primary-color);
}
h2.text-color_blue.arangementen-main-title {
margin-bottom: 30px;
}
header.woocommerce-products-header {
margin-bottom: 50px;
}
.woo-sidebar-holder a {
font-size: 1em;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
color: vaR(--black);  }
.sidebar-all-produts-link{
margin-top: 20px;
}
.woo-sidebar-holder a:hover {
color: var(--primary-color);
}
.price-list-product-title h3 {
margin-top: 20px;
font-size: 1.3em;
color: var(--black);
}
.price-list-product-desc p, .price-list-product-desc span {
font-size: 15px;
color: var(--black);
}
.price-item-foto-holder img {
min-height: 360px;
}
section.photography-price-list-section.section-divider h2 {
font-size: 2em;
margin-bottom: 30px;
}
.page-numbers {
color: #8a7e88 !important;
}
.reservatie-form-holder-new{
margin-top: 50px;
}
a.button.button-black.routebutton {
color: #fff;
}
.woocommerce .star-rating span::before{
display:none !important;
}
a.woocommerce-review-link {
color: #beb8b8;
}
.woocommerce p, .woocommerce span {
font-size: 17px !important;
color: #BAB4B4;
}  .section-title {
font-size: 3em;
color: var(--black);
font-family: var(--main-font-family);
letter-spacing: 4px;
}
.section-bottom-divider {
padding-bottom: 3vw;
}
.shop-menu-holder {
text-align: left;
margin-top: 5px;
}
.sticky_header .shop-menu-holder {
margin-top: 23px !important;
}
.shop-menu-holder ul {
text-align: right;
}
.shop-menu-holder ul li a {
margin-left: 0px !important;
color: #ffffff !important;
}
.shop-menu-holder ul li .sub-menu li {
text-align: right !important;
}
.shop-menu-holder ul li .sub-menu li a {
color: var(--blue) !important;
}
.shop-menu-holder ul li .sub-menu li a:hover {
transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
color: #ffffff !important;
}
.mb-32 {
margin-bottom: 32px !important;
} .shop_button {
padding: 7px 30px !important;
background-color: var(--black);
} #mi-slider ul li a {
padding: 0px;
}
#mi-slider a.button {
font-size: 100%;
margin: 0 10px  10px;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #fff;
background-color: var(--black);
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
}
.mi-slider {
margin-top: 110px !important;
}
.mi-slider ul li {
padding: 0 !important;
width: 22% !important;
margin: 15px;
background: #ffffff;
text-align: left;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.mi-slider ul li:first-child {
margin-left: 0;
}
.mi-slider ul li:last-child {
margin-right: 0;
}
.mi-slider ul li img {
border-radius: 4px 4px 0 0;
max-height: 200px;
width: 100%;
object-fit: cover;
}
.product-desc {
padding: 10px 15px 10px;
}
.mi-slider ul li h4 {
font-size: 1.3em;
padding: 10px 5px !important;
color: var(--black);
font-weight: 600 !important;
display: block !important;
font-style: normal !important;
height: 50px;
}
.mi-slider ul li .description {
font-size:  var(--paragraph-size);
padding: 0 10px;
}
.mi-slider ul li .price {
padding: 0 10px 10px 10px;
color: var(--accent-color);
font-size: 1em;
font-weight: 900;
}
.mi-slider nav {
max-width: 100% !important;
} .shop {
margin-top: 40px;
}
.woocommerce p {
font-size: 17px;
color: #BAB4B4;
}
.woocommerce-products-header {
padding: 10px 0;
}
h1.woocommerce-products-header__title.page-title {
color: #374151;
}
.woocommerce-tabs h2 {
margin-bottom: 10px;
}
.woocommerce div.product div.images img {
border-radius: 8px;
}
.woocommerce-product-gallery__image {
border-radius: 8px;
margin-bottom: 35px;
border: 4px solid #ffffff;
box-sizing: border-box;
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.woocommerce div.product div.images .flex-control-thumbs {
margin: 8px 0 !important;
}
.related.products {
margin-top: 50px;
}
.woocommerce-tabs h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #6B7280 !important;
}
.woocommerce div.product form.cart .variations label {
font-weight: 700;
color: #6B7280 !important;
}
.related.products h2 {
margin-bottom: 10px;
color: var(--accent-color) !important;
}
.woocommerce .products ul li img {
border-radius: 8px;
}
.woocommerce .quantity .qty {
padding: 7px;
border: 2px solid #9CA3AF;
border-radius: 8px;
color: #9CA3AF;
font-size: 16px;
font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
padding: 8px;
margin-top: 10px;
margin-bottom: 10px;
border: 0;
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.woocommerce div.product form.cart .variations {
padding-right: 1em;
}
.woocommerce .woocommerce-breadcrumb {
}
.woocommerce ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none;
min-height: auto;
}
.woocommerce-product-details__short-description {
padding: 15px 0;
}
ul.products li img {
border-radius: 8px;
border-radius: 4px 4px 0 0;
max-height: 200px;
width: 100%;
object-fit: cover;
}
.woocommerce span.onsale {
background-color: #C4A26E !important;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}
.woocommerce .woocommerce-ordering select {
padding: 10px;
border: 0;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
border-radius: 4px;
}
.woocommerce a.added_to_cart {
padding-top: 0;
display: block;
margin: 1em;
color: var(--blue) !important;
}
}
ul.products li.product, ul.products li.product {
width: 30.75%;
-webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
border-radius: 8px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
display: block;
padding: 0px;
}
.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
padding: .5em 0;
margin: 0;
font-size: 18px !important;
color: var(--black) !important;
}
.woocommerce div.product .product_title {
font-size: 32px !important;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 16px !important;
color: #9CA3AF !important;
}
.woocommerce .woocommerce-breadcrumb a {
color: #6B7280;
font-size: 16px;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.woocommerce .woocommerce-breadcrumb a:hover {
color: var(--accent-color) !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color:  var(--accent-color) !important;
}
.woocommerce ul.products li.product .price {
display: block;
font-weight: 600;
margin-bottom: 0;
font-size: 1em;
color: var(--accent-color) !important;
margin-left: 10px;
}
.woocommerce ul.products li.product .button {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 10px;
background: var(--black);
color: #fff;
}
h2.woocommerce-loop-product__title {
width: 100%;
margin: auto;
display: block;
margin-left: 10px !important;
margin-right: auto;
}
.woocommerce .products ul, .woocommerce ul.products {
padding: 40px 0 !important;
}
.related.products ul li {
-webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
border-radius: 8px;
}
.woocommerce table.shop_table td.product-thumbnail img {
border-radius: 8px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 80px;
padding: 8px;
}
.cart_totals h2 {
margin-bottom: 10px;
}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
margin: 10px;
display: block;
text-align: center;
}
mark.count {
background-color: transparent;
color: #c4a26e;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: var(--blue) !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: var(--blue) !important;
}
.product_meta {
color: #aaa;
}
.product_meta span.posted_id,
.product_meta span.sku_wrapper {
display: block;
margin-bottom: 10px;
}
.product_meta a {
color: var(--blue);
}
.product_meta a:hover,
.product_meta a:focus {
color: var(--accent-color) !important;
}
.woocommerce-additional-fields {
margin-bottom: 40px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 10px;
border-radius: 8px;
border: 1px solid #aaa;
font-size: 14px;
color: #555;
}
a.woocommerce-privacy-policy-link,
a.showcoupon {
color: var(--blue) !important;
transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
a.woocommerce-privacy-policy-link,
a.showcoupon:hover {
color: var(--accent-color) !important;
}
.woocommerce-checkout #payment {
border-radius: 8px;
}
.woocommerce table,
.woocommerce-info,
.woocommerce-error {
border-radius: 8px !important;
}
.woocommerce-info {
border-top-color: var(--blue) !important;
}
#order_review_heading {
margin-bottom: 15px;
}
.woocommerce-page table.cart td.actions .input-text {
width: auto;
border-radius: 8px;
padding: 9px !important;
}
.woocommerce-cart table.cart img {
width: 50px !important;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
margin-top: 50px;
} .portfolio-featured-image {
border-radius: 8px;
}
.portfolio-section-title h2 {
font-size: 32px;
margin-bottom: 20px;
}
.portfolio-title-box {
padding: 10px;
}
.portfolio-title-box h3.portfolio-gallery-title {
line-height: 24px;
color: var(--blue);
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.portfolio-gallery-list a {
display: block;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.portfolio-gallery-list a:hover {
opacity: .7;
}
.portfolio-gallery-list a:hover .portfolio-title-box h3.portfolio-gallery-title {
color: #636363;
}
.portfolio-gallery-image {
border-radius: 8px;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.single-portfolio-gallery-list a {
display: block;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.single-portfolio-gallery-list a:hover {
opacity: .7;
} .hidden-added-product-popup {
position: fixed;
background: var(--accent-color);
top: 40%;
color: var(--blue);
font-family: var( --main-font-family);
text-align: center;
left: 0;
right: 0;
padding: 20px;
width: 300px;
margin: auto;
border-radius: 8px;
box-shadow: var(--shadow-box);
visibility: hidden;
opacity: 0;
z-index: 9999;
text-transform: uppercase;
transition: all .6s ease-in-out,color .6s ease-in-out;
}
.hidden-added-product-popup p {
font-size: 14px;
font-weight: 600;
line-height: 30px;
color: var(--white);
}
.popup-added-show{
visibility: visible !important;
opacity: 1 !important;
display: block !important;
}
.hidden-added-product-popup:hover{
visibility: visible !important;
opacity: 1 !important;
transition: all .6s ease-in-out,color .6s ease-in-out;
}
.view-cart-popup-link {
padding: 10px 20px;
margin-top: 20px;
border-radius: 8px;
background-color: var(--white);
color: var(--blue);
display: inline-block;
font-size: 12px;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.view-cart-popup-link:hover {
opacity: .7;
} .price-item {
padding: 16px;
background-color: #ffffff;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
border-radius: 8px;
text-align:center;
}
.price-list-product-desc {
min-height: 300px;
}
.price-list-product-title {
margin-bottom: 24px;
}
.price-list-price {
padding: 8px 20px;
background-color: #ddd;
border-radius: 8px;
}
.price-item a.btn {
padding: 18px 22px;
display: inline-block;
margin-top: 16px;
background-color: var(--blue);
color: #fff;
border-radius: 8px;
display: block;
}
.price-item .price {
font-size: 24px;
margin-bottom: 8px;
}
.babyspa-price-list-product-title h3{
line-height: 30px;
min-height: 65px;
} .footer-bottom {
border-top: 2px solid var(--blue);
}
.payment-methods-holoder {
margin-top: 12px;
text-align: right;
}

@media screen and (min-width:1921px){
}
@media screen and (max-width:1920px){
}
@media screen and (max-width:1600px){
div#side-cart{
width: 50%;
}
}
@media screen and (max-width:1400px){
.main-menu-holder ul li a {
color: var(--accent-color);
text-transform: uppercase;
font-weight: 600;
margin-left: 15px;
}
.main-menu-holder ul li a:hover {
color: var(--blue);
text-transform: uppercase;
font-weight: 600;
margin-left: 15px;
}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
.mobile-menu-holder {
text-transform: uppercase;
font-weight: 900;
font-size: 20px !important;
}
.mobile-menu-holder ul li {
border-bottom: 1px solid #fff;
margin-bottom: 20px;
}
.mobile-menu-holder ul li ul li {
border-bottom: none;
}
.mobile-menu-holder ul li {
border-bottom: 1px solid #fff;
margin-bottom: 10px;
padding-bottom: 10px;
}
}
@media screen and (max-width:768px){
html,
body {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.mi-slider ul li {
min-width: 100% !important;
float: none !important;
display: block;
margin: 50px 0;
}
.home-contact-section-form-holder form {
width: 100% !important;
} .product .add_to_cart_button {
display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
box-shadow: none !important;
}
h2.woocommerce-loop-product__title {
margin-left: 0 !important;
text-align: center;
font-size: 20px !important;
}
li.product .price{
margin-left: 0 !important;
}
.woocommerce ul.products li.product .button {
display: none;
}
.star-rating {
display: none !important;
}
li.product .amount bdi { text-align: center !important;
font-size: 25px;
display: block;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none !important;
display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block !important;
width: 100% !important;
max-width: 220px !important;
}
.mobile-menu-holder .sub-menu {
padding: 5px 15px 0px;
background: var(--blue);
border-radius: 3px;
opacity: 1;
visibility: visible;
display: block;
}
.mobile-menu-holder a {
color: #fff;
font-size: 17px;
font-weight: 700;
}
.mobile-menu-holder ul li .sub-menu li {
margin-bottom: 0;
}
div#side-cart {
position: fixed;
height: auto;
background: #fff;
z-index: 9999;
padding: 20px 5px 40px 10px;
width: 95%;
max-width: 95%;
overflow: hidden;
top: -90vh;
margin-left: -430px;
transition: all .2s ease-in-out,color .2s ease-in-out;
box-shadow: var(--shadow-box);
-webkit-box-shadow: var(--shadow-box);
left: 0;
right: 0;
margin: auto;
border-radius: 6px;
max-height: 85vh;
box-sizing: border-box;
}
.cart-open {
top: 7vh !important;
transition: all .2s ease-in-out,color .2s ease-in-out;
}
td.mini-cart-table-item-image img {
max-height: 40px !important;
width: 60px !important;
object-fit: cover;
border-radius: 7px;
margin-bottom: 10px;
}
td.mini-cart-table-item-name {
width: 55%;
padding: 10px; }
a.closeCart {
text-align: right;
display: block;
position: absolute;
right: 25px;
font-size: 30px;
font-weight: 600;
color: #353434;
top: 15px;
}
td.mini-cart-table-item-image {
width: 50%;
text-align: right;
}
li.woocommerce-mini-cart-item.mini_cart_item {
margin-bottom: 20px;
}
td.mini-cart-table-item-image {
width: 50%; }
table.mini-cart-item-table tr {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
table.mini-cart-item-table tr {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
padding: 10px 10px 0 10px;
border-radius: 7px;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(odd) {
background: var(--gold-color);
border-radius: 10px;
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(even) {
background: var(--gold-color);
border-radius: 10px;
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(odd) a{
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(even) a{
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item{
margin-right: 15px !important;
margin-bottom: 15px !important;
}
.widget_shopping_cart_content {
margin-top: 40px;
}
.mini-cart-menu-item {
cursor: pointer;
display: inline;
position: relative;
}
i.fa.fa-shopping-cart.mini-cart-icon {
color: var(--gold-color);
margin-right: 20px;
font-size: 32px; }
.cart-counter-holder {
position: absolute;
right: 0;
display: flex;
top: 0px;
right: 20px;
font-size: 11px;
width: 20px;
height: 20px;
background: grey;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #fff;
}
.cart-counter-holder a{
color: #fff;
}
ul.sub-menu .sub-menu {
background: transparent;
right: 0px;
display: inline;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
display: block;
}
.mobile-menu-holder {
padding-bottom: 70px;
}
.shop-li a {
padding: 7px 30px;
background-color: var(--black);
color: #fff !important;
padding: 14px 30px;
margin-top: 0px;
display: inline-block;
}
p.woocommerce-mini-cart__buttons.buttons {
display: flex;
justify-content: space-between;
width: 100%;
bottom: 80px;
margin-top: 20px;
flex-wrap: wrap;
}
p.woocommerce-mini-cart__buttons.buttons a {
background: var(--gold-color);
color: #fff !important;
display: block;
width: 100% !important;
margin-top: 10px;
border-radius: 5px;
}
.mi-slider {
margin-top: 0px !important;
}
section.calendar-hero .container {
background: #e9e5e6;
padding: 40px 20px;
position: relative;
width: 86%;
box-sizing: border-box;
}
h2.calendar-hero-title {
font-size: 2em;
color: var(--black);
font-family: var(--main-font-family);
letter-spacing: 4px;
}
.form-element.form-element-field11.form-element-6.default-false.form-element-type-dropdown.is-required-false.odd.-handle.options-false select {
margin-top: 40px;
}
.woocommerce ul.products li.product a img{
min-height:120px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: auto;
font-size: 21px !important;
}
span.price bdi, span.price span {
color: var(--black) !important;
font-size: 21px !important;
}
div#mi-slider li {
width: calc(50% - 20px) !important;
float: left !important;
min-width: 43% !important;
margin: 10px;
box-shadow: none;
}
.mi-slider ul li h4 {
font-size: 1.3em;
padding: 10px 5px !important;
color: var(--black);
font-weight: 600 !important;
display: block !important;
font-style: normal !important;
text-align: center;
height:auto;
}
.mi-slider ul li .price {
padding: 0;
color: var(--accent-color);
font-size: 1em;
font-weight: 900;
text-align: center;
}
.mi-slider li .add_to_cart_button {
display: none !important;
}
}
ul#menu-mobile-menu {
margin-top: 40px;
}
.woocommerce ul.products li.product .button {
margin-top: 1em;
margin-bottom: 0 !important;
margin-left: 0 !important;
background: var(--black);
color: #fff;
}
.woocommerce ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none;
min-height: 220px !important;
}
section.beautycare-prijslist-hero {
background: var(--grey-color);
padding: 3rem 0;
}
.prijslist-hero-title h1 {
font-size: 38px;
letter-spacing: .5px; line-height: 140%;
color: var(--black);
}
section.prijslist-content {
padding: 60px 0;
}
.prijslist-cat-item > h2 {
font-size: 32px;
color: var(--black);
margin-bottom: 12px;
}
.prijslist-items-holder p {
display: flex;
justify-content: space-between;
font-size: 20px;
}
.prijslist-cat-item {
padding: 40px;
background: var(--grey-color);
border-radius: 15px;
}
.prijslist-items-holder p {
display: flex;
justify-content: space-between;
font-size: 20px;
margin-bottom: 5px;
}
.masonry-layout {
column-count: 2;
column-gap: 0;
}
.masonry-layout__panel {
break-inside: avoid;
padding: 5px;
width: 95%;
}
.prijslist-cat-item {
position: relative;
}
.prijslist-cat-item:after {
content: '';
position: absolute;
max-width: 100%;
height: auto;
background: url(https://www.oh-my.be/wp-content/uploads/2021/03/social-profile.png);
width: 200px;
height: 200px;
background-size: cover;
left: calc(50% - 100px);
top: 0;
bottom: 0;
margin: auto;
opacity: .3;
}
.child-pages-item img {
border-radius: 15px;
width: 100%;
height: 500px;
object-fit: cover;
}
.child-pages-item {
position: relative;
margin-bottom: 30px;
}
.child-pages-item h2 {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
z-index: 1;
background: #00000061;
border-radius: 15px;
top: 0;
color: #fff;
font-size: 32px;
transition: all .2s;
}
.child-pages-item:hover h2{
background: #00000038;
}
section.beautycare-archive{
margin-top: 60px;
}
.img-left-img-holder img, .img-right-img-holder img {
border-radius: 10px;
box-shadow: var(--shadow-box);
}
.full-width-text-content-holder li, .image-left-builder li, .image-right-builder li {
font-size: 20px;
margin-bottom: 10px;
position: relative;
line-height: 140%;
}
.image-left-builder ul, .image-right-builder ul{
margin-top: 30px;}
.full-width-text-content-holder ul, .image-left-builder ul, .image-right-builder ul{
margin-left: 30px;
}
.full-width-text-content-holder li:before  , .image-left-builder li:before, .image-right-builder li:before{
content: '';
vertical-align: middle;
width: 20px;
height: 20px;
background: url(https://www.oh-my.be/wp-content/uploads/2023/12/299110_check_sign_icon.png);
background-size: cover;
display: block;
position: absolute;
left: -30px;
}
.main-menu-holder ul li:hover .sub-menu {
display: block;
opacity: 1;
white-space: nowrap;
}
section.image-left-builder.section-divider h2, section.image-right-builder.section-divider h2, .full-width-text-content-holder h2 {
font-size: 32px;
margin-bottom: 20px;
color: var(--black);
}
.full-width-text-content-holder b {
font-size: 24px;
color: var(--black);
margin-bottom: 15px;
display: block;
}
@media screen and (max-width:768px){
.masonry-layout {
column-count: 1;
column-gap: 0;
}
.masonry-layout__panel {
break-inside: unset;
padding: unset;
width: unset;
}
.child-pages-item img {
border-radius: 15px;
width: 100%;
height: 300px;
object-fit: cover;
}
}
.prijslijst-hero-text p {
margin-right: 0;
margin-left: auto;
position: relative;
text-align: right;
}
li#menu-item-3410 a {
margin-left: 25px;
}section.home-cta-with-image.special-background {
background-color: #FCF6F8;
padding: 100px 32px;
background-size: 135px, 120px, 60px, auto;
}
section.home-cta-with-image img {
border-radius: 4px;
}
section.home-cta-with-image h2 {
margin: 30px 0 30px;
}
section.home-cta-with-image p {
font-size: 17px;
color: #BAB4B4;
margin: 10px 0;
}
.home-cta-w-image-top-clippath {
position: relative;
height: 120px;
background: #FCF6F8;
margin-top: 100px;
clip-path: polygon(47% 65%, 67% 65%, 80% 75%, 100% 75%, 100% 100%, 0 100%, 0 86%, 19% 86%);
}
section.home-cta-w-image-top-clippath::before {
position: absolute;
content: url(https://www.oh-my.be/wp-content/uploads/2021/02/cloud-120.png);
left: 38%;
top: 40px;
width: 20px;
}
section.home-cta-w-image-bottom-clippath {
height: 100px;
background: #FCF6F8;
clip-path: polygon(0 0, 100% 0, 100% 31%, 71% 19%, 55% 16%, 40% 16%, 25% 18%, 0 30%);
}
section.home-cta-w-image-bottom-clippath {
position: relative;
height: 200px;
background: #FCF6F8;
clip-path: polygon(0 0, 100% 0, 168% 100%, 96% 70%, 62% 26%, 42% 25%, 37% 27%, 0 50%);
}
section.home-cta-w-image-bottom-clippath::after {
position: absolute;
content: url(https://www.oh-my.be/wp-content/uploads/2021/02/cloud-290.png);
right: 22%;
top: 42px;
width: 20px;
}
.button-margin {
margin-top: 0px;
}
section.homepage-slider-section {
margin-top: 2px;
}
.text-and-image-section h2 {
margin-top: 20px;
font-size: 32px;
}
.contactform-contantinfo-section h2 {
margin-top: 20px;
}
.contact-div p {
font-size: 18px;
}
.text-and-image-section p {
margin-bottom: 15px;
color: var(--black); }
.text-and-image-section img {
border-radius: 4px;
max-height: 430px;
width: 100%;
object-fit: cover;
}
.contact-div {
margin: 10px 0px;
} .tp-rightarrow:before {
content: '\e82d';
margin-right: -2px;
-ms-transform: rotate(270deg) !important;
transform: rotate(270deg) !important;
}
.tp-leftarrow:before {
content: '\e82c';
margin-left: -2px;
-ms-transform: rotate(270deg) !important;
transform: rotate(270deg) !important;
}
#rev_slider_2_1_wrapper .hephaistos.tparrows {
background: transparent !important;
border: 1px solid white;
} #google-container {
position: relative;
width: 100%;
height: 200px;
background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
#google-container {
height: 200px;
}
}
@media only screen and (min-width: 1170px) {
#google-container {
height: 400px;
}
}
#cd-google-map {
position: relative;
}
#cd-google-map address {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
padding: 1em 1em;
background-color: rgba(211, 104, 104, 0.9);
color: white;
font-size: 13px;
font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
#cd-google-map address {
font-size: 15px;
font-size: 0.9375rem;
text-align: center;
}
}
#cd-zoom-in, #cd-zoom-out {
height: 32px;
width: 32px;
cursor: pointer;
margin-left: 10px;
background-color: rgba(211, 104, 104, 0.9);
background-repeat: no-repeat;
background-size: 32px 64px;
background-image: url(https://www.oh-my.be/wp-content/uploads/2021/02/cd-icon-controller-svg.svg);
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
background-color: #d36868;
}
@media only screen and (min-width: 768px) {
#cd-zoom-in, #cd-zoom-out {
margin-left: 50px;
}
}
#cd-zoom-in {
background-position: 50% 0;
margin-top: 10px;
margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
#cd-zoom-in {
margin-top: 50px;
}
}
#cd-zoom-out {
background-position: 50% -32px;
}
.pink-background {
background: var(--grey-color);
padding: 60px 10px;
border-radius: 20px;
}
.pink-background h2 {
color: #777777;
text-align: left;
padding: 0 70px;
line-height: 1.2;
font-size: 2em;
}
.pink-background p {
color:#777777;
margin: 0px 0px 10px 0px;
} .image_left h2 {
color: var(--black);
margin: 20px 0px 30px;
}
.image_left p {
color:#777777;
margin: 0px 0px 10px 0px;
font-weight: 500;
}
section.about-us.full-width-bg-section {
background: #eeeeee;
margin: 4vw 0;
}
.full-width-bg-section-content {
color: #777777;
margin-bottom: 30px;
} .full-width {
background: #EEEEEE;
padding: 50px 0px;
}
.full-width h2 { color: rgb(196, 162, 110);
line-height: 1.2;
font-size: 2em;
width: 70%;
}
.two_part_section h2 {
text-align: center;
margin-bottom: 30px;
}
.grey_button {
background: var(--grey-color);
color: var(--blue);
}
.gold_button{
background: var(--gold-color);
}
.content-right h2 {
text-align: left;
margin-bottom: 15px;
}
.content-right p {
margin-bottom: 15px;
color: #777777;
}
.img_two_part_section:after {
content: '';
position: absolute;
width: 75%;
height: 40px;
background: var(--gold-color);
left: 0;
top: -40px;
border-radius: 10px 10px 0 0;
z-index: -1;
}
a.button.grey_button.button-img-left {
margin-top: 20px;
}
h2.image-detail-section-title {
margin-bottom: 100px;
font-size: 2.5em;
color: #777777;
}
.col-6.img_two_part_section img {
max-height: 400px;
width: 100%;
object-fit: cover;
border-radius:  0 10px 10px 10px;
}
.img_two_part_section{
position: relative;
}
section.top-header-section {
background: var(--black);
margin-bottom: 15px;
text-align: right;
}
ul#menu-top-menu {
display: inline-flex;
}
ul#menu-top-menu li {
padding: 5px 10px 5px;
}
ul#menu-top-menu a {
color: #ffffff;
text-transform: uppercase;
font-size: .8em;
}
.arangementen h2 {
color: var(--blue);
margin-top: 20px;
font-size: 32px;
}
section.section-divider.arangementen p {
margin-bottom: 15px;
}
.arangementen img {
border-radius: 4px;
max-height: 430px;
width: 100%;
object-fit: cover;
} .woocommerce-MyAccount-navigation {
float: left;
width: 25% !important;
}
nav.woocommerce-MyAccount-navigation li:hover {
border-right: 2px solid #5B94A9;
}
nav.woocommerce-MyAccount-navigation {
padding-right: 0;
border-right: 1px solid #ececec;
}
nav.woocommerce-MyAccount-navigation li {
border-bottom: 1px solid #E8E5E6;
padding: 10px 0px;
}
nav.woocommerce-MyAccount-navigation a {
color: var(--blue);
}
.woocommerce-MyAccount-content a {
color: var(--blue);
} .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 1px solid var(--grey-color) !important;
}
.woocommerce form .form-row .required {
color: var(--accent-color) !important;
} .woocommerce table.shop_table {
border: 1px solid var(--accent-color) !important;
}
form.woocommerce-cart-form a {
color: var(--accent-color) !important;
}
table.shop_table.shop_table_responsive a {
color: var(--accent-color) !important;
}
.about_paypal {
color: var(--accent-color) !important;
} @media only screen and (max-width: 768px) {
.image_left_holder::before {
top: -12%;
transform: scale(.7);
} .pink-background h2 {
color: #777777;
text-align: left;
padding: 0 0px;
line-height: 1.2;
font-size: 2em;
}
}
@media only screen and (max-width: 719px) {
.section-image-left {
margin-top: 12vw;
}
.section-partner-logo{
text-align: center;
}
.image_left_holder::before {
top: -9%;
transform: scale(.7);
}
} @media only screen and (max-width: 1440px) {
.portfolio-featured-image {
width: 100% !important;
}
.portfolio-gallery-image {
width: 100% !important;
}
}
@media only screen and (max-width: 1200px) {
.main-menu-holder ul li a {
font-size: 12px;
}
}
@media only screen and (max-width: 1200px) {
.main-menu-holder ul li a {
font-size: 11px;
}
}
@media only screen and (max-width: 1065px) {
.price-item {
min-height: 630px;
}
}
@media only screen and (max-width: 897px) {
.price-list-product-desc p {
font-size: 12px;
}
}
@media only screen and (max-width: 719px) {
.price-list-product-desc p {
font-size: 14px;
}
.price-item {
min-height: 365px;
}
}
@media only screen and (max-width: 530px) {
.pink-background {
padding: 60px 0;
border-radius: 20px;
}
} img.gallery-item-image {
min-height: 350px;
height: 355px;
object-fit: cover;
width: 100%;
border-radius: 4px;
}.section-title {
font-size: 3em;
color: var(--black);
font-family: var(--main-font-family);
letter-spacing: 4px;
}
.section-bottom-divider {
padding-bottom: 3vw;
}
.shop-menu-holder {
text-align: left;
margin-top: 5px;
}
.sticky_header .shop-menu-holder {
margin-top: 23px !important;
}
.shop-menu-holder ul {
text-align: right;
}
.shop-menu-holder ul li a {
margin-left: 0px !important;
color: #ffffff !important;
}
.shop-menu-holder ul li .sub-menu li {
text-align: right !important;
}
.shop-menu-holder ul li .sub-menu li a {
color: var(--blue) !important;
}
.shop-menu-holder ul li .sub-menu li a:hover {
transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
color: #ffffff !important;
}
.mb-32 {
margin-bottom: 32px !important;
} .shop_button {
padding: 7px 30px !important;
background-color: var(--black);
} #mi-slider ul li a {
padding: 0px;
}
#mi-slider a.button {
font-size: 100%;
margin: 0 10px  10px;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #fff;
background-color: var(--black);
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
}
.mi-slider {
margin-top: 110px !important;
}
.mi-slider ul li {
padding: 0 !important;
width: 22% !important;
margin: 15px;
background: #ffffff;
text-align: left;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.mi-slider ul li:first-child {
margin-left: 0;
}
.mi-slider ul li:last-child {
margin-right: 0;
}
.mi-slider ul li img {
border-radius: 4px 4px 0 0;
max-height: 200px;
width: 100%;
object-fit: cover;
}
.product-desc {
padding: 10px 15px 10px;
}
.mi-slider ul li h4 {
font-size: 1.3em;
padding: 10px 5px !important;
color: var(--black);
font-weight: 600 !important;
display: block !important;
font-style: normal !important;
height: 50px;
}
.mi-slider ul li .description {
font-size:  var(--paragraph-size);
padding: 0 10px;
}
.mi-slider ul li .price {
padding: 0 10px 10px 10px;
color: var(--accent-color);
font-size: 1em;
font-weight: 900;
}
.mi-slider nav {
max-width: 100% !important;
} .shop {
margin-top: 40px;
}
.woocommerce p {
font-size: 17px;
color: #BAB4B4;
}
.woocommerce-products-header {
padding: 10px 0;
}
h1.woocommerce-products-header__title.page-title {
color: #374151;
}
.woocommerce-tabs h2 {
margin-bottom: 10px;
}
.woocommerce div.product div.images img {
border-radius: 8px;
}
.woocommerce-product-gallery__image {
border-radius: 8px;
margin-bottom: 35px;
border: 4px solid #ffffff;
box-sizing: border-box;
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.woocommerce div.product div.images .flex-control-thumbs {
margin: 8px 0 !important;
}
.related.products {
margin-top: 50px;
}
.woocommerce-tabs h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #6B7280 !important;
}
.woocommerce div.product form.cart .variations label {
font-weight: 700;
color: #6B7280 !important;
}
.related.products h2 {
margin-bottom: 10px;
color: var(--accent-color) !important;
}
.woocommerce .products ul li img {
border-radius: 8px;
}
.woocommerce .quantity .qty {
padding: 7px;
border: 2px solid #9CA3AF;
border-radius: 8px;
color: #9CA3AF;
font-size: 16px;
font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
padding: 8px;
margin-top: 10px;
margin-bottom: 10px;
border: 0;
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}
.woocommerce div.product form.cart .variations {
padding-right: 1em;
}
.woocommerce .woocommerce-breadcrumb {
}
.woocommerce ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none;
min-height: auto;
}
.woocommerce-product-details__short-description {
padding: 15px 0;
}
ul.products li img {
border-radius: 8px;
border-radius: 4px 4px 0 0;
max-height: 200px;
width: 100%;
object-fit: cover;
}
.woocommerce span.onsale {
background-color: #C4A26E !important;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}
.woocommerce .woocommerce-ordering select {
padding: 10px;
border: 0;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
border-radius: 4px;
}
.woocommerce a.added_to_cart {
padding-top: 0;
display: block;
margin: 1em;
color: var(--blue) !important;
}
}
ul.products li.product, ul.products li.product {
width: 30.75%;
-webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
border-radius: 8px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
display: block;
padding: 0px;
}
.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
padding: .5em 0;
margin: 0;
font-size: 18px !important;
color: var(--black) !important;
}
.woocommerce div.product .product_title {
font-size: 32px !important;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 16px !important;
color: #9CA3AF !important;
}
.woocommerce .woocommerce-breadcrumb a {
color: #6B7280;
font-size: 16px;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.woocommerce .woocommerce-breadcrumb a:hover {
color: var(--accent-color) !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color:  var(--accent-color) !important;
}
.woocommerce ul.products li.product .price {
display: block;
font-weight: 600;
margin-bottom: 0;
font-size: 1em;
color: var(--accent-color) !important;
margin-left: 10px;
}
.woocommerce ul.products li.product .button {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 10px;
background: var(--black);
color: #fff;
}
h2.woocommerce-loop-product__title {
width: 100%;
margin: auto;
display: block;
margin-left: 10px !important;
margin-right: auto;
}
.woocommerce .products ul, .woocommerce ul.products {
padding: 40px 0 !important;
}
.related.products ul li {
-webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
border-radius: 8px;
}
.woocommerce table.shop_table td.product-thumbnail img {
border-radius: 8px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 80px;
padding: 8px;
}
.cart_totals h2 {
margin-bottom: 10px;
}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
margin: 10px;
display: block;
text-align: center;
}
mark.count {
background-color: transparent;
color: #c4a26e;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: var(--blue) !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: var(--blue) !important;
}
.product_meta {
color: #aaa;
}
.product_meta span.posted_id,
.product_meta span.sku_wrapper {
display: block;
margin-bottom: 10px;
}
.product_meta a {
color: var(--blue);
}
.product_meta a:hover,
.product_meta a:focus {
color: var(--accent-color) !important;
}
.woocommerce-additional-fields {
margin-bottom: 40px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 10px;
border-radius: 8px;
border: 1px solid #aaa;
font-size: 14px;
color: #555;
}
a.woocommerce-privacy-policy-link,
a.showcoupon {
color: var(--blue) !important;
transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
a.woocommerce-privacy-policy-link,
a.showcoupon:hover {
color: var(--accent-color) !important;
}
.woocommerce-checkout #payment {
border-radius: 8px;
}
.woocommerce table,
.woocommerce-info,
.woocommerce-error {
border-radius: 8px !important;
}
.woocommerce-info {
border-top-color: var(--blue) !important;
}
#order_review_heading {
margin-bottom: 15px;
}
.woocommerce-page table.cart td.actions .input-text {
width: auto;
border-radius: 8px;
padding: 9px !important;
}
.woocommerce-cart table.cart img {
width: 50px !important;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
margin-top: 50px;
} .portfolio-featured-image {
border-radius: 8px;
}
.portfolio-section-title h2 {
font-size: 32px;
margin-bottom: 20px;
}
.portfolio-title-box {
padding: 10px;
}
.portfolio-title-box h3.portfolio-gallery-title {
line-height: 24px;
color: var(--blue);
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.portfolio-gallery-list a {
display: block;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.portfolio-gallery-list a:hover {
opacity: .7;
}
.portfolio-gallery-list a:hover .portfolio-title-box h3.portfolio-gallery-title {
color: #636363;
}
.portfolio-gallery-image {
border-radius: 8px;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.single-portfolio-gallery-list a {
display: block;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.single-portfolio-gallery-list a:hover {
opacity: .7;
} .hidden-added-product-popup {
position: fixed;
background: var(--accent-color);
top: 40%;
color: var(--blue);
font-family: var( --main-font-family);
text-align: center;
left: 0;
right: 0;
padding: 20px;
width: 300px;
margin: auto;
border-radius: 8px;
box-shadow: var(--shadow-box);
visibility: hidden;
opacity: 0;
z-index: 9999;
text-transform: uppercase;
transition: all .6s ease-in-out,color .6s ease-in-out;
}
.hidden-added-product-popup p {
font-size: 14px;
font-weight: 600;
line-height: 30px;
color: var(--white);
}
.popup-added-show{
visibility: visible !important;
opacity: 1 !important;
display: block !important;
}
.hidden-added-product-popup:hover{
visibility: visible !important;
opacity: 1 !important;
transition: all .6s ease-in-out,color .6s ease-in-out;
}
.view-cart-popup-link {
padding: 10px 20px;
margin-top: 20px;
border-radius: 8px;
background-color: var(--white);
color: var(--blue);
display: inline-block;
font-size: 12px;
transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
}
.view-cart-popup-link:hover {
opacity: .7;
} .price-item {
padding: 16px;
background-color: #ffffff;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
border-radius: 8px;
text-align:center;
}
.price-list-product-desc {
min-height: 300px;
}
.price-list-product-title {
margin-bottom: 24px;
}
.price-list-price {
padding: 8px 20px;
background-color: #ddd;
border-radius: 8px;
}
.price-item a.btn {
padding: 18px 22px;
display: inline-block;
margin-top: 16px;
background-color: var(--blue);
color: #fff;
border-radius: 8px;
display: block;
}
.price-item .price {
font-size: 24px;
margin-bottom: 8px;
}
.babyspa-price-list-product-title h3{
line-height: 30px;
min-height: 65px;
} .footer-bottom {
border-top: 2px solid var(--blue);
}
.payment-methods-holoder {
margin-top: 12px;
text-align: right;
}@media screen and (min-width:1921px){
}
@media screen and (max-width:1920px){
}
@media screen and (max-width:1600px){
div#side-cart{
width: 50%;
}
}
@media screen and (max-width:1400px){
.main-menu-holder ul li a {
color: var(--accent-color);
text-transform: uppercase;
font-weight: 600;
margin-left: 15px;
}
.main-menu-holder ul li a:hover {
color: var(--blue);
text-transform: uppercase;
font-weight: 600;
margin-left: 15px;
}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
.mobile-menu-holder {
text-transform: uppercase;
font-weight: 900;
font-size: 20px !important;
}
.mobile-menu-holder ul li {
border-bottom: 1px solid #fff;
margin-bottom: 20px;
}
.mobile-menu-holder ul li ul li {
border-bottom: none;
}
.mobile-menu-holder ul li {
border-bottom: 1px solid #fff;
margin-bottom: 10px;
padding-bottom: 10px;
}
}
@media screen and (max-width:768px){
html,
body {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.mi-slider ul li {
min-width: 100% !important;
float: none !important;
display: block;
margin: 50px 0;
}
.home-contact-section-form-holder form {
width: 100% !important;
} .product .add_to_cart_button {
display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
box-shadow: none !important;
}
h2.woocommerce-loop-product__title {
margin-left: 0 !important;
text-align: center;
font-size: 20px !important;
}
li.product .price{
margin-left: 0 !important;
}
.woocommerce ul.products li.product .button {
display: none;
}
.star-rating {
display: none !important;
}
li.product .amount bdi { text-align: center !important;
font-size: 25px;
display: block;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none !important;
display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block !important;
width: 100% !important;
max-width: 220px !important;
}
.mobile-menu-holder .sub-menu {
padding: 5px 15px 0px;
background: var(--blue);
border-radius: 3px;
opacity: 1;
visibility: visible;
display: block;
}
.mobile-menu-holder a {
color: #fff;
font-size: 17px;
font-weight: 700;
}
.mobile-menu-holder ul li .sub-menu li {
margin-bottom: 0;
}
div#side-cart {
position: fixed;
height: auto;
background: #fff;
z-index: 9999;
padding: 20px 5px 40px 10px;
width: 95%;
max-width: 95%;
overflow: hidden;
top: -90vh;
margin-left: -430px;
transition: all .2s ease-in-out,color .2s ease-in-out;
box-shadow: var(--shadow-box);
-webkit-box-shadow: var(--shadow-box);
left: 0;
right: 0;
margin: auto;
border-radius: 6px;
max-height: 85vh;
box-sizing: border-box;
}
.cart-open {
top: 7vh !important;
transition: all .2s ease-in-out,color .2s ease-in-out;
}
td.mini-cart-table-item-image img {
max-height: 40px !important;
width: 60px !important;
object-fit: cover;
border-radius: 7px;
margin-bottom: 10px;
}
td.mini-cart-table-item-name {
width: 55%;
padding: 10px; }
a.closeCart {
text-align: right;
display: block;
position: absolute;
right: 25px;
font-size: 30px;
font-weight: 600;
color: #353434;
top: 15px;
}
td.mini-cart-table-item-image {
width: 50%;
text-align: right;
}
li.woocommerce-mini-cart-item.mini_cart_item {
margin-bottom: 20px;
}
td.mini-cart-table-item-image {
width: 50%; }
table.mini-cart-item-table tr {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
table.mini-cart-item-table tr {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
padding: 10px 10px 0 10px;
border-radius: 7px;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(odd) {
background: var(--gold-color);
border-radius: 10px;
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(even) {
background: var(--gold-color);
border-radius: 10px;
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(odd) a{
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item:nth-child(even) a{
color: #fff;
}
li.woocommerce-mini-cart-item.mini_cart_item{
margin-right: 15px !important;
margin-bottom: 15px !important;
}
.widget_shopping_cart_content {
margin-top: 40px;
}
.mini-cart-menu-item {
cursor: pointer;
display: inline;
position: relative;
}
i.fa.fa-shopping-cart.mini-cart-icon {
color: var(--gold-color);
margin-right: 20px;
font-size: 32px; }
.cart-counter-holder {
position: absolute;
right: 0;
display: flex;
top: 0px;
right: 20px;
font-size: 11px;
width: 20px;
height: 20px;
background: grey;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #fff;
}
.cart-counter-holder a{
color: #fff;
}
ul.sub-menu .sub-menu {
background: transparent;
right: 0px;
display: inline;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
display: block;
}
.mobile-menu-holder {
padding-bottom: 70px;
}
.shop-li a {
padding: 7px 30px;
background-color: var(--black);
color: #fff !important;
padding: 14px 30px;
margin-top: 0px;
display: inline-block;
}
p.woocommerce-mini-cart__buttons.buttons {
display: flex;
justify-content: space-between;
width: 100%;
bottom: 80px;
margin-top: 20px;
flex-wrap: wrap;
}
p.woocommerce-mini-cart__buttons.buttons a {
background: var(--gold-color);
color: #fff !important;
display: block;
width: 100% !important;
margin-top: 10px;
border-radius: 5px;
}
.mi-slider {
margin-top: 0px !important;
}
section.calendar-hero .container {
background: #e9e5e6;
padding: 40px 20px;
position: relative;
width: 86%;
box-sizing: border-box;
}
h2.calendar-hero-title {
font-size: 2em;
color: var(--black);
font-family: var(--main-font-family);
letter-spacing: 4px;
}
.form-element.form-element-field11.form-element-6.default-false.form-element-type-dropdown.is-required-false.odd.-handle.options-false select {
margin-top: 40px;
}
.woocommerce ul.products li.product a img{
min-height:120px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: auto;
font-size: 21px !important;
}
span.price bdi, span.price span {
color: var(--black) !important;
font-size: 21px !important;
}
div#mi-slider li {
width: calc(50% - 20px) !important;
float: left !important;
min-width: 43% !important;
margin: 10px;
box-shadow: none;
}
.mi-slider ul li h4 {
font-size: 1.3em;
padding: 10px 5px !important;
color: var(--black);
font-weight: 600 !important;
display: block !important;
font-style: normal !important;
text-align: center;
height:auto;
}
.mi-slider ul li .price {
padding: 0;
color: var(--accent-color);
font-size: 1em;
font-weight: 900;
text-align: center;
}
.mi-slider li .add_to_cart_button {
display: none !important;
}
}