/*
@import "common/helpers";
@import "common/global";
@import "common/socicon";
@import "common/woocommerce";
@import "components/buttons";
@import "components/comments";
@import "components/forms";
@import "components/grid";
@import "components/wp-classes";
@import "layouts/header";
@import "layouts/sidebar";
@import "layouts/footer";
@import "layouts/pages";
@import "layouts/posts";
@import "layouts/tinymce";
@import "page-templates/homepage";

// Import Template Modules
@import "../../template-modules/heading/heading";
@import "../../template-modules/text/text";
@import "../../template-modules/image-box/image-box";
@import "../../template-modules/google-maps/google-maps";
@import "../../template-modules/link-button/link-button";
@import "../../template-modules/table/table";
@import "../../template-modules/content-grid/content-grid";

@import "../../template-modules/sliding-gallery/sliding-gallery";
@import "../../template-modules/news-box/news-box";
@import "../../template-modules/separator/separator";
@import "../../template-modules/embedded-content/embedded-content";
@import "../../template-modules/form/form";

*/
.acf-flexible-content .layout .acf-fc-layout-handle {
  background: #e41e43;
  color: #ffffff !important;
}

.caldera-grid .checkbox label, .caldera-grid .radio label {
  position: relative;
}

.caldera-grid .checkbox input[type=checkbox],
.caldera-grid .checkbox-inline input[type=checkbox],
.caldera-grid .radio input[type=radio],
.caldera-grid .radio-inline input[type=radio] {
  margin-left: 0 !important;
  left: 0;
  top: 2px;
}

.caldera-grid .checkbox-inline,
.caldera-grid .radio-inline {
  margin-right: 20px;
  padding-left: 5px !important;
}

/*
nav.navbar {
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: transparent !important;;
}
*/
body.header-smaller .header .social-menu {
  top: 62vh;
}

.wkb_sliding-banner.smaller {
  padding-bottom: 0 !important;
  background: none !important;
}

.wkb_sliding-banner.smaller .w-100 {
  height: calc(70vh - 40px);
}

.wkb_sliding-banner.smaller .badge {
  padding: 10px 20px;
  background-color: rgba(175, 203, 8, 0.6);
  border-radius: 0;
  font-size: 20px;
}

.wkb_sliding-banner.smaller .video360 {
  display: inline-block;
  width: 175px;
  height: 175px;
  line-height: 175px;
  text-align: center;
  border-radius: 50%;
  font-size: calc(0.635416666666667vw + 12.8px);
  cursor: pointer;
  background: rgba(175, 203, 8, 0.5);
  position: relative;
  overflow: hidden;
}

.wkb_sliding-banner.smaller .video360:before {
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 175px;
  height: 175px;
  position: absolute;
  left: 0;
  background: url("../../assets/images/icon-360-view.png") no-repeat center transparent;
}

.wkb_sliding-banner.smaller .video360:hover {
  -webkit-animation-name: virtualAnimateScale;
          animation-name: virtualAnimateScale;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.wkb_sliding-banner.smaller .video360:hover:before {
  -webkit-animation-name: virtualAnimate;
          animation-name: virtualAnimate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.49, 0.005, 0.305, 1.235);
          animation-timing-function: cubic-bezier(0.49, 0.005, 0.305, 1.235);
}

@media (max-width: 800px) {
  .wkb_sliding-banner.smaller .video360 {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .wkb_sliding-banner.smaller .video360:before {
    width: 120px;
    height: 120px;
  }
}

.wkb_custom_products {
  padding-top: 2.25vw;
}

.wkb_custom_products .wkb_news_box {
  padding: 3.25vw calc(7.3vw - 18px) 6.25vw calc(7.3vw - 18px);
}

.wkb_custom_products .wkb_news_box .p-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wkb_custom_products .wkb_news_box .card {
  width: calc(25% - 18px);
}

.wkb_custom_products .wkb_news_box .card:after {
  content: '';
}

.wkb_custom_products .wkb_news_box .card.clone {
  display: none;
}

.wkb_custom_products .wkb_news_box .card .card-text {
  font-size: 16px;
}

.wkb_custom_products .wkb_news_box .price {
  display: block !important;
  font-weight: normal !important;
  color: #707070 !important;
  font-size: 24px !important;
}

.wkb_custom_products .wkb_news_box .badge {
  padding: 10px 10px;
  background-color: rgba(175, 203, 8, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.wkb_custom_products .wkb_news_box .link {
  color: #afcb08;
  position: absolute;
  bottom: 10px;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .wkb_custom_products .wkb_news_box .p-row.last .card:first-child {
    display: none;
  }
  .wkb_custom_products .wkb_news_box .card {
    width: calc(50% - 18px);
  }
  .wkb_custom_products .wkb_news_box .card.clone {
    display: block;
  }
}

@media (max-width: 768px) {
  .wkb_custom_products .wkb_news_box .card {
    width: calc(100% - 18px);
  }
}

.wkb_product_info.rel_product {
  margin-left: 0;
  padding: 6.25vw 7.3vw 6.25vw 7.3vw;
}

.wkb_product_info.rel_product .rel_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wkb_product_info.rel_product .rel_gallery .gallery-item {
  float: none;
  width: 225px !important;
}

.wkb_product_info.rel_product .rel_gallery .gallery-item-holder {
  height: 127.5px;
  margin-bottom: 15px;
}

.wkb_product_info.rel_product .hr-green {
  height: 1px;
  background: #afcb08;
  margin: 80px 0;
}
