/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 13:06:03 */
/* Result Count */
.woocommerce .woocommerce-result-count{
    float:none !important;
    display:block;
    margin:0 0 20px;
    clear:both;
}
	
	p.woocommerce-result-count {
    display: none !important;
}

.tb-shop-topbar-new .tb-shop-left p.woocommerce-result-count {
    display: block !important;
}

.tb-shop-topbar-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	
	.tb-shop-right {
   display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

/* Top Bar */
.tb-shop-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.tb-shop-search form{
    display:flex;
    align-items:center;
    gap:10px;
}

.tb-shop-search input[type=search]{
    width:320px;
    height:45px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:6px;
}

.tb-shop-search button{
    height:45px;
    padding:0 25px;
    background:#000;
    color:#fff;
    border:0;
    border-radius:6px;
    cursor:pointer;
}

.tb-shop-ordering{
    margin:0 !important;
}

.tb-shop-ordering select{
    min-width:220px;
    height:45px;
}

/* Mobile */
@media(max-width:768px){

    .tb-shop-topbar{
        flex-direction:column;
        align-items:stretch;
    }

    .tb-shop-search form, .tb-shop-right , .tb-shop-topbar-new{
        flex-direction:column;
    }

    .tb-shop-search input,
    .tb-shop-search button,
    .tb-shop-ordering select{
        width:100%;
    }
}


@media (max-width: 768px){
	.tb-shop-search form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row !important;
}
	.tb-shop-search input[type=search] {
    width: auto !important;
   
}
	.tb-shop-right {
    gap: 20px;
		align-items: normal;
}
	.woocommerce-shop div#primary{
    padding-top: 20px !important;
    margin: 0 !important;
		padding-bottom: 20px;
}
	 .archive.tax-product_cat #primary {
    padding-top: 20px !important;
    margin: 0 !important;
		padding-bottom: 0;
}
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-family: "Playfair Display", Sans-serif !important;
    font-weight: 600;
}

.woocommerce-checkout .wpmc-step-payment h3 {
    font-family: "Playfair Display", Sans-serif !important;
    font-weight: 600;
}