/*
Theme Name: Grand Restaurant Child
Theme URI: http://themes.themegoods2.com/grandrestaurant
Description: Premium Cafe & Restaurant Theme
Version: 1.0
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandrestaurant
Template: grandrestaurant
*/


/* contact 7 */
.cf7-cols {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}

.cf7-col {
	width: 50%;
}
.wpcf7 form textarea {
	height: 140px;
	resize: none;
}

@media (max-width: 768px) {
	.cf7-cols {
		flex-direction: column;
		gap: 10px;
	}

	.cf7-col {
		width: 100%;
	}
}

/* woocommerce */

.inner_wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: wrap;
}

.sidebar_content {
    flex: 1;
    padding-left: 20px;
}

#secondary, .widget-area {
    width: 25% !important;
    min-width: 250px;
}

.single-product #page_content_wrapper .inner .sidebar_wrapper {
	display: none;
}

.woocommerce form .form-row .input-text {
	border: 1px solid #ccc;
}

@media (max-width: 767px) {
    .inner_wrapper {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .sidebar_wrapper {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .wc-block-product-categories-list {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important; 
        white-space: nowrap !important;
        gap: 15px; 
        padding-bottom: 10px;
		scrollbar-color: #F78C24 #f1f1f1 !important;
        -webkit-overflow-scrolling: touch;
    }

    .wc-block-product-categories-list-item {
        display: inline-block !important;
        min-width: 100px; 
        text-align: center;
		font-size: 16px;
    }

    .wc-block-product-categories-list-item__image {
        width: 50px !important;
        margin: 0 5px 5px 0 !important;
    }
}
