@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated {
  animation-duration: 600ms;
  animation-fill-mode: both;
}

:root {
  scroll-behavior: unset !important;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

.txt-large {
  font-size: 18px;
}

.txt-small {
  font-size: 14px;
}

.btn {
  height: 54px;
  border-radius: 8px;
  border: none !important;
  font-weight: 500;
  font-size: 18px;
  padding: 16px 25px !important;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .btn {
    font-size: 14px;
    padding: 12px 20px !important;
    height: 40px;
  }
}
.btn:after {
  display: none;
}

.btn-primary {
  background: #3A5896;
  color: #fff;
}
.btn-primary:hover {
  background: #456AB7;
}
.btn-primary.disabled {
  background: #A8BEEB;
}
.btn-primary.active {
  background: #3A5896;
  border: 1px solid #00194D;
}

.btn-secondary2 {
  border: 1px solid #3A5896 !important;
  color: #3A5896;
}
.btn-secondary2:hover {
  background: #F8FBFF;
}
.btn-secondary2.disabled {
  color: #A8BEEB;
  border: 1px solid #A8BEEB;
}
.btn-secondary2.active {
  color: #456AB7;
  border: 1px solid #456AB7;
}

.btn-tertiary {
  background: transparent;
  font-weight: 700;
  color: #3A5896;
  text-decoration: underline;
}
.btn-tertiary:hover {
  color: #456AB7;
}
.btn-tertiary.disabled {
  color: #A8BEEB;
}
.btn-tertiary.active {
  color: #3A5896;
}

.btn-bd-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-bd-white:hover {
  background: #fff;
  color: #000;
}
.btn-bd-white.disabled {
  background: rgba(225, 225, 225, 0.5);
}
.btn-bd-white.active {
  background: #fff;
  color: #000;
}

.hide-frontend {
  display: none;
}

a {
  color: #3A5896;
  text-decoration: none;
}

.et_pb_section:not(.full-width) div.et_pb_row {
  max-width: 1284px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  width: 100% !important;
}

.font-lakki {
  font-family: "Lakki Reddy", handwriting !important;
}
.font-lakki h1, .font-lakki h2, .font-lakki h3, .font-lakki h4, .font-lakki h5, .font-lakki h6 {
  font-family: "Lakki Reddy", handwriting !important;
}

.row-inner {
  display: flex;
  flex-wrap: wrap;
}
.row-inner.align-center {
  align-items: center;
}
.row-inner.justify-space-around {
  justify-content: space-around;
}

.container {
  max-width: 1284px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  width: 100%;
}

.rank-math-seo-score {
  display: none !important;
}

#et-info {
  float: none;
  padding-bottom: 0;
  padding-top: 0;
}
#et-info #et-info-phone {
  display: flex;
  align-items: center;
  margin-right: 0;
}
#et-info #et-info-phone:before {
  display: none;
}
#et-info #et-info-phone .ic-phone {
  background-image: url("../images/icons/ic-phone.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 19px;
}
#et-info #et-info-phone .txt {
  background: #C5AA73;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 5px 12px;
  line-height: 1;
  font-weight: 400;
}
#et-info #et-info-email {
  display: none;
}

/* Top bar */
div#top-bar {
  background-color: #E4EEF4 !important;
}
@media (max-width: 992px) {
  div#top-bar {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
div#top-bar .mctb-search-block {
  width: 30%;
}
div#top-bar .mctb-search-block .ic-search {
  background-image: url(../images/icons/ic-search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 22px;
  height: 22px;
  margin-left: 0 !important;
}
div#top-bar .mctb-search-block .search_default_button {
  top: 0;
  display: none;
}
div#top-bar .mctb-search-block .search_default_button > span {
  margin-left: 12px;
  color: #3A5896;
  font-size: 18px;
}
@media (max-width: 768px) {
  div#top-bar .mctb-search-block .search_default_button > span {
    display: none;
  }
}
div#top-bar .mctb-search-block form.searchform {
  top: -15px !important;
}
@media (max-width: 768px) {
  div#top-bar .mctb-search-block form.searchform {
    width: 150px;
  }
}
div#top-bar .mctb-search-block form.searchform .mctb-search {
  padding: 10px;
}
div#top-bar .mctb-search-block form.searchform #searchsubmit {
  transform: translateY(7px) !important;
  background-image: url(../images/icons/search-light.png);
  background-size: auto !important;
}
div#top-bar .mctb-search-block form.searchform .search_hide_button {
  margin-top: -24px;
}
div#top-bar .top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
div#top-bar .top-right #et-secondary-menu {
  float: none;
}
div#top-bar .top-right #et-secondary-menu li.icon-sign a:before {
  content: "";
  background-image: url("../images/icons/sign.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 14px;
  transform: translateY(5px);
}
div#top-bar .top-right #et-secondary-menu > ul {
  margin-bottom: 0;
  padding-left: 0;
}
div#top-bar .top-right #et-secondary-menu > ul > li {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 1400px) {
  div#top-bar .top-right #et-secondary-menu > ul > li {
    margin-left: 30px;
  }
}
div#top-bar .top-right #et-secondary-menu > ul > li > a {
  color: #3A5896;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 19px;
  padding-top: 19px;
}
div#top-bar .top-right #et-secondary-menu > ul > li > ul {
  top: 65px;
  width: 180px;
}

@font-face {
  font-family: "GrotesqueMTStd-ExBold";
  src: url("../fonts/GrotesqueMTStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GrotesqueMTStd-Bold";
  src: url("../fonts/GrotesqueMTStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GrotesqueMTStd-Regular";
  src: url("../fonts/GrotesqueMTStd-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GrotesqueMTStd-Light";
  src: url("../fonts/GrotesqueMTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
div.et_pb_row {
  width: 100%;
}

.header-cart .area-cart {
  position: fixed;
  width: 380px;
  bottom: 0;
  top: 0;
  left: auto;
  z-index: 999999;
  background: #fff;
  right: -400px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  padding: 50px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.show-cart #overlay {
z-index: 3;
}

@media (max-width: 1200px) {
  .header-cart .area-cart {
    padding: 20px 18px 15px;
  }
}
@media (max-width: 370px) {
  .header-cart .area-cart {
    width: 100%;
  }
}
.header-cart .area-cart .remove-cart {
  font-family: Roboto Serif;
  font-size: 28px;
  display: flex;
  margin-bottom: 40px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1200px) {
  .header-cart .area-cart .remove-cart {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.header-cart .area-cart .remove-cart:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/close-cart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.header-cart .area-cart .woocommerce-mini-cart {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .header-cart .area-cart .woocommerce-mini-cart {
    margin-bottom: 16px;
  }
}
.header-cart .area-cart .woocommerce-mini-cart li {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-cart .area-cart .woocommerce-mini-cart li:before, .header-cart .area-cart .woocommerce-mini-cart li:after {
  display: none;
}
.header-cart .area-cart .woocommerce-mini-cart li + li {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #E4EEF4;
}
@media (max-width: 1200px) {
  .header-cart .area-cart .woocommerce-mini-cart li + li {
    padding-top: 16px;
    margin-top: 16px;
  }
}
.header-cart .area-cart .woocommerce-mini-cart li .thumb-product {
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  height: 60px;
  width: 60px;
  margin-right: 12px;
}
.header-cart .area-cart .woocommerce-mini-cart li .thumb-product img {
  border-radius: 5px;
  background: #dfe9f0;
  margin: 0;
  width: 100%;
  float: none;
  height: 60px;
  object-fit: contain;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header-cart .area-cart .woocommerce-mini-cart li .quantity {
  font-family: "GrotesqueMTStd-Bold";
  display: block;
  line-height: 1;
  font-size: 18px;
  text-align: right;
}
.header-cart .area-cart .woocommerce-mini-cart li .quantity .decimalsd {
  left: 0px;
  top: -5px;
}
.header-cart .area-cart .woocommerce-mini-cart li .quantity .sym {
  margin-left: 2px !important;
}
.header-cart .area-cart .woocommerce-mini-cart li .remove {
  font-size: 25px;
  position: static !important;
}
.header-cart .area-cart .woocommerce-mini-cart li .title {
  color: #2d2d2d;
  line-height: 1;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 18px;
}
@media (max-width: 578px) {
  .header-cart .area-cart .woocommerce-mini-cart li .title {
    font-size: 16px;
  }
}
.header-cart .area-cart .woocommerce-mini-cart li .title > a {
  color: #2d2d2d;
  line-height: 1;
}
.header-cart .area-cart .woocommerce-mini-cart li .shop_attrbt {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.header-cart .area-cart .woocommerce-mini-cart li .content-left {
  display: flex;
  align-items: center;
}
.header-cart .area-cart .woocommerce-mini-cart li .content-left .box-info {
  flex: 1;
}
.header-cart .area-cart .woocommerce-mini-cart li .content-right {
  display: flex;
  align-items: center;
}
.header-cart .area-cart .area-top {
  overflow-y: auto;
}
.header-cart .area-cart .area-footer {
  padding-top: 20px;
}
.header-cart .area-cart .area-footer .buttons {
  margin-bottom: 0;
}
.header-cart .area-cart .total {
  font-family: "GrotesqueMTStd-Bold";
  font-size: 36px;
  line-height: 1;
  text-align: right;
  color: #3A5896;
  border-top: none;
  border-bottom: 1px solid #E4EEF4;
  padding-bottom: 32px;
  margin-bottom: 32px;
  padding-top: 0;
}
@media (max-width: 1200px) {
  .header-cart .area-cart .total {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 26px;
  }
}
.header-cart .area-cart .total strong {
  font-size: 18px;
  float: left;
  line-height: 2;
  color: #2d2d2d;
}
.header-cart .area-cart .total .decimalsd {
  left: 0px;
  top: -12px;
}
.header-cart .area-cart .total .sym {
  margin-left: 2px !important;
}
.header-cart .area-cart .buttons {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.header-cart .area-cart .buttons .button {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 8px;
  height: 44px;
  margin-right: 0;
}
.header-cart .area-cart .buttons .wc-forward {
  color: #2d2d2d;
  background: #fff;
  border: 1px solid #2D2D2D;
  line-height: 1.2 !important;
  margin-bottom: 0;
}
.header-cart .area-cart .buttons .wc-forward:hover {
  background: #3a5896;
  color: #fff;
}
.header-cart .area-cart .buttons .wc-forward:after {
  display: none;
}
.header-cart .area-cart .buttons .wc-forward.checkout {
  background: #3A5896;
  color: #fff;
  margin-bottom: 14px;
}
.header-cart .area-cart .buttons .wc-forward.checkout:hover {
  opacity: 0.85;
}
.header-cart .cart_count {
  display: flex;
  justify-content: center;
  color: #fff;
}
.header-cart .cart_count .cart-icon {
  position: relative;
  width: 23px;
  line-height: 1;
}
.header-cart .cart_count .cart-icon .count_number {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.header-cart .cart_count .total_cart {
  margin-top: -6px;
}
.header-cart .cart_count .total_cart strong {
  display: none;
}
.header-cart .cart_count .total_cart .decimal {
  left: 0;
  top: -8px;
}
.header-cart .cart_count .total_cart .sym {
  margin-left: 3px !important;
}

@media (max-width: 992px) {
  .header-cart .cart_count .cart-icon {
    margin-right: 0;
  }
  .header-cart .cart_count .cart-icon img {
    display: block;
  }
  .header-cart .cart_count .total_cart {
    display: none;
  }
}
/* Header */
#header-main {
  border-bottom: 2px solid #E4EEF4;
}
@media (min-width: 1200px) {
  #header-main {
    position: sticky;
    top: 0;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 1000;
  }
}
@media (max-width: 992px) {
  #header-main {
    padding: 8px 4px;
  }
}
#header-main .logo_main {
  width: 62px;
}
@media (max-width: 992px) {
  #header-main .logo_main {
    width: 45px;
  }
}
#header-main .logo_main img {
  height: auto !important;
  max-height: unset !important;
  max-width: 100% !important;
}
#header-main #top-navigation {
  flex: 1;
}
#header-main #top-navigation #top-menu-nav {
  float: none;
}
#header-main #top-navigation .mega-menu-wrap {
  width: 100%;
}
#header-main #top-navigation ul.mega-menu {
  z-index: 2;
}
#header-main #top-navigation ul.mega-menu > li {
  padding-right: 0;
}
#header-main #top-navigation ul.mega-menu > li > a {
  position: relative;
  padding: 20px !important;
  height: 112px !important;
  font-weight: 500 !important;
}
@media (max-width: 1200px) {
  #header-main #top-navigation ul.mega-menu > li > a {
    padding: 12px !important;
    height: 88px !important;
  }
}
#header-main #top-navigation ul.mega-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.03);
}
#header-main #top-navigation ul.mega-menu > li.mega-current-menu-item > a {
  background: transparent !important;
}
#header-main #top-navigation ul.mega-menu > li.mega-current-menu-item > a:after {
  content: "";
  display: inline-block;
  background: #C5AA73;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
#header-main .form-search {
  display: none;
}
#header-main .form-search .mctb-search {
  border-radius: 6px 0 0 6px;
  border: none;
  margin-right: -4px;
  height: 38px;
  font-size: 16px;
  transition: all 0.3s;
  width: 0;
  padding: 0;
  text-align: left;
  color: #2d2d2d;
}
#header-main .form-search .mctb-search::placeholder {
  font-size: 14px;
}
#header-main .form-search #searchsubmit {
  background-image: url(../images/icons/ic-search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 43px;
  height: 38px;
  border-radius: 8px;
  background-color: #E4EEF4;
  color: #3A5896;
  text-align: center;
  line-height: 38px;
  border: none;
  background-position: center;
  transition: all 0.3s;
}
#header-main .form-search:focus .mctb-search, #header-main .form-search:hover .mctb-search {
  width: 180px;
  padding: 6px 12px;
  border: 1px solid #eee;
}
#header-main .form-search:focus #searchsubmit, #header-main .form-search:hover #searchsubmit {
  border-radius: 0 8px 8px 0;
  background-color: #fff;
}
#header-main .header-cart {
  background: #3A5896;
  padding: 8px 20px;
  height: 51px;
  border-radius: 6px;
  box-shadow: none;
}
@media (max-width: 992px) {
  #header-main .header-cart {
    width: 43px;
    height: 38px;
    padding: 2px;
  }
}
#header-main .header-cart .cart_count .cart-icon {
  width: auto;
}
#header-main .header-cart .cart_count .cart-icon .ic-cart {
  background-image: url(../images/icons/ic-cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 35px;
  display: inline-block;
}
@media (max-width: 992px) {
  #header-main .header-cart .cart_count .cart-icon .ic-cart {
    width: 25px;
    height: 29px;
  }
}
#header-main .header-cart .cart_count .cart-icon .count_number {
  font-size: 13px;
  font-weight: 400;
}
#header-main .header-cart .cart_count .total_cart {
  font-size: 24px;
  line-height: 1;
  margin-top: 0;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}
body.show-cart #header-main, body.modal-open #header-main {
  border: none;
}
body.show-cart #header-main:before, body.modal-open #header-main:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
body.show-cart #header-main #top-navigation ul.mega-menu > li.mega-current-menu-item > a::after, body.modal-open #header-main #top-navigation ul.mega-menu > li.mega-current-menu-item > a::after {
  bottom: 0;
}
body.show-cart {
  overflow: hidden;
}
body #page-container {
  padding-top: 0 !important;
}

.nav-small .owl-nav button {
  background: #3A5896 !important;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  font-size: 30px;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.nav-small .owl-nav button i {
  color: #fff;
}
.nav-small .owl-nav button span {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 16px;
  display: inline-block;
}
.nav-small .owl-nav button:hover {
  background: #3A5896 !important;
  opacity: 0.85;
}
.nav-small .owl-nav button:hover span {
  color: #fff;
}
.nav-small .owl-nav .owl-prev {
  left: -70px;
}
@media (max-width: 1400px) {
  .nav-small .owl-nav .owl-prev {
    left: -16px;
  }
}
.nav-small .owl-nav .owl-prev span {
  background-image: url(../images/icons/right-2.svg);
}
.nav-small .owl-nav .owl-next {
  right: -70px;
}
@media (max-width: 1400px) {
  .nav-small .owl-nav .owl-next {
    right: -16px;
  }
}
.nav-small .owl-nav .owl-next span {
  background-image: url(../images/icons/left-2.svg);
}

#section-testimonial {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  #section-testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section-testimonial .et_pb_row {
  padding: 0 !important;
  border: none !important;
}
#section-testimonial .title-lead {
  padding-bottom: 30px;
  color: #3A5896;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  #section-testimonial .title-lead {
    padding-bottom: 15px;
  }
}
#section-testimonial .title-lead .et_pb_text_inner {
  display: inline-block;
}
#section-testimonial .title-lead .et_pb_text_inner:before, #section-testimonial .title-lead .et_pb_text_inner:after {
  content: "";
  background: #3A5896;
  height: 1px;
  width: 200px;
  display: inline-block;
  position: absolute;
  top: 50%;
}
@media (max-width: 1200px) {
  #section-testimonial .title-lead .et_pb_text_inner:before, #section-testimonial .title-lead .et_pb_text_inner:after {
    width: 100px;
  }
}
@media (max-width: 768px) {
  #section-testimonial .title-lead .et_pb_text_inner:before, #section-testimonial .title-lead .et_pb_text_inner:after {
    display: none;
  }
}
#section-testimonial .title-lead .et_pb_text_inner:before {
  right: 106%;
}
#section-testimonial .title-lead .et_pb_text_inner:after {
  left: 106%;
}
#section-testimonial .title-lead h1, #section-testimonial .title-lead h2 {
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3A5896;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  #section-testimonial .title-lead h1, #section-testimonial .title-lead h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #section-testimonial .title-lead h1, #section-testimonial .title-lead h2 {
    font-size: 28px;
  }
}
#section-testimonial .title-lead .inline-emoji {
  width: 25px;
}
#section-testimonial .title-lead p {
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.15;
}
#section-testimonial .owl-stage-outer {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#section-testimonial .item {
  color: #3A5896;
  font-weight: 400;
  transition: all 0.4s ease;
  position: relative;
}
#section-testimonial .item .wrap-inner {
  position: relative;
  z-index: 10;
  background: #E4EEF4;
  border-radius: 8px;
  transition: all 0.4s ease;
  padding: 24px;
}
#section-testimonial .item:before {
  content: "";
  background: rgba(197, 170, 115, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s ease;
  z-index: 1;
}
#section-testimonial .item:hover .wrap-inner {
  transform: translate(10px, -10px);
  border: 1px solid #3A5896;
}
#section-testimonial .item:hover:before {
  transform: translate(-10px, 10px);
}
#section-testimonial .item .top-lead {
  display: flex;
  align-items: center;
}
#section-testimonial .item .top-lead .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  background: #3A5896;
  text-align: center;
  line-height: 60px;
  display: none;
}
#section-testimonial .item .top-lead .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#section-testimonial .item .top-lead .box-info {
  padding-left: 12px;
  flex: 1;
}
#section-testimonial .item .top-lead .box-info .title {
  font-weight: 700;
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  margin-bottom: 12px;
}
#section-testimonial .item .top-lead .box-info .star-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#section-testimonial .item .top-lead .box-info .star-time .star {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 17px;
  font-size: 0;
  margin-right: 10px;
}
#section-testimonial .item .top-lead .box-info .star-time .star[number-star="0"] {
  background-image: url("../images/icons/0-star.png");
}
#section-testimonial .item .top-lead .box-info .star-time .star[number-star="1"] {
  background-image: url("../images/icons/1-star.png");
}
#section-testimonial .item .top-lead .box-info .star-time .star[number-star="2"] {
  background-image: url("../images/icons/2-star.png");
}
#section-testimonial .item .top-lead .box-info .star-time .star[number-star="3"] {
  background-image: url("../images/icons/3-star.png");
}
#section-testimonial .item .top-lead .box-info .star-time .star[number-star="4"] {
  background-image: url("../images/icons/4-star.png");
}
#section-testimonial .item .top-lead .box-info .star-time .star[number-star="5"] {
  background-image: url("../images/icons/5-star.png");
}
#section-testimonial .item .desc {
  margin-top: 16px;
}
#section-testimonial.has-bg {
  background: #E4EEF4;
}
#section-testimonial.has-bg .item .wrap-inner {
  background: #fff;
}

#section-express {
  padding-top: 100px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  #section-express {
    padding-top: 40px;
  }
}
#section-express .et_pb_row {
  padding: 0;
  border: none !important;
}
#section-express .title-lead {
  padding-bottom: 130px;
  color: #3A5896;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  #section-express .title-lead {
    padding-bottom: 30px;
  }
}
#section-express .title-lead .et_pb_text_inner {
  display: inline-block;
}
#section-express .title-lead .et_pb_text_inner:before, #section-express .title-lead .et_pb_text_inner:after {
  content: "";
  background: #3A5896;
  height: 1px;
  width: 200px;
  display: inline-block;
  position: absolute;
  top: 50%;
}
@media (max-width: 1200px) {
  #section-express .title-lead .et_pb_text_inner:before, #section-express .title-lead .et_pb_text_inner:after {
    width: 100px;
  }
}
@media (max-width: 768px) {
  #section-express .title-lead .et_pb_text_inner:before, #section-express .title-lead .et_pb_text_inner:after {
    display: none;
  }
}
#section-express .title-lead .et_pb_text_inner:before {
  right: 106%;
}
#section-express .title-lead .et_pb_text_inner:after {
  left: 106%;
}
#section-express .title-lead h1, #section-express .title-lead h2 {
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3A5896;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  #section-express .title-lead h1, #section-express .title-lead h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #section-express .title-lead h1, #section-express .title-lead h2 {
    font-size: 28px;
  }
}
#section-express .title-lead .inline-emoji {
  width: 25px;
}
#section-express .title-lead p {
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.15;
}
#section-express .et_pb_code_inner {
  position: relative;
}
#section-express .et_pb_code_inner:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/2023/1.svg");
  width: 374px;
  height: 644px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  #section-express .et_pb_code_inner:before {
    display: none;
  }
}
#section-express .item {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  #section-express .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  #section-express .item {
    margin-bottom: 20px;
  }
}
#section-express .item .item-inner .title {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 578px) {
  #section-express .item .item-inner .title {
    margin-bottom: 16px;
  }
}
#section-express .item .item-inner .title:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
#section-express .item .item-inner .title h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "GrotesqueMTStd-Regular";
  position: absolute;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #section-express .item .item-inner .title h2 {
    font-size: 24px;
  }
}
#section-express .item .item-inner .desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  #section-express .item:nth-child(odd) {
    padding-right: 200px;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  #section-express .item:nth-child(even) {
    padding-left: 200px;
  }
}
#section-express .item:nth-child(1) .title:before {
  width: 399px;
  height: 72px;
  background-image: url("../images/2023/2.svg");
}
@media (max-width: 578px) {
  #section-express .item:nth-child(1) .title:before {
    width: 370px;
  }
}
#section-express .item:nth-child(1) .title h2 {
  top: 20px;
  left: 170px;
}
@media (max-width: 578px) {
  #section-express .item:nth-child(1) .title h2 {
    left: 160px;
  }
}
#section-express .item:nth-child(2) .title:before {
  width: 366px;
  height: 103px;
  background-image: url("../images/2023/3.svg");
}
@media (max-width: 578px) {
  #section-express .item:nth-child(2) .title:before {
    width: 320px;
  }
}
#section-express .item:nth-child(2) .title h2 {
  top: 50px;
  left: 140px;
}
@media (max-width: 578px) {
  #section-express .item:nth-child(2) .title h2 {
    left: 110px;
  }
}
#section-express .item:nth-child(3) .title:before {
  width: 464px;
  height: 72px;
  background-image: url("../images/2023/4.svg");
}
@media (max-width: 578px) {
  #section-express .item:nth-child(3) .title:before {
    width: 400px;
  }
}
#section-express .item:nth-child(3) .title h2 {
  top: 18px;
  left: 190px;
}
@media (max-width: 578px) {
  #section-express .item:nth-child(3) .title h2 {
    left: 160px;
  }
}
#section-express .item:nth-child(4) .title:before {
  width: 509px;
  height: 72px;
  background-image: url("../images/2023/5.svg");
}
@media (max-width: 578px) {
  #section-express .item:nth-child(4) .title:before {
    width: 430px;
  }
}
#section-express .item:nth-child(4) .title h2 {
  top: 10px;
  left: 230px;
}
@media (max-width: 578px) {
  #section-express .item:nth-child(4) .title h2 {
    left: 170px;
  }
}

#section-blog .et_pb_salvattore_content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
#section-blog .et_pb_salvattore_content .column {
  padding-left: 11px;
  padding-right: 11px;
  width: 33.33%;
  float: none;
  margin-right: 0;
}
@media (max-width: 992px) {
  #section-blog .et_pb_salvattore_content .column {
    width: 100%;
  }
}
#section-blog .et_pb_salvattore_content .column .et_pb_post {
  border: none;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}
@media (max-width: 992px) {
  #section-blog .et_pb_salvattore_content .column .et_pb_post {
    margin-bottom: 30px;
  }
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container {
  margin: 0 0 24px;
  background: #CADCE8;
  border-radius: 16px;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container img {
  border-radius: 8px;
  height: 285px;
  object-fit: contain;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .entry-title {
  margin-bottom: 12px;
  padding-bottom: 0;
  font-family: "GrotesqueMTStd-Regular";
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .entry-title a {
  color: #000;
  font-size: 24px;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .post-meta {
  margin-bottom: 12px;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .post-content .post-content-inner p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .post-content .more-link {
  font-weight: 400;
  color: #3A5896;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: -0.017em;
  display: inline-block;
  transition: all 0.3s ease;
  heigh: 26px;
  font-size: 0;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .post-content .more-link:before {
  content: "lees meer";
  display: inline-block;
  font-size: 18px;
}
#section-blog .et_pb_salvattore_content .column .et_pb_post .post-content .more-link:hover {
  border: 2px solid rgba(197, 170, 115, 0.7);
  padding: 2px 4px;
}
#section-blog .pagination {
  display: none;
}
#section-blog .row {
  margin-bottom: -30px;
}
#section-blog .item {
  margin-bottom: 30px;
}
#section-blog .item .picture {
  margin-bottom: 24px;
}
#section-blog .item .picture img {
  border-radius: 8px;
  height: 285px;
  width: 100%;
  object-fit: cover;
}
#section-blog .item .box-info .top-info .title {
  margin-bottom: 12px;
  padding-bottom: 0;
  font-family: "GrotesqueMTStd-Bold";
}
#section-blog .item .box-info .top-info .title a {
  color: #2D2D2D;
  font-size: 18px;
}
#section-blog .item .box-info .top-info .desc p {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
#section-blog .item .box-info .read-more a {
  font-weight: 400;
  font-size: 18px;
  color: #3A5896;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: -0.017em;
  display: inline-block;
  transition: all 0.3s ease;
  height: 26px;
}
#section-blog .item .box-info .read-more a:hover {
  border: 2px solid rgba(197, 170, 115, 0.7);
  padding: 2px 4px;
}

.section-knowledge {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-knowledge {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-knowledge .et_pb_row {
  padding: 0;
}
.section-knowledge .title-lead {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .section-knowledge .title-lead {
    padding-bottom: 20px;
  }
}
.section-knowledge .title-lead h1, .section-knowledge .title-lead h2 {
  padding-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 36px;
  text-transform: uppercase;
  justify-content: center;
  color: #3A5896;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-knowledge .title-lead h1, .section-knowledge .title-lead h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .section-knowledge .title-lead h1, .section-knowledge .title-lead h2 {
    font-size: 28px;
  }
}
.section-knowledge .title-lead h1:before, .section-knowledge .title-lead h1:after, .section-knowledge .title-lead h2:before, .section-knowledge .title-lead h2:after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 79px;
  height: 25px;
}
@media (max-width: 992px) {
  .section-knowledge .title-lead h1:before, .section-knowledge .title-lead h1:after, .section-knowledge .title-lead h2:before, .section-knowledge .title-lead h2:after {
    width: 50px;
  }
}
.section-knowledge .title-lead h1:before, .section-knowledge .title-lead h2:before {
  background-image: url("../images/2023/7.svg");
  margin-right: 35px;
}
.section-knowledge .title-lead h1:after, .section-knowledge .title-lead h2:after {
  background-image: url("../images/2023/8.svg");
  margin-left: 35px;
}
.section-knowledge.has-bg {
  background: #3A5896;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .section-knowledge.has-bg {
    margin-top: 60px;
  }
}
.section-knowledge.has-bg .title-lead h1, .section-knowledge.has-bg .title-lead h2 {
  color: #fff;
}
.section-knowledge.has-bg .title-lead h1:before, .section-knowledge.has-bg .title-lead h2:before {
  background-image: url("../images/ar-left.svg");
}
.section-knowledge.has-bg .title-lead h1:after, .section-knowledge.has-bg .title-lead h2:after {
  background-image: url("../images/ar-right.svg");
}
.section-knowledge.has-bg .item .box-info .top-info .title a {
  color: #fff !important;
}
.section-knowledge.has-bg .item .box-info .top-info .desc p {
  color: #fff !important;
}
.section-knowledge.has-bg .item .box-info .read-more a {
  color: #fff !important;
  font-weight: 700 !important;
}

.section-services {
  background: #E4EEF4;
  margin-top: 20px;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-services {
    padding-bottom: 30px;
    padding-top: 50px;
    margin-top: 0;
  }
}
.section-services .et_pb_row {
  padding: 0;
}
.section-services .title-lead {
  text-align: center;
  margin-bottom: 60px !important;
}
.section-services .title-lead:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/2023/6.svg");
  width: 701px;
  height: 287px;
  content: "";
  display: inline-block;
}
@media (max-width: 992px) {
  .section-services .title-lead:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-services .title-lead .et_pb_text_inner {
    max-width: 469px;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 42%;
    transform: translateX(-50%);
  }
}
.section-services .title-lead h1, .section-services .title-lead h2 {
  padding-bottom: 0;
  text-align: right;
  font-size: 36px;
  text-transform: uppercase;
  color: #3A5896;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 992px) {
  .section-services .title-lead h1, .section-services .title-lead h2 {
    transform: translateX(40px);
  }
}
@media (max-width: 992px) {
  .section-services .title-lead h1, .section-services .title-lead h2 {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-services .title-lead h1, .section-services .title-lead h2 {
    font-size: 28px;
  }
}
.section-services .title-lead h1:before, .section-services .title-lead h1:after, .section-services .title-lead h2:before, .section-services .title-lead h2:after {
  content: "";
  background: #3A5896;
  height: 1px;
  display: inline-block;
}
@media (max-width: 992px) {
  .section-services .title-lead h1:before, .section-services .title-lead h1:after, .section-services .title-lead h2:before, .section-services .title-lead h2:after {
    width: 90px !important;
  }
}
@media (max-width: 768px) {
  .section-services .title-lead h1:before, .section-services .title-lead h1:after, .section-services .title-lead h2:before, .section-services .title-lead h2:after {
    display: none;
  }
}
.section-services .title-lead h1:before, .section-services .title-lead h2:before {
  margin-right: 25px;
  width: 60px;
}
.section-services .title-lead h1:after, .section-services .title-lead h2:after {
  margin-left: 25px;
  width: 40px;
}
.section-services .title-lead h3 {
  font-family: "GrotesqueMTStd-Bold";
  color: #3A5896;
  font-size: 18px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .section-services .title-lead h3 {
    transform: translateX(40px);
  }
}
.section-services .title-lead p {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 4px;
  text-align: left;
}
@media (max-width: 992px) {
  .section-services .title-lead p {
    text-align: center;
    max-width: 600px;
    margin: auto;
  }
}

#section-winkel {
  padding-top: 80px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  #section-winkel {
    padding-top: 40px;
  }
}
#section-winkel .et_pb_row {
  padding: 0;
}
#section-winkel .title-lead {
  text-align: center;
  padding-bottom: 30px;
}
#section-winkel .title-lead .et_pb_text_inner {
  max-width: 715px;
  margin: 0 auto;
}
#section-winkel .title-lead .et_pb_text_inner img {
  width: 240px;
}
@media (max-width: 992px) {
  #section-winkel .title-lead .et_pb_text_inner img {
    width: 120px;
  }
}
#section-winkel .title-lead h1, #section-winkel .title-lead h2 {
  padding-bottom: 0;
  font-size: 36px;
  text-transform: uppercase;
  margin: 70px 0 16px;
  color: #3A5896;
  font-weight: 700;
}
@media (max-width: 992px) {
  #section-winkel .title-lead h1, #section-winkel .title-lead h2 {
    font-size: 32px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #section-winkel .title-lead h1, #section-winkel .title-lead h2 {
    font-size: 28px;
  }
}
#section-winkel .title-lead h1:before, #section-winkel .title-lead h1:after, #section-winkel .title-lead h2:before, #section-winkel .title-lead h2:after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 79px;
  height: 25px;
}
@media (max-width: 992px) {
  #section-winkel .title-lead h1:before, #section-winkel .title-lead h1:after, #section-winkel .title-lead h2:before, #section-winkel .title-lead h2:after {
    width: 50px;
  }
}
#section-winkel .title-lead h1:before, #section-winkel .title-lead h2:before {
  background-image: url("../images/2023/7.svg");
  margin-right: 35px;
}
@media (max-width: 992px) {
  #section-winkel .title-lead h1:before, #section-winkel .title-lead h2:before {
    margin-right: 15px;
  }
}
#section-winkel .title-lead h1:after, #section-winkel .title-lead h2:after {
  background-image: url("../images/2023/8.svg");
  margin-left: 35px;
}
@media (max-width: 992px) {
  #section-winkel .title-lead h1:after, #section-winkel .title-lead h2:after {
    margin-left: 15px;
  }
}
#section-winkel .title-lead h3 {
  font-family: "GrotesqueMTStd-Bold";
  color: #3A5896;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 0;
}
#section-winkel .title-lead h3:before, #section-winkel .title-lead h3:after {
  content: "";
  background: #3A5896;
  height: 1px;
  display: inline-block;
  width: 200px;
  position: absolute;
  top: 10px;
}
@media (max-width: 992px) {
  #section-winkel .title-lead h3:before, #section-winkel .title-lead h3:after {
    width: 80px;
  }
}
@media (max-width: 768px) {
  #section-winkel .title-lead h3:before, #section-winkel .title-lead h3:after {
    display: none;
  }
}
#section-winkel .title-lead h3:before {
  right: 118%;
}
#section-winkel .title-lead h3:after {
  left: 118%;
}
#section-winkel .title-lead p {
  font-size: 18px;
  font-weight: 400;
  color: #2D2D2D;
}
#section-winkel .owl-nav {
  display: block !important;
}
@media (min-width: 800px) {
  #section-winkel .owl-stage {
    display: flex;
  }
}
#section-winkel .item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #3A5896;
  border-radius: 8px;
  background: transparent !important;
  margin-left: 1px;
  margin-right: 1px;
  flex-direction: column;
}
@media (min-width: 578px) {
  #section-winkel .item {
    height: 100%;
  }
}
#section-winkel .item .picture {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 578px) {
  #section-winkel .item .picture {
    width: 100%;
  }
}
#section-winkel .item .picture img {
  border-radius: 8px 8px 0 0;
  transform: scale(1, 1) !important;
  height: 100%;
  object-fit: cover;
  max-height: 268px;
}
#section-winkel .item .box-info {
  padding: 24px;
}
@media (min-width: 578px) {
  #section-winkel .item .box-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#section-winkel .item .box-info .title {
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  line-height: 1.2;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#section-winkel .item .box-info .title a {
  color: #000;
}
#section-winkel .item .box-info .desc {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 16px;
}
#section-winkel .item .box-info .price {
  font-family: "Roboto Serif";
  font-weight: 700;
  font-size: 28px !important;
  color: #3A5896;
}
#section-winkel .item .box-info .price .amount {
  display: flex;
  margin: 0;
}
#section-winkel .item .box-info .price .amount .sym {
  order: -1;
  margin-right: 4px;
}
#section-winkel .item .box-info .price .amount .decimal {
  top: 0;
  left: 0;
  font-size: 100%;
}
#section-winkel .et_pb_button {
  font-family: "GrotesqueMTStd-Regular" !important;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5 !important;
}
#section-winkel .btn-actions {
  text-align: center;
  margin-top: 35px;
}

.section-shop {
  /* .owl-nav {
  	.owl-prev span {
  	  background-image: url('../images/icons/right-2.svg');
  	}

  	.owl-next span {
  	  background-image: url(../images/icons/left-2.svg);
  	}

  	button {
  		background: $color_primary !important;

  		&:hover {
  			opacity: 0.85;
  		}
  	}
  	} */
}
.section-shop .et_pb_row {
  padding: 0;
}
.section-shop .title-lead {
  text-align: center;
  padding-bottom: 32px;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 992px) {
  .section-shop .title-lead {
    max-width: 100%;
  }
}
.section-shop .title-lead .et_pb_text_inner {
  display: inline-block;
}
.section-shop .title-lead h1, .section-shop .title-lead h2 {
  padding-bottom: 0;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #3A5896;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-shop .title-lead h1, .section-shop .title-lead h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-shop .title-lead h1, .section-shop .title-lead h2 {
    font-size: 28px;
  }
}
.section-shop .title-lead p {
  font-family: "GrotesqueMTStd-Bold";
  font-size: 18px;
  margin-bottom: 0;
  color: #3A5896;
  position: relative;
}
.section-shop .title-lead p:before, .section-shop .title-lead p:after {
  content: "";
  background: #3A5896;
  height: 1px;
  display: inline-block;
  width: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .section-shop .title-lead p:before, .section-shop .title-lead p:after {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .section-shop .title-lead p:before, .section-shop .title-lead p:after {
    display: none;
  }
}
.section-shop .title-lead p:before {
  left: 90%;
}
.section-shop .title-lead p:after {
  right: 90%;
}
.section-shop ul#tabs-nav {
  display: flex;
  padding: 0 0 40px;
  justify-content: center;
  border: none;
  list-style: none;
}
.section-shop ul#tabs-nav li {
  margin-bottom: 10px;
}
.section-shop ul#tabs-nav li a {
  background: transparent;
  border-radius: 8px;
  padding: 12px;
  color: #2D2D2D;
  border: 1px solid #9094A7;
  transition: all 0.3s ease;
  font-weight: 400;
  cursor: pointer;
}
.section-shop ul#tabs-nav li a.active {
  background: #3A5896;
  color: #fff;
}
.section-shop ul#tabs-nav li.active a, .section-shop ul#tabs-nav li:hover a {
  background: #3A5896;
  color: #fff;
}
.section-shop ul#tabs-nav li + li {
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .section-shop .tab-pane.show .owl-item {
    animation: fadeInUp2 ease 1s 1.2s both;
  }
  .section-shop .tab-pane.show .owl-item:nth-child(1) {
    animation-delay: 0.3s;
  }
  .section-shop .tab-pane.show .owl-item:nth-child(2) {
    animation-delay: 0.5s;
  }
  .section-shop .tab-pane.show .owl-item:nth-child(3) {
    animation-delay: 0.8s;
  }
  .section-shop .tab-pane.show .owl-item:nth-child(4) {
    animation-delay: 1s;
  }
}
.section-shop .owl-stage-outer {
  padding: 2px;
}
.section-shop .owl-stage {
  display: flex;
}
.section-shop.has-bg {
  background: #3A5896;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .section-shop.has-bg {
    margin-top: 50px;
  }
}
.section-shop.has-bg .title-lead:before, .section-shop.has-bg .title-lead:after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
}
@media (max-width: 992px) {
  .section-shop.has-bg .title-lead:before, .section-shop.has-bg .title-lead:after {
    display: none;
  }
}
.section-shop.has-bg .title-lead:before {
  background-image: url("../images/2023/9.svg");
  width: 123px;
  height: 123px;
  top: -10px;
  right: 110%;
}
.section-shop.has-bg .title-lead:after {
  background-image: url("../images/2023/10.svg");
  width: 121px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 110%;
}
.section-shop.has-bg .title-lead .et_pb_text_inner {
  display: inline-block;
}
.section-shop.has-bg .title-lead h1, .section-shop.has-bg .title-lead h2 {
  color: #fff;
}
.section-shop.has-bg .title-lead p {
  color: #fff;
}
.section-shop.has-bg .title-lead p:before, .section-shop.has-bg .title-lead p:after {
  background: #fff;
}
.section-shop.has-bg ul#tabs-nav li a {
  color: #fff;
  border: 1px solid #fff;
}
.section-shop.has-bg ul#tabs-nav li a.active {
  background: #fff;
  color: #3A5896;
}
.section-shop.has-bg ul#tabs-nav li.active a, .section-shop.has-bg ul#tabs-nav li:hover a {
  background: #fff;
  color: #3A5896;
}
.section-shop.has-bg .item {
  border: 1px solid #3A5896;
}
.section-shop.has-bg .owl-nav .owl-prev span {
  background-image: url(../images/icons/ic-left.svg);
}
.section-shop.has-bg .owl-nav .owl-next span {
  background-image: url(../images/icons/ic-right.svg);
}
.section-shop.has-bg .owl-nav button {
  background: #fff !important;
  border: 1px solid #000;
}
.list-product .owl-stage {
  display: flex;
}
.list-product .item {
  border-radius: 10px;
  height: 100%;
  text-align: center;
  position: relative;
}
.list-product .item .wrap-inner {
  background: #E4EEF4 !important;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.list-product .item .top-info {
  padding: 24px 24px 0;
}
.list-product .item .top-info .top-head {
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.list-product .item .top-info .top-head .ic-image {
  background-image: url(../images/2023/fish.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 41px;
  height: 18px;
  display: none;
}
.list-product .item .top-info .featured-image {
  display: flex;
  justify-content: center;
}
.list-product .item .top-info .product-images {
  padding-bottom: 16px;
}
.list-product .item .top-info .product-images img {
  transform: scale(1, 1);
  max-height: 220px;
  max-width: 220px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .list-product .item .top-info .product-images img {
    max-height: 180px;
    max-width: 180px;
  }
}
.list-product .item .top-info .product-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.list-product .item .top-info .product-title a {
  color: #2D2D2D;
}
.list-product .item .top-info .tinv-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
}
.list-product .item .top-info .tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.list-product .item .top-info .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  font-size: 30px;
  margin-right: 0;
}
.list-product .item .top-info .tinv-wishlist .tinvwl_add_to_wishlist_button span {
  display: none;
}
.list-product .item .top-info .shop_attrbt {
  color: #9094A7;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}
.list-product .item .top-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px 22px;
}
.list-product .item .top-bottom .product-details {
  color: #000;
}
.list-product .item .top-bottom .product-details .price {
  margin-bottom: 8px;
  line-height: 1;
}
.list-product .item .top-bottom .product-details .price .decimal {
  top: 0;
  left: 0;
  font-size: inherit;
}
.list-product .item .top-bottom .product-details .price .sym {
  display: none;
}
.list-product .item .top-bottom .product-details .price .sym1 {
  margin-left: 6px !important;
  line-height: 1;
}
.list-product .item .top-bottom .product-details .price .price-sale {
  font-family: "Roboto Serif";
  color: #3A5896;
  margin-right: 4px;
  font-size: 24px;
  font-weight: 700;
}
.list-product .item .top-bottom .product-details .price .price-regular {
  font-size: 14px;
  vertical-align: top;
  color: #2D2D2D;
}
.list-product .item .top-bottom .product-details .price-kg {
  font-size: 14px;
  color: #9094A7;
}
.list-product .item .top-bottom .product-buttons .add_to_cart_button {
  font-size: 0;
  border-radius: 8px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
  bottom: 25px;
  border: 1.5px solid #2d2d2d !important;
  background: #fff !important;
  width: 40px;
  height: 40px;
}
.list-product .item .top-bottom .product-buttons .add_to_cart_button:before {
  content: "" !important;
  color: #000;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: static;
  margin-left: 0;
  transition: all 0.3s;
  background-image: url(../images/icons/cart_new.svg);
  width: 24px;
  height: 24px;
  opacity: 1;
  visibility: visible;
}
.list-product .item .top-bottom .product-buttons .add_to_cart_button:after {
  display: none !important;
}
.list-product .item .top-bottom .product-buttons .add_to_cart_button:hover {
  box-shadow: 6px 6px 0px 0px rgba(197, 170, 115, 0.7);
}
.list-product .item:hover .product-images img {
  transform: scale(1.02, 1.02) !important;
}
.list-product .item:hover .tinv-wishlist {
  display: block;
}
.list-product .item:hover .add_to_cart_button {
  opacity: 1 !important;
  visibility: visible !important;
}
.list-product .item:hover .add_to_cart_button:after {
  opacity: 1;
}
.list-product .added_to_cart {
  display: none !important;
}

#section-vrienden {
  padding-bottom: 80px;
  display: none;
}
@media (max-width: 992px) {
  #section-vrienden {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section-vrienden .et_pb_row {
  padding: 0;
}
#section-vrienden .et_pb_row.et_pb_row_4col {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
#section-vrienden .et_pb_row.et_pb_row_4col .et_pb_column {
  width: 25%;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 992px) {
  #section-vrienden .et_pb_row.et_pb_row_4col .et_pb_column {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #section-vrienden .et_pb_row.et_pb_row_4col .et_pb_column {
    width: 100%;
  }
}
#section-vrienden .et_pb_row.et_pb_row_4col .et_pb_column > div {
  background: #CADCE8;
  border-radius: 16px;
}
#section-vrienden .title-lead {
  text-align: center;
  padding-bottom: 20px;
}
#section-vrienden .title-lead h1, #section-vrienden .title-lead h2 {
  padding-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 36px;
  text-transform: uppercase;
  justify-content: center;
  color: #3A5896;
  font-weight: 700;
}
@media (max-width: 992px) {
  #section-vrienden .title-lead h1, #section-vrienden .title-lead h2 {
    font-size: 32px;
  }
}
#section-vrienden .title-lead h1:before, #section-vrienden .title-lead h1:after, #section-vrienden .title-lead h2:before, #section-vrienden .title-lead h2:after {
  content: "";
  background: #3A5896;
  height: 2px;
  width: 225px;
  display: inline-block;
}
@media (max-width: 992px) {
  #section-vrienden .title-lead h1:before, #section-vrienden .title-lead h1:after, #section-vrienden .title-lead h2:before, #section-vrienden .title-lead h2:after {
    width: 80px;
  }
}
#section-vrienden .title-lead h1:before, #section-vrienden .title-lead h2:before {
  margin-right: 20px;
}
#section-vrienden .title-lead h1:after, #section-vrienden .title-lead h2:after {
  margin-left: 20px;
}

@keyframes drift {
  /* 0%   {transform: translateX(30%);}
  100% {transform: translateX(-50%);} */
  0% {
    transform: translateX(20vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}
#area-footer-top {
  background: #C5AA73 !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  overflow: hidden;
}
#area-footer-top #footer-1 {
  max-width: 100%;
  padding: 0;
  border: none !important;
}
#area-footer-top #footer-1 .animation-box {
  display: flex;
  align-items: flex-end;
  width: 4208px;
}
#area-footer-top #footer-1 .animation-box.run {
  animation: drift 50s linear infinite;
}
@media (max-width: 1200px) {
  #area-footer-top #footer-1 .animation-box {
    animation-duration: 35s !important;
  }
}
@media (max-width: 768px) {
  #area-footer-top #footer-1 .animation-box {
    animation-duration: 25s !important;
  }
}
#area-footer-top #footer-1 .animation-box .item {
  position: relative;
}
@media (max-width: 1200px) {
  #area-footer-top #footer-1 .animation-box .item {
    min-width: 400px;
  }
}
#area-footer-top #footer-1 .animation-box .item .txt {
  color: #fff;
  position: absolute;
  font-family: "GrotesqueMTStd-Regular";
  font-weight: 400;
  font-size: 32px;
  top: 16px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #area-footer-top #footer-1 .animation-box .item .txt {
    font-size: 24px;
    top: 30px;
  }
}
#area-footer-top #footer-1 .animation-box .item:nth-child(1) .txt, #area-footer-top #footer-1 .animation-box .item:nth-child(5) .txt {
  left: 50%;
}
#area-footer-top #footer-1 .animation-box .item:nth-child(2) .txt, #area-footer-top #footer-1 .animation-box .item:nth-child(6) .txt {
  left: 25%;
}
#area-footer-top #footer-1 .animation-box .item:nth-child(3) .txt, #area-footer-top #footer-1 .animation-box .item:nth-child(7) .txt {
  left: 30%;
}
#area-footer-top #footer-1 .animation-box .item:nth-child(4) .txt, #area-footer-top #footer-1 .animation-box .item:nth-child(8) .txt {
  left: 42%;
  white-space: pre;
}

#area-footer-bottom {
  background: #E4EEF4;
  padding: 70px 0 20px !important;
}
#area-footer-bottom ul {
  padding-left: 0;
  margin-bottom: 0;
}
#area-footer-bottom #footer-1 {
  padding-top: 0;
  color: #2D2D2D;
  font-weight: 400;
}
#area-footer-bottom #footer-1 .title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  color: #2D2D2D;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  #area-footer-bottom #footer-1 .title {
    margin-bottom: 0;
  }
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(1) ul li {
  display: flex;
  align-items: center;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(1) ul li + li {
  margin-top: 16px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(1) ul li > span {
  flex: 1;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(1) ul li .hightlight {
  color: #0484FB;
  font-weight: 500;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(1) ul li:before {
  content: "";
  background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  display: inline-block;
  margin-right: 15px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(2) ul li {
  margin-right: 16px;
  margin-bottom: 16px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(3) ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(3) ul li .icon {
  margin-right: 8px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(3) ul.first {
  display: flex;
  flex-wrap: wrap;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(3) ul.first li {
  width: 50%;
  color: #3A5896;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(3) .space-top {
  margin-top: 60px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.first li {
  display: flex;
  align-items: center;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.first li + li {
  margin-top: 16px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.first li .icon {
  margin-right: 10px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.first li.phone a {
  padding: 5px 12px;
  background: #C5AA73;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.first li.time {
  color: #1A1A1A;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.first li.contact a {
  font-weight: 700;
  font-size: 18px;
  color: #3A5896;
  text-decoration: underline;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.list-social {
  display: flex;
  margin-top: 30px;
}
#area-footer-bottom #footer-1 .et_pb_column:nth-of-type(4) ul.list-social li + li {
  margin-left: 29px;
}
#area-footer-bottom #footer-2 {
  border: none !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0;
}
@media (min-width: 981px) {
  #area-footer-bottom #footer-2 .et_pb_column_1_4 {
    width: 12%;
  }
}
@media (min-width: 981px) {
  #area-footer-bottom #footer-2 .et_pb_column_3_4 {
    width: 80%;
  }
}
#area-footer-bottom #footer-2 .et_pb_menu__menu {
  display: inline-block !important;
}
#area-footer-bottom #footer-2 .et_mobile_nav_menu {
  display: none;
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu {
    justify-content: flex-start;
  }
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu {
  background: transparent;
  margin-bottom: 0;
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul {
  display: flex;
}
@media (max-width: 992px) {
  #area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul {
    margin-bottom: 20px;
  }
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul li {
  margin-right: 20px;
  margin-top: 0;
}
@media (max-width: 992px) {
  #area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul li {
    margin-right: 15px;
  }
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul li a {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #3A5896;
  line-height: 1.5;
  text-transform: capitalize;
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul li a img {
  display: none;
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu .et_pb_menu .et-menu-nav ul li a:hover {
  text-decoration: underline;
}
#area-footer-bottom #footer-2 .et_pb_column.et_pb_column--with-menu p {
  font-weight: 400;
  color: #3A5896;
  margin-bottom: 0;
}

#footer-bottom {
  display: none;
}

.woocommerce-products-header > h1 {
  font-size: 50px;
}
.woocommerce-products-header .term_description h1 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 992px) {
  .woocommerce-products-header .term_description h1 {
    font-size: 32px;
  }
}
.woocommerce-products-header .term_description h1:before, .woocommerce-products-header .term_description h1:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
	background-size: contain;
  width: 83px;
  height: 60px;
  display: inline-block;
}
.woocommerce-products-header .term_description h1:before {
  background-image: url("../images/2023/11.svg");
  margin-right: 40px;
}
@media (max-width: 992px) {
  .woocommerce-products-header .term_description h1:before {
    margin-right: 20px;
  }
}
.woocommerce-products-header .term_description h1:after {
  background-image: url("../images/2023/12.svg");
  margin-left: 40px;
}
@media (max-width: 992px) {
  .woocommerce-products-header .term_description h1:after {
    margin-left: 20px;
  }
}
.woocommerce-products-header .term_description p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 21px;
}

.category-level .cateogry-parent {
  padding: 96px 0 58px;
  margin-left: -16px;
  margin-right: -16px;
  display: none;
}
@media (max-width: 992px) {
  .category-level .cateogry-parent {
    padding: 40px 0;
  }
}
.category-level .cateogry-parent .title-lead {
  margin-bottom: 16px;
}
.category-level .cateogry-parent .title-lead h3, .category-level .cateogry-parent .title-lead h2 {
  font-size: 32px;
  text-align: center;
  font-family: "GrotesqueMTStd-Regular";
}
.category-level .cateogry-parent .owl-stage-outer {
  padding-top: 16px;
  padding-bottom: 16px;
}
.category-level .cateogry-parent .item .item-inner {
  border: 1px solid #3A5896;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
.category-level .cateogry-parent .item .item-inner:before {
  content: "";
  background: rgba(197, 170, 115, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s ease;
  z-index: -1;
}
.category-level .cateogry-parent .item .item-inner .pic-category {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.category-level .cateogry-parent .item .item-inner .pic-category img {
  height: 60px;
  width: 112px;
}
.category-level .cateogry-parent .item .item-inner .title-category {
  background: #3A5896;
  border-radius: 0 0 8px 8px;
}
.category-level .cateogry-parent .item .item-inner .title-category a {
  color: #fff;
  padding: 16px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-level .cateogry-parent .item .item-inner .title-category h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "GrotesqueMTStd-Regular";
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .category-level .cateogry-parent .item .item-inner .title-category h4 {
    font-size: 18px;
  }
}
.category-level .cateogry-parent .item .item-inner:hover {
  transform: translate(10px, -16px);
}
.category-level .cateogry-parent .item .item-inner:hover .pic-category {
  background: #E4EEF4;
}
.category-level .cateogry-parent .item .item-inner:hover:before {
  transform: translate(-15px, 15px);
}
.category-level .tab-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px 0;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 1200px) {
  .category-level .tab-link {
    position: sticky;
    top: 111px;
    background: #fff;
    margin-left: calc(50% - 50vw);
    max-width: calc(100vw - 0px);
    width: 100vw;
    z-index: 9;
  }
  .category-level .tab-link.box-shadow-visible {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
}
.category-level .tab-link .scroll-button {
  background: transparent;
  font-size: 16px;
  color: #2D2D2D;
  height: 44px;
  border: 1px solid #9094A7;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 6px;
  line-height: 44px;
  padding: 0 16px;
  text-transform: capitalize;
}
.category-level .tab-link .scroll-button:last-child {
  margin-right: 0;
}
.category-level .tab-link .scroll-button.active {
  background: #3A5896;
  border-color: #3A5896;
  color: #fff;
}
.category-level .tab-link .scroll-button:hover:not(.active) {
  border: 1px solid #3A5896;
  background: #E4EEF4;
}
.category-level .section-catch {
  background: #3A5896;
  margin-left: calc(50% - 50vw);
  max-width: calc(100vw - 9px);
  width: 100vw;
}
.category-level .section-catch .box-inner {
  background: transparent;
  padding: 280px 12px 136px;
  position: relative;
  /* @media(max-width: 1200px){
  	padding-top: 80px;
  	} */
}
@media (max-width: 768px) {
  .category-level .section-catch .box-inner {
    padding: 40px 12px 40px;
  }
}
.category-level .section-catch .box-inner:before, .category-level .section-catch .box-inner:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.category-level .section-catch .box-inner:before {
  background-image: url("../images/2023/pic-2-white.svg");
  width: 378px;
  height: 429px;
  left: 0;
  bottom: 0;
}
@media (max-width: 1400px) {
  .category-level .section-catch .box-inner:before {
    width: 300px;
    height: 246px;
  }
}
@media (max-width: 1200px) {
  .category-level .section-catch .box-inner:before {
    display: none;
  }
}
.category-level .section-catch .box-inner:after {
  background-image: url("../images/2023/pic-1-white.svg");
  right: 15%;
  width: 456px;
  height: 581px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .category-level .section-catch .box-inner:after {
    display: none;
  }
}
.category-level .section-catch .list-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1150px;
  margin: auto;
  position: relative;
}
.category-level .section-catch .item {
  max-width: 570px;
  margin: auto;
  z-index: 6;
  width: 100%;
  background: #fff;
  border-radius: 8px;
}
.category-level .section-catch .item .wrap-inner {
  display: flex;
  background: transparent !important;
  flex-wrap: wrap;
}
.category-level .section-catch .item .wrap-inner .top-info {
  width: 174px;
  height: 210px;
  padding: 12px;
  background: #E4EEF4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .category-level .section-catch .item .wrap-inner .top-info {
    width: 100%;
    height: auto;
  }
}
.category-level .section-catch .item .wrap-inner .top-info .discount {
  top: 6px;
  left: 10px;
  font-size: 14px;
  display: none;
}
.category-level .section-catch .item .wrap-inner .top-info .product-images {
  padding-bottom: 0;
}
.category-level .section-catch .item .wrap-inner .top-info .product-images img {
  max-height: 170px;
  max-width: 170px;
}
@media (max-width: 768px) {
  .category-level .section-catch .item .wrap-inner .top-info .product-images img {
    width: 125px;
    height: 125px;
  }
}
.category-level .section-catch .item .wrap-inner .top-bottom {
  flex: 1;
  padding: 24px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  justify-content: flex-start;
  text-align: left;
  min-height: 210px;
  position: relative;
  min-width: 332px;
}
@media (max-width: 768px) {
  .category-level .section-catch .item .wrap-inner .top-bottom {
    min-width: 280px;
    min-height: 180px;
    padding: 16px;
  }
}
@media (max-width: 578px) {
  .category-level .section-catch .item .wrap-inner .top-bottom {
    min-width: 200px;
  }
}
.category-level .section-catch .item .wrap-inner .top-bottom .product-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  font-family: "GrotesqueMTStd-Bold";
}
@media (max-width: 992px) {
  .category-level .section-catch .item .wrap-inner .top-bottom .product-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.category-level .section-catch .item .wrap-inner .top-bottom .product-title a {
  color: #2D2D2D;
}
.category-level .section-catch .item .wrap-inner .top-bottom .tinv-wishlist {
  display: none;
}
.category-level .section-catch .item .wrap-inner .top-bottom .shop_attrbt {
  font-size: 18px;
  color: #9094A7;
}
@media (max-width: 992px) {
  .category-level .section-catch .item .wrap-inner .top-bottom .shop_attrbt {
    font-size: 14px;
  }
}
.category-level .section-catch .item .wrap-inner .top-bottom .fusion-price-rating {
  margin-top: 32px;
  /* @media(max-width: 768px){
  	bottom: 16px;
  } */
}
@media (min-width: 992px) {
  .category-level .section-catch .item .wrap-inner .top-bottom .fusion-price-rating .price-sale {
    font-size: 38px !important;
  }
  .category-level .section-catch .item .wrap-inner .top-bottom .fusion-price-rating .price-regular {
    font-size: 18px !important;
  }
}
.category-level .section-catch .item .wrap-inner .top-bottom .fusion-price-rating .price-kg {
  color: #3A5896;
}
@media (min-width: 992px) {
  .category-level .section-catch .item .wrap-inner .top-bottom .product-buttons {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .category-level .section-catch .item .wrap-inner .top-bottom .product-buttons .ajax_add_to_cart {
    position: static;
  }
}
.category-level .section-catch .pic {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: 2;
  display: none;
}
.category-level .section-catch .pic:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2023/catch.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1115px;
  height: 583px;
}
.category-level .section-feature {
  margin-bottom: 80px;
  /* @media(max-width: 992px){
  	margin-bottom: 80px;
  } */
}
@media (max-width: 768px) {
  .category-level .section-feature {
    margin-bottom: 60px;
  }
}
.category-level .section-feature .box-inner {
  background: #E4EEF4;
  border-radius: 24px;
  padding: 80px 180px;
}
@media (max-width: 1200px) {
  .category-level .section-feature .box-inner {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  .category-level .section-feature .box-inner {
    padding: 40px 24px;
  }
}
.category-level .section-feature .title-section h3 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #2D2D2D;
  max-width: 685px;
  margin: 0 auto 44px;
}
@media (max-width: 1200px) {
  .category-level .section-feature .title-section h3 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .category-level .section-feature .title-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 578px) {
  .category-level .section-feature .title-section h3 {
    font-size: 20px;
  }
}
.category-level .section-feature .picture img {
  border-radius: 16px;
}
.category-level .section-feature .content ul {
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}
@media (max-width: 992px) {
  .category-level .section-feature .content ul {
    max-width: 100%;
    margin-top: 32px;
  }
}
.category-level .section-feature .content ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .category-level .section-feature .content ul li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .category-level .section-feature .content ul li {
    justify-content: center;
  }
}
.category-level .section-feature .content ul li:before {
  content: "";
  background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  display: inline-block;
  margin-right: 14px;
}
.category-level .section-feature .content ul li .hightlight {
  color: #3A5896;
  margin-left: 8px;
  font-weight: 500;
}
.category-level .section-feature .content ul li + li {
  margin-top: 15px;
}
.category-level .list-category {
  display: flex;
  flex-direction: column;
}
.category-level .list-category > div:nth-of-type(2) {
  order: -1;
}
.category-level .list-category .area-category {
  margin-bottom: 80px;
  /* @media(max-width: 992px){
  	margin-bottom: 80px;
  } */
}
@media (max-width: 768px) {
  .category-level .list-category .area-category {
    margin-bottom: 60px;
  }
}
.category-level .list-category .title-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .category-level .list-category .title-lead {
    margin-bottom: 32px;
  }
}
.category-level .list-category .title-lead img {
  max-width: 100px;
  max-height: 60px;
  height: auto;
  min-width: 90px;
}
@media (max-width: 768px) {
  .category-level .list-category .title-lead img {
    max-width: 80px;
    max-height: 60px;
    height: auto;
    min-width: 60px;
  }
}
.category-level .list-category .title-lead h3, .category-level .list-category .title-lead h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 992px) {
  .category-level .list-category .title-lead h3, .category-level .list-category .title-lead h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .category-level .list-category .title-lead h3, .category-level .list-category .title-lead h2 {
    font-size: 25px;
    margin: 0 12px;
  }
}
@media (max-width: 578px) {
  .category-level .list-category .title-lead h3, .category-level .list-category .title-lead h2 {
    font-size: 20px;
  }
}
.category-level .list-category .title-lead .box-info {
  margin: 0 20px;
  text-align: center;
}
.category-level .list-category .title-lead .box-info p {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 18px;
  color: #3A5896;
  font-family: "GrotesqueMTStd-Bold";
  max-width: 450px;
  text-align: center;
}
.category-level .list-category .title-lead .img-after {
  transform: scaleX(-1);
}
.category-level .list-category .btn-actions {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 1500px) {
  .category-level .category-alphabet .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .category-level .category-alphabet .row .item {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}
.category-level .category-alphabet .item > h3 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.category-level .category-alphabet .item > ul {
  margin: 0 0 30px;
  padding: 0 !important;
}
.category-level .category-alphabet .item > ul li {
  list-style: none;
}
.category-level .category-alphabet .item > ul li + li {
  margin-top: 4px;
}
.category-level .category-alphabet .item > ul li a {
  font-weight: 400;
  color: #000;
  padding: 0;
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.category-level .category-alphabet .item > ul li a:hover {
  border-color: rgba(197, 170, 115, 0.4);
  padding: 2px 4px;
}
.category-level .section-featured {
  padding: 90px 0 80px;
}
@media (max-width: 992px) {
  .category-level .section-featured {
    padding: 30px 0 60px;
  }
  .category-level .section-featured .item + .item {
    margin-top: 30px;
  }
}
.category-level .section-featured .item-inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #3A5896;
  border-radius: 8px;
  background: transparent !important;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.category-level .section-featured .item-inner:before {
  content: "";
  background: rgba(197, 170, 115, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s ease;
  z-index: -1;
}
.category-level .section-featured .item-inner .picture {
  width: 174px;
  background-color: #3A5896;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 580px) {
  .category-level .section-featured .item-inner .picture {
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 30px 16px;
  }
}
.category-level .section-featured .item-inner .picture img {
  transform: scale(1, 1) !important;
}
.category-level .section-featured .item-inner .box-info {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 580px) {
  .category-level .section-featured .item-inner .box-info {
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
}
.category-level .section-featured .item-inner .box-info .title {
  font-size: 24px;
  font-family: "GrotesqueMTStd-Regular";
  line-height: 1.2;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.category-level .section-featured .item-inner .box-info .title a {
  color: #000;
}
.category-level .section-featured .item-inner .box-info .desc {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 22px;
}
.category-level .section-featured .item-inner .box-info .read-more a {
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}
.category-level .section-featured .item-inner:hover {
  transform: translate(10px, -16px);
}
.category-level .section-featured .item-inner:hover:before {
  transform: translate(-15px, 15px);
}
.category-level .section-blogtype {
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  .category-level .section-blogtype {
    padding-bottom: 60px;
  }
}
.category-level .section-blogtype .title-lead h2 {
  margin-bottom: 18px;
  font-family: "GrotesqueMTStd-Regular";
  font-size: 32px;
  text-align: center;
}
.category-level .section-blogtype .inner {
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.category-level .section-blogtype .item {
  margin-bottom: 30px;
}
.category-level .section-blogtype .item-inner {
  border: 1px solid #3A5896;
  border-radius: 8px;
  background: #fff;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}
.category-level .section-blogtype .item-inner:before {
  content: "";
  background: rgba(197, 170, 115, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s ease;
  z-index: -1;
}
.category-level .section-blogtype .item-inner .pic-article {
  border-bottom: 1px solid #3A5896;
  background: #fff;
  border-radius: 8px 8px 0 0;
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
}
.category-level .section-blogtype .item-inner .pic-article:before {
  content: "";
  background-image: url("../images/2023/19.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 103px;
  height: 121px;
}
.category-level .section-blogtype .item-inner .pic-article img {
  /* transform: scale(1, 1) !important;
  height: 100%;
  object-fit: cover; */
  border-radius: 8px 8px 0 0;
}
.category-level .section-blogtype .item-inner .box-info {
  padding: 24px 16px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.category-level .section-blogtype .item-inner .box-info .title h5 {
  font-size: 24px;
  font-family: "GrotesqueMTStd-Regular";
  line-height: 1.2;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.category-level .section-blogtype .item-inner .box-info .title a {
  color: #000;
}
.category-level .section-blogtype .item-inner .box-info .desc {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 22px;
}
.category-level .section-blogtype .item-inner .box-info .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-level .section-blogtype .item-inner .box-info .read-more a {
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}
.category-level .section-blogtype .item-inner:hover {
  transform: translate(10px, -16px);
}
.category-level .section-blogtype .item-inner:hover .pic-article {
  background: #E4EEF4;
}
.category-level .section-blogtype .item-inner:hover:before {
  transform: translate(-15px, 15px);
}
.category-level .section-blogtype .btn-actions {
  text-align: center;
  margin-top: 34px;
}
@media (max-width: 992px) {
  .category-level .section-blogtype .btn-actions {
    margin-top: 16px;
  }
}

.woocommerce ul.subcatproduc {
  display: flex;
  flex-wrap: wrap;
  max-width: 1195px;
  margin: auto;
}
.woocommerce ul.subcatproduc li {
  padding: 0 30px 60px !important;
  width: 33.33% !important;
  text-align: center;
  margin: 0 !important;
  background: transparent !important;
}
@media (max-width: 1200px) {
  .woocommerce ul.subcatproduc li {
    padding: 0 15px 30px;
  }
}
@media (max-width: 992px) {
  .woocommerce ul.subcatproduc li {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .woocommerce ul.subcatproduc li {
    width: 100%;
  }
}

.catalog-ordering {
  margin-bottom: 16px !important;
  display: flex;
  justify-content: space-between;
}
.catalog-ordering .filter_block {
  position: relative;
  min-width: 220px;
  margin: 0;
  transition: all 0.3s;
  padding-bottom: 5px;
}
.catalog-ordering .filter_block:hover .current-li-content {
  border-color: #3A5896;
}
.catalog-ordering .filter_block:hover .current-li-content:after {
  color: #3A5896;
}
.catalog-ordering .filter_block:hover .checkbox_block {
  display: block;
}
.catalog-ordering .current-li-content {
  cursor: pointer;
  position: relative;
  color: #000;
  font-size: 15px;
  width: 100%;
  display: flex;
  padding: 7px 12px !important;
  border-radius: 10px;
  border: 1px solid #9094A7;
  height: 40px;
  align-items: center;
}
.catalog-ordering .current-li-content:after {
  color: #000;
  font-family: dashicons;
  content: "\f347";
  font-size: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  text-align: center;
  transform: translate(0, -50%);
  line-height: 35px;
}
.catalog-ordering ul {
  padding: 0 !important;
  margin: 0;
  background: transparent;
}
.catalog-ordering ul li {
  list-style: none;
  display: flex;
  position: relative;
}
.catalog-ordering .checkbox_block {
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border: 1px solid #3A5896;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  display: none;
  transition: all 0.3s;
}
.catalog-ordering .checkbox_block li + li {
  margin-top: 26px;
}
.catalog-ordering .checkbox_block input[type=checkbox] {
  display: none;
}
.catalog-ordering .checkbox_block input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  border: 1px solid #9094A7;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  top: 3px;
  outline: none;
  width: 22px;
  height: 22px;
  background-color: #fff;
  margin-right: 10px;
}
.catalog-ordering .checkbox_block input[type=checkbox]:checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #3A5896;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 4px;
  border-radius: 50%;
  margin-top: 1px;
}
.catalog-ordering .orderby-order-container {
  text-align: left;
  min-width: 220px;
  position: relative;
  padding-bottom: 6px;
}
.catalog-ordering .orderby-order-container:hover .current-li-content {
  border-color: #3A5896;
}
.catalog-ordering .orderby-order-container:hover .current-li-content:after {
  color: #3A5896;
}
.catalog-ordering .orderby-order-container:hover ul {
  display: block;
}
.catalog-ordering .current-li {
  width: 100%;
}
.catalog-ordering .order-dropdown ul {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border: 1px solid #3A5896;
  border-radius: 12px;
  background: #fff;
  padding: 16px !important;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.16);
  z-index: 99;
  display: none;
  transition: all 0.3s;
}
.catalog-ordering .order-dropdown ul li + li {
  margin-top: 20px;
}
.catalog-ordering .order-dropdown ul a {
  color: #2d2d2d;
  font-weight: 500;
}
.catalog-ordering .order-dropdown ul a:hover {
  color: #3A5896;
}
.catalog-ordering .area-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  float: left;
}
@media (max-width: 1200px) {
  .catalog-ordering .area-left {
    justify-content: center;
    width: 100%;
  }
}
.catalog-ordering .area-left .wrap-inner {
  display: flex;
  align-items: center;
}
.catalog-ordering .area-left .btn-filter {
  border-radius: 10px;
  padding: 12px 16px;
  background: #3A5896;
  font-size: 15px;
  color: #fff;
  height: 46px;
  margin-right: 32px;
  cursor: pointer;
}
.catalog-ordering .area-left .count-filter {
  display: none;
}
.catalog-ordering .area-right {
  display: flex;
  align-items: center;
  gap: 16px;
  float: right;
}
@media (max-width: 1200px) {
  .catalog-ordering .area-right {
    display: none;
  }
}
.catalog-ordering .area-right .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #9094A7;
  transition: all 0.3s;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.catalog-ordering .area-right .icon svg {
  fill: #9094A7;
}
.catalog-ordering .area-right .icon.active, .catalog-ordering .area-right .icon:hover {
  background: #3A5896;
  border-color: #3A5896;
}
.catalog-ordering .area-right .icon.active svg, .catalog-ordering .area-right .icon.active circle, .catalog-ordering .area-right .icon:hover svg, .catalog-ordering .area-right .icon:hover circle {
  fill: #fff;
}

.tax-product_cat .allproducts {
  margin-top: 20px;
}

.tax-product_cat #main-content > .container {
  padding-top: 0 !important;
}
.tax-product_cat .woocommerce-products-header__title {
  display: none;
}
.tax-product_cat .breadcrumb_div a {
  margin: 0 8px;
  text-transform: none;
  font-size: 16px;
  text-transform: capitalize;
}
.tax-product_cat .breadcrumb_div a:first-child {
  margin-left: 0;
}
.tax-product_cat .breadcrumb_div a:first-child {
  color: #000;
}
.tax-product_cat .woocommerce-products-header {
  /* display: flex;
  	flex-direction: column;

  	.cat_head_img {
  		order: -1;
  	} */
}
.tax-product_cat .woocommerce-products-header > .breadcrumb_div {
  text-align: left;
  padding: 15px 0;
  margin: 0;
}
.tax-product_cat:not(.subcategory) .cat_head_img,
.tax-product_cat:not(.subcategory) .catalog-ordering {
  display: none;
}
.tax-product_cat:not(.subcategory) .term_description {
  margin-top: 50px;
  max-width: 1021px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .tax-product_cat:not(.subcategory) .term_description {
    margin-top: 30px;
  }
}
.tax-product_cat:not(.subcategory) .term_description .breadcrumb_div {
  display: none;
}
.tax-product_cat:not(.subcategory) .allproducts {
  display: none;
}
.tax-product_cat:not(.subcategory) nav.woocommerce-pagination {
  display: none;
}
.tax-product_cat.subcategory #content-area {
  margin: 40px 0 100px;
}
.tax-product_cat.subcategory .woocommerce-products-header > .breadcrumb_div {
  display: none;
}
.tax-product_cat.subcategory .term_description {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  .tax-product_cat.subcategory .term_description {
    max-width: 100%;
  }
}
.tax-product_cat.subcategory .term_description h1:before, .tax-product_cat.subcategory .term_description h1:after {
  display: none;
}
.tax-product_cat.subcategory .catalog-ordering {
  margin: 26px auto;
  max-width: 1164px;
}
.tax-product_cat.subcategory .catalog-ordering.four-column {
  max-width: calc(100% - 24px);
}
.tax-product_cat.subcategory .allproducts {
  max-width: 1188px;
  margin-bottom: 0 !important;
  width: 100%;
}
.tax-product_cat.subcategory .allproducts .product {
  padding: 0 12px 24px;
}
.tax-product_cat.subcategory .allproducts.four-column {
  max-width: 100%;
}
.tax-product_cat.subcategory .allproducts.four-column .product {
  width: 25%;
}
@media (max-width: 1400px) {
  .tax-product_cat.subcategory .allproducts.four-column .product {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .tax-product_cat.subcategory .allproducts.four-column .product {
    width: 50%;
  }
}
.tax-product_cat.subcategory .allproducts .product_type_simple {
  display: none;
}
.tax-product_cat ul.subcatproduc:before, .tax-product_cat ul.subcatproduc:after {
  display: none;
}
.tax-product_cat ul.subcatproduc li {
  padding: 0 12px 24px !important;
  height: inherit;
}
.tax-product_cat ul.subcatproduc.four-column {
  max-width: 100%;
}
.tax-product_cat ul.subcatproduc.four-column li {
  width: 25% !important;
}
@media (max-width: 1400px) {
  .tax-product_cat ul.subcatproduc.four-column li {
    width: 33.33% !important;
  }
}
@media (max-width: 992px) {
  .tax-product_cat ul.subcatproduc.four-column li {
    width: 50% !important;
  }
}

.discount {
  font-family: "GrotesqueMTStd-Regular";
  color: #F94747;
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 16px;
}

.allproducts {
  margin: 0 auto -30px;
  display: flex;
  flex-wrap: wrap;
}
.allproducts .product-category {
  display: none;
}
.allproducts .product {
  padding: 0 30px 60px;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 1200px) {
  .allproducts .product {
    padding: 0 15px 30px;
  }
}
@media (max-width: 992px) {
  .allproducts .product {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .allproducts .product {
    width: 100%;
  }
}
.allproducts .product .wrap-inner {
  border-radius: 10px;
  background: #E4EEF4 !important;
  padding: 30px 45px 24px;
  position: relative;
  height: 100%;
}
.allproducts .product .wrap-inner .onsalediv {
  display: none;
}
.allproducts .product .wrap-inner .et_shop_image img {
  transform: scale(1, 1);
  max-height: 220px;
  max-width: 220px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .allproducts .product .wrap-inner .et_shop_image img {
    max-height: 180px;
    max-width: 180px;
  }
}
.allproducts .product .wrap-inner .fusion-price-rating {
  font-family: "GrotesqueMTStd-Regular";
}
.allproducts .product .wrap-inner .fusion-price-rating .price {
  font-weight: 700;
  font-size: 28px;
  font-family: "Roboto Serif";
  margin-bottom: 4px;
  line-height: 1;
  color: #3A5896;
}
.allproducts .product .wrap-inner .fusion-price-rating .price .decimal {
  top: 0;
  left: 0;
  font-size: inherit;
}
.allproducts .product .wrap-inner .fusion-price-rating .price .sym {
  display: none;
}
.allproducts .product .wrap-inner .fusion-price-rating .price .sym1 {
  margin-left: 6px !important;
  font-size: 60%;
  vertical-align: super;
  line-height: 1;
}
.allproducts .product .wrap-inner .fusion-price-rating .price .price-regular {
  font-size: 14px;
  vertical-align: super;
  text-decoration: line-through;
  color: #2D2D2D;
}
.allproducts .product .wrap-inner .fusion-price-rating .price-kg {
  font-size: 14px;
  color: #9094A7;
}
.allproducts .product .wrap-inner .woocommerce-loop-product__link {
  padding-bottom: 0;
  margin-bottom: 0;
}
.allproducts .product .wrap-inner .woocommerce-loop-product__link .et_shop_image {
  padding: 0 0 18px;
}
.allproducts .product .wrap-inner .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 24px;
  font-family: "Roboto Serif";
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .allproducts .product .wrap-inner .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 24px;
  }
}
.allproducts .product .wrap-inner .woocommerce-loop-product__link .shop_attrbt {
  color: #9094A7;
  font-size: 14px;
  padding-bottom: 16px;
}
.allproducts .product .wrap-inner .tinv-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
}
.allproducts .product .wrap-inner .tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.allproducts .product .wrap-inner .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  font-size: 30px;
  margin-right: 0;
}
.allproducts .product .wrap-inner .tinv-wishlist .tinvwl_add_to_wishlist_button span {
  display: none;
}
.allproducts .product .wrap-inner .star-rating {
  display: none;
}
.allproducts .product .wrap-inner .add_to_cart_button {
  font-size: 0;
  border-radius: 8px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
  bottom: 25px;
  border: 1.5px solid #2d2d2d !important;
  background: #fff !important;
  width: 40px;
  height: 40px;
}
.allproducts .product .wrap-inner .add_to_cart_button:before {
  content: "" !important;
  color: #000;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: static;
  margin-left: 0;
  transition: all 0.3s;
  background-image: url(../images/icons/cart_new.svg);
  width: 24px;
  height: 24px;
  opacity: 1;
  visibility: visible;
}
.allproducts .product .wrap-inner .add_to_cart_button:after {
  display: none !important;
}
.allproducts .product .wrap-inner .add_to_cart_button:hover {
  box-shadow: 6px 6px 0px 0px rgba(197, 170, 115, 0.7);
}
.allproducts .product .wrap-inner .added_to_cart {
  display: none !important;
}
.allproducts .product:hover .et_shop_image img {
  transform: scale(1.02, 1.02) !important;
}
.allproducts .product:hover .tinv-wishlist {
  display: block;
}

#product-ajax .featured-image img {
  transition: all 0.4s;
}
#product-ajax .product-title {
  font-size: 28px;
  font-family: "Roboto Serif";
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #9094A7 !important;
  border: 1.5px solid #3A5896;
  background: #fff !important;
  line-height: 34px;
  opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background: #3A5896 !important;
  color: #fff !important;
}

.pagination {
  width: 100%;
  margin-top: 15px;
}
.pagination ul {
  padding: 0 !important;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #9094A7 !important;
  border: 1.5px solid #3A5896;
  background: #fff !important;
  line-height: 34px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li .page-numbers.current, .pagination ul li .page-numbers:hover {
  background: #3A5896 !important;
  color: #fff !important;
}

.single-product #main-content .container {
  padding-top: 0 !important;
}
.single-product #main-content .container:before {
  display: none;
}
.single-product #left-area {
  width: 100%;
  padding: 0;
}
.single-product #section-full {
  margin-left: calc(50% - 50vw);
  max-width: calc(100vw - 0px);
  width: 100vw;
}
.single-product .custom_bg_div.scroll-summary {
  display: none;
}
.single-product .woocommerce-notices-wrapper {
  margin-top: 0 !important;
}
.single-product .single_product_breadcrumb .breadcrumb_div {
  padding: 23px 0;
  max-width: 1560px;
  margin: auto;
  text-align: left;
}
@media (max-width: 992px) {
  .single-product .single_product_breadcrumb .breadcrumb_div {
    padding: 16px 0;
  }
}
.single-product .single_product_breadcrumb .breadcrumb_div img {
  display: none;
}
.single-product .single_product_breadcrumb .breadcrumb_div a {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: inline-block;
  line-height: 1.7;
  text-transform: capitalize;
}
.single-product .single_product_breadcrumb .breadcrumb_div a:after {
  content: "/";
  color: #E4EEF4;
  display: inline-block;
  margin: 0 18px;
}
@media (max-width: 992px) {
  .single-product .single_product_breadcrumb .breadcrumb_div a:after {
    margin: 0 12px;
  }
}
.single-product .single_product_breadcrumb .breadcrumb_div a:last-child {
  font-weight: 500;
  color: #3A5896;
}
.single-product .single_product_breadcrumb .breadcrumb_div a:last-child:after {
  display: none;
}
.single-product .single_product_breadcrumb .breadcrumb_div span.last {
  font-weight: 500;
  color: #3A5896;
}
.single-product .custom_bg_div0 {
  padding: 100px 0 80px;
}
@media (max-width: 992px) {
  .single-product .custom_bg_div0 {
    padding: 50px 0;
  }
}
.single-product .custom_bg_div0 .onsale, .single-product .custom_bg_div0 .onsalehover {
  display: none;
}
.single-product .custom_bg_div0 .box-info {
  max-width: 900px;
  margin: auto;
}
.single-product .custom_bg_div0 .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
@media (max-width: 992px) {
  .single-product .custom_bg_div0 .woocommerce-product-gallery .woocommerce-product-gallery__image {
    padding: 0 16px 30px;
  }
}
.single-product .custom_bg_div0 .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: auto;
}
.single-product .custom_bg_div0 .woocommerce-product-gallery .zoomImg {
  display: none !important;
}
.single-product .custom_bg_div0 .entry-summary {
  margin-bottom: 0 !important;
  margin-left: auto;
}
@media (min-width: 992px) {
  .single-product .custom_bg_div0 .entry-summary {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .single-product .custom_bg_div0 .entry-summary {
    padding: 0 16px;
    text-align: center;
  }
}
.single-product .custom_bg_div0 .entry-summary .entry-title {
  font-size: 36px;
  font-family: "GrotesqueMTStd-Bold";
  color: #2D2D2D;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0 !important;
}
.single-product .custom_bg_div0 .entry-summary .entry-title .sub-title{
	font-size: 18px;
  line-height: 1;
  display: flex;
	justify-content: center;
}
.single-product .custom_bg_div0 .entry-summary .list-tag {
  margin-bottom: 18px;
}
.single-product .custom_bg_div0 .entry-summary .list-tag .tagged_as a {
  height: 33px;
  padding: 8px;
  background: #3A5896;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.single-product .custom_bg_div0 .entry-summary .list-tag .tagged_as a:hover {
  opacity: 0.85;
}
.single-product .custom_bg_div0 .entry-summary .woocommerce-product-rating {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.single-product .custom_bg_div0 .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0;
  min-width: 92px;
}
.single-product .custom_bg_div0 .entry-summary .woocommerce-product-rating .star-rating:before {
  content: "sssss" !important;
  color: #707070 !important;
}
.single-product .custom_bg_div0 .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 0;
}
.single-product .custom_bg_div0 .entry-summary .woocommerce-product-rating .woocommerce-review-link .count {
  font-size: 15px;
  color: #2D2D2D;
  margin-left: 14px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price {
  margin-bottom: 10px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .attribute {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #2D2D2D;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .product_meta {
  display: none;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-weight: 400;
}
@media (max-width: 992px) {
  .single-product .custom_bg_div0 .entry-summary #fusion-price .price-info {
    justify-content: center;
  }
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price {
  display: flex;
  align-items: center;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price .sym1 {
  margin-left: 6px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price .price-sale {
  font-size: 28px;
  margin-right: 32px;
  font-weight: 700;
  color: #3A5896;
  font-family: "Roboto Serif";
  line-height: 1;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price .price-regular {
  vertical-align: super;
  transform: translateY(-10px);
  position: relative;
  color: #2D2D2D;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price .price-regular:after {
  content: "";
  background: #2D2D2D;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price-kg {
  font-weight: 300;
  vertical-align: super;
  transform: translateY(-10px);
  display: flex;
  align-items: center;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .price-info .price-kg:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  margin: 0 8px;
  background: #000;
  transform: translateY(0);
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .in-stock {
  display: none;
}
.single-product .custom_bg_div0 .entry-summary #fusion-price .out-of-stock {
  margin-top: 15px !important;
  margin-bottom: 0;
  display: block !important;
}
.single-product .custom_bg_div0 .entry-summary .stock,
.single-product .custom_bg_div0 .entry-summary .product_type_simple,
.single-product .custom_bg_div0 .entry-summary .tinv-wishlist {
  display: none;
}
.single-product .custom_bg_div0 .entry-summary > h4 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #2D2D2D;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.single-product .custom_bg_div0 .entry-summary form.cart {
  margin-top: 0;
  margin-bottom: 22px;
  display: flex;
}
@media (max-width: 992px) {
  .single-product .custom_bg_div0 .entry-summary form.cart {
    justify-content: center;
  }
}
.single-product .custom_bg_div0 .entry-summary form.cart .tinv-wishlist {
  display: none;
}
.single-product .custom_bg_div0 .entry-summary form.cart .quantity button {
  display: none;
}
.single-product .custom_bg_div0 .entry-summary form.cart .quantity input.qty {
  width: 46px;
  padding: 0;
  border: 1.5px solid #2D2D2D;
  background: #fff;
  border-radius: 8px;
  height: 44px;
  min-width: 44px;
  font-size: 18px;
  color: #2D2D2D;
}
.single-product .custom_bg_div0 .entry-summary form.cart .add_to_cart_button {
  background: #3A5896;
  color: #fff;
  height: 44px;
  border-radius: 8px;
  font-size: 18px;
  border: none !important;
  padding: 11px 20px !important;
  line-height: 1 !important;
}
.single-product .custom_bg_div0 .entry-summary form.cart .add_to_cart_button:after {
  display: none !important;
}
.single-product .custom_bg_div0 .entry-summary form.cart .add_to_cart_button:hover {
  opacity: 0.85;
}
.single-product .custom_bg_div0 .entry-summary form.cart .added_to_cart {
  display: none !important;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment ul {
  padding: 0;
  margin: 0;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment .pay_icon > h3 {
  color: #2D2D2D;
  margin: 0;
  padding-bottom: 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment .pay_icon ul.payment_icon {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .single-product .custom_bg_div0 .entry-summary #fusion-payment .pay_icon ul.payment_icon {
    justify-content: center;
  }
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment .pay_icon ul.payment_icon li {
  list-style: none;
  margin-right: 16px;
  margin-top: 16px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment .pay_icon ul.payment_icon li:last-child {
  margin-right: 0;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment .pay_icon ul.payment_icon img {
  border-radius: 5px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment ul.list-info {
  margin-top: 16px;
}
.single-product .custom_bg_div0 .entry-summary #fusion-payment ul.list-info li {
  list-style: none;
  font-weight: 400;
  font-size: 12px;
  color: #219653;
}
.single-product .custom_bg_div0 .entry-summary > .add_to_cart_button {
  display: none;
}
.single-product .post-content {
  max-width: 900px;
  margin: auto;
}
.single-product .post-content .title-lead {
  margin: 42px 0 57px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .single-product .post-content .title-lead {
    margin-bottom: 30px;
  }
}
.single-product .post-content .title-lead:before, .single-product .post-content .title-lead:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 61px;
  height: 34px;
}
.single-product .post-content .title-lead:before {
  background-image: url("../images/2023/13.svg");
}
.single-product .post-content .title-lead:after {
  background-image: url("../images/2023/14.svg");
}
.single-product .post-content .title-lead .sec_hd {
  font-size: 36px;
  color: #3A5896;
  font-family: "GrotesqueMTStd-Bold";
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 578px) {
  .single-product .post-content .title-lead .sec_hd {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .single-product .post-content .list-info {
    text-align: center;
  }
}
.single-product .post-content .list-info .item h4 {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 18px;
  color: #344f8d;
}
.single-product .post-content .list-info .item h4 b {
  font-weight: 700;
}
.single-product .post-content .list-info .item p {
  font-size: 16px;
  max-width: 365px;
}
@media (max-width: 992px) {
  .single-product .post-content .list-info .item p {
    max-width: 100%;
  }
}
.single-product .post-content .list-info .item .item-inner + .item-inner {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .single-product .post-content .list-info .item .item-inner + .item-inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.single-product .section-recipe {
  padding-top: 75px;
  border-top: 1px solid #D3D5DA;
  max-width: 900px;
  margin: 100px auto 0;
}
@media (max-width: 992px) {
  .single-product .section-recipe {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.single-product .section-recipe .title-lead {
  margin-bottom: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .single-product .section-recipe .title-lead {
    margin-bottom: 30px;
  }
}
.single-product .section-recipe .title-lead:before, .single-product .section-recipe .title-lead:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 54px;
  height: 38px;
}
.single-product .section-recipe .title-lead:before {
  background-image: url("../images/2023/15.svg");
}
.single-product .section-recipe .title-lead:after {
  background-image: url("../images/2023/16.svg");
}
.single-product .section-recipe .title-lead .sec_hd {
  font-size: 36px;
  color: #3A5896;
  font-family: "GrotesqueMTStd-Bold";
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 578px) {
  .single-product .section-recipe .title-lead .sec_hd {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .single-product .section-recipe .list-info {
    text-align: center;
  }
}
.single-product .section-recipe .list-info .item h4 {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 18px;
  color: #344f8d;
}
.single-product .section-recipe .list-info .item h4 b {
  font-weight: 700;
}
.single-product .section-recipe .list-info .item p {
  font-size: 16px;
  margin-bottom: 0;
}
.single-product .section-recipe .list-info .item .item-inner + .item-inner {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .single-product .section-recipe .list-info .item + .item {
    margin-top: 30px;
  }
}
.single-product .section-recipe .recipe_bg_img {
  position: relative;
  margin-top: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 16px 40px;
}
@media (max-width: 992px) {
  .single-product .section-recipe .recipe_bg_img {
    margin-top: 40px;
    padding-top: 200px;
  }
}
.single-product .section-recipe .recipe_bg_img:before {
  content: "";
  display: inline-block;
  background: linear-gradient(180deg, rgba(58, 88, 150, 0) 0%, rgba(58, 88, 150, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-product .section-recipe .recipe_bg_img .bottom_center {
  text-align: center;
  position: relative;
  z-index: 2;
}
.single-product .section-recipe .recipe_bg_img .bottom_center .recipe_title {
  color: #fff;
  font-size: 36px;
  font-family: "Roboto Serif";
  margin-bottom: 24px;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .single-product .section-recipe .recipe_bg_img .bottom_center .recipe_title {
    font-size: 32px;
  }
}
.single-product .section-recipe .recipe_bg_img .bottom_center .recipe_sub_title {
  background: #C5AA73;
  border-radius: 200px;
  color: #fff;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 3px 10px;
}
.single-product .section-recipe .recipe_bg_img .bottom_center .btn-actions a {
  background: #fff;
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  padding: 11px 20px;
  line-height: 1;
  color: #2D2D2D;
  height: 44px;
  display: inline-block;
}
.single-product .section-recipe .recipe_bg_img .bottom_center .btn-actions a:hover {
  opacity: 0.85;
}
.single-product .sigle_product_reviews .title-lead {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .single-product .sigle_product_reviews .title-lead {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.single-product .sigle_product_reviews .title-lead:before, .single-product .sigle_product_reviews .title-lead:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 48px;
  height: 43px;
}
.single-product .sigle_product_reviews .title-lead:before {
  background-image: url("../images/2023/17.svg");
}
.single-product .sigle_product_reviews .title-lead:after {
  background-image: url("../images/2023/18.svg");
}
.single-product .sigle_product_reviews .title-lead .sec_hd {
  font-size: 36px;
  color: #3A5896;
  font-family: "GrotesqueMTStd-Bold";
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 578px) {
  .single-product .sigle_product_reviews .title-lead .sec_hd {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 28px;
  }
}
.single-product .sigle_product_reviews #reviews .woocommerce-noreviews {
  text-align: center;
}
.single-product .sigle_product_reviews .owl-nav {
  display: block !important;
}
.single-product .sigle_product_reviews .owl-stage-outer {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.single-product .sigle_product_reviews .item {
  color: #3A5896;
  font-weight: 400;
  transition: all 0.4s ease;
  position: relative;
}
.single-product .sigle_product_reviews .item .wrap-inner {
  position: relative;
  z-index: 10;
  background: #E4EEF4;
  border-radius: 8px;
  transition: all 0.4s ease;
  padding: 24px;
}
.single-product .sigle_product_reviews .item:before {
  content: "";
  background: rgba(197, 170, 115, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s ease;
  z-index: 1;
}
.single-product .sigle_product_reviews .item:hover .wrap-inner {
  transform: translate(10px, -10px);
  border: 1px solid #3A5896;
}
.single-product .sigle_product_reviews .item:hover:before {
  transform: translate(-10px, 10px);
}
.single-product .sigle_product_reviews .item .top-lead {
  display: flex;
  align-items: center;
}
.single-product .sigle_product_reviews .item .top-lead .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  display: none;
}
.single-product .sigle_product_reviews .item .top-lead .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.single-product .sigle_product_reviews .item .top-lead .box-info {
  padding-left: 12px;
  flex: 1;
}
.single-product .sigle_product_reviews .item .top-lead .box-info .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time {
  display: flex;
  align-items: center;
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 17px;
  font-size: 0;
  margin-right: 10px;
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star[number-star="0"] {
  background-image: url("../images/icons/0-star.png");
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star[number-star="1"] {
  background-image: url("../images/icons/1-star.png");
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star[number-star="2"] {
  background-image: url("../images/icons/2-star.png");
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star[number-star="3"] {
  background-image: url("../images/icons/3-star.png");
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star[number-star="4"] {
  background-image: url("../images/icons/4-star.png");
}
.single-product .sigle_product_reviews .item .top-lead .box-info .star-time .star[number-star="5"] {
  background-image: url("../images/icons/5-star.png");
}
.single-product .sigle_product_reviews .item .desc {
  margin-top: 16px;
}
.single-product .sigle_product_reviews .item .desc p {
  margin-bottom: 0;
}
.single-product .sigle_product_reviews .show_more_comments,
.single-product .sigle_product_reviews .rating-comments {
  display: none;
}
.single-product .sigle_product_reviews .woocommerce-product-rating {
  display: flex;
  justify-content: center;
}
.single-product .sigle_product_reviews .woocommerce-product-rating .star-rating {
  min-width: 92px;
}
.single-product .sigle_product_reviews .woocommerce-product-rating .star-rating:before {
  content: "sssss" !important;
  color: #707070 !important;
}
.single-product .sigle_product_reviews .woocommerce-product-rating .average_rat {
  color: #000;
  font-size: 14px;
  margin-left: 12px;
}
.single-product .sigle_product_reviews .woocommerce-product-rating:before, .single-product .sigle_product_reviews .woocommerce-product-rating:after {
  display: none;
}
.single-product .sigle_product_reviews .btn-popup {
  text-align: center;
}
.single-product .sigle_product_reviews .btn-popup .paoc-popup-button {
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  height: 56px;
  padding: 17px 20px;
  line-height: 1;
}
.single-product .sigle_product_reviews .btn-popup .paoc-popup-button:hover {
  background: #3A5896;
  border-color: #3A5896;
  color: #fff;
}
.single-product .tags_single {
  margin: 100px auto 70px;
}
@media (max-width: 992px) {
  .single-product .tags_single {
    margin: 20px auto 50px;
  }
}
.single-product .tags_single .title-lead {
  margin: 0 0 30px;
  text-align: center;
}
.single-product .tags_single .title-lead:before, .single-product .tags_single .title-lead:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 61px;
  height: 34px;
}
.single-product .tags_single .title-lead:before {
  background-image: url("../images/2023/13.svg");
}
.single-product .tags_single .title-lead:after {
  background-image: url("../images/2023/14.svg");
}
.single-product .tags_single .title-lead .sec_hd {
  font-size: 36px;
  color: #3A5896;
  font-family: "GrotesqueMTStd-Bold";
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 578px) {
  .single-product .tags_single .title-lead .sec_hd {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 28px;
  }
}
.single-product .tags_single .tagged_as {
  text-align: center;
}
.single-product .tags_single .tagged_as a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border: 1px solid #9094A7;
  border-radius: 8px;
  padding: 12px;
}
.single-product .tags_single .tagged_as a + a {
  margin-left: 20px;
}
.single-product .tags_single .tagged_as a:hover {
  background: #3A5896;
  border-color: #3A5896;
  color: #fff;
}
.single-product .related-products {
  margin-left: calc(50% - 50vw);
  max-width: calc(100vw - 0px);
  width: 100vw;
  background: #3A5896;
  padding: 100px 0;
	margin-top: 60px;
}
@media (max-width: 992px) {
  .single-product .related-products {
    padding: 50px 0;
	  margin-top: 40px;
  }
}
.single-product .related-products .title-lead {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;ƒ
  position: relative;
}
@media (max-width: 992px) {
  .single-product .related-products .title-lead {
    padding: 0 16px 20px;
  }
}
.single-product .related-products .title-lead:before, .single-product .related-products .title-lead:after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
}
@media (max-width: 992px) {
  .single-product .related-products .title-lead:before, .single-product .related-products .title-lead:after {
    display: none;
  }
}
.single-product .related-products .title-lead:before {
  background-image: url("../images/2023/9.svg");
  width: 123px;
  height: 146px;
  top: -32px;
  left: -90px;
}
.single-product .related-products .title-lead:after {
  background-image: url("../images/2023/10.svg");
  width: 121px;
  height: 78px;
  position: absolute;
  bottom: 0;
  right: -100px;
}
.single-product .related-products .title-lead .et_pb_text_inner {
  width: 100%;
}
.single-product .related-products .title-lead h1, .single-product .related-products .title-lead h2 {
  padding-bottom: 0;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}
@media (max-width: 992px) {
  .single-product .related-products .title-lead h1, .single-product .related-products .title-lead h2 {
    font-size: 30px;
  }
}
.single-product .related-products .title-lead p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .single-product .related-products .title-lead p {
    max-width: 100%;
  }
}
.single-product .related-products .title-lead p:before, .single-product .related-products .title-lead p:after {
  content: "";
  background: #fff;
  height: 2px;
  display: inline-block;
  width: 115px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 992px) {
  .single-product .related-products .title-lead p:before, .single-product .related-products .title-lead p:after {
    display: none;
  }
}
.single-product .related-products .title-lead p:before {
  margin-right: 10px;
  left: -120px;
}
.single-product .related-products .title-lead p:after {
  margin-left: 10px;
  right: -120px;
}
.single-product .related-products .allproducts {
  max-width: 1100px;
  margin: auto;
}
.single-product .related-products .allproducts .product {
  padding: 0 15px 30px;
  /* .woocommerce-loop-product__title {
  	font-size: 24px;
  }

  .shop_attrbt {
  	font-size: 17px;
  	color: #9094A7;
  	font-family: 'GrotesqueMTStd-Regular' !important;
  }

  .price-sale {
  	font-size: 40px;
  	color: #000;
  }

  .price-regular {
  	font-size: 16px !important;
  	vertical-align: top !important;
  }

  .price-kg {
  	font-size: 18px !important;
  	} */
}
@media (max-width: 992px) {
  .single-product .related-products .allproducts .product {
    width: 100%;
  }
}

#modalFile,
#modal-replace {
  z-index: 1099;
}
#modalFile .modal-dialog,
#modal-replace .modal-dialog {
  padding: 20px;
}
#modalFile .modal-content,
#modal-replace .modal-content {
  border-radius: 8px;
}
#modalFile .modal-header .modal-title,
#modal-replace .modal-header .modal-title {
  line-height: 1;
  padding-bottom: 0;
}
#modalFile .modal-body,
#modal-replace .modal-body {
  overflow: hidden;
}
#modalFile .modal-body embed,
#modal-replace .modal-body embed {
  height: calc(100vh - 130px);
}

.seach-form .searchsubmit {
  transform: translateY(7px) !important;
  background-image: url(../images/icons/search-light.png) !important;
  background-size: auto !important;
}

.tax-product_tag .catalog-ordering,
.tax-product_tag .category-level,
.tax-product_tag .subcatproduc,
.tax-product_tag .breadcrumb_div {
  display: none !important;
}
.tax-product_tag #main-content {
  margin-bottom: 30px;
}
.tax-product_tag .allproducts {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.title_top_sec h1 {
  color: #3A5896;
}

.breadcrumb_div {
  text-align: center;
  margin-bottom: 12px;
}

.single-viskunde #main-content .container::before {
  display: none;
}
.single-viskunde #left-area {
  float: none;
  padding-right: 0;
  width: 100%;
}

.sinlge_Product_single {
  max-width: 1014px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #E4EEF4;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .sinlge_Product_single {
    margin: 90px auto;
  }
}
@media (max-width: 768px) {
  .sinlge_Product_single {
    margin: 40px auto;
  }
}
.sinlge_Product_single .product_img {
  width: 50%;
  border-radius: 12px 0px 0px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
@media (max-width: 768px) {
  .sinlge_Product_single .product_img {
    width: 100%;
    padding: 30px 16px;
    border-radius: 12px 12px 0 0;
  }
}
.sinlge_Product_single .product-details {
  width: 50%;
  background: #E4EEF4;
  border-radius: 0px 12px 12px 0px;
  padding: 16px;
}
@media (max-width: 768px) {
  .sinlge_Product_single .product-details {
    width: 100%;
    padding: 30px 16px;
    border-radius: 0 0 12px 12px;
  }
}
.sinlge_Product_single .product-details .product-details-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 350px;
  margin: auto;
}
.sinlge_Product_single .product-details h3.product-title {
  font-size: 28px;
  font-weight: 700;
  color: #3A5896;
  text-transform: uppercase;
  margin: 24px 0 12px;
  padding-bottom: 0;
}
.sinlge_Product_single .product-details .p_detail {
  color: #3A5896;
}
.sinlge_Product_single .product-details .lmp_button {
  height: 56px;
  padding: 16px 20px;
  margin-top: 24px;
  border-radius: 8px;
  background: #3A5896;
  color: #fff;
  text-transform: uppercase;
  border: none;
  display: inline-block;
}

.single-recipe #main-content .container::before {
  display: none;
}
.single-recipe .breadcrumb_div {
  text-align: left;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 50px;
}
.single-recipe .top_img:before, .single-recipe .top_img:after {
  display: none;
}
.single-recipe .top_header_sec_recipe .inner {
  max-width: 750px;
  margin: 0 auto 32px;
}
@media (max-width: 1400px) {
  .single-recipe .top_header_sec_recipe .recipe_title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .single-recipe .top_header_sec_recipe .recipe_title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-recipe .top_header_sec_recipe .recipe_title {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .single-recipe .top_header_sec_recipe h5.div_head {
    margin-bottom: 16px !important;
  }
}
.single-recipe .container {
  padding-top: 0 !important;
}
@media (max-width: 1200px) {
  .single-recipe .tot_bttn {
    margin-top: 16px;
    margin-right: 16px;
  }
}
.single-recipe .tot_bttn .shre_icn {
  display: none;
}
.single-recipe .tot_bttn .share_containr {
  position: relative;
}
.single-recipe .tot_bttn .shre_btn {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #2D2D2D;
  background: #fff;
  font-size: 18px;
  color: #2D2D2D;
  padding: 12px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .single-recipe .tot_bttn .shre_btn {
    height: 32px;
    padding: 6px 12px;
  }
}
.single-recipe .tot_bttn .shre_btn:hover {
  background: #3A5896;
  border-color: #3A5896;
  color: #fff;
}
.single-recipe .tot_bttn .shre_btn:hover .icon svg {
  fill: #fff;
}
.single-recipe .tot_bttn .shre_btn:hover .icon svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .single-recipe .tot_bttn .share-box {
    top: 48px;
  }
}
.single-recipe .recipe_image {
  max-width: 1164px;
  margin: 0 auto 50px;
}
@media (max-width: 1200px) {
  .single-recipe .recipe_image {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .single-recipe .recipe_image {
    height: 360px;
  }
}
.single-recipe #content-area .wrap-inner {
  max-width: 1164px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-recipe #content-area .ingrediant > h5 {
  font-size: 28px;
  color: #3A5896;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 32px;
}
.single-recipe #content-area .ingrediant > h5:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/cook_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  margin-right: 15px;
}
.single-recipe #content-area .ingrediant > h5 + .rec_txt {
  display: none;
}
.single-recipe #content-area .ingrediant .number {
  padding: 14px 16px;
  align-items: center;
  display: flex;
  box-shadow: -8px 8px 0px 0px #E4EEF4;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E4EEF4;
  margin-bottom: 32px;
  position: relative;
  font-weight: 700;
}
@media (max-width: 580px) {
  .single-recipe #content-area .ingrediant .number {
    width: 100%;
  }
}
.single-recipe #content-area .ingrediant .number .minus,
.single-recipe #content-area .ingrediant .number .plus {
  background: #E4EEF4;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 30px;
}
.single-recipe #content-area .ingrediant .number .minus {
  right: 55px;
}
.single-recipe #content-area .ingrediant ul.recipe_txt {
  margin: 0;
  padding: 0;
}
.single-recipe #content-area .ingrediant ul.recipe_txt li {
  padding-bottom: 15px;
  display: flex;
}
.single-recipe #content-area .ingrediant ul.recipe_txt li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/done.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  transform: translateY(-4px);
}
.single-recipe #content-area .ingrediant ul.recipe_txt li span {
  margin-right: 6px;
}
.single-recipe #content-area .recipe_left_sec {
  padding: 24px;
  width: 372px;
  border-radius: 16px;
  border: 1px solid #E4EEF4;
  position: sticky;
  top: 125px;
}
@media (max-width: 992px) {
  .single-recipe #content-area .recipe_left_sec {
    width: 100%;
    position: static;
    margin-bottom: 32px;
  }
}
.single-recipe #content-area .recipe_right_sec {
  flex: 1;
  max-width: 730px;
  margin-left: auto;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .single-recipe #content-area .recipe_right_sec {
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .single-recipe .recipe_tenure {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.single-recipe .recipe_tenure > h3 {
  display: none;
}
.single-recipe .recipe_tenure ul.tenure_det {
  padding: 24px 32px;
  border: 2px solid #E4EEF4;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .single-recipe .recipe_tenure ul.tenure_det {
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.single-recipe .recipe_tenure ul.tenure_det li {
  padding: 0;
  display: flex;
  align-items: center;
}
.single-recipe .recipe_tenure ul.tenure_det li img {
  margin-right: 15px;
}
.single-recipe .recipe_tenure ul.tenure_det li .prep_icn {
  width: 32px;
}
.single-recipe .recipe_tenure ul.tenure_det li .cook_icn {
  width: 24px;
}
.single-recipe .recipe_tenure ul.tenure_det li .serve_icn {
  width: 24px;
}
.single-recipe .recipe_tenure ul.tenure_det li .ten_value {
  font-size: 28px;
  font-weight: 700;
  color: #3A5896;
  display: block;
  padding-top: 10px;
  font-family: "Roboto Serif";
  line-height: 1;
}
.single-recipe .recipe_preperation .inner > h4 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.single-recipe .recipe_preperation .inner > h4:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/timer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.single-recipe .recipe_preperation ul.preperation li {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #3A5896;
  display: flex;
  align-items: center;
}
.single-recipe .recipe_preperation ul.preperation li .step_no {
  color: #E4EEF4;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 84px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .single-recipe .recipe_preperation ul.preperation li .step_no {
    font-size: 70px;
  }
}
.single-recipe .recipe_preperation ul.preperation li .step_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #3A5896;
  padding-bottom: 24px;
  position: relative;
  line-height: 1;
}
.single-recipe .recipe_preperation ul.preperation li .step_title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100px;
  border: 1px dashed #3A5896;
  height: 1px;
}
.single-recipe .recipe_preperation ul.preperation li .step_detail {
  font-size: 14px;
}
.single-recipe .recipe_preperation ul.preperation li + li {
  margin-top: 24px;
}
.single-recipe .recipe_reviews {
  display: none;
}
.single-recipe .sinlge_Product_single {
  margin: 80px auto;
}
.single-recipe .sinlge_Product_single .product_img {
  background: #FCF1D7;
}
@media (max-width: 992px) {
  .single-recipe #section-testimonial {
    padding-top: 30px;
  }
}
.single-recipe #section-testimonial .title-lead .box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-recipe #section-testimonial .title-lead .box-inner:before, .single-recipe #section-testimonial .title-lead .box-inner:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 200px;
  background: #3A5896;
}
@media (max-width: 992px) {
  .single-recipe #section-testimonial .title-lead .box-inner:before, .single-recipe #section-testimonial .title-lead .box-inner:after {
    display: none;
  }
}
.single-recipe #section-testimonial .title-lead .box-inner:before {
  margin-right: 32px;
}
.single-recipe #section-testimonial .title-lead .box-inner:after {
  margin-left: 32px;
}

.related_recipe_section {
  margin-bottom: 80px;
}
.related_recipe_section .title-lead h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #3A5896;
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .related_recipe_section .title-lead h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .related_recipe_section .title-lead h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .related_recipe_section .title-lead h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}
.related_recipe_section .title-lead h2:before, .related_recipe_section .title-lead h2:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 200px;
  background: #3A5896;
}
@media (max-width: 768px) {
  .related_recipe_section .title-lead h2:before, .related_recipe_section .title-lead h2:after {
    display: none;
  }
}
.related_recipe_section .title-lead h2:before {
  margin-right: 32px;
}
.related_recipe_section .title-lead h2:after {
  margin-left: 32px;
}
.related_recipe_section .loadmore {
  text-align: center;
  margin-top: 20px;
}
.related_recipe_section .loadmore a {
  background: #fff;
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  height: 56px;
  padding: 16px 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #2D2D2D;
  font-weight: 600;
}

ul.hoe-doe-ik-dat-list {
  padding: 0;
  margin: 40px -12px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  ul.hoe-doe-ik-dat-list {
    margin-top: 20px;
  }
}
ul.hoe-doe-ik-dat-list li {
  width: 25%;
  padding: 0 12px 32px;
  list-style: none;
}
@media (max-width: 1200px) {
  ul.hoe-doe-ik-dat-list li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  ul.hoe-doe-ik-dat-list li {
    width: 100%;
  }
}
ul.hoe-doe-ik-dat-list li .inner {
  border-radius: 16px;
  border: 1px solid #3A5896;
  height: 100%;
}
ul.hoe-doe-ik-dat-list li .featured-image {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
ul.hoe-doe-ik-dat-list li .featured-image:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/icon-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 96px;
  position: absolute;
  top: 0;
  right: 25px;
}
@media (max-width: 578px) {
  ul.hoe-doe-ik-dat-list li .featured-image:before {
    width: 100px;
    height: 70px;
    right: 24px;
  }
}
ul.hoe-doe-ik-dat-list li .featured-image img {
  display: inline-block;
  width: auto;
}
ul.hoe-doe-ik-dat-list li .featured-image.type-2:before {
  background-image: url("../images/icons/icon-2.svg");
  height: 145px;
  width: 96px;
  right: 50px;
}
@media (max-width: 578px) {
  ul.hoe-doe-ik-dat-list li .featured-image.type-2:before {
    height: 110px;
    width: 75px;
    right: 24px;
  }
}
ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details {
  padding: 0 16px 16px;
}
ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details .title {
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  text-transform: uppercase;
  color: #3A5896;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 0;
  min-height: 75px;
}
@media (max-width: 578px) {
  ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details .title {
    min-height: auto;
  }
}
ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details .title:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  border: 1px dashed #3A5896;
  position: absolute;
  bottom: 16px;
  left: 0;
}
ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details p {
  color: #9094A7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details .read_more {
  font-weight: 400;
  font-size: 15px;
  color: #3A5896;
  transition: all 0.3s ease;
}
ul.hoe-doe-ik-dat-list li .hoe-doe-ik-dat-details .read_more:hover {
  border: 2px solid rgba(197, 170, 115, 0.7);
  padding: 2px 4px;
}

.page-hoe-doe .et_pb_section {
  padding-top: 0 !important;
}
.page-hoe-doe div.et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.page-hoe-doe .breadcrumb_div {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.page-hoe-doe .title_top_sec h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 16px 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .page-hoe-doe .title_top_sec h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .page-hoe-doe .title_top_sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .page-hoe-doe .title_top_sec h2 {
    font-size: 25px;
  }
}
.page-hoe-doe .title_top_sec p {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 992px) {
  .page-hoe-doe .title_top_sec .et_pb_text_inner img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .page-hoe-doe .title_top_sec .et_pb_text_inner img {
    width: 80px;
  }
}

.single-hoe-doe-ik-dat #main-content .container::before {
  display: none;
}
.single-hoe-doe-ik-dat .container {
  padding-top: 0 !important;
}
.single-hoe-doe-ik-dat .breadcrumb_div {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.single-hoe-doe-ik-dat .et_pb_post {
  margin-bottom: 0;
}
.single-hoe-doe-ik-dat .top_img {
  padding-top: 80px;
}
@media (max-width: 578px) {
  .single-hoe-doe-ik-dat .top_img {
    padding-top: 60px;
    padding-right: 60px;
  }
}
.single-hoe-doe-ik-dat .top_img .inner {
  position: relative;
  display: inline-block;
}
.single-hoe-doe-ik-dat .top_img .inner:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/icon-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 104px;
  height: 128px;
  position: absolute;
  top: -100px;
  right: -80px;
}
@media (max-width: 578px) {
  .single-hoe-doe-ik-dat .top_img .inner:before {
    width: 70px;
    height: 90px;
    top: -60px;
    right: -50px;
  }
}
.single-hoe-doe-ik-dat .et_post_meta_wrapper {
  text-align: center;
}
.single-hoe-doe-ik-dat .et_post_meta_wrapper .entry-title {
  font-size: 36px;
  padding-bottom: 0;
  max-width: 1000px;
  margin: 16px auto;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .single-hoe-doe-ik-dat .et_post_meta_wrapper .entry-title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .single-hoe-doe-ik-dat .et_post_meta_wrapper .entry-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .et_post_meta_wrapper .entry-title {
    font-size: 25px;
  }
}
.single-hoe-doe-ik-dat .entry-content {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  line-height: 1.42;
}
.single-hoe-doe-ik-dat .entry-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-hoe-doe-ik-dat #content-area .box-content {
  max-width: 1164px;
  margin: auto;
}
.single-hoe-doe-ik-dat #content-area .box-content .sinlge_Product_single {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat #content-area .box-content .sinlge_Product_single {
    margin-top: 50px;
  }
}
.single-hoe-doe-ik-dat #content-area .box-content .list-social ul {
  padding: 0;
  margin: 0 0 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat #content-area .box-content .list-social ul {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.single-hoe-doe-ik-dat #content-area .box-content .list-social ul li {
  list-style: none;
  width: 40px;
}
.single-hoe-doe-ik-dat #content-area .box-content .list-social ul li a {
  transition: all 0.3s;
  display: inline-block;
}
.single-hoe-doe-ik-dat #content-area .box-content .list-social ul li a:hover {
  transform: translateY(-4px);
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single {
  width: 372px;
  position: sticky;
  top: 125px;
}
@media (max-width: 1400px) {
  .single-hoe-doe-ik-dat #content-area .box-content .pd-single {
    width: 320px;
  }
}
@media (max-width: 1000px) {
  .single-hoe-doe-ik-dat #content-area .box-content .pd-single {
    width: 100%;
    margin-bottom: 32px;
    order: -1;
    position: static;
  }
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product {
  background: #E4EEF4;
  padding: 24px 16px;
  border-radius: 16px;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .top-info {
  margin-bottom: 24px;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .top-info .top-head {
  display: none;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .top-info .product-images {
  text-align: center;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .top-info .product-images img {
  height: 150px;
  width: auto;
  object-fit: cover;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details {
  text-align: center;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .product-title {
  margin-bottom: 8px;
  padding-bottom: 0;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .product-title a {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .product-title a {
    font-size: 24px;
  }
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .product-title a:hover {
  color: #3A5896;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .tinv-wishlist {
  display: none;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .shop_attrbt {
  font-size: 14px;
  color: #9094A7;
  margin-bottom: 24px;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating {
  font-family: "GrotesqueMTStd-Regular";
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating .price {
  font-weight: 700;
  font-size: 36px;
  font-family: "GrotesqueMTStd-Bold";
  margin-bottom: 4px;
  line-height: 1;
  color: #3A5896;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating .price .decimal {
  top: 0;
  left: 0;
  font-size: inherit;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating .price .sym {
  display: none;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating .price .sym1 {
  margin-left: 6px !important;
  font-size: 60%;
  vertical-align: super;
  line-height: 1;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating .price .price-regular {
  font-size: 14px;
  vertical-align: super;
  text-decoration: line-through;
  color: #2D2D2D;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .fusion-price-rating .price-kg {
  font-size: 16px;
  color: #9094A7;
  padding-top: 8px;
  display: block;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .btn-actions {
  margin-top: 24px;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .btn-actions .add_to_cart_button {
  display: none;
}
.single-hoe-doe-ik-dat #content-area .box-content .pd-single .box-product .product-details .btn-actions .btn-detail {
  height: 56px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #3A5896;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}
.single-hoe-doe-ik-dat .how_to_steps {
  padding-left: 0;
}
.single-hoe-doe-ik-dat .how_to_steps li {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
.single-hoe-doe-ik-dat .how_to_steps li .step_image {
  width: 413px;
}
@media (max-width: 1400px) {
  .single-hoe-doe-ik-dat .how_to_steps li .step_image {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .how_to_steps li .step_image {
    width: 100%;
  }
}
.single-hoe-doe-ik-dat .how_to_steps li .step_image img {
  border-radius: 16px 0 0 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .how_to_steps li .step_image img {
    border-radius: 16px 16px 0 0;
  }
}
.single-hoe-doe-ik-dat .how_to_steps li .step_desc {
  flex: 1;
  padding: 40px;
  border: 2px solid #E4EEF4;
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1400px) {
  .single-hoe-doe-ik-dat .how_to_steps li .step_desc {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .how_to_steps li .step_desc {
    border-radius: 0 0 16px 16px;
  }
}
.single-hoe-doe-ik-dat .how_to_steps li .step_desc .step_no {
  font-size: 84px;
  font-family: "GrotesqueMTStd-Bold";
  color: #E4EEF4;
  display: block;
  line-height: 1;
}
.single-hoe-doe-ik-dat .how_to_steps li .step_desc .step_title {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  color: #3A5896;
  padding: 24px 0 48px;
  display: block;
}
.single-hoe-doe-ik-dat .how_to_steps li .step_desc .step_title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 120px;
  border: 1px dashed #3A5896;
  height: 1px;
}
.single-hoe-doe-ik-dat .how_to_steps li .step_desc .step_detail {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.single-hoe-doe-ik-dat .ml-subscribe-form {
  margin-bottom: 32px !important;
}
.single-hoe-doe-ik-dat .mailerlite-form {
  margin-bottom: 32px;
  background: #3A5896;
  padding: 40px;
  text-align: center;
  text-align: center;
  margin-left: calc(50% - 50vw);
  max-width: calc(100vw - 9px);
  width: 100vw;
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .mailerlite-form {
    padding: 32px 20px;
  }
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-title h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-title h3 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-title h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-title h3 {
    font-size: 25px;
  }
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-description p {
  margin-bottom: 24px;
  color: #fff;
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  margin: auto;
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field {
  flex: 1;
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field label {
  display: none;
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field input {
  box-shadow: -8px 6px 0px 0px #E4EEF4;
  border-radius: 8px;
  height: 44px;
  background: #fff;
  border: 1.5px solid #2D2D2D;
  padding: 14px;
  text-align: left;
  width: 100%;
  font-size: 16px;
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-form-field input::placeholder {
  color: #9094A7;
  text-transform: uppercase;
  font-size: 14px;
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
  width: 200px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
    width: auto;
  }
}
.single-hoe-doe-ik-dat .mailerlite-form .mailerlite-form-inputs .mailerlite-subscribe-button-container input {
  height: 44px;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #2D2D2D;
  background: #fff;
  color: #2d2d2d !important;
  width: 100%;
  line-height: 20px;
}
.single-hoe-doe-ik-dat .related_how_to_section h2.title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #3A5896;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 16px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .single-hoe-doe-ik-dat .related_how_to_section h2.title {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .single-hoe-doe-ik-dat .related_how_to_section h2.title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-hoe-doe-ik-dat .related_how_to_section h2.title {
    font-size: 25px;
  }
}
.single-hoe-doe-ik-dat .related_how_to_section p.sub-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.page-viskunde .et_pb_section {
  padding-top: 0 !important;
}
.page-viskunde div.et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.page-viskunde .breadcrumb_div {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.page-viskunde .title_top_sec h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 16px 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .page-viskunde .title_top_sec h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .page-viskunde .title_top_sec h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .page-viskunde .title_top_sec h2 {
    font-size: 25px;
  }
}
.page-viskunde .title_top_sec .et_pb_text_inner {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .page-viskunde .title_top_sec .et_pb_text_inner img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .page-viskunde .title_top_sec .et_pb_text_inner img {
    width: 80px;
  }
}
.page-viskunde .title_top_sec .et_pb_text_inner p {
  font-size: 18px;
  marginb-bottom: 0;
}
.page-viskunde .viskunde-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
@media (max-width: 992px) {
  .page-viskunde .viskunde-list {
    margin-top: 24px;
  }
}
.page-viskunde .viskunde-list li {
  padding: 0 12px 32px;
  list-style: none;
  width: 33.33%;
}
@media (max-width: 992px) {
  .page-viskunde .viskunde-list li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-viskunde .viskunde-list li {
    width: 100%;
    padding: 0 0 32px;
  }
}
.page-viskunde .viskunde-list li .inner {
  border-radius: 16px;
  border: 1px solid #3A5896;
  height: 100%;
}
.page-viskunde .viskunde-list li .inner .images img {
  border-radius: 16px 16px 0 0;
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.page-viskunde .viskunde-list li .inner .hoe-doe-ik-dat-details {
  padding: 32px 16px 16px;
}
.page-viskunde .viskunde-list li .inner .hoe-doe-ik-dat-details .title {
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  text-transform: uppercase;
  color: #3A5896;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 0;
}
.page-viskunde .viskunde-list li .inner .hoe-doe-ik-dat-details .title:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  border: 1px dashed #3A5896;
  position: absolute;
  bottom: 16px;
  left: 0;
}
.page-viskunde .viskunde-list li .inner .hoe-doe-ik-dat-details p {
  color: #9094A7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-viskunde .viskunde-list li .inner .hoe-doe-ik-dat-details .read_more {
  font-weight: 400;
  font-size: 15px;
  color: #3A5896;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}
.page-viskunde .viskunde-list li .inner .hoe-doe-ik-dat-details .read_more:hover {
  border: 2px solid rgba(197, 170, 115, 0.7);
  padding: 2px 6px;
}

.single-viskunde .container {
  padding-top: 0 !important;
}
.single-viskunde .breadcrumb_div {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.single-viskunde .et_pb_post {
  margin-bottom: 0;
}
.single-viskunde .viskunde_recipe {
  max-width: 800px;
  margin: auto;
}
.single-viskunde .viskunde_recipe .et_post_meta_wrapper {
  text-align: center;
}
.single-viskunde .viskunde_recipe .et_post_meta_wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 16px auto 32px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .single-viskunde .viskunde_recipe .et_post_meta_wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .single-viskunde .viskunde_recipe .et_post_meta_wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-viskunde .viskunde_recipe .et_post_meta_wrapper h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .single-viskunde .viskunde_recipe .top_img img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .single-viskunde .viskunde_recipe .top_img img {
    width: 80px;
  }
}
.single-viskunde .viskunde_recipe .entry-content {
  text-align: center;
  padding-top: 0;
}
.single-viskunde .viskunde_width {
  max-width: 100%;
}
@media (max-width: 992px) {
  .single-viskunde .viskunde_width {
    margin-bottom: 40px;
  }
}
.single-viskunde .how_to_right_sec {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .single-viskunde .how_to_right_sec {
    margin-top: 40px;
  }
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .description {
  text-align: center;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .description > h2, .single-viskunde .how_to_right_sec .viskunde_description_rept .description > h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .single-viskunde .how_to_right_sec .viskunde_description_rept .description > h2, .single-viskunde .how_to_right_sec .viskunde_description_rept .description > h3 {
    font-size: 24px;
  }
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .description ul {
  padding: 0;
  margin: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .description ul li {
  list-style: none;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .viskunde_width.has-bg {
  border-radius: 16px;
  background: #E4EEF4;
  padding: 32px;
}
@media (max-width: 992px) {
  .single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch {
    margin-bottom: 40px;
  }
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch .stop_watch_inner > h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch .stop_watch_inner > h3:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch .stop_watch_inner ul {
  padding: 0 !important;
  margin: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch .stop_watch_inner ul li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 1.25;
  list-style: none;
  padding-left: 32px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch .stop_watch_inner ul li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/spin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .stop_watch .stop_watch_inner ul li + li {
  margin-top: 28px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered > h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered > h3:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered ul {
  padding: 0 !important;
  margin: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered ul li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 32px;
  position: relative;
  list-style: none;
  line-height: 1.25;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered ul li + li {
  margin-top: 28px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered ul li > span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #88AACB;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered ul li > h4 {
  display: none;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .bered ul li p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-exper_tip {
  border-radius: 16px;
  padding: 24px 24px 24px 94px;
  background: #3A5896;
  position: relative;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-exper_tip:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/idea.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53px;
  height: 51px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-exper_tip h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-exper_tip .cnt-expert_tips {
  color: #fff;
  font-size: 14px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-exper_tip .cnt-expert_tips p {
  margin-bottom: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-wanner {
  margin: 60px 0 0;
  text-align: center;
}
@media (max-width: 992px) {
  .single-viskunde .how_to_right_sec .viskunde_description_rept .area-wanner {
    margin-top: 40px;
  }
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-wanner h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-wanner h3:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/fork.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-wanner .cnt-wanneer p {
  margin-bottom: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-other_description {
  max-width: 450px;
  padding: 32px 0;
  border-top: 1px solid #3A5896;
  border-bottom: 1px solid #3A5896;
  margin: 60px auto 0;
  text-align: center;
}
@media (max-width: 992px) {
  .single-viskunde .how_to_right_sec .viskunde_description_rept .area-other_description {
    margin-top: 32px;
    padding: 20px 0;
  }
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-other_description h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept .area-other_description .cnt-other_description p {
  margin-bottom: 0;
}
.single-viskunde .how_to_right_sec .viskunde_description_rept + .viskunde_description_rept {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .single-viskunde .how_to_right_sec .viskunde_description_rept + .viskunde_description_rept {
    margin-top: 40px;
  }
}
.single-viskunde .related_how_to_section h2.title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #3A5896;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.single-viskunde .related_how_to_section p.sub-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single-viskunde .related_how_to_section ul.hoe-doe-ik-dat-list {
  margin-top: 0;
}
.single-viskunde .related_how_to_section ul.hoe-doe-ik-dat-list li {
  width: 33.33%;
}

.faq_page .et_pb_toggle {
  border: none !important;
  border-top: 1px solid #D3D3D3 !important;
}
.faq_page .et_pb_toggle .et_pb_toggle_title {
  font-weight: 500 !important;
  padding-left: 0 !important;
}
.faq_page .et_pb_toggle .et_pb_toggle_title:before {
  right: 0 !important;
  left: auto !important;
}
.faq_page .et_pb_toggle_content h2 {
  font-size: 20px;
}

#customer_login {
  max-width: 1000px;
  margin: 100px auto 30px;
  float: none;
}
@media (max-width 992px) {
  #customer_login {
    margin-top: 50px;
  }
}
#customer_login .u-column1 > h2,
#customer_login .u-column2 > h2 {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 28px;
}
#customer_login .woocommerce-form {
  margin-top: 30px;
}
#customer_login .woocommerce-form input.woocommerce-Input {
  border: 1.5px solid #2D2D2D;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px !important;
  background: #fff;
  padding: 14px 16px;
  height: 44px;
  text-align: left;
}
#customer_login .woocommerce-form input.woocommerce-Input::placeholder {
  font-size: 14px !important;
  color: #2D2D2D !important;
}
#customer_login .woocommerce-form .woocommerce-form-login__rememberme {
  font-size: 14px !important;
}
#customer_login .woocommerce-form .woocommerce-form-login__rememberme input#rememberme {
  width: 18px;
  height: 18px;
  border-radius: 0 !important;
  border: 1.5px solid #3A5896;
  margin-right: 5px;
  background-image: none;
}
#customer_login .woocommerce-form .woocommerce-form-login__rememberme input#rememberme:checked::before {
  background-image: url("../images/icons/check.svg") !important;
  width: 18px;
  height: 18px;
  background-size: 18px;
}
#customer_login .woocommerce-form .woocommerce-form-login__submit {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600;
  border: 1px solid #3A5896 !important;
  padding: 11px 20px !important;
  font-family: "Roboto Condensed", sans-serif;
  background: #3A5896 !important;
  border-radius: 8px !important;
}
#customer_login .form-row .woocommerce-Button {
  padding: 12px 20px !important;
  height: 54px;
}
#customer_login .form-row .woocommerce-Button:after {
  display: none !important;
}

.page-nofull .entry-content div.et_pb_section div.et_pb_row {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px !important;
}

.modal-fade {
  display: none !important;
}

.mega-menu-primary-menu-mobile-open {
  overflow: hidden;
}

.woocommerce-checkout .mctb-search-block,
.woocommerce-checkout .section-lead,
.woocommerce-checkout .area-footer-bottom {
  display: none !important;
}
.woocommerce-checkout .woocommerce {
  max-width: 1120px;
  margin: auto;
}
.woocommerce-checkout .top-right {
  height: 40px;
}
.woocommerce-checkout .top-right #et-secondary-menu {
  display: none !important;
}
.woocommerce-checkout #header-main {
  padding-top: 12px;
  padding-bottom: 12px;
}
.woocommerce-checkout #header-main #top-navigation {
  display: none !important;
}
.woocommerce-checkout .other_stufff {
  display: none;
}
.woocommerce-checkout .checkout-container {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .woocommerce-checkout .checkout-container {
    padding-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .woocommerce-checkout .textwidget h1 {
    font-size: 24px;
  }
}
.woocommerce-checkout #main-content {
  max-width: 1592px;
  margin: 0 auto;
}
.woocommerce-checkout .steps_top_area {
  margin-bottom: 40px;
}
.woocommerce-checkout ul.checkout_steps {
  border-bottom: 2px solid #E4EEF4;
  padding: 0 0 18px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  position: relative;
}
.woocommerce-checkout ul.checkout_steps:before {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 20px;
  width: 2px;
  background: #E4EEF4;
}
@media (max-width: 600px) {
  .woocommerce-checkout ul.checkout_steps:before {
    display: block;
  }
}
.woocommerce-checkout ul.checkout_steps li {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .woocommerce-checkout ul.checkout_steps li {
    width: 100%;
  }
  .woocommerce-checkout ul.checkout_steps li.icon {
    display: none;
  }
  .woocommerce-checkout ul.checkout_steps li + li {
    margin-top: 20px;
  }
  .woocommerce-checkout ul.checkout_steps li a {
    font-size: 16px !important;
  }
}
.woocommerce-checkout ul.checkout_steps li.icon:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/ic-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  right: -55%;
}
.woocommerce-checkout ul.checkout_steps li a {
  font-size: 14px;
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
  color: #9094A7;
  display: flex;
  align-items: center;
}
.woocommerce-checkout ul.checkout_steps li a:before {
  background-color: #9094A7;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  content: "";
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 16px;
  text-align: center;
}
.woocommerce-checkout ul.checkout_steps li.step-2 a:before {
  content: "2";
}
.woocommerce-checkout ul.checkout_steps li.step-3:after {
  right: -70%;
}
.woocommerce-checkout ul.checkout_steps li.step-3 a:before {
  content: "3";
}
.woocommerce-checkout ul.checkout_steps li.step-4 a:before {
  content: "4";
}
.woocommerce-checkout ul.checkout_steps li.step-4 + .icon {
  display: none;
}
.woocommerce-checkout ul.checkout_steps li.active a:before {
  content: "";
  background-image: url(https://www.vislokaal.com/wp-content/uploads/2019/11/check-image.png);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3CB371;
}
.woocommerce-checkout ul.checkout_steps li.current a {
  font-weight: 600;
  color: #3A5896;
}
.woocommerce-checkout ul.checkout_steps li.current a:before {
  background: #3A5896;
}
.woocommerce-checkout .checkout-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .checkout-left {
  flex: 1;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .woocommerce-checkout .checkout-left {
    padding-right: 0;
  }
}
.woocommerce-checkout .checkout-left h2.vis_shipping_title {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .woocommerce-checkout .checkout-left h2.vis_shipping_title {
    font-size: 24px;
  }
}
.woocommerce-checkout .checkout-left .vis_shipping_sub_title {
  margin-bottom: 18px;
}
.woocommerce-checkout .checkout-left .box-content {
  max-width: 966px;
  position: relative;
}
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields,
.woocommerce-checkout .checkout-left .orddd-checkout-fields {
  position: absolute;
  display: none;
  margin: 0;
}
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields input#e_deliverydate,
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields input.input-text,
.woocommerce-checkout .checkout-left .orddd-checkout-fields input#e_deliverydate,
.woocommerce-checkout .checkout-left .orddd-checkout-fields input.input-text {
  border: 1.5px solid #2D2D2D;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px;
  height: 52px;
  max-width: 250px;
  color: #9094A7;
  font-size: 14px;
  text-align: left;
  padding: 12px !important;
  position: relative;
  z-index: 2;
}
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields .woocommerce-input-wrapper,
.woocommerce-checkout .checkout-left .orddd-checkout-fields .woocommerce-input-wrapper {
  position: relative;
  width: auto;
}
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields .woocommerce-input-wrapper:after,
.woocommerce-checkout .checkout-left .orddd-checkout-fields .woocommerce-input-wrapper:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/ic-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 13px;
  z-index: 10;
}
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields .orddd_lite_field_note,
.woocommerce-checkout .checkout-left #orddd-lite-checkout-fields .orddd_field_note,
.woocommerce-checkout .checkout-left .orddd-checkout-fields .orddd_lite_field_note,
.woocommerce-checkout .checkout-left .orddd-checkout-fields .orddd_field_note {
  display: block;
  font-size: 16px;
  transform: translateY(5px);
  float: left;
  width: 100%;
}
.woocommerce-checkout .checkout-left.click-1 .shop-info {
  display: none !important;
}
.woocommerce-checkout .checkout-left.click-1 #shipping_method li:nth-child(1) {
  padding-bottom: 130px;
}
.woocommerce-checkout .checkout-left.click-1 #orddd-lite-checkout-fields,
.woocommerce-checkout .checkout-left.click-1 .orddd-checkout-fields {
  display: block;
  top: 70px;
}
.woocommerce-checkout .checkout-left.click-2 #shipping_method li:nth-child(2) {
  padding-bottom: 130px;
}
.woocommerce-checkout .checkout-left.click-2 #orddd-lite-checkout-fields,
.woocommerce-checkout .checkout-left.click-2 .orddd-checkout-fields {
  display: block;
  top: 170px;
}
@media (max-width: 1400px) {
  .woocommerce-checkout .checkout-left.click-2 #orddd-lite-checkout-fields,
  .woocommerce-checkout .checkout-left.click-2 .orddd-checkout-fields {
    top: 130px;
  }
}
.woocommerce-checkout .checkout-left.click-3 .shop-info {
  display: block !important;
  top: 250px;
  position: absolute;
}
@media (max-width: 1400px) {
  .woocommerce-checkout .checkout-left.click-3 .shop-info {
    top: 190px;
  }
}
.woocommerce-checkout .checkout-left.click-3 #shipping_method li:nth-child(3) {
  padding-bottom: 300px;
}
.woocommerce-checkout .checkout-left.click-3 #orddd-lite-checkout-fields,
.woocommerce-checkout .checkout-left.click-3 .orddd-checkout-fields {
  display: block;
  top: 425px;
}
@media (max-width: 1400px) {
  .woocommerce-checkout .checkout-left.click-3 #orddd-lite-checkout-fields,
  .woocommerce-checkout .checkout-left.click-3 .orddd-checkout-fields {
    top: 365px;
  }
}
.woocommerce-checkout .checkout-left.click-4 #shipping_method li:nth-child(4) {
  padding-bottom: 150px;
}
.woocommerce-checkout .checkout-left.click-4 #orddd-lite-checkout-fields,
.woocommerce-checkout .checkout-left.click-4 .orddd-checkout-fields {
  display: block;
  top: 350px;
}
@media (max-width: 1400px) {
  .woocommerce-checkout .checkout-left.click-4 #orddd-lite-checkout-fields,
  .woocommerce-checkout .checkout-left.click-4 .orddd-checkout-fields {
    top: 270px;
  }
}
.woocommerce-checkout .checkout-right {
  width: 360px;
}
@media (max-width: 992px) {
  .woocommerce-checkout .checkout-right {
    width: 100%;
    margin-top: 30px;
  }
}
.woocommerce-checkout .checkout-right .cart-items-list {
  margin-bottom: 0;
}
.woocommerce-checkout .vis_shipping_options ul {
  width: 100%;
}
.woocommerce-checkout .vis_shipping_options .box-content {
  position: relative;
}
.woocommerce-checkout .btn.next_step {
  background: #3A5896;
  border-radius: 8px;
  color: #fff !important;
  border: none;
  padding: 17px 35px !important;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  height: 56px;
  line-height: 1.4 !important;
}
.woocommerce-checkout .btn.next_step:hover {
  background: #3A5896;
  opacity: 0.85;
}
.woocommerce-checkout .discription_shipping {
  display: none;
}
.woocommerce-checkout .select_date_calendar {
  display: none;
}
.woocommerce-checkout #shipping_method {
  position: relative;
}
.woocommerce-checkout #shipping_method li {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .woocommerce-checkout #shipping_method li {
    padding: 20px 0;
  }
}
.woocommerce-checkout #shipping_method li:last-child {
  border-bottom: none;
}
.woocommerce-checkout #shipping_method li .txt-price {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-checkout #shipping_method li .shop-info {
  margin-top: 15px;
  display: none;
}
.woocommerce-checkout #shipping_method li .shop-info .box-inner {
  border: 1px solid #E4EEF4;
  border-radius: 8px;
  padding: 16px;
  width: auto;
  display: inline-block;
}
.woocommerce-checkout #shipping_method li .shop-info .name h6 {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce-checkout #shipping_method li .shipping_methods {
    font-size: 16px;
  }
}
.woocommerce-checkout #shipping_method li.open .shop-info,
.woocommerce-checkout #shipping_method li.open #orddd-lite-checkout-fields {
  display: block;
}
.woocommerce-checkout #shipping_method:checked ~ .discription_shipping {
  display: block;
}
.woocommerce-checkout #shipping_method:checked ~ .discription_shipping .select_date_calendar {
  display: block;
}
.woocommerce-checkout #shipping_method:checked ~ .select_date_calendar {
  display: block;
}
.woocommerce-checkout .cart-items-list {
  margin-bottom: 60px;
}
.woocommerce-checkout .other_stuff {
  margin-bottom: 0;
}
.woocommerce-checkout .vis-cart-total > span {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 0;
  justify-content: space-between;
}
.woocommerce-checkout .vis-cart-total > span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #9094A7;
  opacity: 0.4;
  height: 1px;
}
.woocommerce-checkout .vis-cart-total > span > label, .woocommerce-checkout .vis-cart-total > span strong {
  font-weight: 400;
}
.woocommerce-checkout .vis-cart-total > span > span {
  font-weight: 600;
}
.woocommerce-checkout .vis-cart-total > span > span .decimal {
  font-size: 100%;
  top: 0;
  left: 0;
}
.woocommerce-checkout .vis-cart-title {
  margin-bottom: 16px;
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .woocommerce-checkout .vis-cart-title {
    font-size: 24px;
  }
}
.woocommerce-checkout .vis-cart-link {
  padding: 0px 15px;
  width: 100%;
  clear: both;
  padding-top: 7px;
}
.woocommerce-checkout .vis-cart-items {
  border-bottom: 1px solid #E4EEF4;
  padding-bottom: 30px;
}
.woocommerce-checkout .vis-cart-items .invoice_delivery_info {
  display: none;
}
.woocommerce-checkout .vis-cart-items .cart_item_total {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 32px 0 16px;
}
.woocommerce-checkout .vis-cart-items .cart_item_total:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #9094A7;
  opacity: 0.4;
  height: 1px;
}
.woocommerce-checkout .vis-cart-items .cart_item_total > label {
  font-weight: 600;
}
.woocommerce-checkout .vis-cart-items .vis-cart-item {
  padding-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .vis_item_link {
  display: block;
}
.woocommerce-checkout .vis-cart-item .remove {
  display: none;
}
.woocommerce-checkout .vis-cart-item .vis_item_link img {
  height: 80px;
  width: auto;
}
.woocommerce-checkout .vis-cart-item .menu-cart-item-details {
  padding-left: 12px;
}
.woocommerce-checkout .vis-cart-item .menu-cart-item-details > a {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #2D2D2D;
}
.woocommerce-checkout .vis-cart-item .menu-cart-item-details .shop_attrbt {
  font-size: 14px;
}
.woocommerce-checkout .vis-cart-item .menu-cart-item-details .menu-cart-item-quantity {
  display: none;
}
.woocommerce-checkout .add_more_items {
  margin-top: 16px;
}
.woocommerce-checkout .add_more_items .see_more_check,
.woocommerce-checkout .add_more_items .see_less_check {
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 18px;
  color: #2D2D2D;
  padding: 4px 20px;
  display: inline-block;
}
.woocommerce-checkout .add_more_items .see_more_check b,
.woocommerce-checkout .add_more_items .see_less_check b {
  display: none;
}
.woocommerce-checkout .float-right {
  float: right;
}
.woocommerce-checkout .float-left {
  float: left;
}
.woocommerce-checkout .arrow {
  display: block;
  position: relative;
  clear: both;
}
.woocommerce-checkout .arrow.right-arrow {
  position: relative;
  padding-top: 30px;
  color: #2d2d2d;
}
.woocommerce-checkout .arrow.right-arrow:after {
  content: "";
  border: solid #2d2d2d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 3px;
  position: absolute;
  right: 0px;
  top: 38px;
  padding: 4px;
}
.woocommerce-checkout .arrow.left-arrow {
  padding-left: 20px;
}
.woocommerce-checkout .arrow.left-arrow:before {
  content: "";
  border: solid #2d2d2d;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  padding: 3px;
  margin-right: 10px;
}
.woocommerce-checkout .other_stufff ul {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .other_stufff ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .other_stufff ul li .icon {
  margin-right: 12px;
}
.woocommerce-checkout .other_stufff ul li p {
  margin-bottom: 0;
}
.woocommerce-checkout .other_stufff .list-item + h1 {
  margin-top: 60px;
}
.woocommerce-checkout .other_stufff .list-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0 60px;
}
.woocommerce-checkout .other_stufff #box-2 > p {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.woocommerce-checkout .other_stufff #box-2 ul li {
  margin-bottom: 16px;
}
.woocommerce-checkout .other_stufff #box-2 ul li a {
  font-weight: 600;
  font-size: 18px;
  margin-left: 4px;
}
.woocommerce-checkout .vis_shipping_footer {
  float: left;
  width: 100%;
}
.woocommerce-checkout #shipping_method + .vis_shipping_footer {
  padding-top: 40px;
  border-top: 1px solid #E4EEF4;
}
.woocommerce-checkout .backToCart {
  padding: 14px;
}
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1200px) {
  .woocommerce-checkout .woocommerce-billing-fields > h3 {
    font-size: 24px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields > h3 .icon:before {
  content: "";
  background-image: url("../images/icons/double-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 16px;
  width: 13px;
  height: 12px;
  margin-bottom: 4px;
}
.woocommerce-checkout .woocommerce-billing-fields .input-text {
  border: 1.5px solid #2D2D2D !important;
  box-shadow: -8px 6px 0px #E4EEF4;
  background: #fff !important;
  color: #2d2d2d !important;
}
.woocommerce-checkout .woocommerce-billing-fields .input-text::placeholder {
  color: #9094A7 !important;
}
.woocommerce-checkout .woocommerce-billing-fields .w-50 {
  width: 50% !important;
}
@media (max-width: 600px) {
  .woocommerce-checkout .woocommerce-billing-fields .w-50 {
    width: 100% !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields .w-30 {
  width: 33.33% !important;
}
@media (max-width: 600px) {
  .woocommerce-checkout .woocommerce-billing-fields .w-30 {
    width: 100% !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin: 32px -12px 0;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0 12px;
  float: none;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_schrijf_field > label,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_mmmmm_field > label {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_schrijf_field > label input[type=checkbox]:checked::before,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_mmmmm_field > label input[type=checkbox]:checked::before {
  background-image: url("../images/icons/check.svg");
  width: 18px;
  height: 18px;
  background-size: 18px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_schrijf_field > label .required,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_mmmmm_field > label .required {
  font-size: 20px;
  margin-left: 5px;
  line-height: 1;
}
.woocommerce-checkout .woocommerce-billing-fields #orddd-lite-checkout-fields {
  max-width: 548px;
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields #orddd-lite-checkout-fields #e_deliverydate_field {
  width: 100%;
}
.woocommerce-checkout .payment_title_custom {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1200px) {
  .woocommerce-checkout .payment_title_custom {
    font-size: 24px;
  }
}
.woocommerce-checkout .payment_title_custom .icon:before {
  content: "";
  background-image: url("../images/icons/double-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 4px;
  width: 13px;
  height: 12px;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .woocommerce-checkout .woocommerce-checkout-payment ul li {
    padding: 20px 0;
  }
}
.woocommerce-checkout .woocommerce-checkout-payment ul li:last-child {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
  background: #fff !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box > p {
  margin-bottom: 0;
  font-size: 16px;
  padding-bottom: 4px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box select {
  font-size: 14px;
  border-radius: 6px;
  height: 40px;
  padding: 9px 16px;
  box-shadow: -8px 6px 0px 0px #E4EEF4;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal .about_paypal {
  line-height: 1 !important;
  margin: 10px 0 0 10px;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  display: none;
}

.woocommerce-order > p {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -15px;
}
.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-details__title {
  color: #2D2D2D;
  font-size: 25px;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.woocommerce-order ul.woocommerce-order-overview {
  padding: 0;
  margin-bottom: 50px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  float: none;
  display: block;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
  text-transform: capitalize;
  border: none;
}
.woocommerce-order ul.woocommerce-order-overview li strong {
  font-weight: 600;
  float: right;
  width: 75%;
  font-size: 16px !important;
}
@media (max-width: 578px) {
  .woocommerce-order ul.woocommerce-order-overview li strong {
    width: 100%;
    margin-bottom: 15px;
  }
}
.woocommerce-order ul.woocommerce-order-overview li.date, .woocommerce-order ul.woocommerce-order-overview li.method {
  display: none;
}
.woocommerce-order .woocommerce-order-details {
  margin-bottom: 50px;
  display: none;
}
.woocommerce-order .woocommerce-order-details.woocommerce-info {
  display: none;
}
.woocommerce-order .woocommerce-order-details .order_details {
  display: none;
}
.woocommerce-order .woocommerce-order-details > p {
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details > p strong {
  font-weight: 400;
  margin-right: 24px;
}
.woocommerce-order .box-inner {
  border: 1px solid #9094A7;
  padding: 20px;
}
.woocommerce-order .woocommerce-customer-details address {
  border: none;
  padding: 0;
  line-height: 1.9;
}
.woocommerce-order .woocommerce-customer-details address strong {
  font-weight: 600;
  float: right;
  width: 75%;
}
@media (max-width: 578px) {
  .woocommerce-order .woocommerce-customer-details address strong {
    width: 100%;
    margin-bottom: 15px;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email {
  display: none;
}

.modal-backdrop {
  opacity: 0;
  visibility: hidden;
}
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.section-filter {
  z-index: 10;
}

.page-recepten .et_pb_section {
  padding-top: 0 !important;
}
.page-recepten div.et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.page-recepten .breadcrumb_div {
  text-align: left;
  padding-top: 24px;
  padding-bottom: 32px;
  margin-bottom: 0;
}
.page-recepten .cat_head_img h1 {
  font-size: 36px;
  font-family: "Roboto Serif";
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.page-recepten .cat_head_img h1:before, .page-recepten .cat_head_img h1:after {
  content: "";
  background-image: url("../images/2023/fish2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 110px;
  height: 66px;
  display: inline-block;
}
.page-recepten .cat_head_img h1:before {
  margin-right: 50px;
}
.page-recepten .cat_head_img h1:after {
  margin-left: 50px;
}
.page-recepten .recipe_subhd p {
  font-size: 18px;
  color: #2D2D2D;
  width: 100%;
  max-width: 1070px;
  text-align: center;
  margin: auto;
}
.page-recepten .title_top_sec {
  padding-bottom: 32px;
}
.page-recepten .title_top_sec + .et_pb_row {
  padding-bottom: 40px;
}
.page-recepten .recipe_filter {
  max-width: 500px;
  margin: 32px auto 30px !important;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  justify-content: center;
}
.page-recepten .recipe_filter .filter_block {
  padding: 0 16px 10px;
}
.page-recepten .recipe_filter .orderby-order-container {
  padding: 0 16px;
}

.lmp_load_more_button {
  text-align: center;
}
.recipe-rating {
  line-height: 1;
}
.recipe-rating .star-rating {
  display: inline-block;
  background-image: url("../images/icons/ic-star-lg.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  width: 16px;
  height: 15px;
  width: 80px;
}
.recipe-rating .star-rating:before {
  display: none;
}
.recipe-rating .star-rating > span {
  padding: 0;
  background-image: url("../images/icons/ic-star.svg");
  background-repeat: repeat-x;
}
.recipe-rating .star-rating > span:before {
  display: none;
}

.recipes_list {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.recipes_list .recipe {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .recipes_list .recipe {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .recipes_list .recipe {
    width: 100%;
  }
}
.recipes_list .recipe .recipe-images .featured-image {
  margin-bottom: 32px;
}
.recipes_list .recipe .recipe-images .featured-image img {
  border-radius: 12px;
  height: 285px;
  width: 100%;
  object-fit: cover;
}
.recipes_list .recipe .recipe-details .recipe-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "GrotesqueMTStd-Bold";
  line-height: 1.35;
  padding-bottom: 0;
}
.recipes_list .recipe .recipe-details .recipe-title a {
  color: #2D2D2D;
}
.recipes_list .recipe .recipe-details .recipe-title a:hover {
  color: #3A5896;
}
.recipes_list .recipe .recipe-details .recipe-rating {
  margin-bottom: 16px;
  text-align: left;
}
.recipes_list .recipe .recipe-details .recipe-rating .star-rating {
  font-size: 18px;
}
.recipes_list .recipe .recipe-details .recipe-rating .star-rating:before {
  color: #3A5896;
}
.recipes_list .recipe .recipe-details .recipe-rating .star-rating span:before {
  color: #3A5896;
}
.recipes_list .recipe .recipe-details .category {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #3A5896;
  transition: all 0.3s ease;
}
.recipes_list .recipe .recipe-details .category:hover {
  border: 2px solid rgba(197, 170, 115, 0.7);
  padding: 2px 4px;
}

#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a:hover {
  border-bottom: 3px solid #344f8d;
}
#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > ul.mega-sub-menu {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  width: 1200px !important;
}
@media (max-width: 1200px) {
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > ul.mega-sub-menu {
    width: 1000px !important;
  }
}
#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-row > ul.mega-sub-menu {
  padding: 20px 20px 20px 30px;
  display: flex !important;
  flex-wrap: wrap;
}
#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li > a {
  line-height: 1.3;
}
#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li .mega-menu-item-type-taxonomy a:hover {
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li {
    background-position: left 14px !important;
    background-repeat: no-repeat !important;
    padding-left: 65px !important;
    background-size: 40px;
    height: 50%;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-recepten_icon {
    background-image: url("../images/ic-menu/recepten.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-hoe-doe-ik-dat_icon {
    background-image: url("../images/ic-menu/hoe-doe-ik-dat.svg");
    background-position: left 15px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-viskunde_icon {
    background-image: url("../images/ic-menu/viskunde-icon.svg");
    background-position: left 15px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-hele_Vis_filets_icon {
    background-image: url("../images/ic-menu/filet.svg");
    background-position: left 15px;
    background-size: 54px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-hele_Vis_filets_icon:hover {
    background-image: url("../images/ic-menu/filet_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-gerookte_vis_icon {
    background-image: url("../images/ic-menu/hot.svg");
    background-position: left 7px;
    background-size: 35px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-gerookte_vis_icon:hover {
    background-image: url("../images/ic-menu/hot_dark-1.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sushi_icon {
    background-image: url("../images/ic-menu/Sushi.svg");
    background-position: left 20px;
    background-size: 50px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sushi_icon:hover {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Sushi_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-themas_icon {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Themas.svg");
    background-position: left 20px;
    background-size: 50px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-themas_icon:hover {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Themas_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-seizoen_icon {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Seizoen.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-seizoen_icon:hover {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Seizoen_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-perfecte_begeleiders_icon {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Perfecte_begeleiders.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-perfecte_begeleiders_icon:hover {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Perfecte_begeleiders_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-schelpdieren_icon {
    background-image: url("../images/ic-menu/shell.svg");
    background-size: 50px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-schelpdieren_icon:hover {
    background-image: url("../images/ic-menu/shell_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kreeft_icon {
    background-image: url("../images/ic-menu/lobster.svg");
    background-size: 50px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kreeft_icon:hover {
    background-image: url("../images/ic-menu/lobster_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-garnalen_icon {
    background-image: url(../images/ic-menu/Group4.svg);
    background-size: 45px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-garnalen_icon:hover {
    background-image: url(../images/ic-menu/Group4-1-1-1.svg);
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sardientjes_icon {
    background-image: url("../images/ic-menu/Sardine.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sardientjes_icon:hover {
    background-image: url("../images/ic-menu/Sardine_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-makreel_img {
    background-image: url("../images/ic-menu/Mackerel.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-makreel_img:hover {
    background-image: url("../images/ic-menu//Mackerel_dark-1.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-tonijn_img {
    background-image: url("../images/ic-menu/tonijn.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-tonijn_img:hover {
    background-image: url("../images/ic-menu/tonijn_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-anders_img {
    background-image: url("../images/ic-menu/anders.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-anders_img:hover {
    background-image: url("../images/ic-menu/anders_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissalade_icon {
    background-image: url("../images/ic-menu/Vissalade.svg");
    background-position: left 15px;
    background-size: 45px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissalade_icon:hover {
    background-image: url("../images/ic-menu/Vissalade_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kaviaar_icon {
    background-image: url("../images/ic-menu/Kaviar.svg");
    background-position: left 20px;
    background-size: 50px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kaviaar_icon:hover {
    background-image: url("../images/ic-menu/Kaviar_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-wijin_champagne_icon {
    background-image: url("../images/ic-menu/Wijn_en_champagne.svg");
    background-position: left 12px;
    background-size: 35px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-wijin_champagne_icon:hover {
    background-image: url("../images/ic-menu/Wijn_en_champagne_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissoep_sauzen_icon {
    background-image: url("../images/ic-menu/Vissoep_en_sauzen.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissoep_sauzen_icon:hover {
    background-image: url("../images/ic-menu/Vissoep_en_sauzen_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kruiden_zeewier_icon {
    background-image: url("../images/ic-menu/Kruiden_en_zeewier.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kruiden_zeewier_icon:hover {
    background-image: url("../images/ic-menu/Kruiden_en_zeewier_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-keuken_hulp_icon {
    background-image: url("../images/ic-menu/Keukenhulp.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-keuken_hulp_icon:hover {
    background-image: url("../images/ic-menu/Keukenhulp_hover.svg");
  }
}
@media (max-width: 992px) {
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li > a {
    display: flex !important;
    align-items: center;
    font-size: 16px !important;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li > a:after {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    width: 50px;
    height: 25px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-recepten_icon > a:after {
    background-image: url("../images/ic-menu/recepten.svg");
    width: 40px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-hoe-doe-ik-dat_icon > a:after {
    background-image: url("../images/ic-menu/hoe-doe-ik-dat.svg");
    width: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-viskunde_icon > a:after {
    background-image: url("../images/ic-menu/viskunde-icon.svg");
    width: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-hele_Vis_filets_icon > a:after {
    background-image: url("../images/ic-menu/filet.svg");
    transform: scaleX(-1);
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-hele_Vis_filets_icon:hover > a:after {
    background-image: url("../images/ic-menu/filet_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-gerookte_vis_icon > a:after {
    background-image: url("../images/ic-menu/hot.svg");
    width: 30px;
    height: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-gerookte_vis_icon:hover > a:after {
    background-image: url("../images/ic-menu/hot_dark-1.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sushi_icon > a:after {
    background-image: url("../images/ic-menu/Sushi.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sushi_icon:hover > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Sushi_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-themas_icon > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Themas.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-themas_icon:hover > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Themas_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-seizoen_icon > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Seizoen.svg");
    width: 30px;
    height: 32px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-seizoen_icon:hover > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Seizoen_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-perfecte_begeleiders_icon > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Perfecte_begeleiders.svg");
    width: 42px;
    height: 33px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-perfecte_begeleiders_icon:hover > a:after {
    background-image: url("https://vislokaal.com/wp-content/uploads/2019/11/Perfecte_begeleiders_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-schelpdieren_icon > a:after {
    background-image: url("../images/ic-menu/shell.svg");
    width: 40px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-schelpdieren_icon:hover > a:after {
    background-image: url("../images/ic-menu/shell_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kreeft_icon > a:after {
    background-image: url("../images/ic-menu/lobster.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kreeft_icon:hover > a:after {
    background-image: url("../images/ic-menu/lobster_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-garnalen_icon > a:after {
    background-image: url(../images/ic-menu/Group4.svg);
    width: 35px;
    height: 35px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-garnalen_icon:hover > a:after {
    background-image: url(../images/ic-menu/Group4-1-1-1.svg);
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sardientjes_icon > a:after {
    background-image: url("../images/ic-menu/Sardine.svg");
    width: 40px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-sardientjes_icon:hover > a:after {
    background-image: url("../images/ic-menu/Sardine_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-makreel_img > a:after {
    background-image: url("../images/ic-menu/Mackerel.svg");
    width: 40px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-makreel_img:hover > a:after {
    background-image: url("../images/ic-menu//Mackerel_dark-1.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-tonijn_img > a:after {
    background-image: url("../images/ic-menu/tonijn.svg");
    width: 32px;
    height: 32px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-tonijn_img:hover > a:after {
    background-image: url("../images/ic-menu/tonijn_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-anders_img > a:after {
    background-image: url("../images/ic-menu/anders.svg");
    width: 40px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-anders_img:hover > a:after {
    background-image: url("../images/ic-menu/anders_dark.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissalade_icon > a:after {
    background-image: url("../images/ic-menu/Vissalade.svg");
    width: 40px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissalade_icon:hover > a:after {
    background-image: url("../images/ic-menu/Vissalade_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kaviaar_icon > a:after {
    background-image: url("../images/ic-menu/Kaviar.svg");
    width: 40px;
    height: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kaviaar_icon:hover > a:after {
    background-image: url("../images/ic-menu/Kaviar_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-wijin_champagne_icon > a:after {
    background-image: url("../images/ic-menu/hoe-doe-ik-dat.svg");
    width: 30px;
    height: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-wijin_champagne_icon:hover > a:after {
    background-image: url("../images/ic-menu/Wijn_en_champagne_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissoep_sauzen_icon > a:after {
    background-image: url("../images/ic-menu/Vissoep_en_sauzen.svg");
    width: 40px;
    height: 32px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-vissoep_sauzen_icon:hover > a:after {
    background-image: url("../images/ic-menu/Vissoep_en_sauzen_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kruiden_zeewier_icon > a:after {
    background-image: url("../images/ic-menu/Kruiden_en_zeewier.svg");
    width: 30px;
    height: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-kruiden_zeewier_icon:hover > a:after {
    background-image: url("../images/ic-menu/Kruiden_en_zeewier_hover.svg");
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-keuken_hulp_icon > a:after {
    background-image: url("../images/ic-menu/Keukenhulp.svg");
    width: 30px;
    height: 30px;
  }
  #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li.mega-keuken_hulp_icon:hover > a:after {
    background-image: url("../images/ic-menu/Keukenhulp_hover.svg");
  }
}
#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column.offering_product {
  margin: -20px -20px -20px auto !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu {
  height: 100% !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu > li {
  padding: 0 0 0 15px !important;
  height: 100% !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu > li > div {
  height: 100% !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .woocommerce {
  height: 100% !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .woocommerce > ul {
  padding-left: 0;
  height: 100% !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .woocommerce > ul > li {
  padding: 20px;
  height: 100% !important;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .featured-image img {
  height: 200px;
  width: auto;
  margin: 0 auto 15px;
  display: block;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .product-details {
  text-align: center;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .product-details .product-title {
  padding: 0;
  line-height: 1.2;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .product-title {
  padding: 0 15px;
  color: #2D2D2D;
  margin-top: 0px;
  line-height: 38px;
  font-size: 24px;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .add_to_cart_button {
  background: #3a5896 !important;
  color: #fff !important;
  border-color: #3a5896;
  text-transform: lowercase;
  padding: 6px 12px;
  position: relative;
  max-width: 100%;
  border-width: 1px;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 18px;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .add_to_cart_button:after {
  position: static;
  content: "" !important;
  color: #000;
  background-image: url(../images/ic-menu/plusicon.svg);
  width: 20px;
  height: 20px;
  display: block !important;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: none !important;
  margin-right: 8px;
}
#mega-menu-wrap-primary-menu .offering_product .mega-sub-menu .add_to_cart_button:hover {
  opacity: 0.85;
}

.area-mobile {
  background: #E4EEF4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.area-mobile .box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 130px 20px 20px;
}
.area-mobile .box-inner .wrap-inner {
  overflow-y: auto;
  width: 100%;
  padding-right: 10px;
}
.area-mobile .mega-menu-toggle {
  display: none !important;
}
.area-mobile #top-menu-nav, .area-mobile .top-right {
  float: none;
  display: block;
}
.area-mobile .top-right {
  border-top: 1px solid #3A5896;
  padding-top: 32px;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu {
  display: block !important;
  background-color: transparent !important;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu * {
  background: transparent !important;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li {
  padding: 0 0 32px;
  line-height: 1;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a {
  padding: 0 !important;
  line-height: 1.167 !important;
  height: auto !important;
  font-weight: 500 !important;
  display: inline-block !important;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a span {
  margin-left: 10px;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a span:after {
  content: "\f347" !important;
  transition: all 0.3s;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li.mega-toggle-on > a span:after {
  transform: rotate(180deg) !important;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > ul.mega-sub-menu {
  box-shadow: none;
  width: auto !important;
  padding: 0;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-row > ul.mega-sub-menu {
  padding-left: 0;
}
.area-mobile #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-column:not(.offering_product) > ul.mega-sub-menu > li {
  padding-left: 0 !important;
}
.area-mobile #mega-menu-wrap-primary-menu .mega-sub-menu .offering_product {
  display: none !important;
}
.area-mobile #et-info {
  display: block;
  float: none;
}
.area-mobile #et-secondary-menu {
  display: block !important;
  float: none;
  margin: 0;
}
.area-mobile #et-secondary-menu #et-secondary-nav {
  padding: 0;
  margin: 0;
  display: flex !important;
  flex-direction: column;
}
.area-mobile #et-secondary-menu #et-secondary-nav > li {
  text-align: left;
  margin: 0;
  padding-top: 32px;
}
.area-mobile #et-secondary-menu #et-secondary-nav > li a {
  padding-bottom: 0;
  line-heigh: 1.167;
  font-size: 18px;
}
.area-mobile #et-secondary-menu #et-secondary-nav ul {
  display: none !important;
}

#header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header-main .ic-mobile {
  width: 43px;
  height: 38px;
  border-radius: 8px;
  background: #E4EEF4;
  color: #3A5896;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
}
#header-main .ic-mobile .ic-close {
  display: none;
}

body.open-menu {
  overflow: hidden;
}
body.open-menu #header-main {
  position: relative;
  z-index: 12;
}
body.open-menu #header-main .header-cart {
  display: none;
}
body.open-menu #header-main .form-search {
  display: inline-block;
}
body.open-menu #header-main .ic-mobile {
  margin-left: 0 !important;
}
body.open-menu #header-main .ic-mobile .ic-bars {
  display: none;
}
body.open-menu #header-main .ic-mobile .ic-close {
  display: inline-block;
}
body.open-menu .area-mobile {
  display: block;
}
body.open-menu .search-mobile {
  display: none;
}

div#content_gif:before {
  content: "";
  background-image: url("../images/loader-gif.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  display: none;
}
div#content_gif.show:before {
  display: inline-block;
}

#icon-pp-search {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3A5896;
}
#icon-pp-search:before {
  background-image: url(../images/icons/ic-search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 22px;
  height: 22px;
  margin-left: 0 !important;
  content: "";
  display: inline-block;
}

.popup-search {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10000;
  padding: 200px 40px 40px;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popup-search {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  .popup-search {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .popup-search {
    padding-top: 24px;
  }
}
.popup-search .area-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.popup-search .area-header .logo_main img {
  width: 62px !important;
}
.popup-search .area-header #ic-close {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.popup-search.show {
  display: block;
}
.popup-search .list-product .item {
  margin-bottom: 30px;
}
.popup-search #btn-viewall {
  display: none;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #2D2D2D !important;
  padding: 11px 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  width: auto;
}
.popup-search #btn-viewall:hover {
  background: #3A5896;
  color: #fff;
  border-color: #3A5896;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  display: none;
}
#loading:before {
  content: "";
  background-image: url("../images/loader-gif.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: cover;
}
#loading.show {
  display: block;
}

#autosearch_form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#autosearch_form .screen-reader-text {
  display: none;
}
#autosearch_form #keyword {
  border: none !important;
  border-bottom: 1px solid #2D2D2D !important;
  padding: 0 0 28px;
  color: #2D2D2D;
  max-width: 1164px;
  margin: auto;
  width: 100%;
  border-radius: 0;
  text-align: left;
  display: flex;
  height: 60px;
  font-weight: 28px;
  font-weight: 700;
  font-family: Roboto Serif;
}
@media (max-width: 768px) {
  #autosearch_form #keyword {
    font-weight: 22px;
  }
}
#autosearch_form #keyword::placeholder {
  font-family: Roboto Serif;
  font-size: 28px;
  font-weight: 700;
  color: #9094A7;
}
#autosearch_form .txt-small {
  max-width: 1164px;
  margin: 16px 0 0;
  text-align: left;
  width: 100%;
  position: relative;
}
#autosearch_form #ic-remove {
  position: absolute;
  bottom: 64px;
  right: 0;
  display: none;
  cursor: pointer;
}

.data-result {
  width: 100%;
  margin-top: 40px;
}
.data-result .list-product {
  align-items: stretch;
  justify-content: center;
}
.data-result .list-product .item {
  height: auto;
}
.no-product {
  max-width: 500px;
  margin: 40px auto 0;
  text-align: center;
}
.no-product .image {
  margin-bottom: 10px;
}
.no-product .image:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2023/no-product.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
}
.no-product h2 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #2D2D2D;
  padding-bottom: 0;
  font-size: 28px;
}
.no-product p {
  margin-bottom: 0;
}

.search .breadcrumb_div {
  padding: 24px 0 40px;
  margin-bottom: 0;
  text-align: left;
}
.search .tool-bar {
  max-width: 1164px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search .tool-bar .result-count {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.search .tool-bar .result-count .txt-label {
  background: #E4EEF4;
  border-radius: 10px;
  padding: 12px 16px;
}
.search .tool-bar .filter-col {
  display: flex;
  align-items: center;
  gap: 16px;
  float: right;
}
@media (max-width: 1200px) {
  .search .tool-bar .filter-col {
    display: none;
  }
}
.search .tool-bar .filter-col .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #9094A7;
  transition: all 0.3s;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.search .tool-bar .filter-col .icon svg {
  fill: #9094A7;
}
.search .tool-bar .filter-col .icon.active, .search .tool-bar .filter-col .icon:hover {
  background: #3A5896;
  border-color: #3A5896;
}
.search .tool-bar .filter-col .icon.active svg, .search .tool-bar .filter-col .icon.active circle, .search .tool-bar .filter-col .icon:hover svg, .search .tool-bar .filter-col .icon:hover circle {
  fill: #fff;
}
.search #main-content {
  padding-bottom: 50px;
}
.search .list-product {
  max-width: 1180px;
  margin: auto;
}

body.open-search {
  overflow: hidden;
}

#data-result-2 .item {
  margin-bottom: 32px;
}

ul.vislokaal-pagination li {
  margin: 6px;
}
ul.vislokaal-pagination li .page-link {
  width: 40px;
  height: 40px;
  border-radius: 8px !important;
  font-weight: 400;
  font-size: 16px;
  color: #9094A7 !important;
  border: 1.5px solid #3A5896;
  background: #fff !important;
  line-height: 34px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.vislokaal-pagination li .page-link.current, ul.vislokaal-pagination li .page-link:hover {
  background: #3A5896 !important;
  color: #fff !important;
}
ul.vislokaal-pagination li .page-link .icon:before {
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}
ul.vislokaal-pagination li.active .page-link {
  background: #3A5896 !important;
  color: #fff !important;
}

.section-lead {
  background: #3A5896;
  padding: 0;
}
.section-lead .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.section-lead ul.list-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .section-lead ul.list-info {
    justify-content: space-between;
  }
}
.section-lead ul.list-info li {
  list-style: none;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  /* @media(max-width: 1200px){
  	width: 33.33%;
  }

  @media(max-width: 992px){
  	width: 50%;
  	} */
}
@media (max-width: 578px) {
  .section-lead ul.list-info li {
    text-align: center;
    justify-content: center;
  }
}
.section-lead ul.list-info li .icon {
  margin-right: 12px;
}
.section-lead ul.list-info li .icon img {
  width: auto;
}

.filter_section {
  max-width: 1164px;
  margin: auto;
  display: none;
}
.filter_section.full {
  max-width: calc(100% - 24px);
}
.filter_section .filter_block .current-li-content {
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
}
.filter_section .filter_block .current-li-content .get_all_checked {
  margin-left: 8px;
}
.filter_section .filter_block .checkbox_block {
  max-width: 450px;
}
.filter_section .filter_block .checkbox_block ul {
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.filter_section .filter_block .checkbox_block ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 20px;
}
.filter_section .filter_block .checkbox_block ul li input[type=checkbox] {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #9094A7;
  position: relative;
  -webkit-appearance: none;
}
.filter_section .filter_block .checkbox_block ul li input[type=checkbox]:checked::before {
  background-image: url("../images/icons/check-2.svg");
  width: 22px;
  height: 22px;
  background-size: 22px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.filter_section .filter_block .checkbox_block ul li label {
  padding-left: 12px;
}

.orderby-order-container {
  display: none;
}

.woocommerce-account .et_pb_section {
  padding-top: 0 !important;
}
.woocommerce-account .et_pb_section .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-account .section-welcome {
  margin-left: calc(50% - 50vw);
  margin-bottom: 60px;
  max-width: calc(100vw - 9px);
  width: 100vw;
  background: #E4EEF4;
  padding: 60px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .woocommerce-account .section-welcome {
    padding: 30px 16px;
  }
}
.woocommerce-account .section-welcome h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .woocommerce-account .section-welcome h2 {
    font-size: 22px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 24%;
  border-right: none;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: none !important;
  list-style: none;
  margin-bottom: 28px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 24px;
  font-weight: 700;
  color: #9094A7;
  border: none;
  line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #2D2D2D;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #2D2D2D;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account {
  order: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wpf-delete-account {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 76%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }
}

.page-wishlist .main-content {
  max-width: 1560px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.page-wishlist .main-content > p {
  display: none;
}

.woocommerce-account .edit-account .title-lead {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: "GrotesqueMTStd-Bold";
  padding-bottom: 0;
  width: 100%;
  display: block;
  color: #2d2d2d;
}
.woocommerce-account .edit-account .area-info {
  position: relative;
  max-width: 770px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E4EEF4;
  margin-bottom: 32px;
}
.woocommerce-account .edit-account .area-info .woocommerce-form-row {
  width: 50%;
  padding: 0;
  display: flex;
  align-items: center;
}
.woocommerce-account .edit-account .area-info .woocommerce-form-row:before, .woocommerce-account .edit-account .area-info .woocommerce-form-row:after {
  display: none;
}
.woocommerce-account .edit-account .area-info .woocommerce-form-row label {
  min-width: 120px;
  color: #9094A7;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-right: 12px;
}
.woocommerce-account .edit-account .area-info .woocommerce-form-row .woocommerce-Input {
  font-weight: 600;
  width: auto;
  border: none !important;
  background: transparent;
  height: auto;
  padding: 0;
  color: #2d2d2d;
  font-size: 16px;
  text-align: left;
  min-height: auto;
}
.woocommerce-account .edit-account .area-info .woocommerce-form-row > span {
  display: none;
}
.woocommerce-account .edit-account .area-info #edit-info,
.woocommerce-account .edit-account .area-info .btn-save-info {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.woocommerce-account .edit-account .area-info #edit-info:after,
.woocommerce-account .edit-account .area-info .btn-save-info:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.woocommerce-account .edit-account .area-info #edit-info:hover,
.woocommerce-account .edit-account .area-info .btn-save-info:hover {
  background: #E4EEF4;
}
.woocommerce-account .edit-account .area-info #edit-info {
  height: 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #fff;
  padding: 4px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d2d2d;
}
.woocommerce-account .edit-account .area-info #edit-info:after {
  background-image: url("../images/icons/ic-edit.svg");
  width: 16px;
  height: 17px;
}
.woocommerce-account .edit-account .area-info .btn-save-info {
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  padding: 4px 12px;
  align-items: center;
  height: 32px;
  display: none;
}
.woocommerce-account .edit-account .area-info .btn-save-info:after {
  background-image: url("../images/icons/ic-save.svg");
  width: 17px;
  height: 13px;
}
.woocommerce-account .edit-account .area-info .btn-save-info button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: transparent !important;
  border: none;
  padding: 0;
  color: #2d2d2d !important;
}
.woocommerce-account .edit-account .area-info.show-edit #edit-info {
  display: none;
}
.woocommerce-account .edit-account .area-info.show-edit .btn-save-info {
  display: flex;
}
.woocommerce-account .edit-account .area-info.show-edit .woocommerce-form-row label {
  display: none;
}
.woocommerce-account .edit-account .area-info.show-edit .woocommerce-form-row .woocommerce-Input {
  border: 1.5px solid #2D2D2D !important;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px !important;
  background: #fff;
  padding: 14px 16px;
  height: 44px;
  color: #2d2d2d;
  max-width: 90%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-account .edit-account .area-password {
  position: relative;
  max-width: 770px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E4EEF4;
  margin-bottom: 32px;
}
.woocommerce-account .edit-account .area-password .hide {
  display: none !important;
}
.woocommerce-account .edit-account .area-password .woocommerce-form-row {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.woocommerce-account .edit-account .area-password .woocommerce-form-row:before, .woocommerce-account .edit-account .area-password .woocommerce-form-row:after {
  display: none;
}
.woocommerce-account .edit-account .area-password .woocommerce-form-row label {
  min-width: 140px;
  color: #9094A7;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding-right: 15px;
}
.woocommerce-account .edit-account .area-password .woocommerce-form-row .woocommerce-Input {
  font-weight: 600;
  width: auto;
  border: none !important;
  background: transparent;
  height: auto;
  padding: 0;
  color: #2d2d2d;
  font-size: 16px;
  text-align: left;
  min-height: auto;
}
.woocommerce-account .edit-account .area-password .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #fff;
}
.woocommerce-account .edit-account .area-password #edit-pass,
.woocommerce-account .edit-account .area-password .btn-save-pass {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.woocommerce-account .edit-account .area-password #edit-pass:after,
.woocommerce-account .edit-account .area-password .btn-save-pass:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.woocommerce-account .edit-account .area-password #edit-pass:hover,
.woocommerce-account .edit-account .area-password .btn-save-pass:hover {
  background: #E4EEF4;
}
.woocommerce-account .edit-account .area-password #edit-pass {
  height: 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #fff;
  padding: 4px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d2d2d;
}
.woocommerce-account .edit-account .area-password #edit-pass:after {
  background-image: url("../images/icons/ic-edit.svg");
  width: 16px;
  height: 17px;
}
.woocommerce-account .edit-account .area-password .btn-save-pass {
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  padding: 4px 12px;
  align-items: center;
  height: 32px;
  display: none;
}
.woocommerce-account .edit-account .area-password .btn-save-pass:after {
  background-image: url("../images/icons/ic-save.svg");
  width: 17px;
  height: 13px;
}
.woocommerce-account .edit-account .area-password .btn-save-pass button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: transparent !important;
  border: none;
  padding: 0;
  color: #2d2d2d !important;
}
.woocommerce-account .edit-account .area-password .password-input .show-password-input {
  top: 0;
  display: none;
}
.woocommerce-account .edit-account .area-password.show-edit #edit-pass {
  display: none;
}
.woocommerce-account .edit-account .area-password.show-edit .btn-save-pass {
  display: flex;
}
.woocommerce-account .edit-account .area-password.show-edit .hide {
  display: block !important;
}
.woocommerce-account .edit-account .area-password.show-edit .woocommerce-form-row label {
  display: none;
}
.woocommerce-account .edit-account .area-password.show-edit .woocommerce-form-row .woocommerce-Input {
  border: 1.5px solid #2D2D2D !important;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px !important;
  background: #fff;
  padding: 14px 16px;
  height: 44px;
  color: #2d2d2d;
  max-width: 90%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-account .edit-account .area-password.show-edit .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #9094A7;
}
.woocommerce-account .edit-account .area-password.show-edit .woocommerce-form-row {
  width: 100%;
}
.woocommerce-account .edit-account .area-password.show-edit .woocommerce-form-row .password-input {
  width: 50%;
}
.woocommerce-account .edit-account .area-password.show-edit .woocommerce-form-row .show-password-input {
  top: 10px;
  right: 46px;
  display: block;
}

div.woocommerce-Address {
  margin: 0 !important;
  max-width: 770px;
  width: 100%;
  border: none;
  padding: 0 !important;
  float: none;
  width: 100%;
  /* .btn-edit {
  	position: absolute;
  	right: 0;
  	top: 0;

  	a {
  		height: 32px;
  		font-size: 18px; 
  		font-weight: 600;
  		border-radius: 8px; 
  		background: #fff;
  		padding: 4px 20px;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		border: 1px solid #2d2d2d;
  		color: #2d2d2d;

  		&:after {
  			background-image: url('../images/icons/ic-edit.svg');
  			width: 16px;
  			height: 17px;
  			content: '';
  			display: inline-block;
  			background-repeat: no-repeat;
  			background-size: contain;
  			margin-left: 10px;
  		}
  	}
  	} */
}
div.woocommerce-Address .title-lead {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "GrotesqueMTStd-Bold";
  padding-bottom: 0;
  width: 100%;
  display: block;
  color: #2d2d2d;
}
div.woocommerce-Address p {
  padding-bottom: 0;
}
div.woocommerce-Address .list-info {
  display: flex;
  flex-wrap: wrap;
}
div.woocommerce-Address .list-info p {
  margin-bottom: 24px;
  width: 50%;
}
div.woocommerce-Address .list-info .item-Schrijf,
div.woocommerce-Address .list-info .item-schrijf {
  display: none;
}
div.woocommerce-Address .form-row {
  width: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  float: left;
  clear: unset;
}
div.woocommerce-Address .form-row:before, div.woocommerce-Address .form-row:after {
  display: none;
}
div.woocommerce-Address .form-row label {
  min-width: 120px;
  color: #9094A7;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-right: 12px;
}
div.woocommerce-Address .form-row input.input-text {
  font-weight: 600;
  width: auto;
  border: none !important;
  background: transparent;
  height: auto;
  padding: 0;
  color: #2d2d2d;
  font-size: 16px;
  text-align: left;
  min-height: auto !important;
}
div.woocommerce-Address .form-row .select2-selection {
  font-weight: 600;
  color: #2d2d2d;
  border: none;
}
div.woocommerce-Address .form-row .select2-selection > span {
  padding-left: 0;
}
div.woocommerce-Address .select2-container {
  max-width: 160px;
}
div.woocommerce-Address #billing_country {
  border: none;
  max-width: 160px;
  font-weight: 600;
  color: #2d2d2d;
}
div.woocommerce-Address #billing_schrijf_field {
  display: none;
}
div.woocommerce-Address .btn-edit,
div.woocommerce-Address .btn-save {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
div.woocommerce-Address .btn-edit:after,
div.woocommerce-Address .btn-save:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
div.woocommerce-Address .btn-edit:hover,
div.woocommerce-Address .btn-save:hover {
  background: #E4EEF4;
}
div.woocommerce-Address .btn-edit {
  height: 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #fff;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d2d2d;
}
div.woocommerce-Address .btn-edit:after {
  background-image: url("../images/icons/ic-edit.svg");
  width: 16px;
  height: 17px;
}
div.woocommerce-Address .btn-save {
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  padding: 4px 12px;
  align-items: center;
  height: 32px;
  display: none;
}
div.woocommerce-Address .btn-save:after {
  background-image: url("../images/icons/ic-save.svg");
  width: 17px;
  height: 13px;
}
div.woocommerce-Address .btn-save .button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #2d2d2d !important;
}
div.woocommerce-Address.show-edit .btn-edit {
  display: none;
}
div.woocommerce-Address.show-edit .btn-save {
  display: flex;
}
div.woocommerce-Address.show-edit .form-row label {
  display: none;
}
div.woocommerce-Address.show-edit .form-row .input-text {
  border: 1.5px solid #2D2D2D !important;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px !important;
  background: #fff;
  padding: 14px 16px;
  height: 44px;
  color: #2d2d2d;
  max-width: 90%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
div.woocommerce-Address.show-edit #billing_country {
  border: 1.5px solid #2D2D2D !important;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px !important;
  background: #fff;
  padding: 14px 16px;
  height: 44px;
  color: #2d2d2d;
  max-width: 90%;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.area-marketing {
  position: relative;
  max-width: 770px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E4EEF4;
  margin-top: 32px;
  padding-top: 32px;
  display: none;
  width: 100%;
  float: left;
}
.area-marketing .title-lead {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "GrotesqueMTStd-Bold";
  padding-bottom: 0;
  width: 100%;
  display: block;
  color: #2d2d2d;
}
.area-marketing .inner-ct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.area-marketing .inner-ct input[type=checkbox] {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #9094A7;
  position: relative;
  -webkit-appearance: none;
}
.area-marketing .inner-ct input[type=checkbox]:checked {
  border: none;
}
.area-marketing .inner-ct input[type=checkbox]:checked::before {
  background-image: url("../images/icons/radio-check.svg");
  width: 22px;
  height: 22px;
  background-size: 22px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.area-marketing .inner-ct span {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  margin-left: 12px;
}
.area-marketing .inner-ct .grp-btn {
  display: flex;
  margin-left: 20px;
}
.area-marketing .inner-ct .grp-btn .btn-actions a {
  height: 30px;
  border-radius: 4px;
  background: #3A5896;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
}
.area-marketing .inner-ct .grp-btn .btn-actions.btn-unsub {
  display: none;
}
.area-marketing .mailerlite-form-title {
  display: none;
}
.area-marketing form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.area-marketing .mailerlite-form-description {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 20px;
}
.area-marketing .mailerlite-form-description p {
  margin-bottom: 0;
}
.area-marketing .mailerlite-form-inputs .mailerlite-form-field {
  display: none;
}
.area-marketing .mailerlite-form-inputs .mailerlite-form-field label {
  display: none;
}
.area-marketing .mailerlite-form-inputs .mailerlite-subscribe-button-container input {
  height: 30px;
  border-radius: 4px;
  background: #3A5896;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
}

.delete-account {
  max-width: 770px;
  border-top: 1px solid #E4EEF4;
  margin-top: 32px;
  padding-top: 32px;
  width: 100%;
  float: left;
}
.delete-account .title-lead {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0px;
  font-family: "GrotesqueMTStd-Bold";
  padding-bottom: 0;
  width: 100%;
  display: inline-block;
  color: #2d2d2d;
}
.delete-account .btn-delete {
  height: 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #fff;
  padding: 4px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E74C3C;
  color: #E74C3C;
}
.delete-account .btn-delete span {
  white-space: pre;
}
.delete-account .btn-delete:after {
  background-image: url("../images/icons/trash.svg");
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.delete-account .area-lead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.delete-account .wpfda-delete-account-container {
  display: none;
}
.delete-account .wpfda-delete-account-container .wpfda-password-confirm {
  margin-top: 10px;
}
.delete-account .wpfda-delete-account-container .wpfda-password-confirm input {
  width: 200px;
  margin-left: 10px;
  border: 1px solid #2d2d2d;
  padding: 5px;
}
.delete-account .wpfda-delete-account-container .wpfda-submit {
  margin-top: 20px;
}
.delete-account .wpfda-delete-account-container .wpfda-submit button {
  height: 44px;
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  color: #2D2D2D !important;
  padding: 12px 16px !important;
  line-height: 1 !important;
  font-weight: 600;
  background: transparent;
}
.delete-account .wpfda-delete-account-container .wpfda-submit button:after {
  display: none;
}
.delete-account .wpfda-delete-account-container .wpfda-submit button:hover {
  background: #E4EEF4;
}

.woocommerce form .form-row input.input-text {
  text-align: left;
}

.woocommerce-edit-address .top-lead {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.woocommerce-edit-address .top-lead h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2D2D2D;
  padding: 0;
  margin-bottom: 0;
}
.woocommerce-edit-address .btn-actions {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E4EEF4;
}
.woocommerce-edit-address .btn-actions button {
  height: 44px;
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  color: #2D2D2D !important;
  padding: 12px 16px !important;
  line-height: 1 !important;
}
.woocommerce-edit-address .btn-actions button:after {
  display: none;
}
.woocommerce-edit-address .btn-actions button:hover {
  background: #E4EEF4;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  padding: 0 12px;
  margin: 0 0 24px;
  width: 50%;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:after {
  color: #9094A7;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  display: none;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input.input-text {
  border: 1.5px solid #2D2D2D;
  box-shadow: -8px 6px 0px #E4EEF4;
  border-radius: 8px !important;
  background: #fff;
  padding: 14px 16px;
  height: 44px;
  color: #2d2d2d;
}

.tinvwl-table-manage-list {
  max-width: 600px;
}
.tinvwl-table-manage-list .wishlist_item {
  border-bottom: 1px solid #E4EEF4;
}
.tinvwl-table-manage-list .wishlist_item:last-child {
  border-bottom: none;
}
.tinvwl-table-manage-list .wishlist_item .product-price {
  width: 70px;
}
.tinvwl-table-manage-list .wishlist_item .product-action {
  width: 40px;
}
.tinvwl-table-manage-list .wishlist_item .product-action button {
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1.5px solid #2D2D2D;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tinvwl-table-manage-list .wishlist_item .product-action button span:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 14px;
  position: static;
  margin-left: 0;
  transform: none !important;
}
.tinvwl-table-manage-list .wishlist_item .product-action button:hover {
  box-shadow: 0px 0px 0px 3px rgba(197, 170, 115, 0.7);
}

#top-bar #et-secondary-menu {
  display: flex;
  align-items: center;
}

.user-info {
  display: flex;
  align-items: center;
  margin-left: 30px;
  position: relative;
}
.user-info .avatar-user {
  display: flex;
  align-items: center;
}
.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #3A5896;
}
.user-info span {
  margin-left: 6px;
  color: #3A5896;
  display: flex;
  align-items: center;
}
.user-info span:after {
  content: "\f347";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}
.user-info .menu-account {
  position: absolute;
  top: 52px;
  left: 50%;
  width: 200px;
  display: none;
  z-index: 100000;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  border-radius: 8px;
}
.user-info .menu-account ul {
  padding: 0;
  margin: 0;
}
.user-info .menu-account ul li {
  list-style: none;
}
.user-info .menu-account ul li:first-child {
  padding-top: 10px;
}
.user-info .menu-account ul li:last-child {
  padding-bottom: 10px;
}
.user-info .menu-account ul li a {
  text-transform: capitalize;
  color: #2d2d2d;
  padding: 8px 20px;
  display: block;
}
.user-info .menu-account ul li a:hover {
  color: #3A5896;
}

.view-cat {
  text-align: center;
  margin-top: 50px;
}
.view-cat .btn-white {
  background: #fff;
}
.view-cat .btn-white:hover {
  opacity: 0.85;
}

.woocommerce-order-details > h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
}
.woocommerce-order-details table.order_details thead {
  border-bottom: 1px solid #eee;
}
.woocommerce-order-details table.order_details th {
  border: none;
  padding: 10px 16px;
}
.woocommerce-order-details table.order_details td {
  border: none;
  padding: 10px 16px;
}
.woocommerce-order-details table.order_details tr + tr {
  border-top: 1px solid #eee;
}
.woocommerce-order-details table.order_details th + th {
  border-left: 1px solid #eee;
}
.woocommerce-order-details table.order_details td + td {
  border-left: 1px solid #eee;
}
.woocommerce-order-details table.order_details tfoot {
  border-top: 1px solid #eee;
}
.woocommerce-order-details table.order_details tfoot th + td {
  border-left: 1px solid #eee;
}

.woocommerce-customer-details > h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
  text-transform: lowercase;
}
.woocommerce-customer-details address {
  line-height: 30px;
}

.menu-login {
  margin-left: 32px;
}

.woocommerce .woocommerce-notices-wrapper {
  max-width: 1140px;
  margin: auto;
}
.woocommerce .woocommerce-error {
  background: #E74C3C !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 4px;
  font-size: 16px !important;
  margin-top: 8px;
  padding: 12px 20px !important;
  font-weight: 400;
}
.woocommerce .woocommerce-success,
.woocommerce .woocommerce-message {
  background: #3CB371 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 4px;
  font-size: 16px !important;
  margin-top: 8px;
  padding: 12px 20px !important;
}
.woocommerce .woocommerce-warning {
  background: #F5A623 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 4px;
  font-size: 16px !important;
  margin-top: 8px;
  padding: 12px 20px !important;
}

.title-order {
  font-size: 18px;
  color: #2D2D2D;
  font-family: "GrotesqueMTStd-Bold";
}

table.woocommerce-orders-table {
  border: 1px solid #E4EEF4 !important;
  border-radius: 12px !important;
  padding: 24px 24px 12px;
}
table.woocommerce-orders-table tbody td {
  border-color: #E4EEF4 !important;
}

.woocommerce-orders-table__row td:before {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-button.woocommerce-button--next {
  height: 54px;
  border-radius: 8px;
  border: none !important;
  font-weight: 500;
  font-size: 18px;
  padding: 16px 25px !important;
  line-height: 1.2 !important;
  background: #3A5896;
  color: #fff !important;
}
@media (max-width: 992px) {
  .woocommerce-MyAccount-content .woocommerce-button.woocommerce-button--next {
    font-size: 14px;
    padding: 12px 20px !important;
    height: 40px;
  }
}
.woocommerce-MyAccount-content .woocommerce-button.woocommerce-button--next:after {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-button.woocommerce-button--next:hover {
  background: #456AB7 !important;
}

.woocommerce-cart .breadcrumb_div {
  text-align: left;
  max-width: 1590px;
  margin: auto;
  padding: 20px 15px 0;
}
.woocommerce-cart .woocommerce-cart-form {
  padding-top: 0;
}
.woocommerce-cart .cart_total {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .woocommerce-cart .cart_total {
    justify-content: center;
  }
}
.woocommerce-cart .cart_total .cart_text {
  color: #9094A7;
}
.woocommerce-cart .cart_total .cart_text h1 {
  font-size: 36px;
  font-family: "GrotesqueMTStd-Bold";
  color: #3A5896;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .woocommerce-cart .cart_total .cart_text h1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart .cart_total .cart_text h1 {
    font-size: 30px;
  }
}
.woocommerce-cart .cart_total .btn {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #2d2d2d !important;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 25px !important;
  line-height: 1 !important;
  background: transparent;
  color: #2d2d2d;
  opacity: 1;
}
.woocommerce-cart .cart_total .btn:hover {
  background: #3A5896;
  color: #fff;
}
.woocommerce-cart .cart_total .btn.disabled {
  background: #A8BEEB;
}
.woocommerce-cart .cart_total .btn.active {
  background: #3A5896;
  border: 1px solid #00194D;
}
.woocommerce-cart .cart_total .btn:after {
  display: none;
}
.woocommerce-cart .shop_table {
  border: none !important;
}
@media (min-width: 800px) {
  .woocommerce-cart .shop_table tbody tr:nth-last-of-type(2) td,
  .woocommerce-cart .shop_table tbody tr:nth-last-child(2) td {
    border-bottom: 1px solid #E4EEF4 !important;
  }
}
@media (max-width: 800px) {
  .woocommerce-cart .shop_table tbody tr {
    position: relative;
  }
  .woocommerce-cart .shop_table tbody tr + tr {
    margin-top: 30px;
  }
  .woocommerce-cart .shop_table tbody tr:last-of-type, .woocommerce-cart .shop_table tbody tr:last-child {
    margin-bottom: 0;
  }
  .woocommerce-cart .shop_table tbody tr.hide-mobile {
    display: none;
  }
}
.woocommerce-cart .shop_table tbody tr td {
  border-color: #E4EEF4 !important;
  padding: 25px 10px !important;
}
@media (max-width: 800px) {
  .woocommerce-cart .shop_table tbody tr td {
    text-align: center !important;
    padding: 10px 0 !important;
    border: none !important;
  }
}
.woocommerce-cart .shop_table tbody tr td.product-thumbnail {
  padding-left: 0 !important;
}
.woocommerce-cart .shop_table tbody tr td.product-remove {
  padding-right: 0 !important;
}
.woocommerce-cart .shop_table tbody tr td:before {
  display: none !important;
}
.woocommerce-cart .shop_table .product-thumbnail {
  display: block !important;
}
.woocommerce-cart .shop_table .product-thumbnail > a {
  text-align: center;
}
@media (max-width: 800px) {
  .woocommerce-cart .shop_table .product-thumbnail > a {
    display: inline-block !important;
    padding: 30px;
  }
}
.woocommerce-cart .shop_table .product-thumbnail img {
  width: auto;
  height: 190px;
}
@media (max-width: 992px) {
  .woocommerce-cart .shop_table .product-thumbnail img {
    height: 140px;
  }
}
.woocommerce-cart .shop_table .product-name > a {
  color: #2D2D2D !important;
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-family: "Roboto Serif" !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 1200px) {
  .woocommerce-cart .shop_table .product-name > a {
    font-size: 22px !important;
  }
}
.woocommerce-cart .shop_table .shop_attributes {
  font-size: 14px;
  margin-top: 12px;
}
.woocommerce-cart .shop_table .shop_attributes > div {
  display: flex;
}
@media (max-width: 800px) {
  .woocommerce-cart .shop_table .shop_attributes > div {
    font-size: 22px !important;
    justify-content: center;
  }
}
.woocommerce-cart .shop_table .product-price,
.woocommerce-cart .shop_table .product-subtotal {
  font-size: 28px;
  font-weight: 700;
  color: #3A5896;
  font-family: Roboto Serif;
}
@media (max-width: 1200px) {
  .woocommerce-cart .shop_table .product-price,
  .woocommerce-cart .shop_table .product-subtotal {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .shop_table .product-quantity {
    min-width: 220px;
  }
}
.woocommerce-cart .shop_table .product-quantity button.minus,
.woocommerce-cart .shop_table .product-quantity button.plus {
  height: 48px !important;
  width: 48px !important;
  border-radius: 50% !important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11) !important;
  background: #fff !important;
  font-size: 0 !important;
  display: flex;
  min-width: 48px;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart .shop_table .product-quantity button.minus:before,
.woocommerce-cart .shop_table .product-quantity button.plus:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 29px;
}
.woocommerce-cart .shop_table .product-quantity button.minus:before {
  background-image: url("../images/icons/ic-minus.svg");
}
.woocommerce-cart .shop_table .product-quantity button.plus:before {
  background-image: url("../images/icons/ic-plus.svg");
}
.woocommerce-cart .shop_table .product-quantity input.qty {
  font-family: Roboto Serif;
  font-size: 28px !important;
  margin: 0px 30px !important;
  color: #2d2d2d !important;
  padding: 0;
  font-weight: 700;
  width: 50px;
  -moz-appearance: textfield;
  border: none !important;
  background: transparent;
  outline: none;
}
@media (max-width: 1200px) {
  .woocommerce-cart .shop_table .product-quantity input.qty {
    font-size: 22px !important;
    margin: 0px 10px !important;
  }
}
.woocommerce-cart .shop_table .product-quantity .quantity {
  display: flex;
  align-items: center;
  width: auto;
}
@media (max-width: 800px) {
  .woocommerce-cart .shop_table .product-quantity .quantity {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .woocommerce-cart .shop_table .product-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.woocommerce-cart .shop_table .product-remove .remove {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 300 !important;
  color: #9094A7 !important;
  font-size: 40px;
  background: transparent !important;
}
.woocommerce-cart .shop_table .product-remove .remove:hover {
  color: red !important;
}
.woocommerce-cart .woocommerce-cart-form__contents tbody {
  /* tr:nth-last-of-type(2) td,
  tr:nth-last-child(2) td {
  	border-bottom: 1px solid #E4EEF4 !important;
  	} */
}
.woocommerce-cart .cart-collaterals {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .woocommerce-cart .cart-collaterals {
    margin-top: 0;
  }
}
.woocommerce-cart .cart-collaterals .coupon {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .coupon > h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 24px;
}
@media (max-width: 800px) {
  .woocommerce-cart .cart-collaterals .coupon > h2 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .woocommerce-cart .cart-collaterals .coupon > div {
    display: flex;
  }
}
.woocommerce-cart .cart-collaterals .coupon input.coupon_code {
  border-radius: 8px;
  border: 1.5px solid #2D2D2D;
  height: 44px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: -8px 6px 0px 0px #E4EEF4;
  font-size: 16px;
  text-align: left;
  width: 360px;
}
.woocommerce-cart .cart-collaterals .coupon input.coupon_code::placeholder {
  font-size: 14px;
  color: #9094A7;
}
@media (max-width: 800px) {
  .woocommerce-cart .cart-collaterals .coupon input.coupon_code {
    width: auto;
    flex: 1;
  }
}
.woocommerce-cart .cart-collaterals .coupon input.apply_coupon_custom {
  height: 44px;
  border-radius: 8px;
  border: 1.5px solid #2d2d2d;
  width: 200px;
  text-transform: none;
  color: #2d2d2d;
  font-weight: 600;
  line-height: 1.5 !important;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .woocommerce-cart .cart-collaterals .coupon input.apply_coupon_custom {
    width: 140px;
  }
}
.woocommerce-cart .apply_coupon_code {
  padding-right: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .woocommerce-cart .apply_coupon_code {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.woocommerce-cart .cart_totals {
  padding-left: 32px;
  width: 50% !important;
}
@media (max-width: 992px) {
  .woocommerce-cart .cart_totals {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.woocommerce-cart .cart_totals table.shop_table {
  border: none;
  border-bottom: 1px solid #E4EEF4 !important;
  padding-bottom: 24px;
  margin-bottom: 24px !important;
}
.woocommerce-cart .cart_totals table.shop_table .cart-subtotal {
  display: none;
}
.woocommerce-cart .cart_totals table.shop_table .order-total {
  font-family: "Roboto Serif";
}
@media (max-width: 800px) {
  .woocommerce-cart .cart_totals table.shop_table .order-total {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.woocommerce-cart .cart_totals table.shop_table .order-total th {
  font-size: 28px;
  color: #2d2d2d;
  border: none;
  font-weight: 700;
  padding: 0 !important;
  line-height: 1;
  height: auto !important;
  min-height: auto !important;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .woocommerce-cart .cart_totals table.shop_table .order-total th {
    display: inline-block !important;
    font-size: 18px;
  }
}
.woocommerce-cart .cart_totals table.shop_table .order-total td {
  line-height: 1;
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  font-size: 36px;
  text-align: right !important;
  background: transparent;
}
@media (max-width: 800px) {
  .woocommerce-cart .cart_totals table.shop_table .order-total td {
    font-size: 30px;
  }
}
.woocommerce-cart div.wc-proceed-to-checkout {
  padding: 32px 0 0;
  text-align: right;
}
.woocommerce-cart div.wc-proceed-to-checkout a.checkout-button {
  padding: 12px 40px !important;
  height: 56px !important;
  color: #fff !important;
  font-weight: 600 !important;
  background: #3A5896 !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  display: inline-block;
  border: none !important;
  margin-bottom: 0;
}
.woocommerce-cart div.wc-proceed-to-checkout a.checkout-button:after {
  display: none !important;
}

.checkout-step .vis-cart-items .invoice_delivery_info {
  display: block !important;
}

.search-mobile {
  width: 60%;
}
@media (min-width: 992px) {
  .search-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .search-mobile {
    width: 100% !important;
    order: 3;
    margin: 20px 0 24px;
  }
}
.search-mobile .box-search {
  position: relative;
}
.search-mobile .box-search input.mctb-search {
  border-radius: 8px;
  border: 1.5px solid var(--vislokaal-black, #2D2D2D);
  background: var(--vislokaal-white, #FFF);
  box-shadow: -8px 6px 0px 0px #E4EEF4;
  padding: 14px 32px 14px 16px;
  font-size: 16px;
  height: 50px;
  width: 100%;
  text-align: left;
}
.search-mobile .box-search input.mctb-search::placeholder {
  font-size: 14px;
  color: #9094A7;
}
.search-mobile .box-search #searchsubmit {
  transform: translateY(7px) !important;
  background-image: url(../images/2023/search-mb.svg);
  background-size: 22px !important;
  position: absolute;
  top: 6px;
  right: 10px;
  background-repeat: no-repeat;
  border: none;
  width: 22px;
  padding: 0;
  background-color: transparent;
}

.tax-product_cat:not(.subcategory) .term_description p {
  max-width: 780px;
  margin: auto;
}

.page-shop p {
  font-size: 16px;
}
.page-shop .container.small {
  max-width: 1024px !important;
  margin: auto;
}
.page-shop .btn {
  text-transform: uppercase;
  height: 40px;
  padding: 12px 20px !important;
  border-radius: 5px;
}
.page-shop .btn.btn-white {
  background: #fff;
  color: #3A5896;
}
.page-shop .header-main ul.menu {
  margin: 0;
  padding: 100px 0 30px;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.page-shop .header-main ul.menu li a {
  color: #3A5896;
  text-transform: uppercase;
  font-size: 18px;
}
.page-shop .header-main ul.menu li a:hover {
  opacity: 0.85;
}
.page-shop .header-main ul.menu li.logo-img {
  position: relative;
  width: 166px;
}
.page-shop .header-main ul.menu li.logo-img a {
  font-size: 0;
}
.page-shop .header-main ul.menu li.logo-img a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 201px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 10;
}
.page-shop .header-main ul.menu li.icon-facebook {
  position: relative;
}
.page-shop .header-main ul.menu li.icon-facebook a {
  font-size: 0;
}
.page-shop .header-main ul.menu li.icon-facebook a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-facebook.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 30px;
}
.page-shop .header-main ul.menu li:first-child {
  display: flex;
}
.page-shop .header-main ul.menu li:first-child:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-fish.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 86px;
  height: 24px;
  margin-right: 2rem;
}
.page-shop .top-lead {
  text-align: center;
  margin-bottom: 20px;
}
.page-shop .top-lead .title h2 {
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #3A5896;
  font-size: 50px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  font-family: "GrotesqueMTStd-Bold";
}
@media (max-width: 1200px) {
  .page-shop .top-lead .title h2 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .page-shop .top-lead .title h2 {
    font-size: 35px;
  }
}
.page-shop .top-lead .sub-title {
  position: relative;
}
.page-shop .top-lead .sub-title:before {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #3A5896;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-shop .top-lead .sub-title p {
  display: inline-block;
  text-transform: uppercase;
  color: #3A5896;
  font-size: 20px;
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 10;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-shop .top-lead .sub-title p {
    padding: 0 18px;
  }
}
.page-shop .top-lead.color-white .title h2 {
  color: #fff;
  font-family: "GrotesqueMTStd-Regular";
}
.page-shop .top-lead.color-white .sub-title:before, .page-shop .top-lead.color-white .sub-title:after {
  background-color: #fff;
}
.page-shop .top-lead.color-white .sub-title p {
  color: #fff;
  background: #3A5896;
}
.page-shop .section-slider .item {
  position: relative;
}
.page-shop .section-slider .item .picture {
  position: relative;
  /* max-height: 600px;
  min-height: 380px;

  img {
    height: 100%;
    object-fit: cover;
    min-height: 380px;
  } */
}
.page-shop .section-slider .item .picture:before {
  content: "";
  display: inline-block;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-shop .section-slider .item .box-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  /* @media(max-width: 768px){
    top: 45%;
  } */
}
.page-shop .section-slider .item .box-info .sub-title {
  font-family: "GrotesqueMTStd-Regular";
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.page-shop .section-slider .item .box-info .title {
  font-weight: 400;
  font-size: 94px;
  line-height: 1.2;
  color: #fff;
  font-family: "GrotesqueMTStd-Regular";
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .page-shop .section-slider .item .box-info .title {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .page-shop .section-slider .item .box-info .title {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.page-shop .section-slider .item .box-info .desc {
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 32px;
}
.page-shop .section-slider .item .box-info .group-btn .btn {
  font-weight: 600;
  line-height: 1.5 !important;
  font-family: "Roboto";
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  height: 50px;
}
.page-shop .section-slider .item .box-info .group-btn .btn.btn-1 {
  /* border: 1px solid #2D2D2D !important;
  color: #000;
  background: #E4EEF4; */
}
.page-shop .section-slider .item .box-info .group-btn .btn.btn-1:hover {
  opacity: 0.85;
}
.page-shop .section-slider .item .box-info .group-btn .btn.btn-2 {
  margin-left: 24px;
  border: none;
}
@media (max-width: 992px) {
  .page-shop .section-slider .item .box-info .group-btn .btn.btn-2 {
    margin-left: 12px;
  }
}
.page-shop .section-slider .item .box-info .group-btn .btn.btn-2:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .page-shop .section-slider .item .box-info .group-btn .btn.btn-2:after {
    width: 15px;
    height: 10px;
    margin-left: 10px;
  }
}
.page-shop .section-slider .owl-item {
  overflow: hidden;
}
.page-shop .section-slider .owl-item .item {
  /* @media(min-width: 1200px){
    height: 518px;
  } */
}
.page-shop .section-slider .owl-item.active .box-info .sub-title {
  animation: fadeInUp ease 1s 1s both;
}
.page-shop .section-slider .owl-item.active .box-info .title {
  animation: fadeInUp ease 1s 1.2s both;
}
.page-shop .section-slider .owl-item.active .box-info .desc {
  animation: fadeInUp ease 1s 1.25s both;
}
.page-shop .section-slider .owl-item.active .box-info .group-btn {
  animation: fadeInUp ease 1s 1.3s both;
}
.page-shop .section-slider .owl-nav button {
  background: #3A5896 !important;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-shop .section-slider .owl-nav button span {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 16px;
  display: inline-block;
}
.page-shop .section-slider .owl-nav button i {
  color: #fff;
}
.page-shop .section-slider .owl-nav button:hover {
  background: #3A5896 !important;
  opacity: 0.85;
}
.page-shop .section-slider .owl-nav button:hover span {
  color: #fff;
}
.page-shop .section-slider .owl-nav .owl-prev {
  left: 25px;
}
.page-shop .section-slider .owl-nav .owl-prev span {
  background-image: url(../images/icons/right-2.svg);
}
.page-shop .section-slider .owl-nav .owl-next {
  right: 25px;
}
.page-shop .section-slider .owl-nav .owl-next span {
  background-image: url(../images/icons/left-2.svg);
}
.page-shop .section-slider .owl-dots {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}
.page-shop .section-slider .owl-dots .owl-dot span {
  background: transparent;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  border: 1px solid #FFFFFF;
}
.page-shop .section-slider .owl-dots .owl-dot span:hover {
  background: #fff;
}
.page-shop .section-slider .owl-dots .owl-dot.active span {
  background: #fff;
}
@media (min-width: 1200px) {
  .page-shop .section-slider .owl-dots.odd .owl-dot span {
    border: 1px solid #3A5896;
  }
  .page-shop .section-slider .owl-dots.odd .owl-dot span:hover {
    background: #3A5896;
  }
  .page-shop .section-slider .owl-dots.odd .owl-dot.active span {
    background: #3A5896;
  }
}
.page-shop .section-slider:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.page-shop .section-slider:hover .owl-nav .owl-prev {
  left: 10px;
}
.page-shop .section-slider:hover .owl-nav .owl-next {
  right: 10px;
}
.page-shop .section-vislokal {
  background: #3A5896;
  padding: 30px 16px;
  color: #fff;
}
.page-shop .section-vislokal .top-lead .title h2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.page-shop .section-vislokal .top-lead .title h2:before, .page-shop .section-vislokal .top-lead .title h2:after {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 104px;
  height: 106px;
}
@media (max-width: 768px) {
  .page-shop .section-vislokal .top-lead .title h2:before, .page-shop .section-vislokal .top-lead .title h2:after {
    display: none;
  }
}
.page-shop .section-vislokal .top-lead .title h2:after {
  transform: scaleX(-1);
}
@media (max-width: 992px) {
  .page-shop .section-vislokal .picture {
    margin-bottom: 25px;
  }
}
.page-shop .section-service {
  /* background-image: url('../images/2024/bg-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  padding: 30px 16px;
}
.page-shop .section-service .top-lead {
  text-align: right;
  position: relative;
  padding: 100px 0 0;
  /* .sub-title {
    @media(max-width: 768px){
      display: flex;
      justify-content: center;
      align-items: center;
    }

    &:before {
      width: 56%;

      @media(max-width: 768px){
        width: 35%;
        position: static;
      }
    }

    &:after {
      content: "";
      display: inline-block;
      height: 2px;
      background-color: #3A5896;
      width: 12%;
      position: static;
      vertical-align: middle;

      @media(max-width: 768px){
        width: 35%;
      }
    }

    p {
      background: transparent;

      @media(max-width: 768px){
        white-space: pre;
      }
    }
  } */
}
@media (max-width: 768px) {
  .page-shop .section-service .top-lead {
    padding: 0;
    text-align: center;
  }
}
.page-shop .section-service .top-lead .box-inner {
  padding-right: 200px;
}
@media (max-width: 768px) {
  .page-shop .section-service .top-lead .box-inner {
    padding-right: 0;
  }
}
.page-shop .section-service .top-lead .txt {
  color: #3A5896;
  margin-top: 20px;
}
.page-shop .section-service .top-lead:after {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 736px;
  height: 301px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .page-shop .section-service .top-lead:after {
    display: none;
  }
}
.page-shop .section-service .top-lead .title h2 {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .page-shop .section-service .top-lead .title h2 {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .page-shop .section-service .top-lead .sub-title p {
    margin-right: 80px;
  }
}
.page-shop .section-keuken {
  background: #3A5896;
  padding: 30px 16px;
  color: #fff;
}
.page-shop .section-keuken .top-lead .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 40px;
}
.page-shop .section-keuken .top-lead .title h2:before, .page-shop .section-keuken .top-lead .title h2:after {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 131px;
  height: 78px;
}
@media (max-width: 768px) {
  .page-shop .section-keuken .top-lead .title h2:before, .page-shop .section-keuken .top-lead .title h2:after {
    display: none;
  }
}
.page-shop .section-keuken ul.list-item {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 992px) {
  .page-shop .section-keuken ul.list-item {
    justify-content: center;
  }
}
.page-shop .section-keuken ul.list-item li {
  list-style: none;
}
.page-shop .section-werk {
  padding: 80px 0 40px;
}
@media (max-width: 768px) {
  .page-shop .section-werk {
    padding: 40px 0;
  }
}
.page-shop .section-werk .top-lead {
  padding-right: 200px;
}
@media (max-width: 768px) {
  .page-shop .section-werk .top-lead {
    padding-right: 0;
  }
}
.page-shop .section-werk .ctn-right .box-info {
  position: relative;
}
.page-shop .section-werk .ctn-right .txt {
  padding-right: 200px;
  color: #3A5896;
}
@media (max-width: 768px) {
  .page-shop .section-werk .ctn-right .txt {
    padding-right: 0;
  }
}
.page-shop .section-werk .ctn-right .image:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 180px;
  height: 312px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .page-shop .section-werk .ctn-right .image:before {
    display: none;
  }
}
.page-shop .section-werk .btn-actions {
  margin-top: 15px;
}
.page-shop .section-werk .btn-actions a {
  width: 100%;
}
.page-shop .section-feest {
  background: #3A5896;
  padding: 30px 16px;
  color: #fff;
}
.page-shop .section-feest .top-lead {
  position: relative;
  padding-left: 150px;
}
@media (max-width: 768px) {
  .page-shop .section-feest .top-lead {
    padding-left: 0;
  }
}
.page-shop .section-feest .top-lead:before {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-5.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 123px;
  height: 123px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .page-shop .section-feest .top-lead:before {
    display: none;
  }
}
.page-shop .section-feest .top-lead .title h2 {
  font-size: 60px;
}
@media (max-width: 1200px) {
  .page-shop .section-feest .top-lead .title h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .page-shop .section-feest .top-lead .title h2 {
    font-size: 40px;
  }
}
.page-shop .section-feest .top-lead .title h2:after {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-6.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 121px;
  height: 78px;
}
@media (max-width: 768px) {
  .page-shop .section-feest .top-lead .title h2:after {
    display: none;
  }
}
.page-shop .section-feest ul.list-item {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 992px) {
  .page-shop .section-feest ul.list-item {
    justify-content: center;
  }
}
.page-shop .section-feest ul.list-item li {
  list-style: none;
}
.page-shop .section-feest .btn-actions {
  text-align: center;
  margin-top: 20px;
}
.page-shop .section-winkel {
  padding: 30px 16px;
}
.page-shop .section-winkel .top-lead .title h2:before, .page-shop .section-winkel .top-lead .title h2:after {
  content: "";
  display: inline-block;
  background-image: url("../images/2024/ic-7.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 25px;
}
.page-shop .section-winkel .top-lead .title h2:after {
  transform: scaleX(-1);
}
.page-shop .section-winkel .ctn-left .image {
  float: left;
  margin-right: 20px;
}
.page-shop .section-winkel .ctn-left .txt {
  color: #3A5896;
}
.page-shop .section-winkel .ctn-left .btn-actions .btn {
  width: 100%;
}
.page-shop .section-winkel .ctn-left .picture {
  margin-top: 20px;
}
.page-shop .section-winkel .ctn-left .picture img {
  width: 100%;
}
.page-shop .section-winkel .ctn-right .pic + .pic {
  margin-top: 20px;
}
.page-shop .section-winkel .container {
  --bs-gutter-x: 2.5rem;
}
.page-shop .section-winkel .container > .row {
  --bs-gutter-x: 2.5rem;
}
.page-shop .et_pb_section:not(.full-width) div.et_pb_row {
  max-width: 1024px !important;
  margin: auto;
  padding: 0;
}
.page-shop .section-contact {
  /* background-image: url('../images/2024/bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  padding: 30px 16px;
  background: #e8ebed;
}
.page-shop .section-contact .top-lead .sub-title:before, .page-shop .section-contact .top-lead .sub-title:after {
  width: 38%;
}
@media (max-width: 768px) {
  .page-shop .section-contact .top-lead .sub-title:before, .page-shop .section-contact .top-lead .sub-title:after {
    width: 35%;
    position: static !important;
  }
}
.page-shop .section-contact .top-lead .sub-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #3A5896;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-shop .section-contact .top-lead .sub-title p {
  background: transparent;
}
@media (max-width: 768px) {
  .page-shop .section-contact .top-lead .sub-title p {
    white-space: pre;
  }
}
.page-shop .section-contact .et_pb_contact_form {
  background: #fff;
  border: 2px solid #3A5896;
  padding: 30px;
  border-radius: 24px;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_field {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_field input, .page-shop .section-contact .et_pb_contact_form .et_pb_contact_field textarea {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #3A5896;
  text-align: left;
  border-radius: 6px;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_field input::placeholder, .page-shop .section-contact .et_pb_contact_form .et_pb_contact_field textarea::placeholder {
  color: #3A5896;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_field input {
  height: 50px;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_captcha {
  background: #fff;
  padding: 2px 10px;
  border: 1px solid #3A5896;
  text-align: left;
  border-radius: 6px;
}
.page-shop .section-contact .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_right > p {
  display: flex;
  align-items: center;
  min-width: 120px;
  justify-content: flex-end;
  gap: 4px;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_submit {
  background: #3A5896;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 28px !important;
  border: none !important;
  height: 50px;
  font-family: "GrotesqueMTStd-Bold" !important;
  line-height: 1 !important;
  font-size: 16px;
}
.page-shop .section-contact .et_pb_contact_form .et_pb_contact_submit:after {
  display: none !important;
}

div.single-product.woocommerce div.product form.cart {
  background: transparent;
  margin-bottom: 22px !important;
  padding: 0;
  border: none;
}

.masthead-title {
  text-align: center;
}
.masthead-title .et_pb_text_inner {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.row.v-gutters {
  --bs-gutter-x: 2.5rem;
}

.fish-list {
  max-width: 1200px;
  margin: auto;
}
.fish-list .item {
  margin-bottom: 30px;
}
.fish-list .inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
  padding: 10px 0;
}
.fish-list .inner .title {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.fish-list .inner .title a {
  color: #000;
}
.fish-list .inner .title a:hover {
  color: #3A5896;
}
.fish-list .inner .featured-image img {
  height: auto;
  width: 45px;
}
.fish-list .hoe-doe-ik-dat-details {
  display: none;
}
.fish-list .row {
  align-items: flex-end;
}

.single-fish .container {
  padding-top: 0 !important;
}
.single-fish #main-content .container::before {
  display: none !important;
}
.single-fish .et_right_sidebar #main-content .container::before {
  display: none !important;
}
.single-fish .breadcrumb_div {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.single-fish .et_pb_post {
  margin-bottom: 0;
}
.single-fish .section-top {
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 992px) {
  .single-fish .section-top {
    grid-template-columns: 60% 40%;
    align-items: center;
    display: grid;
  }
}
.single-fish .section-top .entry-content .vis_txt {
  max-width: 85%;
}
@media (max-width: 768px) {
  .single-fish .section-top .entry-content .vis_txt {
    max-width: 100%;
  }
}
.single-fish .section-top .entry-content .vis_txt h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 32px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .single-fish .section-top .entry-content .vis_txt h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .single-fish .section-top .entry-content .vis_txt h1 {
    font-size: 28px;
  }
}
.single-fish .section-top .entry-content .vis_txt h1 span {
  font-size: 24px;
  display: block;
  text-transform: none;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .single-fish .section-top .entry-content .vis_txt h1 span {
    font-size: 20px;
  }
}
.single-fish .section-top .pic-product img {
  width: 500px;
}
.single-fish .fish_recipe {
  max-width: 800px;
  margin: auto;
}
.single-fish .fish_recipe .et_post_meta_wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 16px auto 32px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .single-fish .fish_recipe .et_post_meta_wrapper h1 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .single-fish .fish_recipe .et_post_meta_wrapper h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-fish .fish_recipe .et_post_meta_wrapper h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.single-fish .fish_recipe .top_img {
  display: none;
}
@media (max-width: 992px) {
  .single-fish .fish_recipe .top_img img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .single-fish .fish_recipe .top_img img {
    width: 80px;
  }
}
.single-fish .fish_recipe .entry-content {
  padding-top: 0;
}
.single-fish .fish_width {
  width: 800px;
  float: none;
  margin: 0 auto 60px;
  margin-bottom: 60px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .single-fish .fish_width {
    margin-bottom: 40px;
  }
}
.single-fish .how_to_right_sec {
  margin-top: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .description > h2, .single-fish .how_to_right_sec .fish_description_rept .description > h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .single-fish .how_to_right_sec .fish_description_rept .description > h2, .single-fish .how_to_right_sec .fish_description_rept .description > h3 {
    font-size: 24px;
  }
}
.single-fish .how_to_right_sec .fish_description_rept .description ul {
  padding: 0;
  margin: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .description ul li {
  list-style: none;
}
.single-fish .how_to_right_sec .fish_description_rept .fish_width.has-bg {
  border-radius: 16px;
  background: #E4EEF4;
  padding: 32px;
}
@media (max-width: 992px) {
  .single-fish .how_to_right_sec .fish_description_rept .stop_watch {
    margin-bottom: 40px;
  }
}
.single-fish .how_to_right_sec .fish_description_rept .stop_watch .stop_watch_inner > h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.single-fish .how_to_right_sec .fish_description_rept .stop_watch .stop_watch_inner > h3:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.single-fish .how_to_right_sec .fish_description_rept .stop_watch .stop_watch_inner ul {
  padding: 0 !important;
  margin: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .stop_watch .stop_watch_inner ul li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  line-height: 1.25;
  list-style: none;
  padding-left: 32px;
}
.single-fish .how_to_right_sec .fish_description_rept .stop_watch .stop_watch_inner ul li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/spin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .stop_watch .stop_watch_inner ul li + li {
  margin-top: 28px;
}
.single-fish .how_to_right_sec .fish_description_rept .bered > h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.single-fish .how_to_right_sec .fish_description_rept .bered > h3:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.single-fish .how_to_right_sec .fish_description_rept .bered ul {
  padding: 0 !important;
  margin: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .bered ul li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 32px;
  position: relative;
  list-style: none;
  line-height: 1.25;
}
.single-fish .how_to_right_sec .fish_description_rept .bered ul li + li {
  margin-top: 28px;
}
.single-fish .how_to_right_sec .fish_description_rept .bered ul li > span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #88AACB;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .bered ul li > h4 {
  display: none;
}
.single-fish .how_to_right_sec .fish_description_rept .bered ul li p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .area-exper_tip {
  border-radius: 16px;
  padding: 24px 24px 24px 94px;
  background: #3A5896;
  position: relative;
}
.single-fish .how_to_right_sec .fish_description_rept .area-exper_tip:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/idea.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53px;
  height: 51px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.single-fish .how_to_right_sec .fish_description_rept .area-exper_tip h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .area-exper_tip .cnt-expert_tips {
  color: #fff;
  font-size: 14px;
}
.single-fish .how_to_right_sec .fish_description_rept .area-exper_tip .cnt-expert_tips p {
  margin-bottom: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .area-wanner {
  margin: 60px 0 0;
  text-align: center;
}
@media (max-width: 992px) {
  .single-fish .how_to_right_sec .fish_description_rept .area-wanner {
    margin-top: 40px;
  }
}
.single-fish .how_to_right_sec .fish_description_rept .area-wanner h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-fish .how_to_right_sec .fish_description_rept .area-wanner h3:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/fork.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.single-fish .how_to_right_sec .fish_description_rept .area-wanner .cnt-wanneer p {
  margin-bottom: 0;
}
.single-fish .how_to_right_sec .fish_description_rept .area-other_description {
  max-width: 450px;
  padding: 32px 0;
  border-top: 1px solid #3A5896;
  border-bottom: 1px solid #3A5896;
  margin: 60px auto 0;
  text-align: center;
}
@media (max-width: 992px) {
  .single-fish .how_to_right_sec .fish_description_rept .area-other_description {
    margin-top: 32px;
    padding: 20px 0;
  }
}
.single-fish .how_to_right_sec .fish_description_rept .area-other_description h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.single-fish .how_to_right_sec .fish_description_rept .area-other_description .cnt-other_description p {
  margin-bottom: 0;
}
.single-fish .how_to_right_sec .fish_description_rept + .fish_description_rept {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .single-fish .how_to_right_sec .fish_description_rept + .fish_description_rept {
    margin-top: 40px;
  }
}
.single-fish .table.caption-top {
  margin: 0 0 20px;
}
.single-fish .accordion .accordion-header {
  padding-bottom: 0;
}
.single-fish .accordion .accordion-header br {
  display: none;
}
.single-fish .accordion .accordion-header button {
  outline: none;
  box-shadow: none;
}
.single-fish .accordion .accordion-body {
  text-align: left;
}
.single-fish .accordion .accordion-item > p {
  display: none;
}
.single-fish ul.list-lag li + li {
  padding-top: 10px;
}
.single-fish .related_how_to_section h2.title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #3A5896;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.single-fish .related_how_to_section p.sub-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single-fish .related_how_to_section ul.hoe-doe-ik-dat-list {
  margin-top: 0;
}
.single-fish .related_how_to_section ul.hoe-doe-ik-dat-list li {
  width: 33.33%;
}

.page-fish .et_pb_section {
  padding-top: 32px;
}
.page-fish .et_pb_section .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.page-fish .et_pb_section .breadcrumb_div {
  text-align: left;
}
.page-fish .et_pb_section .masthead-title {
  margin-top: 32px !important;
}
.page-fish .et_pb_section .masthead-title .et_pb_text_inner {
  margin-bottom: 20px;
}
.page-fish .et_pb_section .masthead-title .et_pb_text_inner h2 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #344f8d;
  font-family: "Roboto Serif", Georgia, "Times New Roman", serif;
}

.page-city .et_pb_section {
  padding-top: 32px;
}
.page-city .et_pb_section .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.page-city .et_pb_section .breadcrumb_div {
  text-align: left;
}
.page-city .et_pb_section .masthead-title {
  margin-top: 32px !important;
}
.page-city .et_pb_section .masthead-title .et_pb_text_inner {
  margin-bottom: 20px;
}
.page-city .et_pb_section .masthead-title .et_pb_text_inner h2 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #344f8d;
  font-family: "Roboto Serif", Georgia, "Times New Roman", serif;
}

.city-list {
  margin-top: 20px;
}
.city-list .alphabet-group {
  margin-top: 40px;
}
.city-list .alphabet-group h3 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.city-list .item .images {
  display: none;
}
.city-list .item .title a {
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
  display: block;
}
.city-list .item .title a:hover {
  color: #3A5896;
}

.single-city .section-slider .item .box-info .title p {
  font-weight: 400;
  font-size: 94px;
  line-height: 50px;
  color: #fff;
  font-family: "GrotesqueMTStd-Regular";
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .single-city .section-slider .item .box-info .title p {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .single-city .section-slider .item .box-info .title p {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.single-city .section-slider .item .box-info .title p span {
  font-size: 34px;
}
.single-city .section-slider .item .box-info .desc {
  max-width: 1000px;
  margin: 12px auto 32px;
}
.page-template-category #left-area {
	float: none !important;
	padding-right: 0 !important;
}



.single-product .waarom_kiezen {
  padding-top: 75px;
  border-top: 1px solid #d3d5da;
  max-width: 900px;
  margin: 60px auto 0;
}
@media (max-width: 1200px) {
  .single-product .waarom_kiezen {
    padding-top: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .single-product .waarom_kiezen {
    padding-top: 40px;
    margin-top: 30px;
  }
}
.single-product .waarom_kiezen h3 {
  padding-bottom: 0;
  margin-bottom: 20px;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 32px;
  color: #344f8d;
  text-align: center;
}
@media (max-width: 768px) {
  .single-product .waarom_kiezen h3 {
    font-size: 28px;
  }
}
.single-product .waarom_kiezen ul {
  padding: 0 !important;
}
@media (min-width: 768) {
  .single-product .waarom_kiezen ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
  }
}
.single-product .waarom_kiezen ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  list-style: none;
}
@media (min-width: 768) {
  .single-product .waarom_kiezen ul li {
    width: 50%;
    padding: 0 25px;
  }
}
.single-product .waarom_kiezen ul li + li {
  margin-top: 12px;
}
.single-product .waarom_kiezen ul li::before {
  content: "";
  background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  display: inline-block;
  margin-right: 14px;
  margin-top: 6px;
  min-width: 18px;
}
.single-product .faq_content {
  padding-top: 75px;
  border-top: 1px solid #d3d5da;
  max-width: 900px;
  margin: 100px auto 0;
}
@media (max-width: 1200px) {
  .single-product .faq_content {
    padding-top: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .single-product .faq_content {
    padding-top: 40px;
    margin-top: 30px;
  }
}
.single-product .faq_content h3 {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 18px;
  color: #344f8d;
}
.single-product .faq_content .title-lead {
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .faq_content .title-lead:before, .single-product .faq_content .title-lead:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 80px;
  height: 62px;
}
@media (max-width: 768px) {
  .single-product .faq_content .title-lead:before, .single-product .faq_content .title-lead:after {
    display: none;
  }
}
.single-product .faq_content .title-lead:before {
  background-image: url("../images/icons/ic-fish-left.svg");
}
.single-product .faq_content .title-lead:after {
  background-image: url("../images/icons/ic-fish-right.svg");
}
.single-product .faq_content .title-lead .sec_hd {
  font-size: 36px;
  color: #3a5896;
  font-family: "GrotesqueMTStd-Bold";
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .single-product .faq_content .title-lead .sec_hd {
    font-size: 28px;
  }
}
.single-product .faq_content .head-top p {
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
}
.single-product .faq_content #accordionFAQ .accordion-item {
  border-radius: 8px;
  border: none;
}
.single-product .faq_content #accordionFAQ .accordion-item + .accordion-item {
  margin-top: 24px;
}
.single-product .faq_content #accordionFAQ .accordion-item > p {
  display: none !important;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header {
  padding: 0;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header br {
  display: none !important;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button {
  padding: 16px;
  background: #3a5896;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../images/icons/ic-minus-faq.svg");
  width: 14px;
  height: 2px;
  background-size: 14px;
  background-repeat: no-repeat;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button.collapsed {
  background: #e4eef4;
  color: #3a5896;
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: url("../images/icons/ic-plus-faq.svg");
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-collapse {
  border: 1px solid #3a5896;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-collapse > p {
  display: none !important;
}
.single-product .content_cta {
  position: relative;
  margin-top: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 16px 70px;
  border-radius: 8px;
  background-image: url("https://vislokaal.com/wp-content/uploads/2023/04/Vislokaal_Shop.jpg");
}
@media (max-width: 992px) {
  .single-product .content_cta {
    margin-top: 40px;
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-product .content_cta {
    padding-top: 120px;
  }
}
.single-product .content_cta:before {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 88, 150, 0)), to(rgba(31, 85, 198, 0.6)));
  background: linear-gradient(180deg, rgba(58, 88, 150, 0) 0%, rgba(31, 85, 198, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-product .content_cta .bottom_center {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}
.single-product .content_cta .bottom_center h3,
.single-product .content_cta .bottom_center h5 {
  color: #fff;
  font-size: 28px;
  font-family: "Roboto Serif";
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .single-product .content_cta .bottom_center h3,
  .single-product .content_cta .bottom_center h5 {
    font-size: 20px;
  }
}
.single-product .content_cta .add-to-cart-inside-description h4,
.single-product .content_cta .add-to-cart-inside-description .quantity,
.single-product .content_cta .add-to-cart-inside-description .tinv-wishlist {
  display: none;
}
.single-product .content_cta .add-to-cart-inside-description button.add_to_cart_button {
  background: #fff !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  padding: 11px 20px !important;
  line-height: 1 !important;
  color: #2d2d2d !important;
  height: 44px;
  display: inline-block;
}
.single-product .content_cta .add-to-cart-inside-description button.add_to_cart_button:after {
  display: none;
}
.single-product .content_cta .add-to-cart-inside-description button.add_to_cart_button:hover {
  opacity: 0.8;
}
.single-product .content_cta .add-to-cart-inside-description .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.single-product .waarom_kiezen {
  padding-top: 75px;
  border-top: 1px solid #d3d5da;
  max-width: 900px;
  margin: 60px auto 0;
}
@media (max-width: 1200px) {
  .single-product .waarom_kiezen {
    padding-top: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .single-product .waarom_kiezen {
    padding-top: 40px;
    margin-top: 30px;
  }
}
.single-product .waarom_kiezen h3 {
  padding-bottom: 0;
  margin-bottom: 20px;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 32px;
  color: #344f8d;
  text-align: center;
}
@media (max-width: 768px) {
  .single-product .waarom_kiezen h3 {
    font-size: 28px;
  }
}
.single-product .waarom_kiezen ul {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .single-product .waarom_kiezen ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
  }
}
.single-product .waarom_kiezen ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  list-style: none;
}
@media (min-width: 768px) {
  .single-product .waarom_kiezen ul li {
    width: 50%;
    padding: 0 25px;
  }
}
.single-product .waarom_kiezen ul li + li {
  margin-top: 12px;
}
.single-product .waarom_kiezen ul li::before {
  content: "";
  background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 14px;
  display: inline-block;
  margin-right: 14px;
  margin-top: 6px;
  min-width: 18px;
}
.single-product .faq_content {
  padding-top: 75px;
  border-top: 1px solid #d3d5da;
  max-width: 900px;
  margin: 100px auto 0;
}
@media (max-width: 1200px) {
  .single-product .faq_content {
    padding-top: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .single-product .faq_content {
    padding-top: 40px;
    margin-top: 30px;
  }
}
.single-product .faq_content h3 {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: "GrotesqueMTStd-Bold";
  font-size: 18px;
  color: #344f8d;
}
.single-product .faq_content .title-lead {
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .faq_content .title-lead:before, .single-product .faq_content .title-lead:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 80px;
  height: 62px;
}
@media (max-width: 768px) {
  .single-product .faq_content .title-lead:before, .single-product .faq_content .title-lead:after {
    display: none;
  }
}
.single-product .faq_content .title-lead:before {
  background-image: url("../images/icons/ic-fish-left.svg");
}
.single-product .faq_content .title-lead:after {
  background-image: url("../images/icons/ic-fish-right.svg");
}
.single-product .faq_content .title-lead .sec_hd {
  font-size: 36px;
  color: #3a5896;
  font-family: "GrotesqueMTStd-Bold";
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .single-product .faq_content .title-lead .sec_hd {
    font-size: 28px;
  }
}
.single-product .faq_content .head-top p {
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
}
.single-product .faq_content #accordionFAQ .accordion-item {
  border-radius: 8px;
  border: none;
}
.single-product .faq_content #accordionFAQ .accordion-item + .accordion-item {
  margin-top: 24px;
}
.single-product .faq_content #accordionFAQ .accordion-item > p {
  display: none !important;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header {
  padding: 0;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header br {
  display: none !important;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button {
  padding: 16px;
  background: #3a5896;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../images/icons/ic-minus-faq.svg");
  width: 14px;
  height: 2px;
  background-size: 14px;
  background-repeat: no-repeat;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button.collapsed {
  background: #e4eef4;
  color: #3a5896;
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: url("../images/icons/ic-plus-faq.svg");
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-collapse {
  border: 1px solid #3a5896;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.single-product .faq_content #accordionFAQ .accordion-item .accordion-collapse > p {
  display: none !important;
}
.single-product .content_cta {
  position: relative;
  margin-top: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 16px 70px;
  border-radius: 8px;
  background-image: url("https://vislokaal.com/wp-content/uploads/2023/04/Vislokaal_Shop.jpg");
}
@media (max-width: 992px) {
  .single-product .content_cta {
    margin-top: 40px;
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-product .content_cta {
    padding-top: 120px;
  }
}
.single-product .content_cta:before {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 88, 150, 0)), to(rgba(31, 85, 198, 0.6)));
  background: linear-gradient(180deg, rgba(58, 88, 150, 0) 0%, rgba(31, 85, 198, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-product .content_cta .bottom_center {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}
.single-product .content_cta .bottom_center h3,
.single-product .content_cta .bottom_center h5 {
  color: #fff;
  font-size: 28px;
  font-family: "Roboto Serif";
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .single-product .content_cta .bottom_center h3,
  .single-product .content_cta .bottom_center h5 {
    font-size: 20px;
  }
}
.single-product .content_cta .add-to-cart-inside-description h4,
.single-product .content_cta .add-to-cart-inside-description .quantity,
.single-product .content_cta .add-to-cart-inside-description .tinv-wishlist {
  display: none;
}
.single-product .content_cta .add-to-cart-inside-description button.add_to_cart_button {
  background: #fff !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  padding: 11px 20px !important;
  line-height: 1 !important;
  color: #2d2d2d !important;
  height: 44px;
  display: inline-block;
}
.single-product .content_cta .add-to-cart-inside-description button.add_to_cart_button:after {
  display: none;
}
.single-product .content_cta .add-to-cart-inside-description button.add_to_cart_button:hover {
  opacity: 0.8;
}
.single-product .content_cta .add-to-cart-inside-description .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

#section-welkom {
  padding-top: 0;
  padding-bottom: 0;
}
#section-welkom .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
  max-width: 100% !important;
}
#section-welkom .et_pb_column {
  float: none;
}
#section-welkom .item {
  position: relative;
}
#section-welkom .item .box-info .content {
  position: relative;
  z-index: 2;
}
#section-welkom .item .box-info .sub-title {
  font-family: "GrotesqueMTStd-Regular";
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: uppercase;
}
#section-welkom .item .box-info .title {
  font-weight: 400;
  line-height: 1.2;
  font-family: "GrotesqueMTStd-Regular";
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  #section-welkom .item .box-info .title {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item .box-info .title {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  #section-welkom .item .box-info .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #section-welkom .item .box-info .title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
#section-welkom .item .box-info .title h1 {
  font-weight: 400;
  line-height: 1.2;
  font-family: "GrotesqueMTStd-Regular";
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  #section-welkom .item .box-info .title h1 {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item .box-info .title h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  #section-welkom .item .box-info .title h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #section-welkom .item .box-info .title h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
#section-welkom .item .box-info .desc {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 32px;
}
#section-welkom .item .box-info .group-btn {
  position: relative;
  z-index: 2;
}
#section-welkom .item .box-info .group-btn .btn {
  font-weight: 600;
  line-height: 1.2 !important;
  font-family: "Roboto";
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#section-welkom .item .box-info .group-btn .btn.btn-1 {
  border: 1px solid #2d2d2d !important;
  color: #000;
  background: #e4eef4;
}
#section-welkom .item .box-info .group-btn .btn.btn-1:hover {
  opacity: 0.85;
}
#section-welkom .item .box-info .group-btn .btn.btn-2 {
  margin-left: 24px;
  border: none;
}
@media (max-width: 992px) {
  #section-welkom .item .box-info .group-btn .btn.btn-2 {
    margin-left: 12px;
  }
}
#section-welkom .item .box-info .group-btn .btn.btn-2:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 16px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  #section-welkom .item .box-info .group-btn .btn.btn-2:after {
    width: 15px;
    height: 10px;
    margin-left: 10px;
  }
}
#section-welkom .item.type-1 .picture {
  display: none;
}
#section-welkom .item.type-1 .box-info {
  text-align: center;
  padding: 200px 80px 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #section-welkom .item.type-1 .box-info {
    padding: 160px 60px 60px;
  }
}
@media (max-width: 768px) {
  #section-welkom .item.type-1 .box-info {
    padding: 120px 30px 40px;
  }
}
#section-welkom .item.type-1 .box-info:after {
  content: "";
  background: #1a1a1a;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#section-welkom .item.type-1 .box-info .sub-title {
  color: #fff;
}
#section-welkom .item.type-1 .box-info .title {
  color: #fff;
}
@media (min-width: 1200px) {
  #section-welkom .item.type-1 .box-info .title {
    font-size: 94px;
  }
}
#section-welkom .item.type-1 .box-info .title h1 {
  color: #fff;
}
@media (min-width: 1200px) {
  #section-welkom .item.type-1 .box-info .title h1 {
    font-size: 85px;
  }
}
#section-welkom .item.type-1 .box-info .desc {
  color: #fff;
}
#section-welkom .item.type-2 {
  background: #e4eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#section-welkom .item.type-2 .picture {
  width: 48%;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
#section-welkom .item.type-2 .picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-welkom .item.type-2 .box-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1624px;
  width: 100%;
  padding: 50px 32px 75px;
  margin: auto;
}
@media (min-width: 1200px) {
  #section-welkom .item.type-2 .box-info {
    background-image: none !important;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item.type-2 .box-info {
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 120px 30px 50px;
  }
  #section-welkom .item.type-2 .box-info:after {
    content: "";
    background: #1a1a1a;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item.type-2 .box-info .content {
    color: #fff;
  }
}
#section-welkom .item.type-2 .box-info .sub-title {
  color: #344f8d;
}
@media (max-width: 1200px) {
  #section-welkom .item.type-2 .box-info .sub-title {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  #section-welkom .item.type-2 .box-info .title {
    font-size: 82px;
  }
}
@media (min-width: 1200px) {
  #section-welkom .item.type-2 .box-info .title h1 {
    font-size: 82px;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item.type-2 .box-info .title h1 {
    color: #fff;
  }
}
#section-welkom .item.type-2 .box-info .group-btn {
  display: inline-block;
}
#section-welkom .item.type-2 .box-info .group-btn .btn.btn-1 {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section-welkom .item.type-2 .box-info .group-btn .btn.btn-1:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  #section-welkom .item.type-2 .box-info .group-btn .btn.btn-1:after {
    width: 16px;
    height: 16px;
  }
}
#section-welkom .item.type-3 {
  background: #003;
  padding: 44px 20px 100px;
  text-align: center;
}
@media (max-width: 1200px) {
  #section-welkom .item.type-3 {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  #section-welkom .item.type-3 {
    padding-bottom: 250px;
  }
}
#section-welkom .item.type-3 .picture {
  display: none;
}
#section-welkom .item.type-3 .box-info {
  position: relative;
  max-width: 1920px;
  margin: auto;
  background-image: none !important;
  color: #fff;
}
#section-welkom .item.type-3 .box-info h1 {
  color: #fff;
}
#section-welkom .item.type-3 .box-info:before, #section-welkom .item.type-3 .box-info:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  position: absolute;
  bottom: -80px;
}
@media (max-width: 1200px) {
  #section-welkom .item.type-3 .box-info:before, #section-welkom .item.type-3 .box-info:after {
    bottom: -150px;
  }
}
@media (max-width: 768px) {
  #section-welkom .item.type-3 .box-info:before, #section-welkom .item.type-3 .box-info:after {
    bottom: -200px;
  }
}
#section-welkom .item.type-3 .box-info:before {
  background-image: url("../images/pt-1.svg");
  height: 372px;
  width: 506px;
  left: 20px;
}
@media (max-width: 1600px) {
  #section-welkom .item.type-3 .box-info:before {
    height: 270px;
    width: 370px;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item.type-3 .box-info:before {
    height: 170px;
    width: 270px;
  }
}
@media (max-width: 768px) {
  #section-welkom .item.type-3 .box-info:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
#section-welkom .item.type-3 .box-info:after {
  background-image: url("../images/pt-2.svg");
  height: 278px;
  width: 291px;
  right: 9%;
}
@media (max-width: 1600px) {
  #section-welkom .item.type-3 .box-info:after {
    height: 220px;
    width: 218px;
    right: 5%;
  }
}
@media (max-width: 1200px) {
  #section-welkom .item.type-3 .box-info:after {
    height: 160px;
    width: 160px;
    right: 3%;
  }
}
@media (max-width: 768px) {
  #section-welkom .item.type-3 .box-info:after {
    display: none;
  }
}
#section-welkom .owl-item {
  overflow: hidden;
}
#section-welkom .owl-item.active .box-info .sub-title {
  -webkit-animation: fadeInUp ease 1s 1s both;
          animation: fadeInUp ease 1s 1s both;
}
#section-welkom .owl-item.active .box-info .title {
  -webkit-animation: fadeInUp ease 1s 1.2s both;
          animation: fadeInUp ease 1s 1.2s both;
}
#section-welkom .owl-item.active .box-info .desc {
  -webkit-animation: fadeInUp ease 1s 1.25s both;
          animation: fadeInUp ease 1s 1.25s both;
}
#section-welkom .owl-item.active .box-info .group-btn {
  -webkit-animation: fadeInUp ease 1s 1.3s both;
          animation: fadeInUp ease 1s 1.3s both;
}
#section-welkom .owl-nav button {
  background: #344f8d !important;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section-welkom .owl-nav button span {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 16px;
  display: inline-block;
}
#section-welkom .owl-nav button i {
  color: #fff;
}
#section-welkom .owl-nav button:hover {
  background: #344f8d !important;
  opacity: 0.85;
}
#section-welkom .owl-nav button:hover span {
  color: #fff;
}
#section-welkom .owl-nav .owl-prev {
  left: 25px;
}
#section-welkom .owl-nav .owl-prev span {
  background-image: url(../images/icons/right-2.svg);
}
#section-welkom .owl-nav .owl-next {
  right: 25px;
}
#section-welkom .owl-nav .owl-next span {
  background-image: url(../images/icons/left-2.svg);
}
#section-welkom .owl-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}
#section-welkom .owl-dots .owl-dot span {
  background: transparent;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  border: 1px solid #ffffff;
}
#section-welkom .owl-dots .owl-dot span:hover {
  background: #fff;
}
#section-welkom .owl-dots .owl-dot.active span {
  background: #fff;
}
@media (min-width: 1200px) {
  #section-welkom .owl-dots.odd .owl-dot span {
    border: 1px solid #344f8d;
  }
  #section-welkom .owl-dots.odd .owl-dot span:hover {
    background: #344f8d;
  }
  #section-welkom .owl-dots.odd .owl-dot.active span {
    background: #344f8d;
  }
}
#section-welkom:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
#section-welkom:hover .owl-nav .owl-prev {
  left: 10px;
}
#section-welkom:hover .owl-nav .owl-next {
  right: 10px;
}

.single-product .summary.entry-summary .content-sticky > h4 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #2d2d2d;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.single-product .summary.entry-summary .content-sticky .quantity {
  position: relative;
  display: inline-block;
}
.single-product .summary.entry-summary .content-sticky .quantity input[type=number]::-webkit-outer-spin-button,
.single-product .summary.entry-summary .content-sticky .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .summary.entry-summary .content-sticky .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .summary.entry-summary .content-sticky .quantity input.qty {
  padding-right: 15px !important;
  text-align: center;
}
.single-product .summary.entry-summary .content-sticky .quantity button.plus,
.single-product .summary.entry-summary .content-sticky .quantity button.minus {
  position: absolute;
  right: 5px;
  width: 15px !important;
  height: 22px !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer;
  font-size: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .summary.entry-summary .content-sticky .quantity button.plus:hover:before,
.single-product .summary.entry-summary .content-sticky .quantity button.minus:hover:before {
  opacity: 0.8;
}
.single-product .summary.entry-summary .content-sticky .quantity button.plus {
  top: 4px;
}
.single-product .summary.entry-summary .content-sticky .quantity button.plus:before {
  content: "+";
  font-size: 18px;
  font-weight: 400;
  color: #2d2d2d;
}
.single-product .summary.entry-summary .content-sticky .quantity button.minus {
  bottom: 3px;
}
.single-product .summary.entry-summary .content-sticky .quantity button.minus:before {
  content: "−";
  font-size: 18px;
  font-weight: 400;
  color: #2d2d2d;
}
.single-product .summary.entry-summary .content-sticky.is-sticky {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-product .summary.entry-summary .content-sticky.is-sticky > h4 {
  padding-bottom: 4px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky .list-tag {
  display: none;
}
.single-product .summary.entry-summary .content-sticky.is-sticky .woocommerce-product-rating {
  margin-bottom: 12px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky .product_title {
  font-size: 23px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky .sub-title {
  font-size: 15px;
  margin-top: 3px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky #fusion-price .attribute {
  margin-bottom: 10px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky #fusion-price .price-info .price-sale {
  font-size: 24px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky form.cart {
  margin-bottom: 0;
}
.single-product .summary.entry-summary .content-sticky.is-sticky form.cart .quantity {
  margin-right: 10px !important;
}
.single-product .summary.entry-summary .content-sticky.is-sticky form.cart .quantity input.qty {
  width: 36px;
  height: 36px;
}
.single-product .summary.entry-summary .content-sticky.is-sticky form.cart .quantity button.minus {
  bottom: 0;
}
.single-product .summary.entry-summary .content-sticky.is-sticky form.cart .quantity button.plus {
  top: 2;
}
.single-product .summary.entry-summary .content-sticky.is-sticky form.cart .add_to_cart_button {
  height: 36px;
  font-size: 14px;
}