/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* CSS cho Social Bar */

/* Positioning cho elements-bar */
.elements-bar.right {
    z-index: 3;
    right: 3vh;
    transform-origin: right top;
    transform: rotate(-90deg) translate(50%, -100%);
}

/* Style cho social bar holder */
.social-bar-holder {
    color: #ffffffbf;
    font-size: 16px;
}

/* Thêm dấu "/" giữa các social links */
.social-bar-holder:not(.icons) li:not(:first-child):not(:last-child)::after {
    content: "/";
    display: inline;
    padding: 3px;
}

/* Style cho links */
.social-bar-holder a {
    color: #ffffffbf;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-bar-holder a:hover {
    color: #ffffff;
}

/* Reset list styles */
.-unlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.-unlist li {
    display: inline-block;
}

/* Caption styling */
.social-bar-holder .caption {
    margin-right: 10px;
}

/* Responsive hide trên mobile/tablet */
@media (max-width: 991px) {
    .vc_hidden-md {
        display: none !important;
    }
	.wd-product-filters .wd-pf-checkboxes {
    	position: unset!important;
	}
	
	.wd-product-filters .wd-pf-checkboxes .wd-pf-dropdown {
		margin-top: 10px
	}
}

/* Additional styling cho từng social network (tùy chọn) */
.social-bar-holder .facebook:hover {
    color: #1877f2;
}

.social-bar-holder .behance:hover {
    color: #1769ff;
}

.social-bar-holder .youtube:hover {
    color: #ff0000;
}

.social-bar-holder .twitter:hover {
    color: #1da1f2;
}

.social-bar-holder .instagram:hover {
    color: #e4405f;
}

.social-bar-holder .linkedin:hover {
    color: #0077b5;
}

