/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.whb-top-bar .wd-header-text {
    font-size:16px !important;
    font-family: 'Josefin Sans' !important;
}
.wd-copyrights .reset-last-child,
.wd-copyrights .reset-last-child a {
  font-size: 12px !important;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5) !important;
}

.wd-prefooter{
    padding-bottom:0px !important;
}
.diy-kits u {
    color: #333333 !important;
    font-size: 48px;
    line-height: 58px;
}
.wd-post-content.article-body-container {
    min-height: 248.63px;
    height:100%;
}
.classicnew{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
}
.tnp.tnp-subscription {
    margin: 0;
    width: 100%;
    max-width: 586px;
}
.tnp-field.tnp-field-email {
    width: 100%;
}
input#tnp-1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    padding: 16px;
}
input#tnp-1::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #000000AD;
    line-height: 24px;
}
input.tnp-submit {
    background: #2363A7 !important;
    padding: 0 28px !important;
    font-size: 14px !important;
    font-weight: 500;
    box-shadow: 0px -2px 0px 0px #00000026 inset;
    text-transform: capitalize;
}
input.tnp-submit:hover{
    background: #2363A7CC !important;
    box-shadow: 0px -2px 0px 0px #00000026 inset;
}
.justify p{
    text-align: justify;
}
/*table*/
.matrix-tablepress {
    border: 1px solid #0000001A;
}
input#dt-search-0 {
    border: 1px solid #0000001A;
    padding: 0;
}
.column-1, .column-2, .column-3{
    text-transform: capitalize;
    font-family: 'Lato';
}
tbody.row-striping.row-hover > tr > td {
    color: #767676 !important;
}
.wikipedia a{
    color:#767676 !important;
    text-decoration:underline;
}
.li-bottom :is(ul, ol) > li {
  margin-bottom: 0;
}
.used-link strong {
    color: #333333 !important;
}
/* Modal Overlay */
#custom-product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
}

/* Modal Box */
#custom-product-modal .modal-content {
    background: #F2F7FD;
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    position: relative;
    color: #767676;
    font-family: inherit;
}

/* Close Button */
#custom-close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

/* Labels */
#custom-product-options-form label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top:10px;
    cursor: pointer;
    font-size: 15px;
}

/* Radio Buttons */
#custom-product-options-form input[type="radio"] {
    margin-right: 10px;
}

/* Fieldsets */
#custom-product-options-form fieldset {
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

/* Submit Button */
#custom-modal-submit {
    background-color: #2363A7;
    border: none;
    padding: 16px 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato';
    cursor: pointer;
    box-shadow: 0px -2px 0px 0px #00000026 inset;
    transition: background-color 0.3s ease;
}

#custom-modal-submit:hover {
    background-color: #2363A7CC;
}
#custom-product-modal .option-line {
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 14px;
}

#custom-product-modal h3,
#custom-product-modal h4 {
    color: #333333;
    margin-bottom: 10px;
}
#custom-product-modal h3 {
    font-size: 26px;
    line-height: 41px;
    font-family: 'Satisfy';
    font-weight: 400;
}
#custom-product-modal h4 {
    font-size: 16px !important;
    font-weight: 400;
    font-family: 'Lato';
    
}
#custom-product-modal strong {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    font-family: 'Lato';
    /* margin-bottom: 17px !important; */
}
#custom-product-modal .pdf-link {
    margin-left: auto;
    text-decoration: none;
    font-size: 16px;
}
#custom-product-modal .pdf-link img {
    display: inline-block;
    vertical-align: middle;
}
button.edit-custom-options.button br {
    display: none !important;
}
@media (max-width: 768px) {
    .classicnew{
        flex-wrap: wrap;
        gap:10px !important;
    }
}