/*
Theme Name: Best4u Framework
Author: Best4u Group
Author URI: https://www.best4u.nl/
version: 1.0
Description: Gemaakt met liefde door Best4u
*/
/*--------------------------------------------------------------
Core
--------------------------------------------------------------*/
/* FONTS & BODY -----------------------*/
/*-------------------------------------*/
/* BUTTON -----------------------------*/
/*-------------------------------------*/
/* INPUTS -----------------------------*/
/*-------------------------------------*/
/* LINKS ------------------------------*/
/*-------------------------------------*/
/* OTHER ------------------------------*/
/*-------------------------------------*/
/* FONT WEIGHTS ----------------------------*/
/*-------------------------------------------*/
/*--------------------------------------------------------------
Bring on the SUSY power!
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Functions & Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/

body.custom-background {
    background-image: url(https://mrnice.nl/auctions/wp-content/uploads/2018/04/Untitled-4-Recovered-copy-1.jpg) !important;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b, strong {
  font-weight: 500; }

abbr[title] {
  border-bottom: 1px dotted; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

a:active,
a:hover {
  outline: 0; }

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input {
  border-radius: 0; }

textarea {
  overflow: auto;
  font: inherit; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

.clearfix {
  *zoom: 1; }

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

abbr, acronym {
  border-bottom: 1px dotted #777;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

* {
  outline: 0; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 25px; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #e6e5eb;
  border: 0;
  height: 1px;
  margin-bottom: 34px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none; }
  a:hover, a:active {
    outline: 0; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem; }

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0; }

.aligncenter {
  display: block;
  margin: 0 auto 1.25rem; }

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after, .clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both; }

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 1.375rem;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.td {
  display: table-cell; }

.table {
  display: table; }

.white {
  color: #fff; }
  .white a {
    color: #fff; }

.img {
  overflow: hidden;
  display: block; }
  .img img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

.gallery {
  margin-bottom: 1.5rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.centerDiv {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 12px; }
  .centerDiv:after {
    content: " ";
    display: block;
    clear: both; }

/**********************GRID STYLES************************/
.span-12 {
  width: 98.7341772152%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-11 {
  width: 90.4008438819%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-10 {
  width: 82.0675105485%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-9 {
  width: 73.7341772152%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-8 {
  width: 65.4008438819%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-7 {
  width: 57.0675105485%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-6 {
  width: 48.7341772152%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-5 {
  width: 40.4008438819%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-4 {
  width: 32.0675105485%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-3 {
  width: 23.7341772152%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-2 {
  width: 15.4008438819%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.span-1 {
  width: 7.0675105485%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

.col-4 {
  width: 23.7341772152%;
  float: left;
  margin-left: 0.6329113924%;
  margin-right: 0.6329113924%; }

/*--------------------------------------------------------------
Inputs, textareas & select
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  color: #010101;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  vertical-align: top;
  padding: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    color: #010101;
    border-color: #d664a2 !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  padding: 0 20px;
  height: 38px; }

textarea {
  padding: 10px 20px;
  width: 100%; }

select {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #010101;
  opacity: 0.5;
  font-size: 16px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #010101;
  opacity: 0.5;
  font-size: 16px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #010101;
  opacity: 0.5;
  font-size: 16px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #010101;
  opacity: 0.5;
  font-size: 16px; }

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
ul {
  list-style: disc;
  margin: 0 0 20px 20px; }

ol {
  list-style: decimal;
  margin: 0 0 20px 20px; }

ul li {
  list-style: disc inside; }

p {
  padding-bottom: 25px; }
  p:last-of-type {
    padding-bottom: 0; }

img {
  vertical-align: top; }

a {
  text-decoration: none;
  color: #0a5caa;
  transition: background 0.3s; }
  a:hover {
    color: #0a5caa; }

form, input, textarea, button, select {
  font-family: inherit; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Passion One";
  font-weight: 400;
  font-style: normal;
  color: #010101; }

h1, .h1 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 8px; }

h2, .h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px; }

h3, .h3 {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 25px; }

h4, .h4 {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 22px; }

h5, .h5 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px; }

h6, .h6 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px; }

.cols-2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px; }

.flxmap-container {
  width: 100% !important; }

.centered {
  text-align: center; }

.block {
  float: left;
  width: 100%; }

.vAlign {
  position: absolute;
  top: 50%; }

.button, .button-alt,
button.button-alt,
input[type="button"].button-alt,
input[type="reset"].button-alt,
input[type="submit"].button-alt, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.35s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  background: #d664a2;
  color: #fff;
  font-size: 20px;
  border: 0;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Passion One"; }
  .button:hover, .button-alt:hover,
  input[type="button"].button-alt:hover,
  input[type="reset"].button-alt:hover,
  input[type="submit"].button-alt:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    background: #d664a2; }

.button-alt,
button.button-alt,
input[type="button"].button-alt,
input[type="reset"].button-alt,
input[type="submit"].button-alt {
  background-color: #c00; }

/*--------------------------------------------------------------
HTML & BODY
--------------------------------------------------------------*/
html {
  font-size: 15px; }

body {
  background: #035aa9;
  background: -moz-linear-gradient(top, #035aa9 0%, #877cb7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #035aa9), color-stop(100%, #877cb7));
  background: -webkit-linear-gradient(top, #035aa9 0%, #877cb7 100%);
  background: -o-linear-gradient(top, #035aa9 0%, #877cb7 100%);
  background: -ms-linear-gradient(top, #035aa9 0%, #877cb7 100%);
  background: linear-gradient(to bottom, #035aa9 0%, #877cb7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035aa9', endColorstr='#877cb7', GradientType=0);
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-size: cover;
  color: #010101;
  position: relative; }
  body .overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .7;
    z-index: 99;
    pointer-events: none;
    display: none; }

/*****************HEADER*********************************/
.mainHeader {
  background: url("images/top_bg.png");
  background-size: 52%;
  background-position: 56% 40px;
  background-repeat: no-repeat;
  background-repeat-x: repeat;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (max-width: 1130px) {
    .mainHeader {
      padding: 13px 0; } }

.headerImage {
  height: 400px;
  overflow: hidden; }
  .headerImage .pageImage {
    height: inherit; }

.pageSlider {
  height: 400px; }

.siteLogo {
  float: left; }
  @media screen and (max-width: 1181px) {
    .siteLogo {
      width: 65.4008438819%;
      float: left;
      margin-left: 0.6329113924%;
      margin-right: 0.6329113924%; } }
  .siteLogo a {
    display: block; }
    .siteLogo a img {
      width: auto;
      height: 90px;
      max-width: 100%;
      display: block; }

.nav-container {
  text-align: center;
  padding-top: 49px; }
  @media screen and (max-width: 1181px) {
    .nav-container {
      width: 32.0675105485%;
      float: left;
      margin-left: 0.6329113924%;
      margin-right: 0.6329113924%;
      text-align: center;
      padding-top: 15px; } }
  @media screen and (max-width: 767px) {
    .nav-container {
      padding-top: 0; } }
  @media screen and (max-width: 1181px) {
    .nav-container a {
      color: white; } }

.left-sidebar {
  position: relative; }

.uber-menu-container, .webshop-menu-container {
  width: 72.73418%;
  position: absolute;
  left: 24px;
  top: 57px;
  display: none; }
  .uber-menu-container.fixed-uber, .webshop-menu-container.fixed-uber {
    width: calc(100% - 34px);
    z-index: 99;
    position: fixed;
    left: 17px;
    top: 55px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden; }
    @media screen and (max-width: 767px) {
      .uber-menu-container.fixed-uber, .webshop-menu-container.fixed-uber {
        width: calc(100% - 28px);
        left: 14px;
        overflow-y: scroll; } }

.webshop-menu-container {
  top: 140px; }

.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
  width: 32.3% !important; }

.ubermenu .ubermenu-nav .ubermenu-column-3-4 {
  width: 67.8% !important; }

.ubermenu.ubermenu-skin-minimal {
  width: 100% !important; }
.ubermenu .ubermenu-widget {
  padding: 11px 20px; }
.ubermenu ul {
  margin: 0; }

.ubermenu-tab-content-panel {
  padding: 0 0 0 24px !important; }
  @media screen and (max-width: 767px) {
    .ubermenu-tab-content-panel {
      padding-left: 0 !important; } }

@media screen and (max-width: 767px) {
  .ubermenu-nav .ubermenu-column-2-3 {
    width: 100% !important; } }
@media screen and (max-width: 767px) {
  .ubermenu-nav .ubermenu-column-2-3 .ubermenu-target {
    padding: 5px 22px !important; } }

@media screen and (max-width: 767px) {
  .ubermenu .ubermenu-nav .ubermenu-column-1-2 {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .widget .widget_media_image {
    padding: 5px !important; } }

@media screen and (max-width: 767px) {
  .ubermenu .ubermenu-nav .ubermenu-column-1-3 {
    width: 100% !important; } }

.ubermenu-item-header {
  padding-top: 12px !important; }

.mainMenu {
  display: inline-block; }
  @media screen and (max-width: 1130px) {
    .mainMenu {
      display: none; } }
  .mainMenu > ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0; }
    .mainMenu > ul li {
      list-style: none; }
    .mainMenu > ul > li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0; }
      .mainMenu > ul > li > a {
        display: inline-block;
        color: white;
        margin: 0 16px;
        font-weight: 700;
        font-size: 15px; }
        .mainMenu > ul > li > a:hover {
          color: #94c0e3;
          text-decoration: underline; }
      .mainMenu > ul > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 0;
        margin-left: 0; }
        .mainMenu > ul > li > ul > li {
          float: none;
          width: 200px;
          margin-left: 0;
          position: relative; }
          .mainMenu > ul > li > ul > li > ul {
            top: 0;
            left: 100%;
            position: absolute;
            display: none;
            width: 200px;
            margin-left: 0; }
            .mainMenu > ul > li > ul > li > ul > li {
              margin-left: 0; }
  .mainMenu li.forum {
    background: #fff;
    border-radius: 4px;
    padding: 5px 17px; }
    .mainMenu li.forum a {
      color: #0a5caa;
      font-family: "Passion One";
      font-weight: 400;
      font-size: 21px;
      margin: 0; }
    .mainMenu li.forum:after {
      content: '\f061';
      color: #0a5caa;
      font-family: FontAwesome;
      display: inline-block;
      margin-left: 13px;
      font-size: 14px; }

.mainMenu > ul > li.current-menu-item > a {
  color: #94c0e3 !important;
  text-decoration: underline; }

.mainMenu > ul > li > ul > li.current-menu-item > a {
  color: #94c0e3; }

.mainMenu > ul > li.current-menu-ancestor > a {
  color: #94c0e3; }

.mainMenu > ul > li:hover > ul.sub-menu {
  display: block; }

.mainMenu > ul > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
  display: block; }

.mobileLink {
  display: none; }
  @media screen and (max-width: 1130px) {
    .mobileLink {
      display: block;
      text-align: right;
      padding-top: 13px; } }
  .mobileLink a {
    display: inline-block; }

#menu-main-menu {
  font-weight: 400; }

.displayNone {
  display: none; }

.screen-reader-text {
  display: none; }

/*****************CONTENT*********************************/
.mainContainer {
  position: relative; }

@media screen and (max-width: 1130px) {
  .mainContent {
    margin-top: 0; } }

.page-content {
  background: white;
  border-radius: 4px;
  padding: 25px;
  color: #010101;
  margin-top: 0; }

@media screen and (max-width: 1365px) {
  .rightContent {
    width: 19.5675105485%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
@media screen and (max-width: 1181px) {
  .rightContent {
    width: 98.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%;
    margin-top: 40px; } }
.rightContent .widget a {
  font-size: 14px;
  line-height: 1; }

#container {
  background: white;
  border-radius: 4px;
  padding: 25px;
  color: #010101; }
  @media screen and (max-width: 1365px) {
    #container {
      width: 57.0675105485%;
      float: left;
      margin-left: 0.6329113924%;
      margin-right: 0.6329113924%; } }
  @media screen and (max-width: 1181px) {
    #container {
      width: 73.7341772152%;
      float: left;
      margin-left: 0.6329113924%;
      margin-right: 0.6329113924%; } }
  @media screen and (max-width: 1130px) {
    #container {
      width: 98.7341772152%;
      float: left;
      margin-left: 0.6329113924%;
      margin-right: 0.6329113924%; } }
  #container article {
    margin: 0 0 40px; }
    #container article h1 {
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 1; }

.mm-menu {
  background: #fff !important; }

.widget {
  background: white;
  color: #0a5caa;
  border-radius: 4px; }
  .widget .widget-title {
    background: #94c0e3;
    border-radius: 4px 4px 0 0;
    padding: 17px;
    text-align: center;
    font-family: 'Passion One', cursive;
    font-size: 30px;
    color: white;
    position: relative; }
    @media screen and (max-width: 1365px) {
      .widget .widget-title {
        font-size: 25px; } }
    .widget .widget-title.auctions-menu-trigger, .widget .widget-title.webshop-menu-trigger {
      border-radius: 4px;
      cursor: pointer; }
      .widget .widget-title.auctions-menu-trigger.fixed-nav, .widget .widget-title.webshop-menu-trigger.fixed-nav {
        left: 19px;
        right: 19px;
        z-index: 999; }
        @media screen and (max-width: 1130px) {
          .widget .widget-title.auctions-menu-trigger.fixed-nav, .widget .widget-title.webshop-menu-trigger.fixed-nav {
            left: 17px;
            right: 17px; } }
        @media screen and (max-width: 767px) {
          .widget .widget-title.auctions-menu-trigger.fixed-nav, .widget .widget-title.webshop-menu-trigger.fixed-nav {
            left: 14px;
            right: 14px; } }
      .widget .widget-title.auctions-menu-trigger i, .widget .widget-title.webshop-menu-trigger i {
        position: absolute;
        right: 28px;
        top: 18px;
        font-size: 20px; }
      .widget .widget-title.auctions-menu-trigger.menu-opened i, .widget .widget-title.webshop-menu-trigger.menu-opened i {
        z-index: 999; }
  .widget .date {
    color: #d664a2;
    display: inline-block; }
  .widget .news-title {
    font-size: 14px; }
    .widget .news-title:not(:last-of-type) {
      padding-bottom: 11px;
      margin-bottom: 11px;
      border-bottom: 1px solid #e6e5eb; }
  .widget .textwidget {
    padding: 22px; }
  .widget#black-studio-tinymce-4 .textwidget {
    padding: 0; }

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

.bar {
  background: #e6e5eb;
  padding: 10px 25px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 42px; }
  .bar h2 {
    margin-bottom: 0; }
  .bar .dk-select {
    color: #010101;
    width: 272px; }
  .bar .dk-selected {
    border-radius: 3px 0 0 3px;
    border: none; }
  .bar .span-6 {
    width: 50%;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .bar .span-6 {
        width: 98.7341772152%;
        float: left;
        margin-left: 0.6329113924%;
        margin-right: 0.6329113924%; } }
    .bar .span-6 h5 {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      padding-top: 8px; }
    .bar .span-6:last-child form {
      display: flex;
      vertical-align: top;
      margin-left: 15px;
      float: right;
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .bar .span-6:last-child form {
          width: 100%;
          margin-top: 10px;
          margin-left: 0; } }
      .bar .span-6:last-child form li {
        list-style: none;
        padding: 5px 20px; }
    .bar .span-6 button {
      border-radius: 0 3px 3px 0; }

.auctions-list {
  background: white;
  border-radius: 4px; }
  .auctions-list .auct-wrp {
    padding: 0 20px 45px; }
    @media screen and (max-width: 767px) {
      .auctions-list .auct-wrp {
        font-size: 0; } }
    @media screen and (max-width: 767px) {
      .auctions-list .auct-wrp .span-4 {
        width: 98.7341772152%;
        float: left;
        margin-left: 0.6329113924%;
        margin-right: 0.6329113924%;
        margin-bottom: 40px; } }
    .auctions-list .auct-wrp .span-4:first-child {
      padding-right: 33px;
      border-right: 2px solid #eff6fb; }
      @media screen and (max-width: 1306px) {
        .auctions-list .auct-wrp .span-4:first-child {
          padding-right: 20px; } }
      @media screen and (max-width: 767px) {
        .auctions-list .auct-wrp .span-4:first-child {
          border-right: none; } }
    .auctions-list .auct-wrp .span-4:nth-child(2) {
      padding: 0 17px 0; }
      @media screen and (max-width: 1306px) {
        .auctions-list .auct-wrp .span-4:nth-child(2) {
          padding: 0 8px 0; } }
    .auctions-list .auct-wrp .span-4:last-child {
      padding-left: 34px;
      border-left: 2px solid #eff6fb; }
      @media screen and (max-width: 1306px) {
        .auctions-list .auct-wrp .span-4:last-child {
          padding-left: 20px; } }
      @media screen and (max-width: 767px) {
        .auctions-list .auct-wrp .span-4:last-child {
          border-left: none;
          margin-bottom: 0;
          padding: 0; } }
    .auctions-list .auct-wrp .span-4 > h3 {
      border-bottom: 1px solid #e6e5eb;
      padding-bottom: 19px;
      line-height: 1;
      margin-bottom: 9px;
      font-size: 21px; }
    .auctions-list .auct-wrp .view-more {
      color: #d664a2;
      text-decoration: underline;
      font-family: "Passion One";
      font-size: 18px; }
    .auctions-list .auct-wrp .woocommerce ul.products li.product {
      width: 100%;
      margin: 0;
      border-top: 1px solid #e6e5eb;
      padding: 14px 0; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product .price {
        margin-bottom: 20px; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product .time-left {
        font-size: 14px;
        display: block;
        line-height: 1; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product img {
        width: 50px;
        border-radius: 100%;
        float: right; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product .auction-price {
        color: #010101; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product h2 {
        display: inline-block;
        color: #0a5caa;
        font-family: 'Arial';
        font-weight: 600;
        font-size: 16px;
        padding: 0;
        vertical-align: top;
        width: calc(100% - 80px);
        line-height: 22px; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product .button.product_type_auction, .auctions-list .auct-wrp .woocommerce ul.products li.product .product_type_auction.button-alt, .auctions-list .auct-wrp .woocommerce ul.products li.product #add_payment_method .wc-proceed-to-checkout a.product_type_auction.checkout-button, #add_payment_method .wc-proceed-to-checkout .auctions-list .auct-wrp .woocommerce ul.products li.product a.product_type_auction.checkout-button, .auctions-list .auct-wrp .woocommerce ul.products li.product .woocommerce-cart .wc-proceed-to-checkout a.product_type_auction.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .auctions-list .auct-wrp .woocommerce ul.products li.product a.product_type_auction.checkout-button, .auctions-list .auct-wrp .woocommerce ul.products li.product .woocommerce-checkout .wc-proceed-to-checkout a.product_type_auction.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .auctions-list .auct-wrp .woocommerce ul.products li.product a.product_type_auction.checkout-button, .auctions-list .auct-wrp .woocommerce ul.products li.product #respond input.product_type_auction#submit, .auctions-list .auct-wrp .woocommerce #respond ul.products li.product input.product_type_auction#submit {
        display: none; }
      .auctions-list .auct-wrp .woocommerce ul.products li.product .hasCountdown {
        overflow: hidden;
        padding: 0.5em 0 0;
        font-size: 13px;
        text-transform: lowercase; }

.leftContent.auctions-list .auct-wrp, .archive .auctions-list .auct-wrp {
  padding: 0; }
  .leftContent.auctions-list .auct-wrp .woocommerce ul.products, .archive .auctions-list .auct-wrp .woocommerce ul.products {
    margin: 0 -2.63291%;
    font-size: 0; }
    .leftContent.auctions-list .auct-wrp .woocommerce ul.products li, .archive .auctions-list .auct-wrp .woocommerce ul.products li {
      list-style: none;
      width: 28.06751%;
      margin-left: 2.63291%;
      margin-right: 2.63291%;
      display: inline-block;
      font-size: 16px;
      vertical-align: top;
      float: none; }

@media screen and (max-width: 1365px) {
  .leftContent {
    width: 57.0675105485%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
@media screen and (max-width: 1181px) {
  .leftContent {
    width: 73.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
@media screen and (max-width: 1130px) {
  .leftContent {
    width: 98.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
.leftContent #container {
  margin: 0 !important;
  width: 100% !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.alt.button-alt, .woocommerce #add_payment_method .wc-proceed-to-checkout a.alt.checkout-button, #add_payment_method .wc-proceed-to-checkout .woocommerce a.alt.checkout-button, .woocommerce .woocommerce-cart .wc-proceed-to-checkout a.alt.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce a.alt.checkout-button, .woocommerce .woocommerce-checkout .wc-proceed-to-checkout a.alt.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce a.alt.checkout-button, .woocommerce a.alt.button, .woocommerce button.alt.button-alt, .woocommerce button.alt.button, .woocommerce input.alt.button-alt, .woocommerce #respond input.alt#submit, .woocommerce input.alt.button {
  background: #d664a2; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.alt.button-alt:hover, .woocommerce #add_payment_method .wc-proceed-to-checkout a.alt.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout .woocommerce a.alt.checkout-button:hover, .woocommerce .woocommerce-cart .wc-proceed-to-checkout a.alt.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce a.alt.checkout-button:hover, .woocommerce .woocommerce-checkout .wc-proceed-to-checkout a.alt.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce a.alt.checkout-button:hover, .woocommerce a.alt.button:hover, .woocommerce button.alt.button-alt:hover, .woocommerce button.alt.button:hover, .woocommerce input.alt.button-alt:hover, .woocommerce #respond input.alt#submit:hover, .woocommerce input.alt.button:hover {
    background: #ebb5d2; }

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row; } }

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: white; } }

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    line-height: 32px; } }

.slick-initialized .slick-slide {
  border: 1px solid #e6e5eb;
  padding: 3px;
  margin-right: 10px; }
  .slick-initialized .slick-slide.zoom:not(.slick-active) {
    display: none; }
  .slick-initialized .slick-slide.slick-active {
    border: 2px solid #e6e5eb;
    padding: 7px;
    margin-bottom: 15px;
    left: 0 !important; }
.slick-initialized .woocommerce-product-gallery__image {
  width: 100% !important; }
  .slick-initialized .woocommerce-product-gallery__image .slick-slide {
    width: 100% !important; }
.slick-initialized .flex-control-nav .slick-slide {
  padding: 3px !important; }
  .slick-initialized .flex-control-nav .slick-slide:not(.slick-current) {
    opacity: .4; }

span.winning {
  display: none; }

.woocommerce input.button-alt:disabled, .woocommerce #respond input#submit:disabled, .woocommerce input.button:disabled, .woocommerce input.button-alt:disabled[disabled], .woocommerce #respond input#submit:disabled[disabled], .woocommerce input.button:disabled[disabled] {
  padding: 5px 1em;
  color: #fff; }
@media screen and (max-width: 767px) {
  .woocommerce form .validate-phone, .woocommerce form .validate-email {
    width: 100%; } }
.woocommerce .woocommerce-ordering {
  min-width: 200px;
  list-style: none; }
  .woocommerce .woocommerce-ordering ul li {
    list-style: none;
    padding: 0 18px; }
.woocommerce .woocommerce-breadcrumb {
  color: #010101;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 21px; }
  .woocommerce .woocommerce-breadcrumb i {
    color: #0a5caa; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #0a5caa;
    text-decoration: underline;
    font-size: 11px; }
.woocommerce .quantity .qty {
  padding: 0;
  min-width: 126px;
  border: 2px solid #e6e5eb;
  margin: 0 10px; }
.woocommerce .quantity .plus, .woocommerce .quantity .minus {
  background: #0a5caa;
  color: white;
  padding: 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  margin-top: 5px;
  font-size: 35px; }
.woocommerce .quantity .plus {
  float: right; }
.woocommerce .quantity .minus {
  float: left; }
.woocommerce div.product .auction-bid {
  display: none; }
.woocommerce div.product div.summary {
  padding-left: 21px; }
  @media screen and (max-width: 1130px) {
    .woocommerce div.product div.summary {
      padding-left: 0; } }
.woocommerce div.product .sub-title {
  color: #8d8d8d;
  font-size: 14px;
  margin-bottom: 29px;
  line-height: 1; }
.woocommerce div.product p.price {
  padding-bottom: 30px; }
  .woocommerce div.product p.price > span {
    display: inline-block;
    vertical-align: top; }
    .woocommerce div.product p.price > span > span {
      display: block;
      color: #010101;
      font-size: 14px;
      font-weight: 700;
      margin-right: 40px; }
      .woocommerce div.product p.price > span > span:nth-child(2) {
        color: #d664a2;
        font-size: 20px;
        font-weight: 400; }
.woocommerce div.product .woocommerce-product-details__short-description {
  margin-bottom: 26px; }
.woocommerce div.product .auction-time-countdown {
  margin-bottom: 31px; }
.woocommerce div.product form.cart {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .woocommerce div.product form.cart {
      text-align: center; } }
  @media screen and (max-width: 1635px) {
    .woocommerce div.product form.cart {
      margin-bottom: 0; } }
  .woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button-alt, .woocommerce div.product form.cart #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart #respond input#submit, .woocommerce #respond div.product form.cart input#submit {
    float: right;
    font-weight: 400;
    font-size: 20px;
    padding: 0 20px;
    min-width: 126px; }
    @media screen and (max-width: 1635px) {
      .woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button-alt, .woocommerce div.product form.cart #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce div.product form.cart a.checkout-button, .woocommerce div.product form.cart #respond input#submit, .woocommerce #respond div.product form.cart input#submit {
        float: left;
        margin-top: 20px;
        width: 100%; } }
    .woocommerce div.product form.cart .button.single_add_to_cart_button, .woocommerce div.product form.cart .single_add_to_cart_button.button-alt, .woocommerce div.product form.cart #add_payment_method .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button, #add_payment_method .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button, .woocommerce div.product form.cart .woocommerce-cart .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button, .woocommerce div.product form.cart .woocommerce-checkout .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button, .woocommerce div.product form.cart #respond input.single_add_to_cart_button#submit, .woocommerce #respond div.product form.cart input.single_add_to_cart_button#submit {
      background: #e6e5eb;
      color: #010101; }
      .woocommerce div.product form.cart .button.single_add_to_cart_button span, .woocommerce div.product form.cart .single_add_to_cart_button.button-alt span, .woocommerce div.product form.cart #add_payment_method .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button span, #add_payment_method .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button span, .woocommerce div.product form.cart .woocommerce-cart .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button span, .woocommerce-cart .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button span, .woocommerce div.product form.cart .woocommerce-checkout .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button span, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button span, .woocommerce div.product form.cart #respond input.single_add_to_cart_button#submit span, .woocommerce #respond div.product form.cart input.single_add_to_cart_button#submit span {
        display: none; }
      .woocommerce div.product form.cart .button.single_add_to_cart_button:hover, .woocommerce div.product form.cart .single_add_to_cart_button.button-alt:hover, .woocommerce div.product form.cart #add_payment_method .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button:hover, .woocommerce div.product form.cart .woocommerce-cart .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button:hover, .woocommerce div.product form.cart .woocommerce-checkout .wc-proceed-to-checkout a.single_add_to_cart_button.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce div.product form.cart a.single_add_to_cart_button.checkout-button:hover, .woocommerce div.product form.cart #respond input.single_add_to_cart_button#submit:hover, .woocommerce #respond div.product form.cart input.single_add_to_cart_button#submit:hover {
        background: white; }
  @media screen and (max-width: 767px) {
    .woocommerce div.product form.cart div.quantity {
      float: none; } }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  background: #e6e5eb;
  padding-bottom: 1px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) {
      opacity: .4; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      font-family: "Passion One";
      font-size: 18px;
      font-weight: 400;
      text-shadow: none;
      padding: 13px 16px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      border: none;
      border-radius: 0;
      background: transparent;
      border-bottom: 4px solid #0a5caa; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
        display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
        display: none; }
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0 22px; }
  .woocommerce div.product .woocommerce-tabs .panel > h2:first-of-type {
    display: none; }
  .woocommerce div.product .woocommerce-tabs .panel a {
    color: #d664a2;
    text-decoration: underline; }
.woocommerce .woocommerce-Price-currencySymbol {
  display: inline-block;
  margin-right: 5px; }
.woocommerce thead {
  background: #94c0e3;
  color: white; }
.woocommerce #coupon_code {
  min-width: 130px; }

.wc_payment_methods li {
  list-style: none; }

.woocommerce-message, .woocommerce-info {
  border-top-color: #94c0e3; }
  .woocommerce-message:before, .woocommerce-info:before {
    color: #94c0e3; }

.auction-condition, .auction-end, .auction-bage {
  display: none; }

.time-left {
  color: #d664a2;
  font-size: 14px; }

.auction-time-countdown {
  color: #010101; }
  .auction-time-countdown .countdouwn_amount {
    font-size: 18px; }

@media screen and (max-width: 1365px) {
  .left-sidebar {
    width: 19.5675105485%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
@media screen and (max-width: 1181px) {
  .left-sidebar {
    width: 23.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
@media screen and (max-width: 1130px) {
  .left-sidebar {
    width: 98.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; } }
.left-sidebar .help-colum ul {
  margin: 0; }
  .left-sidebar .help-colum ul li {
    list-style: none; }
.left-sidebar .help-colum a {
  font-size: 14px; }
  .left-sidebar .help-colum a:hover {
    text-decoration: underline; }
  .left-sidebar .help-colum a i {
    margin-right: 3px; }

#sb_instagram {
  padding-bottom: 4px !important; }

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target:after {
  content: '\f0a9' !important;
  color: #0a5caa;
  font-size: 21px;
  margin-top: -11px !important; }
  @media screen and (max-width: 767px) {
    .ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-has-submenu-drop > .ubermenu-target:after {
      font-size: 14px;
      margin-top: -10px !important;
      right: 5px; } }

.ubermenu {
  overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .ubermenu .ubermenu-target {
      padding: 15px 11px !important; } }
  .ubermenu li {
    list-style: none !important; }
  .ubermenu .ubermenu-tab-content-panel .ubermenu-item-type-custom {
    margin-bottom: 16px !important; }
    @media screen and (max-width: 767px) {
      .ubermenu .ubermenu-tab-content-panel .ubermenu-item-type-custom {
        margin-bottom: 0 !important; } }
    .ubermenu .ubermenu-tab-content-panel .ubermenu-item-type-custom .ubermenu-target-title {
      font-weight: 700;
      font-size: 16px;
      display: block;
      margin-bottom: 5px; }
    .ubermenu .ubermenu-tab-content-panel .ubermenu-item-type-custom .ubermenu-target-text {
      font-size: 16px;
      line-height: 19px; }
    .ubermenu .ubermenu-tab-content-panel .ubermenu-item-type-custom .ubermenu-target-description {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 200px;
      color: #e6e5eb; }
  .ubermenu .ubermenu-item-header .ubermenu-target-text {
    font-family: "Passion One" !important;
    font-size: 21px !important;
    font-weight: 400 !important; }

.ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target > span {
  font-size: 21px !important; }
  @media screen and (max-width: 767px) {
    .ubermenu.ubermenu-main .ubermenu-tabs .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-target > span {
      font-size: 19px !important;
      line-height: 1; } }

.ubermenu-tabs-group {
  background: #e6e5eb !important; }

.ubermenu.ubermenu-main .ubermenu-tab > .ubermenu-target {
  font-family: "Passion One"; }

/********************GRAVITY FORMS STYLES******************/
.validation_error {
  color: #cc442e; }

.gform_wrapper .gform_validation_container {
  display: none; }
.gform_wrapper ul {
  margin: 0; }
  .gform_wrapper ul li {
    list-style: none; }
.gform_wrapper .gform_body .gform_fields.s1, .gform_wrapper .gform_body .gform_fields.s2 {
  display: block;
  float: left;
  width: 49.0322580645%;
  float: left;
  margin-right: 1.935483871%; }
.gform_wrapper .gform_body .gform_fields.s2 {
  margin-right: 0; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type="checkbox"] {
  width: auto;
  float: left;
  margin-top: 5px;
  margin-right: 5px; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 184px; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox > li {
  position: relative; }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"] ~ label {
    padding: 0 0 0 30px; }
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  margin-top: 10px;
  display: block; }
.gform_wrapper .gform_body .gform_fields .gfield .validation_message {
  display: none; }
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
  /* if field has validation error */ }
  .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input, .gform_wrapper .gform_body .gform_fields .gfield.gfield_error select, .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea,
  .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .dk-selected {
    border: solid 1px #cc442e; }
.gform_wrapper .gform_footer input[type="submit"] {
  margin-top: 10px;
  border: 0 !important; }

/**********end gravity forms reset styles**********/
/*********************END GRAVITY FORMS STYLES*************/
/*****************FOOTER*********************************/
.mainFooter {
  padding: 35px 0; }
  .mainFooter .upperFooter .footerBlock {
    width: 23.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%; }
  .mainFooter .lowerFooter .copyright {
    width: 98.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%;
    text-align: center;
    font-size: 14px;
    color: #e6e5eb; }
    .mainFooter .lowerFooter .copyright span {
      opacity: .4;
      display: block;
      margin-top: 5px; }
    .mainFooter .lowerFooter .copyright > div:last-child {
      color: #e6e5eb; }
    .mainFooter .lowerFooter .copyright .footerMenu {
      display: inline-block;
      margin: 0; }
      .mainFooter .lowerFooter .copyright .footerMenu li {
        display: inline-block; }
        .mainFooter .lowerFooter .copyright .footerMenu li:not(:first-of-type):before {
          font-family: 'FontAwesome';
          content: '\f111';
          margin: 10px;
          color: #e6e5eb;
          font-size: 6px;
          position: relative;
          top: -2px; }
        .mainFooter .lowerFooter .copyright .footerMenu li a {
          color: #e6e5eb; }
  .mainFooter .lowerFooter .credits {
    width: 48.7341772152%;
    float: left;
    margin-left: 0.6329113924%;
    margin-right: 0.6329113924%;
    text-align: right; }

/**********************PAGINATION STYLES*******************/
.paging-navigation {
  border-top: 5px solid #000;
  margin: 48px 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center; }

.paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase; }

.paging-navigation .page-numbers.current {
  border-top: 5px solid #d664a2; }

#main .content .paging-navigation a {
  color: #2B2B2B; }

.paging-navigation a:hover {
  border-top: 5px solid #d664a2;
  color: #2B2B2B; }

/********************ACF GOOGLE MAP***********************************/
.page-template-tpl-contact .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.page-template-tpl-contact .acf-map img {
  max-width: inherit !important; }

@media all and (-ms-high-contrast: none) {
  .woocommerce table.shop_table {
    text-align: left; }

  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    text-align: left; } }
@supports (-ms-accelerator: true) {
  .woocommerce table.shop_table {
    text-align: left; }

  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    text-align: left; } }
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer; }

.gfield_error .dk-selected {
  border: solid 1px #d664a2; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 1.5em 0 20px;
  height: 38px;
  line-height: 38px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #000;
    margin: -0.125em 0.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #d664a2;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.gform_wrapper .dk-option {
  padding: 0 0.5em !important; }

.dk-select-options .dk-option-highlight {
  background-color: #d664a2;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #ccc;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #d664a2; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #d664a2; }

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #d664a2; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #d664a2; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #d664a2; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #d664a2; }
  .dk-selected:hover:before,
  .dk-selected:focus:before {
    border-top-color: #d664a2; }
  .dk-selected:hover:after,
  .dk-selected:focus:after {
    border-left-color: #d664a2; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

/* PRELOADER */
.sk-three-bounce {
  margin: auto;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #d664a2;
  width: 100%;
  vertical-align: middle;
  z-index: 9999;
  height: 100%;
  overflow: hidden; }

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  position: relative;
  top: 50%; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* END OF PRELOADER */
/********************RESPONSIVE***********************************/
@media all and (max-width: 1024px) {
  /**********************GRID STYLES************************/
  .col-4 {
    width: 48.1012658228%;
    float: left;
    margin-left: 0.9493670886%;
    margin-right: 0.9493670886%;
    margin-bottom: 1.25rem; }

  .innerWrapper {
    width: 98.1012658228%;
    float: left;
    margin-left: 0.9493670886%;
    margin-right: 0.9493670886%; }

  /****************************HTML-BODY STYLES*****************/ }
@media all and (max-width: 767px) {
  /****************BUTTONS STYLES*****************/
  .button, .button-alt,
  button.button-alt,
  input[type="button"].button-alt,
  input[type="reset"].button-alt,
  input[type="submit"].button-alt, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    width: 100%;
    margin-right: 0;
    display: block; }

  /**********************GRID STYLES************************/
  .col-4 {
    width: 97.4683544304%;
    float: left;
    margin-left: 1.2658227848%;
    margin-right: 1.2658227848%;
    margin-bottom: 1.25rem; }

  .innerWrapper {
    width: 97.4683544304%;
    float: left;
    margin-left: 1.2658227848%;
    margin-right: 1.2658227848%; }

  /*************************HTML-BODY STYLES****************/
  .leftContent,
  .rightContent,
  .two-column_wrapper ul.gform_column.s1,
  .two-column_wrapper ul.gform_column.s2 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .mainMenu {
    display: none; }

  .mobileLink {
    display: block; }

  .cols-2 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; } }

/*# sourceMappingURL=style.css.map */
