/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

/*
** Add product to cart in product page
*/
.add_to_cart_button.single_add_to_cart_button {
    width: 40% !important;
}
.a.tag-cloud-link {
    color: #000000;
}

/*
** elementor-widget-container change color
*/
.elementor-widget-container .span a {
    color: #000000;
}

.a .tag-cloud-link {
    color: #000000;
    margin: 0 5px;
    /* Added some margin here */
}

.tagcloud a{
    color: #000000;
    /* Added some margin here */
}



/* buttons styles */
.buttons .button.btn-checkout {
    background-color: #ebe9eb;
    color: #515151;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.618em 1em;
    border-radius: 3px;
    text-decoration: none;
    font-size: 100%;
    line-height: 1;
}

.buttons .button.btn-checkout:hover {
    background-color: #dad8da;
    text-decoration: none;
    color: #515151;
}

/* cookiescript moving in mobile version - with increased specificity */
body #cookiescript_badge,
html body #cookiescript_badge {
    bottom: 70px !important;
    border-radius: 25px !important;
    padding: 3px !important;
    transition-duration: 500ms !important;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
    background: #1C1C1C !important;
}

/* Add mobile-specific media query if needed */
@media only screen and (max-width: 767px) {
    body #cookiescript_badge,
    html body #cookiescript_badge {
        bottom: 70px !important;
        /* other properties */
    }
}