/*
Theme Name: tskitchen
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* Custom Helper Classes */
.z-index-1 {
		z-index: 1 !important;
}

/* Gradient */
.main {
		background-image: linear-gradient(180deg, #FFFFFF 70%, #F4F3F1 100%);
}
.home .main, .archive .main, .single-product .main, .single-post .main {
		background-image: linear-gradient(180deg, #FFFFFF 95%, #F4F3F1 100%);
}
.single-product .main {
		padding-top: 4rem;
}
/* 404 */
.area_404 {
		background-color: transparent;
}
/* Mobile Menu */
.mobile-menu-container #menu-main-menu {
		margin-bottom: 0;
		border-bottom: 1px solid #2e3237;
}
#menu-main-menu-1>li:last-child {
		padding-bottom: 0;
}
/* Products */
.product-details>.yith-wcwl-add-to-wishlist.btn-product-icon {
		right: 5px;
}

.product-default:not(.product-with-qty) .product-details .btn-product{background-color:#596324; color:#596324; border-color:#596324; color:#fff}
.product-default:not(.product-with-qty) .product-details .btn-product:hover{background-color:#ae7d42; color:#fff; border-color:#ae7d42; }
.product-loop .product-details{text-align:center;}

.products .woocommerce-loop-product__title{color:#000; padding-right:0px;}
.textwhite_para{color:#fff; font-size:15px; line-height:22px;}

.textwhite_para p{color:#fff; font-size:15px; line-height:22px;}
#tab-title-reviews{display:none;}
#tab-title-wcfm_policies_tab{display:none;}
#tab-title-wcfm_enquiry_tab{display:none;}
.posted_in{display:none!important;}
.product-single .sku_wrapper{display:none!important;}

.footer a:not(.social-icon):not(.btn), .footer .widget .menu li a{color:#fff;}
.wcfm_catalog_enquiry_button_wrapper{display:none;}
.social-icons{display:none;}
.single_add_to_wishlist{display:none!important;}
.compare{display:none;}
.woocommerce-product-details__short-description{font-style:italic;}

.product_highlight {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.product_highlight li {
    text-align: center;
}

.product_highlight li img {
    display: block;
    margin: 0 auto 5px;
    max-width:80px;
}

@media (max-width: 768px) {
    .product_highlight li img {
        width:60px;   /* reduce size */
    }
}
.social-icon{margin:0px!important;}