@font-face {
    font-family: Santorini;
    src: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010285/css/fonts/Santorini.otf')
}

/*----BLOG----*/


.modal a#btnBlogSubscribe {
  height: 37px !important;
  margin: 0px 0px;
  min-width: unset !important;
  min-height: unset;
  font-size: 12px !important;
}

footer .copyright-content {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 20px;
}

.fbProdDescTitle {
         display: none;
}

#footer a:not(.btn):not(:hover) {
    color: var(--footerlinkcolor);
}
@font-face {
    font-family: 'MoonTime';
    src: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010285/css/fonts/MoonTime.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.rotate {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}


section#custom_shoping_mod{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    padding: 10px 0;
}

article.shopping_list {
    width: 300px;
    padding: 20px 0px;
}

article#custom_shop_mod_title {
    padding-left: 5rem;
}
article#custom_shop_mod_title h3 {
    color: #000;
    font-family: 'Fahkwang', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
section#custom_fav_produtcs_mod{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background: #fff;
    padding: 10px 0;
    max-width: 1280px;
    margin: 0 auto;
}


#custom_fav_produtcs_title h3{
 color: #000;
    font-family: 'Fahkwang', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
text-align: center;
}

.fav_produtcs_list div a{
color: #000 !important;

font-family: Fahkwang;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.fav_produtcs_list {
    text-align: center;
    padding: 0px 15px;
    margin: 25px 0px 0px;
}

.lovingHeadline h3 {
    color: #000;
    font-family: 'Fahkwang', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whatimloving {
    display:flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .whatimloving {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .lovingButton {
        margin: 20px auto;
    }
}

.lovingList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 992px) {
   .lovingList {
        padding-right: 20%;
        border-right: 1.5px solid #000;
}
}

.lovingList article.shopping_list {
    width: 30%;
    padding: 0px 0px;
}

@media (max-width: 991px) {
    .lovingList article.shopping_list {
        width: 45%;
    }
}

.lovingFeatured article.shopping_list {
    max-width: 330px;
    margin: 0px auto;
    padding: 0px 0px;
}

.lovingDescription {
    font-size: 14px !important;
    text-align: left;
}

@media (min-width: 992px) {
    .lovingFeatured {
    
    }
}

mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(232, 126, 76, 0.1),
    rgba(232, 126, 76, 0.7) 4%,
    rgba(232, 126, 76, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}


.dropShadow {
  filter: drop-shadow(0px 0px 10px grey);
}

.child-header {
   background-image: url( 'https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010285/images/web/header-background-torn-paper.png' );
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   width:100%;
   height:100%;
   background-origin: border-box;
   filter: drop-shadow(0px 0px 10px black);
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid #c10f13;
}