/*Contact*/

.contact-container {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  margin-top: 40px;
}

.contact-information {
  width: 33.33333%;
  float: left;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 0 30px;
  color: #ffffff;
}

.contact-information h5 {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 600;
}

#steps-uid-0-p-1 .contact-container {
  display: none;
}

.contact-map {
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  margin-left: 40px;
  background: #fff;
}

.contact-information h5 {
  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .contact-information,
  .contact-map {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .privacy-policy .fl-col {
    width: 100% !important;
  }
  .contact-information,
  .contact-map {
    width: 100%;
  }

  .contact-container {
    display: block;
  }
  .contact-map {
    margin: 20px 0;
  }
}

/*Contact END*/

/* +++ Zum Pflegen Auskommentieren +++ */

.zoom-box .fl-col-content {
  background-size: 100%;
  transition: 0.1s;
  position: relative;
  background-size: cover !important;
}

.zoom-box .fl-col-content:hover {
  background-size: 110%;
  transition: 0.1s;
}

.zoom-box > .fl-col-content:hover:after {
  content: "";
  background: rgb(0 0 0 / 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.zoom-white-hover.zoom-box > .fl-col-content:hover {
  color: #fff;
}

.zoom-box > .fl-col-content:hover .zoom-box-fadeout {
  opacity: 0;
  transition: 1s;
}

.zoom-box > .fl-col-content:hover .zoom-box-con {
  bottom: 300px;
  transition: 1s;
}

.zoom-box-con {
  position: absolute;
  bottom: 0px;
  transition: 1s;
}

.mouse-svg {
  text-align: center;
}

.zoom-box-con {
  z-index: 1;
}

.zoom-box-con:hover:after {
  background: none;
}

.zoom-box-con .fl-rich-text p {
  margin-bottom: 10px;
}

.zoom-box .fl-separator {
  border-radius: 50px;
}

.zoom-box-hovertxt {
  position: relative;
  opacity: 0;
}

.zoom-box-hovertxt {
  z-index: 1;
}

.zoom-box > .fl-col-content:hover .zoom-box-hovertxt {
  opacity: 1;
}

.zoom-box > .fl-col-content:hover .fl-separator {
  border: 3px solid #fff !important;
}

.zoom-box > .fl-col-content:hover .hover-white {
  color: #fff !important;
}

.zoom-box
  > .fl-col-content:hover
  .hover-white
  .fl-module-content.fl-node-content
  h3
  span {
  color: #fff !important;
}
/* +++ Zum Pflegen Auskommentieren ENDE +++ */

h1 span {
  font-weight: 600;
  letter-spacing: 0.06em;
}

h2 span {
  font-weight: 600;
  letter-spacing: 0.06em;
}

.header-link {
  float: left;
}

header#masthead {
  position: absolute;
  width: 100%;
  padding: 20px 3% 0px 3%;
}

.main-header-bar .main-header-bar-navigation.toggle-on {
  padding-top: 0px;
  position: relative;
  float: right !important;
  margin-top: -25px;
}

.main-header-menu .menu-item:hover > .menu-link,
.main-header-menu .menu-item:hover > .ast-menu-toggle,
.main-header-menu .ast-masthead-custom-menu-items a:hover,
.main-header-menu .menu-item.focus > .menu-link,
.main-header-menu .menu-item.focus > .ast-menu-toggle,
.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .current-menu-ancestor > .menu-link,
.main-header-menu .current-menu-item > .ast-menu-toggle,
.main-header-menu .current-menu-ancestor > .ast-menu-toggle {
  color: #fff;
}

.ast-header-break-point
  .main-header-bar
  .main-header-bar-navigation
  .main-header-menu {
  border: none;
  padding: 20px 0px;
}

.ast-header-break-point .main-header-bar-navigation {
  width: 250px;
  margin: 0 0;
}

.ast-header-break-point .main-navigation li {
  width: auto;
}

header#masthead .main-header-bar {
  background: none;
}

.ast-header-break-point .main-header-bar {
  border-bottom-width: 0px;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
  font-size: 38px;
}

.ast-button-wrap .menu-toggle:focus {
  outline: none;
}

.ast-header-break-point .ast-header-custom-item,
.ast-header-break-point .main-header-menu {
  background-color: #911059;
  border-radius: 20px;
}

.main-header-menu .menu-link,
.ast-header-custom-item a {
  color: rgb(255 255 255 / 0.6);
  text-align: right;
}

.ast-header-break-point .main-navigation li {
  width: 100% !important;
  position: relative;
  float: left;
  display: block;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  border: none;
  padding: 0px 0px;
  line-height: 1.3;
  padding-top: 10px;
  width: auto;
  float: right;
  margin-right: 20px;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link:hover {
  box-shadow: 0px 1px 0px #fff;
}

a.fl-button {
  background: #64234b !important;
  color: #fff !important;
  border-radius: 50px !important;
  border: none !important;
  padding: 8px 20px !important;
  position: relative;
}

a.fl-button:hover {
  background: #96115d !important;
}

a.fl-button i {
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
  transition: 0.3s;
}

a.fl-button:hover i {
  right: 3px;
}

.header-link2 a.fl-button:hover span {
  font-weight: 600;
}

a.fl-button span {
  color: #fff !important;
}

.header-link2 a.fl-button span {
  color: #64234b !important;
}

.fl-module.fl-module-button.fl-node-5fb3d233c40a3.header-link.header-link2
  a.fl-button {
  background: none !important;
}

.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
  color: unset;
}

.sign {
  font-family: ff-market-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fl-col.fl-node-5fb3e849b088b.fl-col-small.magic-wrap {
  margin-top: -172px;
}

.icon-border {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s !important;
}

.icon-border i {
  font-size: 50px;
}

.icon-wrap .fl-module-content.fl-node-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gg-flag {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 2.5));
  width: 22px;
  height: 18px;
  border-left: 2px solid;
  margin-left: 20px;
}

.gg-flag::after,
.gg-flag::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
}

.gg-flag::before {
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.gg-flag::after {
  border: 2px solid;
  border-left: 0;
  top: 2px;
  left: 7px;
}

.gg-phone {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(var(--ggs, 2.5));
}

.gg-phone::after,
.gg-phone::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}

.gg-phone::after {
  width: 18px;
  height: 18px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 12px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  bottom: 2px;
  background: linear-gradient(to left, currentColor 10px, transparent 0)
      no-repeat right 11px/6px 4px,
    linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px 0/4px
      6px;
}

.gg-phone::before {
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  bottom: 2px;
  left: 2px;
}

.gg-mail,
.gg-mail::after {
  display: block;
  box-sizing: border-box;
  height: 14px;
  border: 2px solid;
}

.gg-mail {
  overflow: hidden;
  transform: scale(var(--ggs, 2.5));
  position: relative;
  width: 18px;
  border-radius: 2px;
}

.gg-mail::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 14px;
  transform: rotate(-45deg);
  bottom: 3px;
  left: 0;
}

.icon-button a.fl-button {
  background: none !important;
}

.icon-border:hover {
  background: #fff;
  border: none;
  transition: 0.3s !important;
}

.icon-border:hover svg path {
  fill: #64234b;
  transition: 0.3s !important;
}

.icon-button a:hover {
  opacity: 0.5;
}

.fl-col-group.fl-node-5fb40033181d1 {
  display: flex !important;
  position: relative;
  justify-content: space-around;
}

.zoom-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.zoom-box .fl-col-content.fl-node-content {
  width: 100%;
  height: 100%;
}

.txt-box-over {
  margin-top: -427px;
}

.txt-box-under {
  margin-top: -215px;
}

.rounded .fl-separator {
  border-radius: 50px;
}

.ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-1 {
  width: 50%;
  padding-right: 10%;
}

.ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-4 {
  width: 16.66666%;
}

.ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-2 {
  width: 16.66666%;
}

.ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-3 {
  width: 16.66666%;
}

.footer-adv-overlay {
  background-color: #fafafa;
  color: #3a3a3a;
  padding-top: 70px;
}

footer#colophon h2,
footer#colophon a {
  color: #3a3a3a;
}

footer#colophon h2,
footer#colophon a {
  font-size: 16px;
  color: #3a3a3a !important;
  font-weight: 600;
  margin-top: 0;
}

footer ul#menu-footer-nav {
  position: relative;
  float: left;
  padding: 0;
  width: 100%;
}

footer #menu-footer-nav li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.footer-adv-widget-1 #custom_html-5 p {
  margin-top: 0;
}

.footer-adv-widget-1 #nav_menu-2 {
  width: 35%;
  position: relative;
  float: left;
  padding-right: 20px;
}

.footer-adv-widget-1 #custom_html-5 {
  width: 65%;
  position: relative;
  float: left;
}

footer#colophon a:hover {
  box-shadow: 0 2px #3a3a3a;
}

.ast-small-footer.footer-sml-layout-1 .ast-footer-overlay {
  padding: 5px 0;
}

.footer-adv-widget-4 img.image.wp-image-230.attachment-full.size-full {
  max-width: 200px !important;
}

.fl-node-5fb4e3375bf8e > .fl-col-content {
  border-radius: 10px;
}

/*CARD CAROUSEL*/

.visuallyhidden {
  position: absolute;
  z-index: -1;
  right: 0;
  opacity: 0;
}

.card-carousel {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: var(--card-height);
  min-width: var(--carousel-min-width);
  transition: filter 0.3s ease;
}

@media screen and (max-width: 640px) {
  .card-carousel {
    margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2);
  }
}

.card-carousel.smooth-return {
  transition: all 0.2s ease;
}

.card-carousel .card {
  background: whitesmoke;
  width: var(--card-width);
  max-width: var(--card-max-width);
  text-align: center;
  padding: 10px 40px 20px 40px;
  height: var(--card-height);
  position: absolute;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  transition: inherit;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  filter: brightness(0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card.highlight {
  filter: brightness(1);
}

.card:nth-of-type(1) .image-container {
  background-image: url("https://static.addtoany.com/images/dracaena-cinnabari.jpg");
}

.card:nth-of-type(2) .image-container {
  background-image: url("https://www.w3schools.com/w3css/img_lights.jpg");
}

.card:nth-of-type(3) .image-container {
  background-image: url("https://images.pexels.com/photos/414612/pexels-photo-414612.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
}
.card:nth-of-type(4) .image-container {
  background-image: url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
}
.card:nth-of-type(5) .image-container {
  background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg");
}

.image-container {
  width: 8em;
  height: 8em;
  position: relative;
  background-size: cover;
  margin-bottom: 2em;
  border-radius: 100%;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

.image-container::after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  border: solid 3px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  top: calc(-10% - 3px);
  left: calc(-10% - 3px);
}

.card {
  height: auto !important;
  min-height: 500px !important;
  width: auto !important;
  max-width: 400px !important;
  color: #3a3a3a !important;
}

.card h3 {
  color: #3a3a3a !important;
}

.bar {
  border-radius: 50px;
  height: 5px;
  width: 20%;
  background: #64234b;
}

.card ul {
  line-height: 2.3;
  float: left;
  text-align: left;
  list-style: url(/wp-content/uploads/2020/11/check.png);
}

.card ul li {
  line-height: 1.6;
  margin-bottom: 5px;
}

/*CARD CAROUSEL END*/

/* Collection Filter und Content */

.pgafu-filter {
  list-style: none !important;
  text-align: left;
  margin: 0;
  padding: 0;
}

.pgafu-filter li {
  margin: 0px 35px 4px 0px !important;
}
.pgafu-filtr-cat a {
  background: #d5d5d5 !important;
  border-radius: 39px;
  padding: 8px 35px !important;
  font-weight: bold;
  color: #fff !important;
  width: auto;
  text-align: center;
}
li.pgafu-filtr-cat.pgafu-active-filtr a {
  background: #64234b !important;
}

.collection-content {
  text-align: left;
  float: left;
  width: 100%;
}
.collection-content .title {
  font-size: 46px;
  font-weight: bold;
}

.collection-content .description {
  width: 70%;
  float: left;
}

.collection-content .price-container {
  float: left;
  width: 30%;
  text-align: right;
}

.collection-content .textcontent.price-container .price {
  border: 1px solid #64234b;
  background: #64234b;
  border-radius: 39px;
  padding: 5px 30px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.75);
  width: 250px;
  text-align: center;
  float: right;
  font-size: 20px;
  margin-bottom: 8px;
}
.rework {
  display: block;
  clear: both;
  margin-right: 30px;
  color: #bfbfbf;
}

.border-seperator {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}

/* END Collection Filter und Content */

.fl-col-group.fl-node-5fb7a3367bfde,
.fl-col-group.fl-node-5fb7b21584603 {
  margin-bottom: 20px;
}

.zoom-box {
  margin: 20px;
}

.fl-node-5fb69ecc2b2a8 > .fl-col-content {
  margin-top: -160px;
}

button.owl-prev span,
button.owl-next span {
  font-size: 50px;
  position: absolute;
  top: 23%;
}

button.owl-prev span {
  left: 0;
}
button.owl-next span {
  right: 0;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-item.active.center {
  transform: scale(1.2, 1.2);
}

.fl-module.fl-module-html.fl-node-5fb7c2a79e5a9 .fl-html {
  width: 500px;
  margin: 0 auto;
}

.owl-item.active.center .gallery-item {
  background: #ccc;
}

.owl-item .gallery-item {
  background: #fff;
  border-radius: 5000px;
  overflow: hidden;
}

.card-carousel .card:before {
  content: "<";
  position: absolute;
  left: 10px;
  transform: scale(1, 2);
  font-size: 30px;
  color: #ccc;
}

.card-carousel .card:after {
  content: ">";
  position: absolute;
  right: 10px;
  transform: scale(1, 2);
  font-size: 30px;
  color: #ccc;
}

.card.highlight:after,
.card.highlight:before {
  display: none;
}

.main-logo {
  position: absolute;
  z-index: 5;
  top: 40px;
  left: 60px;
}

.card svg {
  margin-right: 15px;
}

.fl-col.fl-node-5fb52d6e81413.txt-box-over i {
  color: #fff !important;
}

.content-logo {
  max-height: 80px;
  width: auto;
}

.check-deco ul {
  list-style: url(/wp-content/uploads/2020/11/check.png);
}

.check-deco li {
  line-height: 2;
}

.card {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.card:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.fl-node-5fbcbd42e35ad .fl-photo-img {
  object-fit: cover;
  height: 200px;
}

.fl-node-5fbcbb520e1cf .fl-photo-img {
  max-width: 200px;
}

.wizard > .actions a {
  background: #64234b !important;
}

.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #64234b !important;
}

section#steps-uid-0-p-1 .contact-container p,
section#steps-uid-0-p-1 .contact-container div {
  color: #fff;
}

section#steps-uid-0-p-1 button {
  color: #fff;
}

input#acceptTerms {
  margin-left: 70px;
}

.privacy-stepForm label {
  color: #fff;
  margin-left: 10px;
}

.page-id-7 div#primary,
.page-id-3 div#primary,
.page-id-8 div#primary,
.page-id-9 div#primary {
  padding-top: 180px !important;
}

.page-id-9 div#primary {
  padding-bottom: 180px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  border-radius: 50px;
  padding: 8px 40px;
}

.owner-img img {
  border-radius: 500px;
  margin-top: -170px;
}

.img-item img {
  width: 100%;
}

.cn-button.bootstrap {
  color: #fff;
  background: #777;
}

.footer-adv-overlay {
  max-width: 1460px;
  margin: 0 auto;
}

footer#bc-footer {
  background: #fafafa;
  padding: 25px;
  padding-bottom: 70px;
}

.footer-mega-col h4 {
  margin: 0px;
  font-weight: 600;
}

nav.menu-footer-nav-container li {
  font-weight: 600;
}

.footer-mega-col aside#media_image-2 {
  width: 100%;
  position: relative;
  float: left;
  display: block;
}

.footer-mega-col aside#media_image-2 img {
  max-width: 200px !important;
  margin: 0 auto !important;
  display: block;
  margin-top: 20px !important;
}

#bc-footer aside#custom_html-5 {
  width: calc(40% - 40px);
  margin-right: 40px;
}

h2.woocommerce-loop-product__title {
  min-height: 60px;
}

#bc-footer .widget_nav_menu ul li:before {
  content: "";
}

.site-footer {
  background-color: #fafafa;
}

ul#menu-footer-nav-1 {
  padding: 0;
}

ul#menu-footer-nav-1 li {
  padding-left: 0;
}

#bc-footer a {
  text-decoration: none !important;
  color: #000 !important;
}

#bc-footer .menu-item {
  margin-bottom: 4px;
  padding-left: 0;
}

footer#colophon.site-footer > .col-full {
  max-width: unset;
}

footer#colophon {
  padding: 0;
}

.primary-navigation a:hover,
.primary-navigation a:active,
.primary-navigation a:focus {
  transform: scale(1.1);
}

.primary-navigation .current-menu-item {
  font-weight: 600;
}

.theme-storefront select.orderby {
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #f2f2f2;
  color: #777;
}

.woocommerce-result-count {
  padding: 15px 0;
}

.theme-storefront .site-footer .col-full {
  padding: 0;
}

footer#bc-footer {
  clear: both;
  border-top: 3px solid #ccc;
}

.menu-item a {
  color: #fff !important;
}

.card p {
  font-size: 12px;
}

/*Responsive*/

@media only screen and (max-width: 1400px) {
  #bc-footer aside#custom_html-5 p {
    max-width: 800px;
    margin: 0 auto;
  }

  .footer-mega-col-wrap {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }

  #bc-footer aside#custom_html-5 {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .footer-mega-col aside#custom_html-5 {
    width: 100%;
  }

  .footer-mega-col {
    text-align: center;
  }

  .footer-mega-col aside#nav_menu-2,
  .footer-mega-col aside#custom_html-3,
  .footer-mega-col aside#custom_html-4 {
    width: 33.33333%;
  }

  .card {
    min-height: 550px !important;
    max-width: 320px !important;
  }
  .card h3 {
    font-size: 26px;
  }
  .card p,
  .card span,
  .card li {
    font-size: 14px;
  }
  .card ul {
    line-height: 1.4;
  }
  .card li {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .collection-content .title {
    font-size: 36px !important;
  }

  .fl-node-5fb4f44811894 > .fl-module-content {
    margin-top: 100px;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-4 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-2 {
    width: 25%;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-3 {
    width: 25%;
  }

  footer #menu-footer-nav li {
    padding-right: 9%;
  }

  .zoom-box {
    margin: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .fl-node-5fb7b20d7371c > .fl-col-content,
  .fl-node-5fb7b20d7371c > .fl-col-content h3 {
    color: #000 !important;
  }

  .collection-content .title {
    font-size: 30px !important;
  }

  .fl-node-5fc63d2ca4e5e li.ast-article-single {
    position: relative;
    float: left;
    width: calc(50% - 40px) !important;
    margin: 20px !important;
    clear: unset !important;
  }

  .footer-adv-widget-1 #custom_html-5 {
    width: 50%;
    padding: 0 20px;
    text-align: center;
  }

  footer #menu-footer-nav li {
    padding-right: 0;
  }

  .footer-adv-widget-1 #nav_menu-2 {
    width: 50%;
    text-align: center;
    padding: 0 20px;
  }

  .fl-col.fl-node-5fb3e849b0881.fl-col-small {
    margin-top: 470px;
  }

  .fl-col.fl-node-5fb3e849b088b.fl-col-small.magic-wrap {
    margin-top: -440px;
    position: relative;
    float: left;
    width: 100%;
  }

  .card {
    min-height: 500px !important;
    max-width: 400px !important;
  }

  .fl-col-group.fl-node-5fb3e849b070a .fl-col {
    width: 100%;
  }

  .fl-col-group.fl-node-5fb3e849b070a {
    display: flex;
    flex-direction: column-reverse;
  }

  .fl-node-5fb4fc88d8e82 > .fl-module-content {
    margin-top: 190px;
  }

  .zoom-box > .fl-col-content:hover .zoom-box-con {
    bottom: 190px;
    transition: 1s;
  }
  .zoom-box p {
    font-size: 12px;
  }

  .zoom-box h3 {
    font-size: 20px;
  }

  .zoom-box {
    margin: 10px;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-1 {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-2 {
    width: 50%;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-3 {
    width: 50%;
  }

  .footer-adv.footer-adv-layout-4 .ast-row {
    text-align: center;
  }

  div#nav_menu-2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
  }

  div#custom_html-5 {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
  }

  ul#menu-footer-nav {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .theme-storefront div#content {
    background: #fff;
  }

  .footer-mega-col-wrap aside {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }

  .footer-adv-overlay {
    padding-bottom: 0px;
  }

  .footer-mega-col-wrap aside:last-child {
    border-bottom: none;
  }

  .collection-content .title {
    font-size: 26px !important;
  }

  .fl-node-5fc63d2ca4e5e li.ast-article-single {
    width: calc(100% - 40px) !important;
  }

  .fl-col.fl-node-5fb3e849b088b.fl-col-small.magic-wrap {
    margin-top: -130px;
    position: relative;
    float: left;
    width: 100% !important;
  }

  .fl-col.fl-node-5fb3e849b088b.fl-col-small.magic-wrap {
    max-width: unset;
  }

  .card {
    min-height: 500px !important;
    max-width: 300px !important;
  }

  .card-carousel .card {
    padding: 10px 15px;
  }

  .fl-col.fl-node-5fb3e849b0881.fl-col-small {
    margin-top: 500px;
  }
}

@media only screen and (max-width: 500px) {
  .magic-wrap .fl-html {
    position: relative;
    float: left;
    width: 100%;
  }

  .magic-wrap .fl-module-content.fl-node-content {
    margin: 0;
  }

  .fl-col.fl-node-5fb3e849b088b.fl-col-small.magic-wrap {
    margin-top: -40px;
  }

  .card.highlight:after,
  .card.highlight:before {
    display: block;
  }

  .card-carousel .card:before,
  .card-carousel .card:after {
    font-size: 14px;
  }

  .card {
    min-height: 500px !important;
    max-width: 300px !important;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-2 {
    width: 100%;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-3 {
    width: 100%;
  }

  footer #menu-footer-nav li {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 5px;
  }

  div#custom_html-5 {
    text-align: center;
  }

  footer ul#menu-footer-nav {
    margin-bottom: 40px;
  }

  .ast-small-footer-section.ast-small-footer-section-1 {
    font-size: 11px;
  }
}

@media only screen and (max-width: 500px) {
  .theme-storefront footer#bc-footer {
    padding-bottom: 70px !important;
  }

  footer #menu-footer-nav li {
    padding-right: 0;
  }

  footer#bc-footer {
    padding: 15px;
  }

  .collection-content .title {
    font-size: 22px !important;
    width: 100% !important;
  }

  .card-carousel {
    position: absolute;
    left: 0px;
  }

  .footer-adv-widget-1 #nav_menu-2 {
    width: 100%;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
  }

  .footer-adv-widget-1 #custom_html-5 {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-1 {
    margin-bottom: 0px;
  }

  .ast-col-lg-3.ast-col-md-3.ast-col-sm-12.ast-col-xs-12.footer-adv-widget.footer-adv-widget-2
    #custom_html-3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
/*END Responsive*/
