#rec217329634 .t-slds__bullet_active .t-slds__bullet_body {
	background-color: #222 !important;
}
#rec217329634 .t-slds__bullet:hover .t-slds__bullet_body {
	background-color: #222 !important;
}
/* Store part switch buttons styles */
#rec217329634 .t-store__parts-switch-btn {
	color: #000000;
	font-weight: 400;
}
/* Store filters buttons styles */
#rec217329634 .t-store__filter__item-title,
#rec217329634 .t-store__filter__opts-mob-btn {
	color: #000000;
	font-weight: 400;
}
#rec217329634 .t-store__filter__item-title:after {
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#rec217329634 .t-store__filter__opts-mob-btn-icon path,
#rec217329634 .t-store__filter__search-mob-btn-icon path {
	fill: #000000;
}
#rec217329634 .t-store__filter__chosen-val,
#rec217329634 .t-store__filter__reset,
#rec217329634 .t-store__filter__prods-number {
	color: #000000;
}
@media screen and (max-width: 960px) {
#rec217329634 .t-store__filter__item {
	border-color: rgba(0,0,0,0.3);
	color: #000000;
}
#rec217329634 .t-checkbox__control {
	color: #000000;
}
#rec217329634 .t-checkbox__indicator,
#rec217329634 .t-checkbox__indicator:after {
	border-color: #000000;
}
}
#rec217329634 .t-btn:not(.t-animate_no-hover):hover {
	background-color: #8D978F !important;
	color: #000000 !important;
	border-color: #8D978F !important;
}
#rec217329634 .t-btn:not(.t-animate_no-hover) {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#rec217329634 .t-btntext:not(.t-animate_no-hover):hover {
	color: #000000 !important;
}
#rec217329634 .t-menu__link-item {
}
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
#rec217329634 .t-menu__link-item,
#rec217329634 .t-menu__link-item.t-active {
	opacity: 1 !important;
}
}
#rec352615372 .t-btn:not(.t-animate_no-hover):hover {
	background-color: #8D978F !important;
	color: #000000 !important;
	border-color: #8D978F !important;
}
#rec352615372 .t-btn:not(.t-animate_no-hover) {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#rec352615372 .t-btntext:not(.t-animate_no-hover):hover {
	color: #000000 !important;
}
#rec352615372 .t-menu__link-item {
}
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
#rec352615372 .t-menu__link-item,
#rec352615372 .t-menu__link-item.t-active {
	opacity: 1 !important;
}
}


.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center;
}
.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.card-product .info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #eee;
}
.card-product .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #eee;
}

.label-rating { margin-right:10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.card-product .price-old {
    color: #999;
}

.products.row {
    min-width: 100%;
}

.woocommerce ul.products li.product a img { 
    /* FORMAT ALL IMAGES TO FILL EQUIVALENT SPACE,
    to remove jitter on replacement */
    height: 150px;
    width: 150px;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}

.t-store__card__price-wrapper {
    padding-bottom: 30px;
}

.t-store__card__price-value+.t-store__card__price-currency:before, .t-store__prod-popup__price-value+.t-store__prod-popup__price-currency:before {
    content: unset;
}


@media(min-width:1200px) {
    #sidebar {
        width: 20%;
        padding: 20px;
        float: left
    }

    #products {
        width: 80%;
        padding: 10px;
        margin: 0;
        float: right
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #sidebar {
        width: 20%;
        padding: 20px;
        float: left
    }

    #products {
        width: 80%;
        padding: 10px;
        margin: 0;
        float: right
    }
}

@media(min-width:768px) and (max-width:991px) {
    #sidebar {
        width: 35%;
        padding: 20px;
        float: left
    }

    #products {
        width: 65%;
        padding: 10px;
        margin: 0;
        float: right
    }
}

@media(min-width:576px) and (max-width:767px) {
    #sidebar {
        width: 40%;
        padding: 20px;
        float: left
    }

    #products {
        width: 60%;
        padding: 10px;
        margin: 0;
        float: right
    }
}

@media(max-width:575px) {
    #sidebar {
        display: none
    }
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
}

.woocommerce form .form-row {
    display: block !important;
}

.pwb-filter-products ul {
    list-style: none;
    padding: 0 !important;
}

#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar .widget-title {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}


.product_title.entry-title {
    color: #000000;
        font-weight: 500;
    font-size: 24px;
        line-height: 1.35;
    font-family: FuturaPT, Arial, FuturaPT;
    }

    
    .pwb-brand-shortcode a {
        color: rgb(119, 119, 119) !important;
        font-size: 14px;
            line-height: 1.55;
        font-family: 'FuturaPT', Arial, FuturaPT;
            font-weight: 300;
        }


        
.price .woocommerce-Price-amount {
    font-weight: 400;
        font-size: 20px;
        line-height: 1.35;
        font-family: 'FuturaPT', Arial, FuturaPT;
    }
    .pwb-brand-shortcode {
    margin-bottom:1rem;
    }
    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea
   {padding: 9px 12px;}

    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
        border: 1px solid rgba(0,0,0,.1);
        
    }

    .select2-container--default .select2-selection--single {
        border-color: rgba(0,0,0,.1) !important;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #8D978F !important;
        color: #000 !important;
        font-weight: 400 !important;
    }

    #t-footer {
        margin-top: 90px !important;
    }

    .page-header.mb-50 {
        margin-bottom: 90px;
        background: #8D978F;
        padding: 45px 0;

        
    }

    .title-block h1 {
        font-size: 30px;
        text-align: center;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        color: #000000;
        border: 1px solid #000000;
        background-color: #ffffff !important;
        font-weight: 400;
    }

    .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0;
    }


    .woocommerce div.product .quantity .qty {padding: 2px 12px;}

    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        left: 0 !important;
    }


    .woocommerce div.t-store__prod-popup__slider div.images .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
        list-style: none;
    }
    .woocommerce div.t-store__prod-popup__slider div.images .flex-control-thumbs li img {
        cursor: pointer;
        opacity: .5;
        margin: 0;
    }
    
    .woocommerce div.t-store__prod-popup__slider div.images .flex-control-thumbs li img.flex-active {
        opacity: 1;
    }
    
    #allrecords ul {
        min-width: 100%;
    }
    
    .lslide.active img
    {
        height: 560px !important;
    }

    @media(max-width:595px) {
        .lslide.active img {height: auto !important;}
    }

.blog-item .card-title a {
        font-size: 18px;
        font-family: 'FuturaPT',Arial,FuturaPT;
    font-weight: 600;
    color: #000 !important;
    }

    .wp-pagenavi{ margin:2em auto; text-align:center; }
.wp-pagenavi > *{ display:inline-block; padding:.0em .5em; margin:.1em; border:1px solid #93a8bc; border-radius:3px; color:#465366; }
.wp-pagenavi a,
	.wp-pagenavi a:hover{ text-decoration:none; }
.wp-pagenavi a{ background-color: #FFFFFF; }
.wp-pagenavi a:hover{ border-color:#7d95ac; }
.wp-pagenavi .pages{ }
.wp-pagenavi .current{ border-color:#465366; color: #465366; }
.wp-pagenavi .extend{ color: #465366; }
.wp-pagenavi .first{  }
.wp-pagenavi .last{  }
.wp-pagenavi .prev{ border-color:rgba(0,0,0,0); }
.wp-pagenavi .next{ border-color:rgba(0,0,0,0); }

.t985__overlay .t985__input {
    padding-left: 50px;
    width: 100%;
  
    border: 1px solid rgba(196,196,196,1);
}

.t985__blockinput {
    border: none;  
}

.t985__blockinput {
    display: block;
}

.row.painter-post-list {

    margin: 0;
    min-width: 100%;
}

.row.painter-post-list .js-product.t-store__card {
    margin-top: 90px;
}

.btn-loadmore {margin-top: 50px;text-align: center;}

.btn-loadmore .btn_more {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    font-weight: 600;
    height: 35px;
    font-size: 13px;
    padding:10px 15px;
    cursor: pointer;
}


.btn-loadmore .btn_more:hover{background-color: #8D978F !important;
    color: #000000 !important;
    border-color: #8D978F !important;}


    .woocommerce a.button.alt {
        padding: 10px !important;
    }
    .t-slds__arrow_wrapper {
        display: none;}
        .t985__search-widget-button {
            right: 10px;
        }


        .t706__carticon {
            right: 10px;
        }

        

        #myCarousel .carousel-item h4{
            font-family: FuturaPT;
            color: #fff;
    font-size: 46px;
    font-weight: 500;
        }        

        #myCarousel p {font-family: 'FuturaPT',Arial,FuturaPT !important;font-size: 22px !important;color: #fff !important;}

        #myCarousel .carousel-item a {
            font-family: 'FuturaPT',Arial,FuturaPT !important;font-size: 18px !important; font-weight: 700;
        }

        .term-description p {
            font-family: 'FuturaPT',Arial,FuturaPT;
            font-weight: 400;
            font-size: 20px;
            line-height: 1.5;
            color:#000000;

        }
        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
            font-family: 'FuturaPT',Arial,FuturaPT;
        }
        .h4, h4, .h2, h2 {
            font-family: 'FuturaPT',Arial,FuturaPT !important;
            font-weight: 400;
            font-size: 30px;
        }

        .title-block h1 {font-family: 'FuturaPT',Arial,FuturaPT;}

        .product p {
            font-family: 'FuturaPT',Arial,FuturaPT !important;   
        }