/*   BODY  CONTENT */
/*.site-content-contain {
    background-color: #fff;
}*/
#site-detail {
    margin-left: 15px;
}
.social-links li a[href*="tiktok.com"]:before {
    content: "\e07b";
}
.wc-block-cart-item__remove-link {
    border-radius: 4px !important;
    padding: 4px 10px !important;
    background: #f77426 !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
}

#search-box input[type="search"] {
    border: 2px solid #cbdbf2;
    border-radius: 15px 0 0 15px;
    padding-left: 15px;
}
#search-box .woocommerce-product-search button[type="submit"] {
    background-color: #cbdbf2;
    border-radius: 0 15px 15px 0;
}
border-color #site-title a {
    color: #cbdff3;
}

#colophon .widget ul li.wp-social-link a {
    color: #fff;
}
.shoppingcart-grid-product .product-item-action .button {
    border-radius: 10px;
    padding: 5px 20px;
}
.wl-counter,
.header-right .cart-value {
    background-color: #cbdff3;
    color: #555;
    font-weight: 800;
}
.header-right .woocommerce a.button {
    border-radius: 10px;
}

/*   PRODUCT DETAILS    */
.woocommerce ul.products li.product .button {
    border-radius: 10px;
    padding: 11px 40px;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    border-radius: 10px;
}
.advertisement-banner-one .five-column-grid .shoppingcart-grid-product,
.product-widget-box .five-column-grid .shoppingcart-grid-product {
    border-radius: 10px;
}
/* filter styles */

#secondary .widget {
    border-radius: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
}
/*   CONTACT PAGE   */
#primary {
    border-radius: 10px;
    /*box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);*/
}
/* INFORMATION SECTOR */

.info-icon-post-block {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    .duration-300 {
        --tw-duration: 0.3s;
        transition-duration: 0.3s;
    }
}
/*  FOOTER   */

#colophon h2 {
    color: #fff;
    font-weight: 800;
}

/* Hide author and category on post lists */
article .post-all-content .entry-meta {
    display: none !important;
}
#colophon .widget {
    margin-bottom: 0px;
}
#colophon .widget li {
    margin-bottom: 10px;
}
#colophon .widget a {
    color: #fff !important;
}
#colophon .widget li:hover {
    color: #cbdbf2;
}
#colophon .widget-title {
    font-weight: 600;
    color: #fff;
}
/* Target the "thumb" specifically for Chrome, Safari, and Edge */

/* Ensure the track itself isn't cutting off the handle */

/* Ensure the input takes up space to show the handle */
/*
    }*/

#colophon .widget-wrap {
    background-color: #000;
    color: #fff;
}
.site-info {
    background-color: #000;
}

.site-info .copyright,
.site-info .copyright a {
    color: #000;
}
@supports ((-webkit-mask-repeat: repeat) or (-webkit-appearance: none)) and
    (not (-moz-appearance: none)) {
    .wc-block-product-filter-price-slider__range input[type="range"] {
        height: 17px !important;
        overflow: hidden;
        margin-top: -9px !important;
        padding: 0 2px !important;
    }
    .wc-block-product-filter-price-slider__range input:first-of-type {
        margin-left: 1px !important;
    }
}

@media only screen and (max-width: 767px) {
    #site-branding .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .header-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}
/* Styles apply from 0px up to 767px */
@media screen and (max-width: 767px) {
    nav.top-bar-menu .top-menu-toggle {
        display: none;
    }
    nav.top-bar-menu ul {
        position: static;
        display: flex;
        opacity: 1;
        background: none;
        box-shadow: none;
    }
    nav.top-bar-menu ul li {
        border-bottom: none !important;
        margin-right: 10px;
    }
    nav.top-bar-menu ul li:last-child {
        margin-right: 0;
    }
    .info-icon-post-block {
        border-right: 0;
    }
}
