.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151!important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    text-align: center;
    z-index: 21;
}

.woocommerce-message a.button {
    margin: 0 10px 0 0;
    display: inline-block;
}

.u-checkout-form .woocommerce-NoticeGroup,
.u-checkout-form-order .woocommerce-NoticeGroup {
    display: none;
}

.u-checkout-form textarea {
    resize: vertical;
}

/* sidebar widget - filter by attribute */
.woocommerce-widget-layered-nav-list__item--chosen a::before {
    margin-right: 5px!important;
}
/* variations parameters in cart template */
dl.variation dd, dl.variation dd p {
    margin: 0;
}
dl.variation dt {
    float: left;
    padding-right: 5px;
}

/* Stars rating for product */
@font-face {
    font-family: 'star';
    src: url('../../fonts/star.eot');
    src: url('../../fonts/star.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/star.woff') format('woff'),
    url('../../fonts/star.ttf') format('truetype'),
    url('../../fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url('../../fonts/WooCommerce.eot');
    src: url('../../fonts/WooCommerce.eot?#iefix') format("embedded-opentype"),url('../../fonts/WooCommerce.woff') format("woff"),url('../../fonts/WooCommerce.ttf') format("truetype"),url('../../fonts/WooCommerce.svg#WooCommerce') format("svg");
    font-weight: 400;
    font-style: normal
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin-bottom: .7rem
}

.star-rating::before {
    content: "sssss";
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.single-product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: .25rem
}

.widget_rating_filter li .star-rating {
    float: left;
    margin-top: .3rem
}

.cross-sells .star-rating {
    font-size: 1.4rem
}

.star-rating {
    display: block
}

.woocommerce-tabs #reviews p.stars {
    margin-top: 0
}

.woocommerce-tabs #reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none
}

.woocommerce-tabs #reviews p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce-tabs #reviews p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce-tabs #reviews p.stars:hover a::before {
    content: "\e020"
}

.woocommerce-tabs #reviews p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce-tabs #reviews p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce-tabs #reviews p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.u-checkout-form #billing_country_field .select2 {
    display:none;
}

#billing_country_field .select2-container--open,
body > .select2-container--open {
    display: none!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    z-index: 0;
}