/*
Theme Name: Cartable
Theme URI: https://speciatheme.com/cartable-free/
Author: Specia
Author URI: https://speciatheme.com/
Description: Cartable is a stylish and modern eCommerce WordPress theme with plenty of functionality to let you sell your products online. There’s an outstanding homepage with many sections and page templates. View the Cartable Pro demo https://demo.speciatheme.com/pro/?theme=cartable
Template: specia
Version: 13.7
Tested up to: 6.8
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: cartable
Tags: one-column, two-columns, left-sidebar, 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, entertainment, 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.

*/

section.footer-copyright p a {
    color: #15e2b9;
}


.entry-content a, .comment-content a, .widget_text a, strong a, blockquote a, code a, p a{
    color: #15e2b9;
    text-decoration: underline;
}

.sidebar .widget input[type="submit"]:hover,
.sidebar .widget input[type="submit"]:focus,
.sidebar .wp-block-search .wp-block-search__button:hover,
.sidebar .wp-block-search .wp-block-search__button:focus {
    background: #15e2b9;
    border-color: #15e2b9;
}

.features-version-one .feature-box-info h4 {
    color: #15e2b9;
}
.post_date h6{
	 color: #ffffff;
}

img.navbar-brand {
    max-width: 200px;
}

/*---------------------------------------------
    Header Cartable (nav-cartable)
---------------------------------------------*/
.nav-cartable .header-widget-info {
    border-bottom: 0;
    background-color: #222222;
}

.nav-cartable .header-wrapper {
    min-height: 97px;
}

.nav-cartable .header-search-toggle,
.nav-cartable .cart-icon-wrap #cart i,
.nav-cartable .site-title,
.nav-cartable .site-description {
    color: #ffffff;
}

.nav-cartable .navigation:not(.pagination) {
    padding: 0;
}

.nav-cartable .theme-menu .menubar,
.nav-cartable .theme-menu > .menu-right {
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nav-cartable .header-search-toggle,
.nav-cartable .cart-icon-wrap #cart {
    font-size: 20px;
    line-height: 2.2;
}

.nav-cartable .cart-icon-wrap #cart span {
    border: 0;
    top: 5px;
    right: 2px;
}

.nav-cartable .theme-menu .menubar {
    margin-left: 30px;
}

.nav-cartable .theme-menu .menubar,
.nav-cartable .theme-menu > .menu-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-cartable .theme-menu .header-widget-news {
    width: 100%;
    padding-left: 15px;
    text-align: right;
}

.nav-cartable .menubar .menu-wrap > li > a {
    font-weight: 600;
}

.nav-cartable .menubar .menu-wrap > li > a {
    line-height: 72px;
}

.nav-cartable .navigation .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 100%;
    right: auto;
}

.nav-cartable .navigation .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: 100%;
    left: auto;
}

.nav-cartable .navigation .menubar .menu-wrap > li > a:after,
.nav-cartable .navigation .menubar .menu-wrap > li.dropdown > a:after {
    content: '';
    position: absolute;
    right: 0;
    height: 3px;
    width: 0;
}

.nav-cartable .navigation .menubar .menu-wrap > li > a:after {
    border-bottom: 10px solid;
    border-right: 7px solid transparent;
    border-top: 0;
    border-left: 7px solid transparent;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.nav-cartable .navigation .menubar .menu-wrap > li.dropdown:hover > a:after,
.nav-cartable .navigation .menubar .menu-wrap > li:hover > a:after,
.nav-cartable .navigation .menubar .menu-wrap > li.focus > a:after,
.nav-cartable .navigation .menubar .menu-wrap > li.active > a:after {
    opacity: 1;
    visibility: visible;
}

.nav-cartable.header-widget-news .widget_tag_cloud .tagcloud a {
    background-color: #e6e6e6;
}

.nav-cartable .header-right {
    margin: 0;
}

.nav-cartable .header-right .header-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
}

.nav-cartable .header-categories-form .search-form>div {
    border: 0;
}

.nav-cartable .header-wrapper .logo a {
    color: #ffffff;
}

/*---------------------------------------
    Product Search
-----------------------------------------*/

.header-categories-form {
    width: 100%;
    max-width: 540px;
}

.header-categories-form .search-form>div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #e9e9ea;
    border-radius: 5px;
    overflow: hidden;
    min-height: 50px;
}

.header-categories-form .search-field {
    color: #929292;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.header-categories-form .select-wraper {
    width: 30%;
    position: relative;
    z-index: 0;
}

.header-categories-form .select-wraper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #e9e9ea;
    z-index: 1;
}

.header-categories-form .select-wraper::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.header-categories-form .search-select {
    border-radius: 0;
    border: 0;
    min-height: 50px;
    color: #222222;
    font-size: 14px;
    padding: 10px 15px;
    padding-right: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-categories-form .search-select::-ms-expand {
  display: none;
}

.header-categories-form .search-submit {
    border-radius: 0 !important;
    border: 0;
    padding: 0 25px;
    color: #ffffff;
}

	

/* ---//--- */

/*---------------------------------------
    Header Vertical Menu
-----------------------------------------*/

.header-vertical-toggle {
    width: 100%;
    position: relative;
    padding-right: 25px;
}

.header-vertical-btn {
    width: 100%;
    max-width: 255px;
    padding: 0 25px;
    border: 0;
    line-height: 44px;
}

.header-vertical-btn span {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 0;
    padding-right: 25px;
}

.header-vertical-btn i {
    margin-right: 20px;
}

.header-vertical-btn span::after,
.header-vertical-btn span::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width .3s,-webkit-transform .3s;
    -moz-transition: width .3s,-moz-transform .3s;
    transition: width .3s,transform .3s;
}

.header-vertical-btn span::before {
    right: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-vertical-btn span::after {
    right: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vertical-is-active .header-vertical-btn span::after,
.vertical-is-active .header-vertical-btn span::before {
    width: 14px;
}

.vertical-is-active .header-vertical-btn span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vertical-is-active .header-vertical-btn span::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
}

.vertical-is-active .overlay-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: #222;
    opacity: .5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.vertical-is-active .header-vertical-btn,
.vertical-is-active .header-vertical-bar {
    z-index: 100009;
}

.vertical-is-active .header-top-info {
    z-index: 0;
}
.header-vertical-bar .dropdown-menu,
.header-vertical-bar {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 250px;
    background: #ffffff;
    padding: 5px;
    margin: 0;
    border-top: 3px solid transparent;
    border-radius: 0;
    -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s;
}

.header-vertical-bar .dropdown-menu {
    top: -4px;
    transform: translateY(-12px);
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    margin-left: 10px;
    left: 100%;
    right: auto;
    margin-right: 10px;
}

.header-vertical-bar .menu-wrap li:hover > .dropdown-menu,
.header-vertical-bar .menu-wrap li.focus > .dropdown-menu,
.vertical-is-active .header-vertical-bar {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: all .2s;
}

.header-vertical-bar .menu-wrap li {
    padding: 0;
    position: relative;
    height: auto;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.header-vertical-bar .menu-wrap li a {
    border-bottom: 1px solid #f7f7f7;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 18px 8px 18px;
    text-transform: none;
    white-space: normal;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.header-vertical-bar .menu-wrap li:last-child {
    border-bottom-color: transparent;
}

.header-vertical-bar .menu-wrap li:last-child a {
    border-bottom: 0;
    border-radius: 0 3px 3px;
}

.header-vertical-bar .menu-wrap li:hover > a,
.header-vertical-bar .menu-wrap li.focus > a {
    background-color: #f7f7f7;
}

.header-vertical-bar .menu-wrap .dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 10px;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.header-vertical-bar .menu-wrap .dropdown:hover > a:after,
.header-vertical-bar .menu-wrap .dropdown.focus > a:after {
    opacity: 1;
    right: 15px;
}

/* ---//--- */

/*---------------------------------------
    Slider Eighteen
-----------------------------------------*/
.slider-section-eighteen .specia-content h6 {
    display: inline-block;
    padding: 4px 6px;
    font-size: 15px;
    border: 1px solid rgb(0 0 0 / 0.5);
	color: #000000;
}

.slider-section-eighteen .specia-content h1 {
    position: relative;
}

.slider-section-eighteen .specia-slider.text-left h1 {
    padding-left: 15px;
}


.slider-section-eighteen .specia-content h1,
.slider-section-eighteen .specia-content p {
    color: #000000;
}

.slider-section-eighteen .specia-slider.text-right h1 {
    padding-right: 15px;
}

.slider-section-eighteen .specia-slider.text-center h1 {
    padding-bottom: 12px;
}

.slider-section-eighteen .specia-content h1:before {
    content: "";
    position: absolute;
    margin: auto;
}

.slider-section-eighteen .specia-slider.text-left h1:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 85%;
}

.slider-section-eighteen .specia-slider.text-right h1:before {
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 85%;
}

.slider-section-eighteen .specia-slider.text-center h1:before {
    bottom: 0;
    left: 0;
    right: 0;
    width: 15%;
    height: 4px;
}

/*---------------------------------------
    Search Result
-----------------------------------------*/	

.page-wrapper .posts-navigation a {
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 24px;
    border-radius: 30px;
    display: table-cell;
    float: left;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.page-wrapper .posts-navigation a:hover {
    color: #fff;
}

.page-wrapper .posts-navigation .nav-next {
    float: right;
}


.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus  {
    color: #15e2b9;
    background: #fff;
}

/* Product Filter */
#product-filter .woocommerce-loop-product__title {
    padding: .5em 0 .25em;
    margin: 0;
    text-align: center;
    font-size: 18px;
}

#product-filter .price del {
    color: #ff0000;
    opacity: .5;
    display: inline-block;
    font-weight: 500;
}

#product-filter .price {
    color: #1c314c;
    font-weight: 400;
    margin: 0;
    text-align: center;
    display: block;
}

#product-filter ins span {
    font-weight: 700;
}

#product-filter span.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    text-align: center;
    display: block;
    margin-top: 1em;
	border: none;
	padding: 0;
}

#product-filter .single-product:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

#product-filter span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    top: 0;
    right: 15px;
    left: auto;
    margin: 0.5em 0.5em 0 0;
    z-index: 1;
}

#product-filter .single-product img {
    width: 100%;
    object-fit: cover;
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#product-filter .single-product img:hover{
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}

#product-filter .single-product {
    padding: 0 0 20px 0;
}

.header-vertical-bar {
    max-height: 340px;
    overflow-y: auto;
}

.entry-content .more-link:hover,
.entry-content .more-link:focus {
    color: #ffffff;
}

.select2-container--default .select2-selection--single {
    min-height: 2.35em;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    background: #ffffff;
}

.footer-sidebar .widget .woocommerce-product-search button:not(:hover):not(:focus) {
    color: #fff;
    border: solid 2px #fff;
    background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.35em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.35em;
}    

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

h2.entry-title a,
.entry-content p {
    word-break: break-word;
}

.footer-sidebar .wp-block-file a {
    color: #fff;
}

ol.wp-block-latest-comments li a {
    word-break: break-word;
}

.wp-block-embed figcaption {
    text-align: center;
}

.wp-block-code code img {
    display: inline-block;
    margin-left: 10px;
}

.wp-block-pullquote.has-background blockquote {
    background: inherit;
}

.woocommerce ul.products li.product .button.product_type_external {
    width: 100%;
}

.site-content .wp-block-group.has-background {
    padding: 0 20px;
}

.wp-block-group em {
    color: inherit;
}

.wp-block-table figcaption {
    font-weight: 600;
}

.has-text-color em,
.has-text-color h2 {
    color: inherit;
}

a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
    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%;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}

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-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;
}

.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;
}

a.wc-block-grid__product-link {
 text-decoration: none;
 }
 
.wp-block-latest-posts__post-author {
 	font-size: 1.7rem;
 	font-weight: 600;
} 

.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;
}

a.wp-block-latest-posts__post-title {
	 text-decoration: none;
}

.wp-block-latest-comments__comment a {
	text-decoration: none;
}

.has-background.wp-block-read-more {
	padding: 0.25em 1.375em;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
	text-decoration: none;
}

.wc-block-grid__product-price.price ins {
 	line-height: 18px;
}

.wc-block-components-product-badge {
    text-decoration: none;
}

.wp-block-file a {
	line-height: 18px;
}

.wc-block-components-totals-coupon-link {
    line-height: 18px;
}

.wp-block-comment-author-name a {
    color: inherit;
}

.widget .wp-block-heading:after {
	background: inherit;
}

.wp-block-comment-date span a {
    color: inherit;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	text-decoration: none;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover	{
	color: #fff;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus	{
	color: #fff;
}

.wp-block-page-list a:hover,.wp-block-page-list a:focus {
	color: inherit;
}

.wp-block-page-list {
	list-style: none;
}