.editor-post-title__block .editor-post-title__input,
.editor-block-list__block h1,
.wp-block-heading h1.editor-rich-text__tinymce,
.editor-block-list__block h2,
.wp-block-heading h2.editor-rich-text__tinymce,
.editor-block-list__block h3,
.wp-block-heading h3.editor-rich-text__tinymce,
.editor-block-list__block h4,
.wp-block-heading h4.editor-rich-text__tinymce,
.editor-block-list__block h5,
.wp-block-heading h5.editor-rich-text__tinymce,
.editor-block-list__block h6,
.wp-block-heading h6.editor-rich-text__tinymce
{
    text-transform: uppercase !important;
}

.wp-block-preformatted pre,
.wp-block-verse pre,
pre.wp-block-verse
{
    font-size: 15px!important;
    padding: 30px;
    color: #505050!important;
    border-left: 5px solid #ddd; 
    background-color: #f8f8f8;
}

.wp-block-code {
    font-size: 15px!important;
    color: #505050!important;
}

.wp-block-code code {
    font-size: 15px!important;
    border-radius: 0!important;
    color: #505050!important;
}

/* Buttons */
.wp-block-button__link, .wp-block-file__button {
    color: #fff!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    font-size: 13px!important;
    font-weight: 400!important;
    border-radius: 0!important;
    cursor: pointer!important;
    border: none!important;
    background: #000!important;
    font-family: "Khand", sans-serif!important;
    letter-spacing: 0px!important;
    line-height: 25px!important;
    padding: 7px 28px!important;
    align-items: center!important;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    opacity: 1;
}

/* Block Quote */

.wp-block-quote
{
    padding: 30px!important;
    border-left: 4px solid #ddd !important;
}

.wp-block-pullquote {
   padding: 30px!important;
   border: 2px solid #000000;
}

.wp-block-pullquote blockquote
{
    margin: 0;
    border: none;
}

.wp-block-quote cite {
	display: block;
	color: #333;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}


/* Block Table */

.wp-block-table
{
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    border: none;
    text-align: left;
}

.wp-block-table td,
.wp-block-table th
{
    padding: 15px;
    border: none;
}

.wp-block-table thead th,
.wp-block-table tr th
{
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    border: none;
    background-color: #505050;
}

.wp-block-table tbody tr:nth-child(even)
{
    background-color: #f8f8f8;
}

/* Block Calendar */

.wp-block-calendar a {
    text-decoration: none;
}

.wp-block-calendar table caption {
    caption-side: top;
    text-align: center;
}

/* Block Heading */

.widget_block h2 {
    padding: 10px 0 10px 0;
    font-size: 1.0em;
    font-weight: 600;
}

/* Block Archives */

.wp-block-archives li, .wp-block-categories li, .wp-block-latest-posts li {
    list-style: square!important;
    margin-left: 17px;
}

ul.wp-block-archives, ul.wp-block-categories, ul.wp-block-latest-posts {
    padding: 0;
}

/* Block Search */

.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: transparent;
    color: #000000;
    top: 50%;
    right: 0;
    font-size: 14px;
    padding: 0 14px;
    position: absolute;
    border: none;
    outline: none;
    height: 34px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 99;
}

.wp-block-search .wp-block-search__inside-wrapper [type=search] {
    outline: none;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 40px 0 15px!important;
    color: #000;
    border: 1px solid #000;
    height: 34px;
    font-size: 14px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
    content: "\f002";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    font-weight: 600;-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Block Latest Comments */

ol.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0;
}

/* Block Shop */

.wc-block-product-search .wc-block-product-search__fields {
    position: relative;
}

.wc-block-product-search .wc-block-product-search__button {
    background-color: transparent;
    color: #000000;
    top: 50%;
    right: 0;
    font-size: 14px;
    padding: 0 14px;
    position: absolute;
    border: none;
    outline: none;
    height: 34px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 99;
}

.wc-block-product-search .wc-block-product-search__button svg {
    display: none;
}

.wc-block-product-search .wc-block-product-search__field {
    outline: none;
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 0 40px 0 15px!important;
    color: #000;
    border: 1px solid #000;
    height: 34px;
    font-size: 14px;
}

.wc-block-product-search .wc-block-product-search__button:before {
    content: "\f002";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wc-block-grid .wc-block-grid__product-onsale {
    border-radius: 0;
    min-width: 5em;
    min-height: 1em;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    z-index: 99;
    left: 0;
    top: 0;
    position: absolute;
    border: none;
    background-color: #000;
    color: #fff;
    text-transform: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: 1;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    letter-spacing: 0;
}
