.is-flex {
  display: flex;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-between {
  justify-content: space-between;
}

.is-flex-end {
  justify-content: flex-end;
}

.is-flex-center {
  align-items: center;
}

.is-flex-start {
  align-items: flex-start;
}

.is-flex-start-center {
  align-items: flex-start;
  justify-content: center;
}

.is-flex-end-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}

.is-flex-end-center {
  align-items: center;
  justify-content: flex-end;
}

.is-flex-justify-center {
  justify-content: center;
  align-items: center;
}

.is-flex-column-between {
  flex-direction: column;
  justify-content: space-between;
}

.is-flex-item-bottom {
  margin-top: auto;
}

.wpcf7 input {
  padding: 10px;
  width: 100%;
}

select.wpcf7-form-control {
  padding: 10px;
  width: 100%;
}

.wpcf7 textarea {
  width: 100%;
  padding: 10px;
}

.woocommerce span.onsale {
  padding: 0px;
  top: 0;
  right: 0;
  left: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is-flex-column-tablet {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .green-paint-bg {
    background-size: cover;
  }

  .owl-carousel {
    padding: 0px 55px;
  }

  .section .owl-carousel .owl-nav .owl-next,
  .section .owl-carousel .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    justify-content: center;
    line-height: 37px !important;
    border: 3px solid #343434 !important;
    color: #343434 !important;
    font-size: 20px !important;
    padding: 0 10px !important;
  }

  div#mc_embed_signup_scroll {
    display: block;
  }

  .is-flex-column-mobile {
    flex-direction: column;
  }
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #343434;
  line-height: 27px;
  opacity: .80;
  font-weight: 300;
}

body {
  font-family: "Poppins", sans-serif;
}

.p-mini {
  font-size: 13px !important;
}

.xs-pop-header {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #343434;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.small-pop-header {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #343434;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}

.page-header {
  font-family: "Amatic SC", cursive;
  font-size: 60px;
  color: #343434;
  font-weight: 700;
  line-height: 1.2em;
}

.page-header-medium {
  font-family: "Amatic SC", cursive;
  font-size: 48px;
  color: #343434;
  font-weight: 700;
  line-height: 1.2em;
}

.section-header {
  font-family: "Amatic SC", cursive;
  font-size: 50px;
  color: #343434;
  font-weight: 700;
  line-height: 1.2em;
}

.cta-header {
  font-family: "Amatic SC", cursive;
  font-size: 35px;
  color: #343434;
  font-weight: 700;
  line-height: 1.2em;
}

.sub-section-header {
  font-family: "Amatic SC", cursive;
  font-size: 27px;
  color: #343434;
  font-weight: 700;
  line-height: 1.2em;
}

.benefit-header {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5em;
  padding-bottom: 10px;
}

.green-paint-bg h3 {
  color: white;
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
  font-weight: bold;
}

.light-blue-bg .benefit-header {
  color: black;
}

.green-paint-bg p {
  opacity: 1;
}

.text-white {
  color: #FFFFFF !important;
}

.text-cobalt {
  color: #343434 !important;
}

.text-black {
  color: #000000;
}

.opacity-full {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

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

.text-right {
  text-align: right;
}

.p-60 {
  max-width: 60%;
}

.p-70 {
  max-width: 70%;
}


@media (min-width: 769px) and (max-width: 1024px) {
  .benefit-header {
    font-size: 14px;
  }

  .p-width-tablet-reset {
    max-width: 100%;
  }

  .section-header {
    font-size: 40px;
  }

  .sub-section-header {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .benefit-header {
    font-size: 13px;
  }

  .page-header {
    font-size: 40px;
  }

  .section-header {
    font-size: 35px;
  }

  .sub-section-header {
    font-size: 25px;
  }

  .p-width-mobile-reset {
    max-width: 100%;
  }

  .small-pop-header {
    font-size: 13px;
  }

  .p-70 {
    max-width: 100%;
  }

  p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #343434;
    line-height: 27px;
    opacity: .80;
    font-weight: 300;
  }
}

.is-padding-large-container {
  padding: 5px 3.5rem 5px 3.5rem !important;
}

.is-padding-xl {
  padding: 150px 1.5rem 150px 1.5rem !important;
}

.is-padding-large {
  padding: 75px 1.5rem 75px 1.5rem !important;
}

.is-padding-medium {
  padding: 25px 1.5rem 25px 1.5rem !important;
}

.is-padding-small {
  padding: 15px 1.5rem 15px 1.5rem !important;
}

.is-padding-xs {
  padding: 5px 1.5rem 5px 1.5rem !important;
}

.is-padding-xxs {
  padding: 1px 1.5rem 1px 1.5rem !important;
}

.is-padding-30px {
  padding: 30px;
}

.is-padding-50px {
  padding: 50px;
}

.is-padding-medium-uniform {
  padding: 100px;
}

.is-padding-large-uniform {
  padding: 170px;
}

.pr-80 {
  padding-right: 80%;
}

.pl-150-px {
  padding-left: 150px;
}

.relative {
  position: relative;
}

.padding-remove {
  padding: 0 !important;
}

.margin-remove {
  margin: none !important;
}

.margin-bottom-remove {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mt-1-tablet-only {
    margin-top: 1rem;
  }

  .pl-150-px {
    padding-left: 25px;
  }

  .pl-remove-tablet {
    padding-left: 0 !important;
  }

  .pr-remove-tablet {
    padding-right: 0 !important;
  }

  .pt-2-tablet {
    padding-top: 2rem !important;
  }

  .pb-2-tablet {
    padding-bottom: 2rem !important;
  }

  .padding-remove-tablet {
    padding: 0 !important;
  }

  .is-padding-20px-tablet {
    padding: 20px;
  }

  .padding-top-remove-tablet {
    padding-top: 0 !important;
  }

  .padding-top-remove-tablet {
    padding: 0 1.5rem 25px 1.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .padding-remove-mobile {
    padding: 0 !important;
  }

  .margin-remove-mobile {
    margin: 0 !important;
  }

  .pr-remove-mobile {
    padding-right: 0 !important;
  }

  .pr-reset-mobile {
    padding-right: 0.75rem !important;
  }

  .pl-reset-mobile {
    padding-left: 0.75rem !important;
  }

  .is-small-section-padding-mobile {
    padding: 20px 1.5rem 20px 1.5rem !important;
  }

  .is-padding-large,
  .is-padding-xl {
    padding: 35px 1.5rem 35px 1.5rem !important;
  }

  .ml-remove-mobile-only {
    margin-left: 0 !important;
  }

  .mt-1-mobile-only {
    margin-top: 1rem;
  }

  .mt-2-mobile-only {
    margin-top: 2rem;
  }

  .mt-3-mobile-only {
    margin-top: 3rem !important;
  }

  .padding-top-remove-mobile {
    padding: 0 1.5rem 25px 1.5rem !important;
  }

  .pt-1-mobile {
    padding-top: 1rem !important;
  }

  .pt-2-mobile {
    padding-top: 2rem;
  }

  .is-padding-small-mobile {
    padding: 15px 1rem !important;
  }

  .is-padding-xs-mobile {
    padding: 0.5rem !important;
  }

  .is-padding-large {
    padding: 3rem 1rem !important;
  }

  .container.is-fluid {
    padding: 0;
  }

  .pl-150-px {
    padding-left: 10px;
  }

  .is-padding-small {
    padding: 15px 1rem !important;
  }
}

.grid-container {
  display: grid;
  grid-gap: 25px;
}

.grid-2-col {
  grid-template-columns: auto auto;
}

.grid-3-col {
  grid-template-columns: auto auto auto;
}

.grid-4-col {
  grid-template-columns: auto auto auto auto;
}

.grid-item-s1-e2 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.grid-item-s1-e3 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.grid-item-s1-e4 {
  grid-column-start: 1;
  grid-column-end: 5;
}

.product-img-main-container:before {
  content: "";
  width: 100%;
  padding-top: 110%;
  position: relative;
  display: block;
}

.product-img-main-container .product-img-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.product-img-main-container .magnify-product {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.product-img-main-container .carousel-control-container-product {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.product-img-main-container .carousel-control-container-product .carousel-control-product {
  height: 60px;
  width: 60px;
  border: 3px solid #FFFFFF;
  background-color: transparent;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.product-img-main-container .carousel-control-container-product .carousel-control-product:hover {
  background-color: #343434;
  border: 3px solid #343434;
}

.product-img-main-container .carousel-control-container-product .carousel-control-product svg path {
  fill: #FFFFFF;
}

.product-img-main-container .magnify-img {
  max-width: 34px;
}

.product-alt-img {
  height: 100%;
  width: 100%;
}

.product select#design {
  padding: 10px 20px 10px 10px;
  border: 2px solid #333;
}

.product h1.page-header {
  font-size: 48px;
}

.single-product span.woocommerce-Price-amount.amount {
  font-size: 26px;
}

small.woocommerce-price-suffix {
  display: none;
}

.return-control-product a {
  color: #CC5500;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 200ms ease-in-out;
}

.return-control-product a:hover {
  padding-left: 20px;
}

.return-control-product a .return-arrow-div {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #CC5500;
}

.return-control-product a .return-arrow-div svg {
  height: 12px;
  width: 12px;
}

.product-price-large {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #CC5500;
}

.product-tertiary-link,
.product-tertiary-link-large {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #343434;
}

.product-tertiary-link:after,
.product-tertiary-link-large:after {
  content: "";
  margin-top: 5px;
  height: 3px;
  background-color: #343434;
  width: 60%;
  float: right;
  transition: width 200ms ease;
}

.product-tertiary-link:hover:after,
.product-tertiary-link-large:hover:after {
  width: 100%;
}

.product-tertiary-link-large {
  font-size: 18px !important;
}

textarea#dokan-enq-message {
  width: 100%;
}

input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  background: #3B9189 !important;
  border: none !important;
  border-radius: 0 !important;
}

.dokan-store img.mb-4 {
  max-height: 225px;
}

.form-row.form-group.form-row-wide.dps-pack-wrappper {
  border: 5px solid #d67733 !important;
}

label[for=dokan-subscription-pack] {
  color: #d67733;
  font-weight: bold;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+1) .pack_price,
.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+1) a.dokan-btn.dokan-btn-theme.buy_product_pack {
  background: #f7d249 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+2) .pack_price,
.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+2) a.dokan-btn.dokan-btn-theme.buy_product_pack {
  background: #3f9189 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+3) .pack_price,
.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+3) a.dokan-btn.dokan-btn-theme.buy_product_pack {
  background: #e57157 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(7),
.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(8),
.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(9) {
  display: none;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item .pack_price {
  left: 0% !important;
  width: 100% !important;
  height: auto !important;
  top: 0px !important;
  border-radius: 0 !important;
  padding-bottom: 20px;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item .pack_content {
  margin-top: 36px;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item .pack_content h2 {
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid;
  font-size: 32px !important;
  margin-bottom: 25px;
  top: -110px;
  position: relative;
  padding-top: 2px;
  background: white;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+1) h2 {
  color: #f7d249 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+2) h2 {
  color: #3f9189 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+3) h2 {
  color: #e57157 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+1) {
  border-color: #f7d249 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+2) {
  border-color: #3f9189 !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item:nth-child(3n+3) {
  border-color: #e57157 !important;
 
}

a.dokan-btn.dokan-btn-theme.buy_product_pack {
  font-weight: bold;
  padding: 12px 26px;
}

.dokan-subscription-content .pack_content_wrapper span.woocommerce-Price-amount.amount {
  font-weight: bold;
}

body .dokan-subscription-content .pack_content_wrapper {
  margin-top: 110px;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item .pack_content ul {
  margin-top: -40px !important;
}

.dokan-subscription-content .pack_content_wrapper .product_pack_item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 2px solid;
}

.dokan-panel.dokan-panel-default.dokan-profile-completeness {
  display: none;
}

.dokan-edit-row {
  background: #fff;
  border: 2px solid #3b9189;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: #CC5500;
}

/* MEMBERPRESS STYLING */
body .wp-block-button .wp-block-button__link {
  padding: 15px 50px;
  border: none;
  max-width: 100%;
}


form.variations_form.cart select {
  border: 2px solid;
  padding: 6px 10px 6px 6px;
}

.color-adjust-green {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #8CC5B7;
  border: 2px solid #8CC5B7;
  transition: border 200ms ease;
}

.color-adjust-green:hover {
  border: 2px solid #343434;
}

.color-adjust-pink {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #E099A1;
  border: 2px solid #E099A1;
  transition: border 200ms ease;
}

.color-adjust-pink:hover {
  border: 2px solid #343434;
}

.size-adjust {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 2px solid #343434;
  transition: all 200ms ease;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #343434;
}

.size-adjust:hover {
  background-color: #343434;
  color: #FFFFFF;
}

.qty-span-container {
  border: 2px solid #343434;
  background-color: #FFFFFF;
}

.qty-control {
  height: 13px !important;
  width: 13px !important;
  cursor: pointer;
}

.product-info-carousel-title-active {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #343434;
}

.product-info-carousel-title-active:after {
  content: "";
  margin-top: 1px;
  height: 2px;
  background-color: #343434;
  width: 100%;
  transition: width 200ms ease;
  float: left;
}

.product-info-carousel-title-inactive {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  opacity: .6;
  color: #343434;
}

.product-info-carousel-title-inactive:hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-img-main-container:before {
    padding-top: 100%;
  }

  .product-img-main-container .magnify-product {
    bottom: 20px;
    left: 20px;
  }

  .product-img-main-container .carousel-control-container-product {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .product-img-main-container:before {
    padding-top: 100%;
  }

  .product-img-main-container .magnify-product {
    bottom: 20px;
    left: 20px;
  }

  .product-img-main-container .carousel-control-container-product {
    bottom: 20px;
    right: 20px;
  }

  .dokan-subscription-content .pack_content_wrapper .product_pack_item {
    width: 100%;
  }
}


.blog-tag-bubble {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 7px 12px;
  width: auto;
  height: auto;
  max-width: 200px;
  display: inline-block;
}

.blog-tag-bubble span {
  margin: 0 !important;
}

.social-share {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  -webkit-box-shadow: 0px 0px 22px 5px rgba(179, 179, 179, 0.56);
  -moz-box-shadow: 0px 0px 22px 5px rgba(179, 179, 179, 0.56);
  box-shadow: 0px 0px 22px 5px rgba(179, 179, 179, 0.56);
  border-radius: 7px;
}

.alert-box {
  padding: 35px;
  border-radius: 7px;
  width: 70%;
}

.alert-box .alert-box-header {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 7px;
}

.alert-box .alert-box-header div {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #F8D338;
}

@media screen and (max-width: 768px) {
  .alert-box {
    width: 100%;
  }
}

.notification-bar {
  background-color: #3B9189;
  padding: 17px 0 17px 0;
}

@media screen and (max-width: 1024px) {
  .notification-bar {
    padding: 15px 32px 15px 32px;
  }
}

.is-text-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: ease-in-out 300ms;
  font-size: 15px;
}

.is-text-link:hover {
  text-decoration: underline;
}

.footer-link-ul li {
  display: block;
  padding: 5px 0 5px 0;
}

img {
  height: auto;
  width: auto;
}

.close {
  cursor: pointer;
  max-width: 20px;
}

.close:hover {
  opacity: .8;
}

.fw-img {
  max-width: 100%;
}

.social-favicon {
  cursor: pointer;
  max-width: 25px;
}

.social-favicon:hover {
  opacity: .8;
}

.logo {
  cursor: pointer;
  max-width: 65px;
}

.logo:hover {
  opacity: .8;
}

.nav-link-img {
  cursor: pointer;
  max-width: 16px;
}

.nav-link-chevron {
  max-width: 16px;
}

.hero-bg {
  background-image: url(../assets/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.green-paint-bg {
  background-image: url(../images/green-paint-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.light-blue-bg {
  background-color: #ebf7fd;
}

.blue-bg {
  background-color: #415A78;
}

.green-bg {
  background-color: #3B9189;
}

.grey-bg {
  background-color: #F8F8F8;
}

.white-bg {
  background-color: #FFFFFF;
}

.shape-bg-1 {
  background-image: url(../assets/bg-shape-1-left.png), url(../assets/bg-shape-1-right.png);
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
}

.benefit-icon {
  max-width: 100px;
}

.blog-author-img {
  max-width: 55px;
}

.mobile-top-nav-img {
  max-width: 35px;
}

.mobile-top-nav-link-img {
  max-width: 16px;
}

.carousel-slide-1-marketplace {
  background-image: url(../assets/ellen-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.carousel-slide-2-marketplace {
  background-image: url(../assets/artem-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.cta-expanded-img {
  height: 158%;
  position: absolute;
  right: 15%;
  top: -50px;
}

.a45-45-img-container {
  max-height: 100%;
}

.a45-45-img-container .a45-45-img-top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 300px;
}

.a45-45-img-container .a45-45-img-bottom {
  position: absolute;
  bottom: 0;
  right: 60px;
  max-width: 300px;
}

.img-grid-img {
  max-height: 250px;
}

.accordion-chevron {
  height: 10px;
  transition: all 300ms ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .logo {
    max-width: 85px;
  }

  .cta-expanded-img {
    height: 350px;
    margin-bottom: -25px;
  }

  .carousel-slide-1-marketplace {
    height: 350px;
  }

  .carousel-slide-2-marketplace {
    height: 350px;
  }

  .maker-img-inline-container {
    display: flex;
    justify-content: flex-start;
  }

  .maker-img-inline {
    width: 25%;
  }

  .a45-45-img-container {
    max-height: 600px;
    height: 400px;
  }

  .a45-45-img-container .a45-45-img-top {
    position: inherit;
    top: auto;
    left: auto;
    max-width: 100%;
  }

  .a45-45-img-container .a45-45-img-bottom {
    position: inherit;
    bottom: auto;
    right: auto;
    max-width: 45%;
  }
}

@media screen and (max-width: 768px) {
  body .dokan-subscription-content .pack_content_wrapper .product_pack_item {
    width: 30%;
  }

  .benefit-icon {
    max-width: 50px;
  }

  .logo {
    max-width: 65px;
  }

  .carousel-slide-1-marketplace {
    background-image: url(../assets/ellen-hero.jpg);
    height: 350px;
  }

  .cta-expanded-img {
    height: 300px;
    position: inherit;
    display: block;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    margin-bottom: -116px;
  }

  .a45-45-img-container {
    max-height: 600px;
    height: 400px;
  }

  .a45-45-img-container .a45-45-img-top {
    position: absolute;
    top: 12px;
    left: 24px;
    max-width: 55%;
  }

  .a45-45-img-container .a45-45-img-bottom {
    position: absolute;
    bottom: 30px;
    right: 24px;
    max-width: 55%;
  }

  .maker-img-inline-container {
    display: flex;
    justify-content: space-between;
  }

  .maker-img-inline {
    width: 48%;
  }
}

@media screen and (max-width: 450px) {
  .hero-bg {
    background-image: url(../assets/hero-mobile.jpg);
  }

  body .dokan-subscription-content .pack_content_wrapper .product_pack_item {
    width: 100%;
  }
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #000000;
  transition: ease-in-out color 200ms;
}

.shop-nav li:first-of-type a {
  margin-left: 0 !important;
}

.nav-link:hover {
  color: #CC5500;
}

.nav-link-priority p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  opacity: 1 !important;
}

.nav-link-priority:hover {
  opacity: .8;
}

.nav-link-primary {
  color: #CC5500;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: ease-in-out color 200ms;
  font-size: 15px;
}

.nav-link-primary:hover {
  color: #000000;
}

.button {
  border: none;
  padding: 0;
}

.button-reset {
  background: none;
  border: none;
}

button {
  cursor: pointer;
}

.btn-primary {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  border: 3px solid transparent;
  padding: 13px 43px 13px 43px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  min-width: 120px;
  outline: none;
  cursor: pointer;
}

.btn-secondary {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
  padding: 13px 43px 13px 43px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  min-width: 120px;
  outline: none;
  cursor: pointer;
}

.btn-primary-no-pad {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  border: 3px solid transparent;
  padding: 13px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  min-width: 140px;
  outline: none;
  cursor: pointer;
}

.btn-secondary-no-pad {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
  padding: 13px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  outline: none;
  cursor: pointer;
}

.fw {
  width: 100%;
}

.square {
  border-radius: 0px;
}

.btn-text-only {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #CC5500;
  transition: all .3s ease-in-out;
}

.btn-text-only img,
.btn-text-only svg {
  height: auto;
  width: auto;
  max-height: 0.7rem;
  margin: 3px 0 0 10px;
  transition: all 200ms ease-out;
}

.btn-text-only:hover {
  text-decoration: underline;
  color: #CC5500;
}

.btn-text-only:hover img {
  margin-left: 25px;
}

.btn-bronze {
  border: 3px solid #CC5500;
  background-color: #CC5500;
  color: #FFF;
}

.btn-bronze:hover {
  background-color: transparent;
  color: #CC5500;
}

.btn-bronze-no-pad {
  border: 3px solid #CC5500;
  background-color: #CC5500;
  color: #FFF;
}

.btn-bronze-no-pad:hover {
  background-color: transparent;
  color: #CC5500;
}

.btn-bronze-secondary {
  border: 3px solid #CC5500;
  background-color: transparent;
  color: #CC5500;
  display: inline-block;
}

.btn-bronze-secondary:hover {
  background-color: #CC5500;
  border: 3px solid #CC5500;
  color: #FFFFFF;
}

.btn-bronze-secondary-no-pad {
  border: 3px solid #CC5500;
  background-color: transparent;
  color: #CC5500;
}

.btn-bronze-secondary-no-pad:hover {
  background-color: #CC5500;
  border: 3px solid #CC5500;
  color: #FFFFFF;
}

.btn-yellow-secondary {
  border: 3px solid #F8D338;
  background-color: transparent;
  color: #F8D338;
}

.btn-yellow-secondary:hover {
  background-color: #F8D338;
  border: 3px solid #F8D338;
  color: #FFFFFF;
}

.mobile-carousel-control-container {
  display: none;
}

.carousel-control-container {
  height: 60px;
  width: 60px;
  border: 3px solid #343434;
  background-color: transparent;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}

.carousel-control-container:hover {
  background-color: #343434;
}

.carousel-control-container:hover svg path {
  fill: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-container {
    position: absolute;
    top: -2000px;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    max-width: 100vw;
    background-color: rgba(52, 52, 52, 0.8);
    opacity: 0;
    transition: all 400ms ease;
  }

  .mobile-menu-container .mobile-menu-columns {
    height: 100vh;
    width: 100%;
    display: flex;
  }

  .mobile-menu-container .mobile-menu-columns .mobile-menu-column {
    flex: none;
    width: 80%;
  }

  .mobile-menu-container .mobile-menu-columns .mobile-menu-column-20 {
    width: 20%;
    flex: none;
  }

  .mobile-menu-container .mobile-menu-close-container {
    height: 75px;
    background-color: #3B9189;
  }

  .mobile-menu-container .mobile-menu-links-container {
    background-color: #3B9189;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
  }

  .dropdown-submenu ul.submenu-items {
    background: white;
    list-style: none;
    margin-left: 0 !important;
  }

  .dropdown-submenu.ml-4 {
    margin-left: 0 !important;
  }

  .mobile-menu-container .mobile-menu-links-container ul ul li a {
    color: black;
    padding: 8px;
    border-bottom: 1px solid #3B9189;
    margin-left: 0 !important;
  }

  .mobile-menu-container .mobile-menu-links-container ul ul ul li a {
    padding-left: 20px;
    color: #555;
    border-bottom-color: #ccc;
  }

  .dropdown-submenu ul {
    background: white;
  }

  .mobile-menu-container .mobile-menu-links-container ul li {
    margin-bottom: 20px;
  }

  .mobile-menu-container .mobile-menu-links-container ul li a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
  }

  .mobile-top-nav-ul {
    display: flex;
  }

  .mobile-top-nav-ul li {
    text-align: center;
  }

  .mobile-top-nav-ul p {
    font-size: 10px;
    opacity: 1;
    line-height: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-mobile-full-width {
    width: 100%;
  }

  .mobile-carousel-control-container {
    display: flex;
  }
}

input[type=checkbox] {
  height: 15px;
  width: 15px;
  margin-top: 2px;
}

.std-form {
  width: 100%;
  margin: 0;
}

.std-form input[type=text],
.std-form input[type=email] {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  padding: 15px 25px 15px 25px;
  margin-bottom: 5px;
  width: 100%;
}

.std-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  padding: 15px 25px 15px 25px;
  width: 100%;
}

.std-form .select-img-position {
  position: relative;
}

.std-form .select-img-position img {
  position: absolute;
  width: auto;
  height: auto;
  height: 12px;
  width: 12px;
  right: 25px;
  top: calc(12px + 0.5rem);
}

.std-form select {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  padding: 15px 25px 15px 25px;
  width: 100%;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.search-input {
  border: 0.1px solid rgba(0, 0, 0, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000000;
  padding: 10px 40px 10px 20px;
  width: 300px;
  position: relative;
}

.search-input-icon {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 20px;
  top: 13px;
  right: 20px;
}

.subscribe-input,
.name-input {
  border: 0.1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  padding: 15px 25px 15px 25px;
  width: 180px;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .subscribe-input,
  .name-input {
    width: auto;
    max-width: 51%;
  }
}

@media screen and (max-width: 768px) {

  .subscribe-input,
  .name-input {
    width: 100%;
  }
}

.border-bottom {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.hero-content {
  background-color: rgba(255, 255, 255, 0.84);
  padding: 50px;
  max-width: 50%;
}

.hero-content p {
  width: 75%;
}

.white-card {
  background-color: rgba(255, 255, 255, 0.84);
  padding: 40px;
  width: 50%;
}

.product-card:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
}

.product-card .product-card-img {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
}

.product-card .label {
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 12px;
  color: #343434;
}

.product-card .label p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 0;
  line-height: 0;
}

.product-card .favourite {
  border-radius: 50%;
  padding: 15px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 7%;
  right: 7%;
}

.product-price {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #CC5500;
  font-weight: 600;
}

.product-title {
  font-family: "Amatic SC", cursive;
  font-size: 30px;
  color: #343434;
  font-weight: 700;
  line-height: 1.2em;
}

.maker-title {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #343434;
}

.pd-1 {
  background-image: url(../assets/vinicious.png);
}

.pd-2 {
  background-image: url(../assets/heather.png);
}

.pd-3 {
  background-image: url(../assets/artem.png);
}

.pd-4 {
  background-image: url(../assets/viktor.png);
}

.category-tile {
  padding: 30px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-tile-1 {
  background-image: url(../assets/jewellery.jpg);
}

.category-tile-2 {
  background-image: url(../assets/art.jpg);
}

.category-tile-3 {
  background-image: url(../assets/forkids.jpg);
}

.category-tile-4 {
  background-image: url(../assets/fashion.jpg);
}

.category-tile-5 {
  background-image: url(../assets/homewares.jpg);
}

.category-tile-6 {
  background-image: url(../assets/bags.jpg);
}

.category-tile-7 {
  background-image: url(../assets/accessories.jpg);
}

.rectangle-div {
  background-color: rgba(194, 84, 0, 0.8);
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.rectangle-div p {
  margin: 0 auto;
  font-family: "Amatic SC", cursive;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2em;
  opacity: 1;
}

.blog-category-tile {
  padding: 45px;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-category-tile-1 {
  background-image: url(../assets/digital-marketing.jpg);
}

.blog-category-tile-2 {
  background-image: url(../assets/sales.jpg);
}

.blog-category-tile-3 {
  background-image: url(../assets/business.jpg);
}

.blog-category-tile-4 {
  background-image: url(../assets/resource-lists.jpg);
}

.blog-category-tile-5 {
  background-image: url(../assets/materials.jpg);
}

.blog-category-tile-6 {
  background-image: url(../assets/offline-tips.jpg);
}

.blog-category-tile-7 {
  background-image: url(../assets/tutorials.jpg);
}

.collection-card {
  position: relative;
}

.collection-card:before {
  content: "";
  width: 100%;
  padding-top: 127%;
  position: relative;
  display: block;
}

.collection-card .collection-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.collection-card .collection-link-container {
  background-color: rgba(255, 255, 255, 0.84);
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

.image-overlay-text {
  background-color: #FFFFFF;
  padding: 16px 36px 16px 36px;
  position: absolute;
  bottom: 66px;
  right: 25px;
}

.image-overlay-text-center-blue {
  background-color: #517095;
  padding: 16px 36px 16px 36px;
  position: absolute;
  bottom: -10px;
  right: 50px;
}

.testimonial-card {
  background-color: #F6F6F6;
  padding: 32px;
}

article.testimonial-card img.fw-img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.instagram-carousel-tile {
  max-height: 160px;
}

.instagram-carousel-tile img {
  width: auto;
  height: auto;
  max-height: 160px;
}

.blog-card .blog-card-label {
  background-color: #FFFFFF;
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 7px;
}

.blog-card .blog-card-label span {
  margin: 0 !important;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .white-card {
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .image-overlay-text {
    bottom: 147px;
    right: 25px;
  }

  .white-card {
    width: 90%;
    padding: 15px;
  }

  .hero-content {
    width: 100%;
    padding: 40px;
    max-width: 100%;
  }

  .hero-content p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hero-content {
    width: 100%;
    padding: 20px;
    max-width: 100%;
  }

  .hero-content p {
    width: 100%;
  }

  .product-card .label {
    top: 8px;
    left: 8px;
  }

  .product-card .favourite {
    bottom: 5px;
    right: 5px;
  }

  .product-title {
    font-size: 24px;
  }

  .product-price {
    font-size: 16px;
  }

  .category-tile {
    height: 175px;
    padding: 0;
  }

  .image-overlay-text {
    bottom: 0px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .white-card {
    width: 90%;
    padding: 15px;
  }

  .blog-card p {
    font-size: 12px;
  }

  .blog-card img {
    max-height: 150px;
  }

  .blog-card .blog-card-label {
    background-color: #FFFFFF;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 3px;
  }

  .blog-card .blog-card-label span {
    margin: 0 !important;
    font-size: 9px;
  }
}

.is-small-container {
  max-width: 1152px !important;
}

.is-700-container {
  max-width: 700px !important;
}

.is-500-container {
  max-width: 500px !important;
}

.is-300-container {
  max-width: 300px !important;
}

.is-margin-0-auto {
  margin: 0 auto;
}

.square-div-85 {
  width: 85px;
  height: 85px;
}

.circle-div-40 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.max-height-240 {
  max-height: 240px;
}

.accordion-container {
  cursor: pointer;
}

.accordion-container ::selection {
  color: none;
  background: none;
}

.accordion-container ::-moz-selection {
  color: none;
  background: none;
}

.accordion-container #accordion-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-small-container {
    max-width: 100% !important;
  }
}

.breadcrumb-arrow {
  max-width: 16px;
  transform: rotate(-90deg);
  margin-bottom: 2px;
}

.breadcrumb-active {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb-active:hover {
  text-decoration: underline;
}

.breadcrumb-inactive {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  opacity: .6;
}

.breadcrumb-inactive:hover {
  text-decoration: underline;
}

.filter-container ul li {
  padding: 20px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.filter-accordion .filter-section {
  display: none;
}

.filter-accordion .filter-accordion-control {
  cursor: pointer;
}

.filter-accordion .filter-accordion-control ::selection {
  color: none;
  background: none;
}

.filter-accordion .filter-accordion-control img {
  height: 12px;
  width: 12px;
  transition: all 100ms ease;
}

#filter-accordion-hidden ::selection {
  color: none;
  background: none;
}

.active-filters .af-bubble {
  height: 30px;
  width: auto;
  padding: 10px;
  background-color: #517095;
  border-radius: 15px;
  margin-right: 20px;
}

.active-filters .af-bubble p {
  color: #FFFFFF;
  font-size: 12px;
  opacity: 1;
}

.active-filters .af-bubble img {
  margin-left: 15px;
  height: .5rem;
  width: .5rem;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .filter-menu-container {
    position: absolute;
    top: -2000px;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    max-width: 100vw;
    background-color: rgba(52, 52, 52, 0.8);
    opacity: 0;
    transition: all 400ms ease;
  }

  .filter-menu-columns {
    height: 100vh;
    width: 100%;
    display: flex;
  }

  .filter-menu-columns .filter-menu-column-20 {
    width: 20%;
    flex: none;
    height: 75px;
    background-color: #FFFFFF;
  }

  .filter-menu-columns .filter-menu-column {
    width: 80%;
    flex: none;
    background-color: #FFFFFF;
    height: 100vh;
    padding: 25px;
  }

  .mobile-filter-filter button {
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    padding: 15px 25px 15px 25px;
    width: 100%;
    appearance: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    outline: none;
  }
}


.kajabi-form--inline {
  padding-top: 0 !important;
}

.white-popup-block
{
  background: #FFF;
  padding: 45px 30px 0;
  text-align: left;
  max-width: 470px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block #kajabi-form.kajabi-form--inline
{
  background: none;
}
#subscrible-popup
{
  background-color: #F8D338;
  border: 3px solid #F8D338;
  color: #FFFFFF; 
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

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