/*------------------------------------------------------------------
[Master Stylesheet]

Template Name : Mojuri
Description   : Mojuri – Jewelry Store HTML Template
Author        : CakeTheme
Version       : 1.0
Created       : 30/04/2023
-------------------------------------------------------------------*/


.site-header .site-logo img {
    max-height: 150px;
}


.site-header.header-v3 .header-middle {
    background-color: #000000;
}

.site-main .page-title{
  background-image: url(../../media/banner/bg-img-2.jpg);
}

.sub-menu-title {
    font-family: 'Moon Dance', cursive;
    font-weight: normal;
    font-style: normal;
    font-size: 24px !important;
}

.intro-title {
    font-family: 'Moon Dance', cursive;
    font-weight: normal;
    font-style: normal;
    font-size: 44px !important;
    line-height: 50px !important;
}

.block-intro.layout-4 .intro-item h4 {
    font-family: 'Didot' !important;
    font-weight: normal;
    font-style: normal;
}

.block-intro .intro-item.m-b-0 {
    display: inline !important;
}

.block-parallax.right-text .content {
    max-width: 550px;
}

.block-parallax.bg-img-1 {
  background-image: url("https://kms.kreatera.com/files/adriana-berber/IMG_0046.PNG");
}

.block-parallax.bg-img-2 {
  background-image: url("https://kms.kreatera.com/files/adriana-berber/IMG_1763.JPG");
}

.block-parallax.bg-img-3 {
  background-image: url("https://kms.kreatera.com/files/adriana-berber/IMG_3729.JPG");
}

.bg-samon {
    background-color: #DBA790;
    color: #000000;
}

.bg-samon-light {
    background-color: #EACDC0;
}
    
    
.bg-sand {
    background-color: #BAACA0;
    color: #ffffff;
}

.moon-dance-regular {
  font-family: 'Moon Dance', cursive;
  font-weight: 400;
  font-style: normal;
}

.didot {
    font-family: 'Didot' !important;
    font-weight: normal;
    font-style: normal;
}

.block-sliders.layout-2 .item-content .item-info .title-slider {
    font-size: 3.3rem !important;
}

.block-sliders.layout-2 .item-content .item-info .subtitle-slider { 
    font-size: 1.2rem !important;
}

.title-author {
    margin-top: 0 !important;
    font-size: 64px;
    color: #ffffff;
}

.title-brand {
    margin-top: 0 !important;
    font-size: 64px;
    color: #000000;
}

.description {
    margin-top: 30px;
    text-align: justify;
}

body.home.title-3 .section .block-title h3, body.home.title-3 .section .block-title h2 {
    font-family: 'Didot';
    font-weight: bold;
    font-style: normal;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
}


.banner-image {
    width: 100%;
    height: 323px;
}

.banner-image a img {
    width: 558px !important;
    height: auto;
    max-height: 323px;
    object-fit: cover; 
}

.item-image {
    width: 100%;
    height: 330px;
}

.item-image a.collection {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

.item-image a.collection:before {
  content: "";
  top: 0;
  height: 100%;
  background-color: rgba(37,37,37,.45);
  z-index: 1;
}
.item-image a.collection:after {
}
.item-image a.collection:hover:after, 
.item-image a.collection:hover:before {
  opacity: 1;
  visibility: visible;
}
.item-image a.collection img {
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
    width: 330px;
    height: 330px;
    max-height: 330px;
    object-fit: cover; 
}
.item-image a.collection:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product-cat-content-info {
    width: 80%;
}

.collection-title {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.collection-title a:hover {
    text-decoration: underline;
    color: #000000;
}

body.home .section .block-testimonial .block-title h2 {
    color: #000000;
    font-size: 30px;
}

.testimonial-author {
    margin-top: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
}

#site-footer .contact-link li {
}
#site-footer .contact-link li a {
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#site-footer .contact-link li a:hover {
    background: #cb8161;
    border-color: #cb8161;
}
#site-footer .contact-link li a i {
    color: #000;
    font-size: 16px;
}
#site-footer .contact-link li a:hover i {
    color: #fff;
}
#site-footer.dark .contact-link li a i {
    color: #fff;
}

.banner-wrapper-infor .title-banner {
    text-shadow: 0 13.36px 8.896px #c4b59d,0 2px 3px #000;
}

.button-outline.border-white, .button-outline.thick-border {
    text-shadow: 0 2px 3px #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.button-outline.border-white:hover,
.button-outline.border-white:focus,
.button-outline.thick-border:hover,
.button-outline.thick-border:focus {
  background: #000000;
  border-color: #000000;
}

.shop-details .variations .label {
    width: 100px!important;
}

.back-top {
    float: left;
    background-color: #000000;
}

.site-mobile-navigation .remove-megamenu, 
.site-mobile-vertical .remove-megamenu {
    background: #000000;
}

.block-intro.layout-4 .intro-item {
    display: inline;
}

.whatsapp {
    position: fixed;
    float: right;
    right: 30px;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.whatsapp.button-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.whatsapp a i {
    font-size: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .back-top {
        bottom: 45px;
    }
    .whatsapp {
        bottom: 34px;
    }
    
    .whatsapp a i {
        font-size: 40px;
    }
}

.kreatera {
    font-family: 'Didot';
    font-weight: normal;
    font-size: 14px;
    text-align: right;
}