/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: A child theme of the Woostify theme
Author: OLLITS
Author URI: https://www.ollits.com/
Template: woostify
Version: 1.0.0
Text Domain: woostify-child
*/

.woostify-footer-social-icon li a {
    padding: 5px;
}
.single-product .content-top, .product-page-container {
    background-color: #f2f3f7!important;
}
.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fafafa;
    width: 12px;
    height: 12px;
    padding: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #eeeeec !important;
    color: #000!important;
}
.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease;
}
.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.wp-block-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease;
}
.wp-block-social-links .wp-social-link a {
    padding: .25em;
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}