.top-rated-products .add_to_cart_button {
    display: none!important;
}
.top-rated-products h3.product_title, h2.woocommerce-loop-product__title {
    font-family: "Karla", Sans-serif;
    font-size: 15px;
    overflow: hidden;
    display: block!important;
    max-height: 20px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
h2.woocommerce-loop-product__title{
    max-height: 27px;
}
.blog-lists:hover .blog-info{
	display: none;
}
.blog-lists .read-more-btn{
	display:none;
}
.blog-lists:hover .read-more-btn{
	display:block;
}
.woocommerce ul.products li.product a.add_to_cart_button {
    position: absolute!important;
    right: 0;
    bottom: 0px;
}
a.add_to_cart_button:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/uploads/2023/10/shopping-bag.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
ul.wpc-filters-ul-list li a {
    color: #000000;
}
.wpc-filter-title {
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}
ul.wpc-filters-ul-list ul.children {
    padding-left: 0;
}
i.wpc-toggle-children-list:after, i.wpc-toggle-children-list:before{
    width: 10px;
    height: 2px;
    background-color: #000000;
}
i.wpc-toggle-children-list:before{
    top: 48%;
}
.wpc-filters-section.wpc-filter-_price {
    border-top: 1px solid #cebebe;
    padding-top: 30px;
}
.wpc-filters-section {
    margin-bottom: 2.5em;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: #000000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #343434!important;
    color: #ffffff!important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody tr:hover>td, table tbody tr:hover>th{
    background-color: #ffffff;
}
table.variations label {
    width: 100%;
}
table.variations th {
    padding: 0;
}
table.variations tr {
    display: flex;
    flex-direction: column;
}
td.woo-variation-items-wrapper {
    padding: 0;
}
.woocommerce-variation-price {
    margin-bottom: 15px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 1.25em;
    font-weight: bold;
}
.woo-variation-gallery-slider img {
    max-height: 500px;
    object-fit: cover;
}
.hovered-img{
    display: none;
}
.hover-item:hover .hovered-img{
    display: block!important;
}
.past-project-filter .wpc-filter-header, .past-project-filter .wpc-instead-of-posts-found {
    display: none;
}
.past-project-filter .wpc-filters-widget-wrapper {
    display: flex;
    justify-content: center;
}
.past-project-filter .wpc-filters-section{
    margin: 0 10px!important;
}
.footer-chat:before {
    content: "Chat With Us";
    position: absolute;
    width: 100px;
    right: 115%;
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    font-size: 13px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency{
	border: none!important;
}
span.wmc-current-currency i {
    box-shadow: 0px 3px 6px #00000029;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency{
	z-index: 999;
	border: none!important;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency a{
	font-weight: bold!important;
}
.awards-gallery .gallery-icon:hover:before {
    opacity: .5;
    transition: .2s;
}
.awards-gallery .gallery-icon:hover:after {
    opacity: 1;
    transition: .2s;
}

.awards-gallery .gallery-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .2s;
}
.awards-gallery .gallery-icon {
    position: relative;
}
.awards-gallery .gallery-icon:after {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/wp-content/uploads/2023/10/zoom-in.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 45%;
    opacity: 0;
	transition: .2s;
}
@media (min-width: 768px){
    .hovered-img img{
       opacity: 1!important;
    }
}
@media (max-width: 767px){
    .wpc-open-close-filters-button {
        margin-bottom: 0!important;
        width: 100%;
    }
    form.woocommerce-ordering {
        width: 100%;
    }
    .woocommerce ul.products li.product a.add_to_cart_button {
        position: relative!important;
    }
    .awards-gallery .gallery-item{
        max-width: 50%!important;
    }
    .hovered-img{
        display: block!important;
    }
}
