/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/
ul.st-swatch-size-large li.type-image {
    width: 100px;
    height: 100px;
}
.single-product form.cart table.variations td.label label, .single-product form.cart table.variations th.label label {
    font-size: 1.5rem;
}
ul.st-swatch-size-normal li.type-image {
    width: 40px;
    height: 40px;
}
.sten-li-disabled:after, .type-color:after, .type-image:after {
    content: attr(data-tooltip);
    position: absolute;
    background: #fff;
    color: #555;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    bottom: 0;
    left: 50%;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    padding: 3px 10px;
    line-height: 1.2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .sten-li-disabled:hover:after, .type-color:hover:after, .type-image:hover:after {
        bottom: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
        white-space: normal;
    }
}

