/*
Theme Name: Felifam Child
Theme URI: @ONChumak
Description: Child Theme for Felifam
Author: @ONChumak
Author URI: @ONChumak
Template: felifam
Version: 1.0.0
*/

ul.products.columns-4 {
    width: 100%;
}


/*Custom*/

.undefined.item-with-flag {
    display: flex;
    gap: 10px;
}

img.flag-icon {
    width: 42px;
}


.choices {
    width: 300px;
}

.choices__inner {
    border-radius: 0;
	padding:0!important;
}

.undefined {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/*.undefined:hover {
    background-color: hsl(0deg 0% 0% / 10%);
}*/

.choices__list--single {
    padding: 0;
}

.undefined.is-highlighted {
    background-color: hwb(29deg 50% 9% / 20%);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    position: absolute;
    width: 100%;
    background-color: red;
    left: 0;
    top: 13%;
}

ul.woocommerce-error {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #fff;
    line-height: 1.8;
}
