/*
Theme's main style.

@author Vee W.
*/
@import "flexvideo.css";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  position: relative;
  font-family: "Jost", sans-serif;
}
a {
  color: #586678;
}
a:hover,
a:focus {
  color: #2f414b;
}
.underline {
  text-decoration: underline;
}

.missioon-backlink {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 13px;
  color: #fff;
  padding: 10px 12px;
  padding-right: 6px;
  background-color: #30424d;
  text-decoration: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.missioon-backlink img {
  width: 22px;
}
.missioon-backlink span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 22px;
}
.missioon-backlink:hover {
  color: #fff;
  text-decoration: none;
}
.missioon-backlink:hover span {
  text-decoration: none;
  max-width: 150px;
  padding-right: 5px;
}

.scroll-top.on {
  right: 0px;
  opacity: 1;
  z-index: 1099;
}

.scroll-top {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 0px;
  bottom: 55px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-color: rgba(255, 255, 255, 0.9);
  color: #30424d;
}
.scroll-top:hover,
.scroll-top:focus {
  text-decoration: none;
  color: #30424d;
}

.pagination {
  margin: 0;
}
.pagination-center {
  text-align: center;
}
.pagination-row {
  margin-bottom: 20px;
}

.page-header {
  margin-bottom: 20px;
}

.page-header-top-right {
  margin-top: 10px;
}

.post-view-attachment .entry-attachment .attachment {
  text-align: center;
}
.post-view-attachment .entry-attachment .attachment .card {
  margin: 0 auto;
  width: 400px;
}
.post-view-attachment .entry-attachment .attachment .wp-video {
  margin: 0 auto;
}

.row-with-vspace {
  margin-bottom: 20px;
}

.site-footer {
  background-color: #f5f5f5;
  border-top: 3px solid #ddd;
  font-size: 12px;
  padding: 10px;
}

.site-main .format-aside {
  background: #f5f5f5;
}
.site-main .format-image {
  background: url("../img/content-post-format-image.png") left top no-repeat;
}
.site-main .format-link {
  background: url("../img/content-post-format-link.png") left top no-repeat;
}
.site-main .format-quote {
  background: url("../img/content-post-format-quote.png") left top no-repeat;
}
.site-main .format-video {
  background: url("../img/content-post-format-video.png") left top no-repeat;
}

.site-title {
  margin-bottom: 0;
  margin-top: 10px;
}
.site-title > a {
  text-decoration: none;
}
.site-title > div {
  height: auto;
  line-height: 18px;
}
.site-title .site-description {
  color: #999;
  font-size: 16px;
}
.site-title .site-title-heading {
  margin: 0;
}

.widget_calendar .calendar_wrap table {
  font-size: 14px;
  margin: 0;
}
.widget_calendar .calendar_wrap table caption {
  caption-side: top;
}
.widget_calendar .calendar_wrap .table td,
.widget_calendar .calendar_wrap .table th {
  padding: 8px;
}
.widget_calendar .calendar_wrap .table #next {
  text-align: right;
}

#comments .comment-navigation,
#comments .comment-navigation-below {
  margin-bottom: 20px;
  margin-top: 15px;
}
#comments .comment-navigation {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
#comments .comment-respond {
  margin-top: 20px;
}
#comments .media-list li .media {
  margin-top: 15px;
}
#comments .media-list li .media .media-body {
  border: 1px solid #eee;
  padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
  font-size: 12px;
  margin-bottom: 10px;
}
#comments .media-list ul.children {
  list-style: none;
  margin-left: 4em;
  padding-left: 0;
}

#main .wp-video-shortcode {
  display: block;
  height: auto;
  max-width: 100%;
}
#main .attachment .entry-content {
  margin-bottom: 20px;
}
#main .attachment .entry-content .attachment {
  text-align: center;
}
#main .attachment .entry-meta {
  margin-bottom: 20px;
}
/* fix auto img responsive */
#main .post .entry-content img {
  height: auto;
  max-width: 100%;
}
#main .post,
#main .page {
  border: 1px solid #eee;
  margin-bottom: 20px;
  overflow-x: auto;
  padding: 10px;
}
#main .post .entry-header .entry-meta {
  color: #999;
  font-size: 0.8rem;
}
#main .post .entry-header .entry-meta a {
  color: inherit;
}
#main .post .entry-header .entry-meta .posted-on .updated {
  display: none;
}
#main .post .entry-meta .categories-icon {
  cursor: default;
}
#main .post .entry-meta .comments-link a {
  color: #333;
}
#main .post .entry-meta .comments-link a .comment-total,
#main .page .entry-meta .comments-link a .comment-total {
  color: #555;
}
#main .attachment .edit-post-link a,
#main .attachment .entry-meta .edit-post-link a,
#main .post .entry-meta .edit-post-link a,
#main .page .entry-meta .edit-post-link a {
  color: #333;
}
#main .post .entry-meta .tags-icon {
  cursor: default;
}
#main .attachment .entry-title,
#main .post .entry-title,
#main .page .entry-title {
  margin-top: 0;
  word-wrap: break-word;
}

#sidebar-left .widget,
#sidebar-right .widget {
  border: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
  padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
  font-size: 18px;
  margin-top: 0;
}
.woocommerce-mini-cart__buttons.buttons > .button.wc-forward,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vfbp-form .btn-primary,
.btn-primary {
  background: linear-gradient(93.58deg, #ffeba6 0%, #ffc683 100%);
  border-radius: 32px;
  border: 0px;
  padding: 12px 25px;
  min-width: 240px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce-mini-cart__buttons.buttons > .button.wc-forward:hover,
.woocommerce-mini-cart__buttons.buttons > .button.wc-forward:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vfbp-form .btn-primary:hover,
.vfbp-form .btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(93.58deg, #ffc683 0%, #ffeba6 100%);
  color: #000;
  border: 0px;
}
.form-control,
.vfbp-form .vfb-form-control {
  border-color: #586678;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px !important;
}
.container {
  max-width: 1300px;
}
.aws-container .aws-search-field {
  border-color: #fff;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.aws-container .aws-search-field:focus {
  border-color: #fff;
  border-bottom: 1px solid #000;
}
.aws-container .aws-search-form .aws-form-btn {
  background-color: #fff;
  border-color: #fff;
  border-bottom: 1px solid #000;
}
.vfbp-form {
  width: 100%;
}

/* Fix Bootstrap 4 */
.navbar {
  min-height: auto; /* With this, we can use navbar without navbar-brand */
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.nav-item a {
  color: #000;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav a:hover,
.navbar-nav .current_page_item a,
.navbar-nav .active a {
  color: #7d0012;
  text-decoration: none;
  cursor: pointer;
}
.navbar-nav,
.navbar .collapse,
.navbar-nav li.mega-menu-parent {
  position: static;
}
.dropdown > .dropdown-menu.mega-menu-wrapper {
  left: 0;
  transition: all 0.2s ease-in-out;
  background-color: rgba(79, 83, 88, 0.9);
  border: 0;
  padding: 65px;
  margin-top: 8px;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 2%), 0px 0px 8px rgb(0 0 0 / 2%);
  width: 100%;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  backdrop-filter: blur(5px);
}
.dropdown > .dropdown-menu.mega-menu-wrapper a {
  color: #ede5d5;
}
.dropdown > .dropdown-menu ul {
  list-style: none;
  padding-left: 0;
  padding-right: 65px;
  margin-right: 65px;
  border-right: 1px solid #ede5d5;
}
.dropdown > .dropdown-menu.mega-menu-wrapper .btn {
  display: inline-block;
  color: #000;
  padding: 12px 25px;
}
.dropdown > .dropdown-menu.mega-menu-wrapper .menu-item a {
  padding: 5px 0;
  font-weight: 300;
}
.mega-menu-wrapper h2 {
  color: #ede5d5;
  -webkit-text-fill-color: #ede5d5;
  background-image: none;
  font-weight: 300;
  margin-bottom: 35px;
}
.header-cart-container {
  height: 0;
}
.widget_shopping_cart_content {
  position: absolute;
  max-width: 350px;
  background: #fff;
  right: 0;
  top: 0;
  padding: 15px;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.widget_shopping_cart_content ul {
  max-height: 440px;
  overflow: auto;
}
p.woocommerce-mini-cart__buttons.buttons,
p.woocommerce-mini-cart__total.total {
  text-align: right;
}
.show-filters,
.mobile-nav-wrapper {
  display: none;
}
.carousel-item {
  height: 400px;
}
h2,
h3 {
  background-image: linear-gradient(90deg, #ffeba6, #ffc683);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front-content-text-wrapper,
.slider-text-wrapper {
  background-color: rgba(79, 83, 88, 0.8);
  padding: 35px;
  color: #fff;
  clear: both;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
}
.slider-text-wrapper h2 {
  font-weight: 700;
}
#front-slider-addition {
  margin-bottom: 65px;
}
#front-slider-addition .front-slider-addition__wrapper {
  padding: 96px 0;
}
#front-slider-addition .front-slider-addition__img {
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
#front-sections .front-content-text-wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
#front-sections .odd .front-content-text-wrapper {
  margin-right: -150px;
  position: relative;
  z-index: 10;
}
#front-sections .equal .front-content-text-wrapper {
  margin-left: -150px;
  position: relative;
  z-index: 10;
}
#front-sections .img-wrapper {
  margin-bottom: 30px;
}
.front-product-categories {
  padding-top: 65px;
}
.front-product-categories .front-product-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.front-product-categories .front-product-wrapper .front-cat-title-wrapper {
  display: block;
  background-color: rgba(79, 83, 88, 0.8);
  padding: 15px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: -15px;
  margin-left: 35px;
  margin-right: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  backdrop-filter: blur(5px);
}
.front-product-categories .front-product-wrapper .front-product-image {
  height: 200px;
  width: 100%;
  background-size: cover;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.front-product-categories a:hover {
  text-decoration: none;
}
.front-product-categories
  a:hover
  .front-product-wrapper
  .front-cat-title-wrapper {
  background-color: rgba(79, 83, 88, 1);
}
.footer {
  background: linear-gradient(93.58deg, #586678 0%, #2f414b 100%);
  padding: 65px 0;
  color: #fff;
  margin-top: 65px;
  line-height: 32px;
}
.footer h3 {
  color: #fff;
  background-image: none;
  -webkit-text-fill-color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer a {
  color: #fff;
}
.footer p {
  margin-bottom: 0;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
  color: #ede5d5;
}
.woocommerce .woocommerce-ordering select {
  background-color: #4f5358;
  border: 1px solid #ede5d5;
  color: #ede5d5;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce-products-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #4f5358;
  padding: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 2%), 0px 0px 8px rgb(0 0 0 / 2%);
}
.woocommerce-category-product-image {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.term-info-wrapper {
  background-color: rgba(79, 83, 88, 0.8);
  padding: 35px 15px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: -150px;
  position: relative;
  z-index: 10;
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: 1em;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #2f414b;
}
h1.woocommerce-products-header__title {
  background-image: linear-gradient(90deg, #ffeba6, #ffc683);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 15px;
  text-align: center;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  color: #777a7e;
  -webkit-text-fill-color: #777a7e;
  background-image: none;
  padding: 0 15px;
  text-align: left;
  font-weight: 400;
}
.woocommerce ul.products li.product .price {
  text-align: left;
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: linear-gradient(93.58deg, #ffeba6 0%, #ffc683 100%);
  border-radius: 32px;
  border: 0px;
  padding: 12px 25px;
  min-width: 140px;
  color: #000;
  text-align: center;
  font-weight: 400;
}
#front-planner {
  margin-top: 125px;
  background-size: cover;
  padding-bottom: 65px;
}
#front-planner h2 {
  font-weight: 700;
  margin-bottom: 35px;
}
#front-planner .front-planner__wrapper {
  background-color: rgba(79, 83, 88, 0.8);
  padding: 35px;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: -75px;
  backdrop-filter: blur(5px);
}
#menu-planner_widget .menu-planner__wrapper .front-planner-block__wrapper,
#front-planner .front-planner-block__wrapper {
  height: 300px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#menu-planner_widget .menu-planner__wrapper .front-planner-block__wrapper {
  height: 250px;
  background-size: cover;
}
#menu-planner_widget .menu-planner__wrapper .front-planner-block__wrapper h4,
#front-planner .front-planner-block__wrapper h4 {
  background-color: rgba(79, 83, 88, 0.8);
  color: #fff;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  padding: 15px;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 300;
  backdrop-filter: blur(5px);
}
#menu-planner_widget .menu-planner__wrapper .front-planner-block__wrapper h4 {
  font-size: 18px;
  min-height: 95px;
}
#front-partners {
  padding: 65px 0 35px;
}
#front-partners .partner-wrapper {
  text-align: center;
}
#front-partners .partner-wrapper img {
  max-height: 40px;
  width: auto;
  max-width: 148px;
  margin: 0 auto;
}
.woocommerce div.product {
  clear: both;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 35%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 62%;
}
section.related.products {
  clear: both;
}
.woocommerce .content-area h2,
.woocommerce .content-area h3,
section.related.products h2 {
  color: #000;
  -webkit-text-fill-color: #000;
  background-image: none;
  font-weight: 400;
}
.woocommerce div.product .product_title {
  background-image: linear-gradient(90deg, #586678, #2f414b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
}
.product_sub-title {
  margin-bottom: 30px;
}
.woocommerce div.product .price,
.woocommerce div.product span.price {
  color: #000;
  font-size: 36px;
  margin-bottom: 17px;
}
.header_wrapper {
  margin-bottom: 35px;
}
.header_wrapper h1.page-header {
  margin-top: 35px;
  background-image: linear-gradient(90deg, #586678, #2f414b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
li#nav_menu-4 {
  width: 30%;
  float: left;
}
li#menu-planner_widget {
  width: 60%;
  float: left;
}
.bapf_body ul {
  padding-left: 0;
}
.woocommerce-MyAccount-content h3,
.bapf_head h3 {
  color: #000;
  -webkit-text-fill-color: #000;
  background-image: none;
  font-weight: 400;
  margin-bottom: 25px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-input-wrapper {
  display: block;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}
.owl-theme .owl-dots {
  margin: 15px auto 0 !important;
}
.blog-post-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}

.blog-post-wrapper .blog-img-wrapper {
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-post-wrapper .blog-post-description,
.blog-post-wrapper .blog-post-title {
  margin-bottom: 15px;
}

.blog-post-wrapper .blog-post-description {
  min-height: 75px;
}

.blog-post-wrapper:hover .blog-img-wrapper img {
  transition: transform 0.5s;
  transform: scale(1.1);
}

.blog-post-wrapper .blog-img-wrapper img {
  width: 100%;
  height: auto;
}

.blog-post-wrapper .blog-tag-wrapper {
  margin-bottom: 15px;
}

.paginator {
  margin: 15px 0;
}
.return-to-shop {
  margin: 15px 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0px;
  -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.single-attribute-wrapper {
  border-left: 1px solid #e0e0e0;
  padding-left: 15px;
}
.woocommerce div.product a.add_to_wishlist {
  background: linear-gradient(93.58deg, #586678 0%, #2f414b 100%);
  border-radius: 32px;
  border: 0px;
  padding: 10px 25px;
  min-width: 140px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 0px;
}
.woocommerce div.product a.add_to_wishlist i.fa {
  display: none;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.woocommerce .quantity .qty {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
}
.woocommerce div.product form.cart {
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  width: 100%;
  display: block;
  float: left;
}
.woocommerce .price .price-suffix {
  color: #666;
}
.woocommerce div.product form.cart .variations {
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.sps-swatches .swatch-label-circle.selected {
  background-color: #ffc784;
}
.single_variation_wrap .woocommerce-variation-description {
  display: none !important;
}
.woocommerce-variation-price {
  display: none;
}
.posted_in {
  display: block;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale.stock-item {
  background: rgba(79, 83, 88, 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 25px;
  font-weight: 400;
  padding: 10px 15px;
  line-height: 24px;
}
ul.products .price-brand-wrapper {
  display: flex;
  padding: 15px;
  padding-bottom: 0;
  justify-content: space-between;
}
ul.products .price-brand-wrapper .brand {
  color: #272a2e;
}
.woocommerce ul.products li.product .button.read-more-btn {
  float: left;
  margin-left: 15px;
}
.woocommerce ul.products li.product .button.cart-btn {
  padding: 2px 5px;
  background-image: none;
  background-color: transparent;
  min-width: 0px;
  float: right;
}
.woocommerce ul.products li.product .button img {
  max-height: 40px;
  margin-bottom: 0;
}
.tabs.wc-tabs,
#vfbField5,
#vfbField15 {
  display: none;
}
.product-info__loop {
  text-align: left;
  padding: 0px 15px 10px;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout .shop_table_responsive,
.woocommerce-checkout .wc-complete-wrap .wc-wide-column,
.woocommerce-checkout .wc-complete-wrap .woocommerce-bacs-bank-details,
.woocommerce-checkout .woocommerce-cart-wrap .cross-sells {
  width: calc(100% - 55% - 50px);
  float: left;
}
.wc-side-column,
.woocommerce-checkout .wc-order-review {
  width: 55%;
  float: right;
  border-left: 1px solid #f0f0f0;
  padding-left: 15px;
}
.quantity .minus {
  border: 1px solid #fff !important;
  border-right: 0 !important;
}
.quantity .minus,
.quantity .plus {
  padding: 0;
  background-image: none !important;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  color: #181818 !important;
  background-color: transparent !important;
  border-radius: 0;
  height: 49px;
  width: auto;
  min-width: 40px !important;
  border: 0px;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-top: 15px;
}
.quantity input.qty {
  display: inline;
  float: left;
  vertical-align: middle;
  width: 40px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty {
  text-align: center;
  display: inline-block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 125px;
}
.woocommerce .shop_table .quantity .minus {
  float: left;
}
.woocommerce .shop_table .quantity .qty {
  width: 80px;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.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: auto;
}
ul.product_list_widget li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0 !important;
  padding-right: 0px !important;
  margin: 10px 0 !important;
}
p.woocommerce-mini-cart__buttons.buttons,
p.woocommerce-mini-cart__total.total {
  text-align: right;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
  margin-top: 15px;
  display: block;
  text-align: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  width: 100%;
  float: none;
  margin-top: 15px;
  padding: 14px 25px;
}
ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.widget_shopping_cart_content ul {
  max-height: 440px;
  overflow: auto;
  /* padding-right: 15px; */
}
.woocommerce-mini-cart {
  padding-left: 0;
}
.widget_shopping_cart_content {
  position: absolute;
  max-width: 400px;
  min-width: 400px;
  background: #fff;
  right: 0;
  top: 0;
  padding: 15px;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.woocommerce-mini-cart a.remove {
  color: #8b1722 !important;
  font-weight: 700;
  margin-right: 15px;
  float: left;
  font-size: 1.5em;
  height: 1em;
  line-height: 1;
  width: 1em;
}
ul.product_list_widget li .quantity {
  text-align: right;
  margin-top: 15px;
}
.mini_cart_item .quantity {
  text-align: right;
  width: 100%;
  display: block;
}
ul.cart_list li a,
ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce table.shop_table {
  border: 0px;
}
.entry-content .yith-wcwl-share ul li i.fa,
.yith-wcwl-share ul li i.fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
}
.yith-wcwl-share ul li i.fa.fa-envelope-o {
  font-weight: 500;
  font-family: "FontAwesome";
}
ul.product-categories,
ul.product-categories ul {
  list-style: none;
  padding-left: 0;
  line-height: 24px;
}
ul.product-categories li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bapf_sfilter.bapf_ckbox .checked label:before,
.bapf_sfilter.bapf_ckbox label:hover:before,
ul.product-categories li.current-cat-parent:before,
ul.product-categories li.current-cat:before,
ul.product-categories li:hover:before {
  content: "\f0c8";
  color: #ffeba6;
  font-family: "FontAwesome";
}
.bapf_sfilter.bapf_ckbox label:before {
  margin-top: 3px;
}
.bapf_sfilter.bapf_ckbox label:before,
ul.product-categories li:before {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f0c8";
  top: 0;
  left: 0;
  /* font-family: "Font Awesome 5 Free"; */
  color: #4f5358;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 10px;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  display: none;
  padding-left: 20px;
}
.bapf_sfilter.bapf_ckbox label {
  padding-left: 20px;
  position: relative;
}
.summary.entry-summary .stock.in-stock {
  display: none;
}
@media (max-width: 769px) {
  #front-sections .odd .front-content-text-wrapper {
    margin-right: 0;
  }
  #front-slider-addition .front-slider-addition__img {
    margin-top: 0px;
  }
  #front-sections .equal .front-content-text-wrapper {
    margin-left: 0;
  }
  #menu-planner_widget {
    display: none;
  }
  li#nav_menu-4 {
    width: 100%;
  }
  .dropdown > .dropdown-menu ul {
    border-right: 0px;
  }
  #front-sections .img-wrapper {
    margin-bottom: 0;
  }
  #front-sections .equal .front-content-text-wrapper,
  #front-sections .odd .front-content-text-wrapper {
    margin-bottom: 30px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .term-info-wrapper {
    margin-right: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .woocommerce-category-product-image {
    height: 200px;
  }
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
.woocommerce span.onsale + .stock-item.instock,
.woocommerce ul.products li.product .stock-item.onsale + .stock-item.instock {
  margin-top: 50px;
  background-color: #44af69;
}


















#vfb-field-4 {
  max-width: 240px;
  width: 100%;
  min-width: 1% !important;
}

/* ###################### WOOCOMMERCE SINGLE PRODUCT SLIDER ###################### */


.wpgs-nav.slick-initialized.slick-slider .slick-list.draggable .slick-track .slick-slide.slick-active  {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wpgs-nav.slick-initialized.slick-slider .slick-list.draggable .slick-track .slick-slide.slick-active img {
  min-height: 65px;
}

.wpgs.woocommerce-product-gallery.wpgs--with-images.images .wpgs-for.slick-initialized.slick-slider .slick-list .slick-track .slick-slide span {
  display: flex !important;
  height: 300px;
  justify-content: center;
  align-items: center;
}

.wpgs.woocommerce-product-gallery.wpgs--with-images.images .wpgs-for.slick-initialized.slick-slider .slick-list .slick-track .slick-slide span .attachment-shop_single.size-shop_single.wp-post-image {
  max-width: unset;
  min-height: 300px !important;
}

.wpgs.woocommerce-product-gallery.wpgs--with-images.images .wpgs-for.slick-initialized.slick-slider .slick-list .slick-track .slick-slide span .zoomImg {
  min-width: 446px;
}

#end-sale-single {
  left: 0;
  margin: 0 !important;
  top: 220px;
}


/* ########################################## RESPONSIVE ########################################## */
/* CONTACT PAGE */

@media (max-width: 1090px) {
  .page-id-117 .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-id-117 .vc_row.wpb_row.vc_row-fluid {
  }
}