/*
 Theme Name:   Kadence Child
 Template:     kadence
 Version:      1.0
*/


.woocommerce div.product .product_title.entry-title{
    font-size: 25px;
}
.wc-block-product-categories-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

@media (max-width: 1024px) {
   @media (max-width: 1024px) {
  #block-12 {
    display: block;
    max-width: 177px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
}
.product-faq summary {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
table {
font-size: 14px !important;
}
table th,
table td {
padding: 6px 4px !important;
word-break: break-word !important;
}
}

@media screen and (max-width: 480px) {
table {
font-size: 11px !important;
}
table th,
table td {
padding: 4px 2px !important;
word-break: break-word !important;
}
}

.kt-row-column-wrap {
    position: relative;
    overflow: hidden; 
}

.kt-row-column-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;  
    height: 480px; 
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%; 
    background: linear-gradient(
        220deg,
        rgba(10, 49, 97, 0.5) 0.77%,
        rgba(255, 255, 255, 0.5) 55.4%,
        rgba(165, 0, 0, 0.5) 100%
    );
    filter: blur(35px); 
    z-index: -1; 
}


.pj-intro {
  text-align: center;
  margin-bottom: 10px;
  font-family: sans-serif;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pj-sub {
  font-size: 14px;
  color: #a70000;
  letter-spacing: 0.16rem;
  margin: 0;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pj-title {
  font-size: 32px;
  font-weight: 700;
  color: #a70000;
  margin: 0 0 10px 0;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .pj-title {
    font-size: 24px;
  }
}



/*@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
*/