
.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 30px;
    border: 0px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: #03101c 1px solid;
    border-radius: 6px;
    overflow: hidden;
}
.column-tabs .list-categories ul.tabs {
    justify-content: center;
    width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background: url(https://furalto.com/wp-content/uploads/2026/05/zoom-in.png) #fff no-repeat;
    background-position: center center;
    background-size: 60%;
}
.woocommerce div.product .summary .ts-discount-number {
    display: block;
    width: 100%;
    color: #096414;
    font-size: 16px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #000;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
    border-right: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #06101c !important;
    border-radius: 0PX;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a {
    line-height: 30px;
    border: 0px;
}

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
    line-height: 40px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
    border-right: 0px;
}



.woocommerce nav.woocommerce-pagination ul li {
    border-right: #03101c 1px solid;
}

.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 60px;
    right : 10px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
.woocommerce .woocommerce-widget-layered-nav-list a {
    padding-left: 25px !important;
}
button.button.filter-price-button {
    padding-left: 0;
    padding-right: 0;
}
.icon-menu-sticky-header .icon{color: #fff;}
@media screen and (max-width: 800px) {

.columns-3 .list-posts {
    grid-template-columns: repeat(1, 1fr);
}
	.icon-menu-sticky-header .icon:before, .ts-mobile-icon-toggle .icon {
    color: #fff;
}
	.page-template-blog-template .breadcrumb-title-wrapper{padding:70px 0px !Important}
	.woocommerce div.product > .woocommerce-tabs {
    padding: 0px 0 0px !important;
    display: flex !important;
    clear: both !important;
    flex-wrap: wrap;
    width: 100%;
}
	.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding:10px;
    background: #fff;
    width: 100%;
}
	.search-button.search-icon .icon {
    color: #fff;
}
}