
.hide{
    display:none;
}

h1,h2,h3,
.tp-shop-section-title,
.tp-footer-shop-widget-title,
.tp-contact-us-title{
    font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 600 !important;
}

body .main_content{
        background: radial-gradient(circle at 15% 8%, rgba(232, 219, 205, 0.55) 0 22%, transparent 23%), radial-gradient(circle at 88% 40%, rgba(225, 211, 194, 0.32) 0 18%, transparent 19%), linear-gradient(180deg, #faf7f3 0%, #f6f1eb 100%);
}

.main_content::before{
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.26;
    background-image: radial-gradient(#d8c8b8 0.8px, transparent 0.8px);
    background-size: 18px 18px;
    mix-blend-mode: multiply;
}


.review-card {
  background: #fffdfb;
  border: 1px solid #dfd4c9;
  border-radius: 12px;
  padding: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.82rem;
  text-align: left;
}

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(130deg, #986d4a, #4f3726);
  flex-shrink: 0;
}

.avatar-alt {
  background: linear-gradient(130deg, #9b7f73, #6a4d43);
}

.avatar-photo {
  object-fit: cover;
  object-position: center;
  border: 1px solid #d9cec1;
}

.stars {
  color: #9e7f59;
  font-size: 0.78rem;
  letter-spacing: 1px;
  margin-bottom: 0.28rem;
}

.review-text p {
  color: #4f4138;
  line-height: 1.42;
  font-size: 0.92rem;
}


/* Footer */
.shop-footer-bg{
    background: linear-gradient(160deg, #231914, #1e1511);
}
.tp-footer-shop-widget{
    height: 100%;
}
.tp-footer-shop-top .col-12:last-child .tp-footer-shop-widget{
    border-right: 0;
}
.tp-footer-shop-widget p{
    color: rgba(255, 255, 255, 0.7);
}

.tp-footer-shop-copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}




.social-links {
  display: flex;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.social-links svg{
    fill: currentColor;
    width: 100%;
    height: 100%;
}
.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid currentColor;
  font-size: 0.8rem;
}

.tp-shop-section-title{
 font-size: 36px;
}

/* image_with_text */
.image_with_text{
}

.image_with_text ul li{
    display:flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.image_with_text ul p{
    margin: 0;
}
.image_with_text img{
    filter: drop-shadow(0 16px 22px rgba(70, 40, 22, 0.22));
}



/* Contact page */

.agntix-light .tp-contact-us-form-wrapper{
    background: transparent;
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input input, .agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea{
        background: rgb(78 61 48 / 20%);
    border-color: rgb(80 48 31);
}
.agntix-light .tp-contact-us-content{
    background: #e3d8c9;
}
.tp-contact-form-btn button{
    background-color: var(--tp-theme-shop);
    text-transform: capitalize;
    color: var(--tp-common-white);
}
.tp-contact-form-btn button span{
    line-height: 1.2;
}
p,
.ar-about-us-4-title-box p,
.tp-about-text p{
    color: var(--tp-text-body);
}
.agntix-light .tp-career-title,
.agntix-light .tp-contact-us-title,
.ar-about-us-4-title,
.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title,
.agntix-light .tp-section-title.fs-44,
.agntix-light .creative-service-title,
.tp-section-title{
        color: var(--tp-theme-shop);
}


.tp-about-area{
    background: transparent !important;
}
.black-bg-3{
    background: var(--tp-theme-shop);
}

/* Product page */
.ss-pro-details-addToCart{
    background-color: var(--tp-theme-shop);
    text-transform: capitalize;
    color: var(--tp-common-white);
}


@media (min-width: 768px) {
    .tp-shop-section-title{
        font-display: 46px;
    }
    .image_with_text .tp-shop-section-title{
        font-size: 80px;
    }
}
@media (min-width: 992px) {
    .tp-footer-shop-widget{
        padding: 20px 40px;
    }
    
}
@media (max-width: 991px) {
    .tp-footer-shop-widget{
        border-right: 0;
        padding-top: 0;
    }
    
}
