/*
Theme Name: Porniture Theme
Description: 
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body:not(.woocommerce-cart) .main-content th {
	padding: 0 !important;
}

.woocommerce div.product_meta>span {
	display: none;
}

#porniture-footer ul {
	margin: 0 !important;
}

#porniture-footer ul li {
	list-style: none!important;
}

#porniture-footer ul li a {
	font-weight: 400 !important;
	font-size: 16px !important;
}

#porniture-footer ul li a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.mb-10 {
	margin-bottom: 10px !important;
}


.linked-colors {
    margin: 0 0 40px 0;
}

.color-list {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.color-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: none;
}

.color-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.color-item.active {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #333;
}

.widget.woocommerce .product-categories li .count { display:none; }

.products li.product.minimal .product-image-wrap {
    border: 1px solid #eee !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single {
    padding-top: 0 !important;
}