/*
Theme Name: Thai Spa
Theme URI: https://www.nayrathemes.com/thaispa-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Thai Spa is an elegant and modern WordPress theme for spa and wellness centers but it is also very easy to customize it for other business like hairdressing, ayurvedic, manicures, pedicures, makeup, mashups, nails, detox, tanning, male grooming, facials, waxing, spa and body treatments, massages or other Hair & Barber related services. View the demo of Thai Spa Pro https://www.nayrathemes.com/demo/pro/?theme=thai-spa
Template: hantus
Version: 12.3
Tested up to: 6.7
Requires PHP: 5.6
Requires at Least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: thai-spa
Slug: thai-spa
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Header */

a {
    color: #6ea81a;
}

h1, h2, h3, h4, h5, h6 {
    color: #242526;
}

.blog-post ul:not(.meta-info) li a,
.blog-post ol:not(.meta-info) li a,
.blog-post table a, strong a, blockquote a, code a, p a,
span a {
    color: #6ea81a;
}

.post-comment-area h2,
.blog-post .post-title a:focus {
	color: #6ea81a;
}

.header-slider .theme-slider .theme-content h1 {
    color: #6ea81a;
}

.header-transparent .cart-icon-wrapper:hover,
.header-transparent .cart-icon-wrapper:focus {
    outline-color: #ffffff;
}

.header-transparent #header-top p i,
.header-transparent #header-top .text-details i {
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 7px;
}

.header-transparent .header-social li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.header-transparent #header-top p:after {
    top: 0;
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 50%);
}

.header-transparent .logo a {
    display: block;
}

.header-transparent .site-description {
    line-height: 0.75;
    top: 0;
    display: inline-block;
}
._2Pfbi {
    border-color: #6ea81a !important;
}
.header-transparent .cart-count {
    background: #6ea81a;
    border: 2px solid #2b2b2b;
}

.header-transparent .navbar-area.sticky-nav {
	box-shadow: none;
}

.header-transparent .navbar-area .sb-search > .sb-icon-search,
.header-transparent .navbar-area .cart-icon-wrapper i,
.header-transparent .navbar-area .main-menu > ul > li > a {
	color: #ffffff;
}

.header-transparent #breadcrumb-area {
    background-size: cover !important;
}

@media only screen and (max-width: 991px) and (min-width: 601px) {
	.admin-bar .navbar-wrapper div.sticky-nav.is-sticky {
		top: 32px;
	}
}

@media (min-width: 992px) {
	.header-transparent .header-social li a {
		background: rgb(0 0 0 / 30%);
	}
	.header-transparent #header-top,
	.header-transparent .navbar-area.sticky-nav {
		background: none;
		border: none;
	}
	.header-transparent .sb-search:not(.sb-search-open) .sb-icon-search,
	.header-transparent .header-info-text .info span,
	.header-transparent #header-top .text-details a,
	.header-transparent #header-top p {
		color: #ffffff;
	}
	.header-transparent .navbar-area > .container > .row {
		background-color: rgba(36, 37, 38, 0.7);
	}
	.header-transparent .navbar-area.sticky-nav.show > .container > .row {
		background-color: #242526;
	}
	.header-transparent #breadcrumb-area {
		padding-top: 215px;
	}
	.header-transparent div.theme-slider div.theme-content {
		margin-top: 22px;
	}
}

@media (max-width: 991px) {
	.header-transparent .navbar-wrapper .sticky-nav {
		background-color: #242526;
	}
}

/* Thai Spa-Info */

.single-info-thai-spa {
    background-color: #f7f7f7;
    border: 10px solid rgb(110 168 26 / 27%);
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.single-info-thai-spa:after {
    content: "";
    clear: both;
    display: table;
}

.single-info-thai-spa .strip-overlay {
	padding: 32px 25px;
}

.strip-hover .strip-hover-wrap:before,
.strip-hover .strip-hover-wrap:after,
.strip-hover .strip-overlay:before,
.strip-hover .strip-overlay:after {
    content: '';
    position: absolute;
    top: 0;
	width: 25%;
    height: 100%;
    background-color: #6ea81a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
	z-index: -1;
	-webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.strip-hover .strip-hover-wrap:before {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.strip-hover .strip-hover-wrap:after {
    left: 25%;
    -webkit-transition-delay: .105s;
    transition-delay: .105s;
}

.strip-hover .strip-overlay:before {
    left: 50%;
    -webkit-transition-delay: .21s;
    transition-delay: .21s;
}

.strip-hover .strip-overlay:after {
    left: 75%;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

.strip-hover:hover .strip-hover-wrap:before,
.strip-hover:hover .strip-hover-wrap:after,
.strip-hover:hover .strip-overlay:before,
.strip-hover:hover .strip-overlay:after,
.strip-hover:focus-within .strip-hover-wrap:before,
.strip-hover:focus-within .strip-hover-wrap:after,
.strip-hover:focus-within .strip-overlay:before,
.strip-hover:focus-within .strip-overlay:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
}

.single-info-thai-spa.strip-hover:hover .strip-hover-wrap:before,
.single-info-thai-spa.strip-hover:hover .strip-hover-wrap:after,
.single-info-thai-spa.strip-hover:hover .strip-overlay:before,
.single-info-thai-spa.strip-hover:hover .strip-overlay:after,
.single-info-thai-spa.strip-hover:focus-within .strip-hover-wrap:before,
.single-info-thai-spa.strip-hover:focus-within .strip-hover-wrap:after,
.single-info-thai-spa.strip-hover:focus-within .strip-overlay:before,
.single-info-thai-spa.strip-hover:focus-within .strip-overlay:after {
	opacity: 0.27;
}

.service-thai-spa.strip-hover .strip-hover-wrap:before,
.service-thai-spa.strip-hover .strip-hover-wrap:after,
.service-thai-spa.strip-hover .strip-overlay:before,
.service-thai-spa.strip-hover .strip-overlay:after {
	z-index: 1;
}

.service-thai-spa .inner-overlay {
	position: relative;
	z-index: 2;
}

.service-thai-spa .strip-hover-wrap {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
}

.service-thai-spa .strip-overlay {
	width: 100%;
	height: 100%;
}

.icon-info-thai-spa {
    height: 75px;
    width: 75px;
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-info-thai-spa img {
    object-fit: cover;
    height: 100%;
    border-radius: 100%;
}

.info-area-thai-spa {
    margin-left: 92px;
}

.info-caption-thai-spa h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.info-caption-thai-spa .btn-info {
    margin-top: 12px;
    border-radius: 20px;
}

@media (max-width: 1199px) {
	.single-info-thai-spa {
		border-width: 8px;
	}
	.single-info-thai-spa .strip-overlay {
		padding: 25px 20px;
	}
	.icon-info-thai-spa {
		height: 62px;
		width: 62px;
	}
	.info-area-thai-spa {
		margin-left: 74px;
	}
}

/* Thai Spa-Services */
.service-thai-spa {
    position: relative;
    border-radius: 100%;
    border: 7px solid rgba(255,255,255,.5);
    box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
    z-index: 0;
}

.service-thai-spa img {
    border-radius: 100%;
    max-width: 100%;
    height: 100%;
}

.service-thai-spa .inner-thai-spa {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 100%;
}

.inner-thai-spa .inner-text-thai-spa {
    width: 100%;
    text-align: center;
    border-radius: 0 0 100% 100%;
    position: absolute;
    left: 0;
    bottom: -30%;
}
.inner-thai-spa .inner-text-thai-spa:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: #6ea81a;
	opacity: 0.7;
	z-index: -1;
}
.inner-thai-spa .inner-text-thai-spa {
    background-color: rgb(110 168 26 / 70%);
}

.inner-thai-spa .inner-text-thai-spa h4 {
    margin: 0;
}

.service-thai-spa .price-thai-spa {
    width: 85px;
    height: 85px;
    padding: 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
}
@media (min-width: 320px) {
	.service-thai-spa {
	    width: 254px;
	    height: 254px;
	    margin: 0 auto 30px;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    padding: 14px 12px 28px;
	}
	.service-thai-spa .price-thai-spa {
	    right: -27px;
    	bottom: -16px;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    bottom: -82%;
	}
	.inner-thai-spa .inner-text-thai-spa h4 {
	    margin-bottom: 40%;
	}
}
@media (min-width: 768px) {
	.service-thai-spa {
		width: 240px;
		height: 240px;
	    margin: 0 auto;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    padding: 9px 10px 17px;
	}
	.service-thai-spa .price-thai-spa {
	    right: -10px;
	    bottom: -35px;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    bottom: -82%;
	}
	.inner-thai-spa .inner-text-thai-spa h4 {
	    margin-bottom: 40%;
	}
}
@media (min-width: 992px) {
	.service-thai-spa {
	    width: 200px;
	    height: 200px;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    padding: 25px 12px 25px;
	}
	.service-thai-spa .price-thai-spa {
	    right: -27px;
    	bottom: -16px;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    bottom: -82%;
	}
	.inner-thai-spa .inner-text-thai-spa h4 {
	    margin-bottom: 35%;
	}
}
@media (min-width: 1200px) {
	.service-thai-spa {
	    width: 254px;
	    height: 254px;
	}
	.inner-thai-spa .inner-text-thai-spa {
	    bottom: -70%;
	}
	.inner-thai-spa .inner-text-thai-spa h4 {
	    margin-bottom: 30%;
	}
}

.service-thai-spa .price-thai-spa h5 {
    margin: 0;
    color: #6ea81a;
    font-size: 18px;
    font-weight: 700;
    line-height: 3.85;
}

.inner-thai-spa .inner-text-thai-spa h4,
.inner-thai-spa .inner-text-thai-spa p {
	color: #ffffff;
}

.inner-thai-spa .inner-text-thai-spa {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.inner-thai-spa .inner-text-thai-spa h4 {
	padding: 0 3px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.inner-thai-spa .inner-text-thai-spa p {
    margin-bottom: 15px;
}

.service-thai-spa:hover .inner-text-thai-spa h4,
.service-thai-spa:focus-within .inner-text-thai-spa h4 {
	margin-bottom: 10px;
}
.service-thai-spa:hover .inner-text-thai-spa,
.service-thai-spa:focus-within .inner-text-thai-spa {
	bottom: 0;
    height: 100%;
}

.info-thai-spa .info-wrapper {
    margin-top: -200px;
}

.inner-thai-spa .boxed-btn {
    border: 1px solid #ffffff;
    padding: 8px 22px;
}

@media (max-width: 991px) {
	.info-thai-spa {
		padding: 50px 0 80px;
	}
	.info-thai-spa .info-wrapper {
	    margin-top: 20px;
	}
}

/* Blog */
.blog-post a.more-link {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 20px;
    font-weight: 500;
    color: #ffffff;
    background-color: #242526;
    border-radius: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.blog-post a.more-link:hover,
.blog-post a.more-link:focus {
	background-color: #6ea81a;
}

.post-content {
    position: relative;
    z-index: 0;
}

.meta-info li.post-date:after {
	display: none;
}

.meta-info li.post-date a {
    color: #ffffff !important;
    background-color: #6ea81a;
    padding: 12px 15px 11px;
}

.meta-info li.post-date {
    position: absolute;
    bottom: 103%;
}

.single-product .meta-info li.post-date{
	 bottom: 100%;
}

#footer-copyright {
    border-top: 1px solid #e2e2e2;
	background-color: #fbfbfb;
}

section#testimonial {
    box-shadow: 0px 1px 4px 0px rgb(44 49 59 / 15%);
}

ul.mbl li:last-child:not(:first-child) {
    border-left: 1px solid rgb(230 230 230 / 20%);
}


.shop-product h5 a:hover{
	color:#242526;
}

.wp-block-tag-cloud a {
    font-size: 16px !important;
}

.blog-post .wp-block-search {
    margin-bottom: 20px;
}

.wp-block-table figcaption {
    text-align: center;
}

.sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color: #fff;
}

.wp-block-search .wp-block-search__input{
	outline: none;
    border: 1px solid #e5e5e5;
    min-height: 40px;
    box-shadow: none;
}

.wp-block-tag-cloud a, 
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus  {
    border: none;
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-calendar table caption {
    text-align: center;
}

ul.wp-block-social-links li a {
    line-height: 0;
    margin-bottom: 0;
    font-size: 24px;
}


.sidebar ol.wp-block-latest-comments {
    padding: 0;
}

.footer-sidebar .widget_media_image figcaption,
.footer-sidebar .wp-block-table figcaption {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.footer-sidebar .widget_shopping_cart .cart-buttons a {
    padding: 11px 30px;
}

.widget_shopping_cart .cart-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    position: relative;
}

.widget_shopping_cart .cart-item .cart-item-description {
    font-size: 16px;
}

.widget_shopping_cart .cart-item .cart-item-description h4 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.widget_shopping_cart .cart-item .cart-item-description {
    display: inline-block;
    vertical-align: top;
}

.post-content .wp-block-latest-comments {
    padding: 0;
}

.wp-block-table {
    word-break: break-all;
}

.footer-sidebar .wp-block-latest-comments {
    padding: 0;
}

.logged-in.wp-block-loginout a {
    border-radius: 50px;
}

.wp-block-media-text .wp-block-media-text__content {
    line-height: 32px;
}

.wp-block-calendar a {
    text-decoration: none;
}

.site-content ol.wp-block-latest-comments {
    padding: 0;
}

a.button.add_to_cart_button.added {
    padding: 15px;
}

.wp-block-buttons {
    margin: 15px 0px;
}

.wp-block-categories-list {
    list-style: none;
    padding-left: 0;
}

.comment-respond {
    width: 100%;
}

.wp-block-embed figcaption {
    text-align: center;
}

.wp-block-code code img {
    margin-left: 20px;
}

.wp-block-pullquote.has-background blockquote {
    background: inherit;
}

.site-content .wp-block-loginout,
.site-content form.wp-block-search {
    padding: 20px 0;
}

pre.has-background code {
    background-color: inherit;
}

p.has-text-color em {
    color: inherit;
}

.site-content .wp-block-group {
    padding: 0 20px;
}

.wp-block-group em {
    color: inherit;
}

.has-text-color em,
.has-text-color h2 {
    color: inherit;
}

a.wp-block-file__button {
    color: #fff;
}

.has-text-color * {
    color: inherit;
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-pullquote.has-text-color blockquote {
    border-color: inherit;
}

blockquote {
    border-color: inherit !important;
}

.has-background.wp-block-read-more {
    padding: 5px 10px;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.wp-block-avatar img {
    border-radius: 50%;
}
.widget_block .alignleft {
    text-align: left;
    margin: auto;
}

.sidebar .wp-block-search__label{
	box-shadow: none;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 30px;
}

.sidebar .wp-block-tag-cloud a {
    font-size: 16px !important;
    color: #5e6271;
    background: #efeff1;
    padding: 8px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar .wp-block-search__label {
	color: #242526;
}

.sidebar .wp-block-search__input{
	padding: 12px;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}

/* gallery cross buttom style */
button.featherlight-close-icon.featherlight-close {
    background-color: #6ea81a;
    border: 1px solid #6ea81a;
    top: 40px;
    right: 40px;
    border-radius: 0;
}


/* circle hover */
.is-style-circle figure.tiled-gallery__item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
    visibility: visible;
    opacity: 0.5;
}

/* circle spacing */
.wp-block-jetpack-tiled-gallery .tiled-gallery__row{
	margin-right: calc(-.4 * var(--bs-gutter-x));
    margin-left: calc(-.4 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x) * .4);
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
    margin-top: 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
    margin-left: 0px;
}

/* circle box shadow */
.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
    border-radius: 50%;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    width: 100%!important;
    height: 100%!important;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
	justify-content: center;
}

.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
	width: 100%!important;
	margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
	margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
    margin-top: 0px;
}

blockquote.wp-block-quote.has-text-color p, blockquote.wp-block-quote.has-text-color p var, blockquote.wp-block-quote.has-text-color p cite, blockquote.wp-block-quote.has-text-color cite {
	color: inherit;
}

.wp-block-table figcaption {
	text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
	margin-bottom: 0;
}
ul.wp-block-rss {
 	list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
	color: inherit;
}
.entry-content ul:last-child {
	margin-bottom: 0;
}
.wp-block-code.has-text-color code {
	color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
 	padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	padding-top: 0.5rem;
 	padding-bottom: 0.5rem;
 	font-size: 0.875rem;
}

/*wp-Block-RSS*/
ul.wp-block-rss {
	list-style: none;
	margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
 	font-weight: 600;
}

.wp-block-quote.is-style-large {
	padding-top: 1.10rem;
	padding-bottom: 1.10rem;
}

.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
	padding: 1.563rem 1.000rem 1.563rem;
}

.widget .wp-block-group .is-vertical a {
    color: inherit;
}

.entry-content ol.wp-block-latest-comments {
	padding-left: 2rem;
}

.wp-block-table figcaption {
  text-align: center;
}

.post .entry-content ul.wp-block-archives {
	margin-left: 1.125rem;
	list-style: disc
}

.wp-block-code.has-background code {
	background: inherit;
}

.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
	 padding: 1.563rem 1.000rem 1.563rem;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
     width: auto;
}

.widget .wp-block-group .wp-block-columns {
	margin-bottom: 0;
}

.widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.sidebar .wp-block-group .is-nowrap {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
    font-weight: 600;
    line-height: 1.5;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
	height: 2em;
	width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
	text-decoration: none;
}

.wp-block-verse {
    padding: 10px;
}

.wp-block-details summary { 
	font-weight: 600;
}

.wp-block-calendar .wp-calendar-nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group ol li {
	padding-bottom: 0.625rem;
}

.wp-block-details summary {
	font-weight: 600;
	padding: 10px;
}

.wp-block-latest-posts__post-author {
	font-size: 1.7rem;
 	font-weight: 600;
}

a.wc-block-grid__product-link {
	text-decoration: none;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
	color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
	margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}

.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
	color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .is-nowrap {
	margin: 1.563rem 1.000rem 1.563rem;
}

.wp-block-post-title a {
    text-decoration: none;
}

.wp-block-details summary {
	font-weight: 600;
}

.wp-block-group.has-black-border-color {
	border-color: #333 !important;
}

.widget .wp-block-group .wp-block-preformatted a {
	color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
	text-decoration: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
    color:inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
	padding: 0;
}

.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
    margin-left: 0;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	line-height: 1.5;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
	color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
}

.widget .wp-block-heading:before {
	left: 0;
	top: 0;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
	font-weight: 700;
	font-size: 24px;
}

.wc-block-components-checkout-place-order-button{
	background: inherit;
}

.widget .wp-block-social-links {
    margin-bottom: 0;
}

.wp-block-latest-comments article{
	margin-bottom: 0px;
}

.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link {
	color: #fff;
}

button.wp-block-search__button.wp-element-button:hover,
button.wp-block-search__button.wp-element-button:focus{
    border: 2px solid;
}

.wc-block-components-totals-coupon__content button.components-button {
	border-radius: 4px;
}

.wp-block-code code img {
    padding: 10px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	text-decoration: none;
}

.wc-block-cart-items td {
	color: inherit;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 0;
}

ul.wp-block-page-list a {
	text-decoration: none;
}

.wc-block-featured-category__link .wp-block-button__link:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
	color: inherit;
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 1.4rem;
}

.wp-block-group .wp-block-details p {
	margin-top: 1rem;
    padding-top: 1rem;
}

.woocommerce table.shop_attributes td {
    text-decoration: none;
}

.wc-block-cart-items th {
	color: inherit;
}

.wp-block-latest-posts__post-author {
	font-size: 18px;
	font-weight: 600;
}

.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date {
	padding-bottom: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
    text-decoration: none;
}

.widget .wp-block-group pre.wp-block-preformatted {
    background: rgba(26, 26, 26, 0.8);
    color: #ddd;
}

.sidebar .widget .wp-block-file .wp-block-file__button {
    background-color: #1b8415;
}

.wp-block-social-links .wp-social-link:last-child {
    margin-bottom: 8px;
}

.wp-block-code.has-background code {
    background: inherit;
}

.wc-block-mini-cart__footer-checkout:focus {
    background-color: inherit;
    color: #fff;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
	text-decoration: none;
}

.wc-block-mini-cart__badge {
	color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    line-height: 16px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
	font-size: 1.2rem;
	text-decoration: none;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
	font-size: 16px;
	line-height: 20px;
}

.wp-block-file.has-background {
	padding: 0.5rem;
}

.wc-block-cart-item__remove-link {
	text-decoration: none !important;
}