.tvb-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.tvb-product-item {
    border: 1px solid #646464;
    padding: 15px;
    text-align: center;
    background: #000;
}

.tvb-product-thumb img {
    width: 100%;
    height: auto;
}

.tvb-product-title {
    font-size: 18px;
    margin: 10px 0;
}

.tvb-product-price {
    font-weight: bold;
    display: block;
    margin-top: 8px;
}

.Search_main_menu {
	text-align:right;
}

@media screen and (min-width: 768px) {
	.is-search-form {
		position: relative;
		display: inline-block;
	}

	.is-search-input {
		position: absolute;
		right: 40px;          /* sits just left of icon */
		width: 0;
		opacity: 0;
		overflow: hidden;
		white-space: nowrap;
		margin-top: -18px !important;
	}

	.is-search-icon {
		cursor: pointer;
	}
}
