html,
body {
    margin: 0;
    height: 100%;
}
.page-wrapper .breadcrumbs,
.page-wrapper .page-main{
    max-width: 1200px !important;
    padding: 0 !important;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .breadcrumbs,
    .page-wrapper .page-main{
        padding: 0 16px !important;
    }
}
.page-wrapper a {
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
}
.page-wrapper .header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 19;
    background-color: #ffffff;
}

/* brand */
.family__brand{
    background: #000000;
    display: flex;
    overflow: hidden;
    position: relative;
}
.family__brand .item{
    display: flex;
    width: auto;
    height: 32px;
    align-items: center;
    padding: 0 12px;
}
.family__brand .item.item__aiDot{
    flex-shrink: 0;
    z-index: 12;
    background: inherit;
}
.family__brand .item.active{
    background: #5e5e5e;
}
.family__brand .item:hover{
    background: #3C3C3C;
}
.family__brand .item img{
    height: 17px;
}
.family__brand .item.item__aiDot img{
    height: 22px;
}
.family__brand .brandSwiper .swiper-button-next{
    visibility: visible;
    transform: none;
    top: 0;
    right: 0;
    width: 57px;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 55%);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}
.family__brand .brandSwiper .swiper-button-next::after{
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 23px;
    font-size: 8px;
}
.family__brand .brandSwiper .swiper-button-disabled{
    display: none;
}
@media only screen and (min-width: 768px){
    .family__brand{
        justify-content: center;
    }
    .family__brand .item{
        height: 40px;
        padding: 0 16px;
    }
}
/* brand end */

.page-wrapper .header_recommend {
    display: block;
    background-color: #fa7010;
}
.page-wrapper .header_recommend_content {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .header_recommend_content {
        padding: 0 20px;
    }
}
.page-wrapper .header_recommend_content a img{
    max-width: unset;
}
.page-wrapper .header_recommend_content p {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 16px;
    overflow: hidden;
    margin: 0;
}
.page-wrapper .header_recommend_content p a{
    color: #FFFFFF;
}
.page-wrapper .header_nav {
    position: relative;
}
.page-wrapper .header_nav_search {
    display: none;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    max-width: 1200px;
    width: 100%;
    height: 56px;
    align-items: center;
    top: 0;
}
.page-wrapper .header_nav_search form{
    width: 100%;
    margin: 0 12px;
}
.page-wrapper .header_nav_search form button{
    display: none;
}
.page-wrapper .header_nav_search_searchIcon {
    height: 24px;
    width: 24px;
}
.page-wrapper .header_nav_search_input {
    flex: 1;
    border: none;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 16px;
}
.page-wrapper .header_nav_search_input::-webkit-input-placeholder {
    color: #ababab;
}
.page-wrapper .header_nav_search_input:focus {
    border: none;
    outline: none;
}
.page-wrapper .header_nav_search_closeIcon {
    height: 24px;
    width: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 1263px){
    .page-wrapper .header_nav_search_searchIcon {
        padding-left: 16px;
    }
    .page-wrapper .header_nav_search_closeIcon {
        padding-right: 16px;
    }
}

.page-wrapper .header_nav_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .header_nav_content {
        height: 56px;
        max-width: 100%;
        padding: 0 16px;
    }
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .header_nav_left {
        display: flex;
        align-items: center;
    }
}
.header_nav_left button {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.page-wrapper .header_nav_left img.ga-logo {
    margin-right: 16px;
    height: 24px;
    padding-top: 3px;
}
@media only screen and (min-width: 1263px){
    .page-wrapper .header_nav_left button {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .header_nav_left img {
        margin-right: 8px;
    }
    .page-wrapper .header_nav_left img:nth-child(2) {
        height: 24px;
    }
}
.page-wrapper .header_nav_middle {
    position: relative;
    display: flex;
}
.page-wrapper .header_nav_middle p {
    display: inline;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    margin: 0 32.5px 0 0;
    padding: 0;
}
.page-wrapper .header_nav_middle p a {
    color: #1a1a1a;
}
.page-wrapper .header_nav_menu_about{
    display: none;
    flex-wrap: wrap;
}
.page-wrapper .header_nav_menu_about .sub-about{
    width:100%;
    padding-left: 30px;
}
.page-wrapper .header_nav_menu_about .sub-about p{
    margin: 20px 0 0 0;
    display: block;
}
.page-wrapper .header_nav_menu_about img{
    width: 18px;
}
.page-wrapper .header_nav_middle_about {
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width: 1264px) {
    .page-wrapper .header_nav_middle_about {
        display: none !important;
    }
    .page-wrapper .header_nav_menu_about{
        display: block;
    }
}
.page-wrapper .header_nav_middle_about .arrow_down_color,
.header_nav_left button .close,
.header_nav_list_item .sub-about,
img.panel_subtract{
    display: none;
}
.header_nav_right_user,
.header_nav_middle_about{
    position: relative;
}
.header_nav_right_user:hover > .level-top,
.header_nav_list_item:hover > .level-top{
    display: block;
}
.header_nav_right_user .level-top,
.header_nav_list_item .level-top{
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    display: none;
    width: fit-content;
    position: absolute;
    bottom: 0;
    right: -15px;
    padding-top: 15px;
    transform: translate(-16px, calc(100%));
    font-size: 16px;
}
.header_nav_right_user .level-top a,
.header_nav_list_item .level-top a{
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 42px;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}
.header_nav_right_user .level-top a:hover,
.header_nav_list_item .level-top a:hover {
    background-color: rgba(40, 40, 40, 0.06);
    color: #869abf;
}
@media only screen and (min-width: 1264px) {
    .page-wrapper .header_nav_middle_about {
        margin-right: 32.5px;
    }
}
.page-wrapper .header_nav_middle_about p {
    margin-right: 4px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .header_nav_middle_about_down {
        display: none;
    }
}
.page-wrapper .header_nav_middle_about_add {
    display: none;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .header_nav_middle_about_add {
        display: block;
        height: 18px;
        width: 18px;
    }
}
.page-wrapper .header_nav_middle_about_title {
    display: flex;
}
.page-wrapper .header_nav_middle_about_title p {
    margin-right: 4px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .header_nav_list {
        color: #060606;
        font-size: 14px;
        background-color: #ffffff;
        display: none;
        position: absolute;
        width: 100%;
        top: 52px;
        left: 0;
        flex-direction: column;
        z-index: 2;
    }
    .page-wrapper .header_nav_list_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 17px 16px;
        position: relative;
    }
    .page-wrapper .header_nav_list_item p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #000000;
    }
    .page-wrapper .header_nav_list_item div a {
        color: #000000;
    }
    .page-wrapper .header_nav_list_item div a:first-child {
        height: auto;
        margin-right: 24px;
    }
    .page-wrapper .header_nav_list_item_userIcon {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .header_nav_list {
        font-size: 14px;
    }
    .page-wrapper .header_nav_list_item {
        padding: 17px 16px;
        border-bottom: 1px solid #e5e7eb;
    }
    .page-wrapper .header_nav_list_item p {
        font-size: 14px;
        line-height: 22px;
    }
    .page-wrapper .header_nav_list_item div a:first-child {
        margin-right: 12px;
        height: auto;
    }
    .page-wrapper .header_nav_list_item_userIcon {
        width: 24px;
        height: 24px;
    }
    .page-wrapper .header_nav_list_item_about div {
        padding: 17px 30px;
        line-height: 22px;
    }
    .page-wrapper .header_nav_list_item_about div::before {
        left: 30px;
        right: 30px;
    }
}
.page-wrapper .header_nav_right {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 5px;
}
.page-wrapper .header_nav_right_shop {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .page-wrapper .header_nav_right_shop p {
        display: none;
    }
}
.page-wrapper .header_nav_right div {
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .page-wrapper .header_nav_right div {
        margin-left: 10px;
    }
}
.page-wrapper .header_nav_right div p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 0 4px;
    padding: 0;
}
.page-wrapper .header_nav_right div p a {
    color: #1a1a1a;
}
.page-wrapper .header_nav_right div img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.page-wrapper .footer {
    background-color: #4c576e;
    padding: 0;
}
.page-wrapper .footer_content {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 93px;
    padding-bottom: 111px;
}
.page-wrapper .footer_content_item:nth-child(1) {
    margin-right: 49px;
}
.page-wrapper .footer_content_item:nth-child(2) {
    padding-right: 100px;
}
.page-wrapper .footer_content_item:nth-child(3) {
    padding-right: 166px;
}
.page-wrapper .footer_content_language {
    position: absolute;
    color: #ffffff;
    bottom: 64px;
    left: 0;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_content_language {
        bottom: 20px;
        left: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_content_language {
        bottom: 20px;
        left: 16px;
    }
}
.page-wrapper .footer_content_language_title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 11px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_content_language_title {
        margin-bottom: 19px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_content_language_title {
        font-size: 14px;
        margin-bottom: 11px;
    }
}
.page-wrapper .footer_content_language_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 78px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ffffff;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_content_language_btn {
        height: 73px;
        width: 134px;
        font-size: 16px;
    }
    .page-wrapper .footer_content_language_btn span {
        margin-right: 27px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_content_language_btn {
        height: 37px;
        width: 67px;
        font-size: 12px;
    }
    .page-wrapper .footer_content_language_btn span {
        margin-right: 0;
    }
}
.page-wrapper .footer_content_language_sections {
    display: none;
    margin-top: 9px;
    width: 78px;
    height: 66px;
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    line-height: 33px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
}
.page-wrapper .footer_content_language_sections p:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_content_language_sections {
        position: absolute;
        height: 101px;
        width: 134px;
        line-height: 48px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_content_language_sections {
        height: 52px;
        width: 67px;
        line-height: 24px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_content {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
    }
    .page-wrapper .footer_content_item:nth-child(1) {
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        position: relative;
        padding-top: 23px;
        padding-bottom: 20px;
    }
    .page-wrapper .footer_content_item:nth-child(1)::before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        color: #e5e7eb;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
        z-index: 2;
    }
    .page-wrapper .footer_content_item:nth-child(2) {
        padding-right: 0;
    }
    .page-wrapper .footer_content_item:nth-child(3) {
        padding-right: 0;
    }
}
.page-wrapper .footer_content_item:nth-child(1) > img {
    width: 140px;
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_content {
        max-width: 100%;
        padding:0 16px;
    }
    .page-wrapper .footer_content_item:nth-child(1) {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .page-wrapper .footer_content_item:nth-child(1) > img {
        width: 96px;
    }
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        position: relative;
    }
    .page-wrapper .footer_list_item::before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        color: #e5e7eb;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
        z-index: 2;
    }
}
.page-wrapper .footer_list_item_AddIcon,
.page-wrapper .footer_list_item_SubtractIcon{
    display: none;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_AddIcon,
    .page-wrapper .footer_list_item_SubtractIcon{
        height: 18px;
        width: 18px;
        cursor: pointer;
    }
    .page-wrapper .footer_list_item_AddIcon{
        display: block;
    }
}
.page-wrapper .footer_list_item_shareIcons {
    display: flex;
    align-items: center;
}
.page-wrapper .footer_list_item_shareIcons a img {
    height: 24px;
    width: 24px;
    margin: 16px 16px 0 0;
}
.page-wrapper .footer_list_item_shareIcons a:last-child img{
    margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1263px) {
    .page-wrapper .footer_list_item_shareIcons a img {
        height: 24px;
        width: 24px;
        margin-top: 0;
        margin-right: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_list_item_shareIcons a img {
        height: 20px;
        width: 20px;
        margin-top: 0;
        margin-right: 0;
        margin-left: 12px;
    }
}
.page-wrapper .footer_list_item_title {
    color: #bbc0c4;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_title {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }
}
@media only screen and (min-width: 1264px) {
    .page-wrapper .footer_list_item_info {
        display: block !important;
    }
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_info {
        display: none;
    }
}
.page-wrapper .footer_list_item_info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
}
.page-wrapper .footer_list_item_info p a {
    color: #bbc0c4;
}
.page-wrapper .footer_list_item_info p a:hover {
    color: #ffffff;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_info p {
        margin-bottom: 0;
    }
    .page-wrapper .footer_list_item_info p a {
        color: #ffffff;
    }
    .page-wrapper .footer_list_item_info p::before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border-top: 1px solid #ffffff;
        color: #e5e7eb;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
        z-index: 2;
    }
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_info {
        padding: 0 0 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_list_item_info {
        padding: 0 0 0 14px;
    }
    .page-wrapper .footer_list_item_info p {
        font-size: 14px;
        line-height: 18px;
    }
}
.page-wrapper .footer_list_item_subscribe_title {
    color: #bbc0c4;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_subscribe_title {
        margin-top: 24px;
        margin-bottom: 8px;
        color: #ffffff;
    }
}
.page-wrapper .footer_list_item_subscribe_sub {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
    color: #bbc0c4;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_list_item_subscribe_sub {
        color: #ffffff;
        margin-bottom: 28px;
    }
}
.footer_list_item_subscribe form{
    display: flex;
    flex-wrap: wrap;
}
.footer_list_item_subscribe form fieldset{
    margin: 0;
    padding: 0;
    border: none;
}
.footer_list_item_subscribe form fieldset input{
    width: 328px;
    height: 48px;
    border: none;
    border-radius: 30px 0 0 30px;
    padding-left: 32px;
    font-size: 16px;
}
.footer_list_item_subscribe form fieldset input::-webkit-input-placeholder{
    color: #b3b3b3;
}
.footer_list_item_subscribe form fieldset input:focus {
    border: none;
    outline: none;
}
.footer_list_item_subscribe form button{
    border-radius: 0 30px 30px 0;
    background-color: #869abf;
    line-height: 48px;
    font-size: 16px;
    width: 115px;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0;
    height: 48px;
}
@media only screen and (max-width: 1263px){
    .footer_list_item_subscribe form{
        flex-direction: column;
    }
    .footer_list_item_subscribe form fieldset input,
    .footer_list_item_subscribe form button{
        width: 100%;
        border-radius: 30px;
        text-align: center;
        padding: 0;
    }
    .footer_list_item_subscribe form button{
        margin: 10px 0 120px;
    }
}

.page-wrapper .footer_copyright {
    position: relative;
}
.page-wrapper .footer_copyright_content {
    max-width: 1200px;
    font-size: 14px;
    line-height: 14px;
    color: #bbc2c4;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_copyright_content {
        color: #bfc5c9;
        flex-direction: column-reverse;
        padding: 0;
        padding-bottom: 43px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_copyright_content {
        font-size: 14px;
        padding-bottom: 22px;
    }
}
.page-wrapper .footer_copyright_content::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-top: 1px solid #3d3d3d;
    color: #3d3d3d;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_copyright_content::before {
        position: relative;
    }
}
.page-wrapper .footer_copyright_content_icons img {
    width: 36px;
    height: 22px;
}
@media only screen and (max-width: 1263px) {
    .page-wrapper .footer_copyright_content_icons {
        margin-bottom: 16px;
    }
    .page-wrapper .footer_copyright_content_icons img {
        width: 57px;
        height: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper .footer_copyright_content_icons {
        margin-bottom: 12px;
    }
    .page-wrapper .footer_copyright_content_icons img {
        width: 38px;
        height: 24px;
    }
}
.page-footer .switcher .options.active{
    color: #fff;
}


@keyframes l3 {to{transform: rotate(1turn)}}
.footer_list_item_subscribe .form .element fieldset div.mage-error{
    position: absolute;
    margin: 0;
    top: 112px;
}
.footer_list_item_subscribe .form .element{
    position: relative;
}
.footer_list_item_subscribe .form .element .field.button .loader__wrap{
    position: absolute;
    background: #869abf;
    justify-content: center;
    align-items: center;
    display: none;
    height: 48px;
    top: 58px;
    border-radius: 30px;
    width: 100%;
}
.footer_list_item_subscribe .form .element .field.button .loader__wrap .loader{
    width: 20px;
    height: 20px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FFFFFF;
    --_m:
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
.footer_list_item_subscribe .form .element .subscribe__msg{
    padding: 12px 0 12px 28px;
    font-size: 14px;
    color: limegreen;
    position: absolute;
    top: 104px;
    display: none;
}
.footer_list_item_subscribe .form .element .subscribe__msg:before{
    font-size: 20px;
    line-height: 20px;
    color: limegreen;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    position: absolute;
    text-align: center;
}
.footer_list_item_subscribe .form .element .subscribe__msg.error{
    color: darksalmon;
}
.footer_list_item_subscribe .form .element .subscribe__msg.error:before{
    content: '\e61f';
    color: darksalmon;
}
@media only screen and (min-width: 1264px) {
    .footer_list_item_subscribe .form .element fieldset div.mage-error{
        top: 56px;
    }
    .footer_list_item_subscribe .form .element{
        display: flex;
    }
    .footer_list_item_subscribe .form .element .subscribe__msg{
        top: 48px;
    }
    .footer_list_item_subscribe .form .element .field.button .loader__wrap {
        position: absolute;
        top:unset;
        bottom: 0;
        background: #869abf;
        justify-content: center;
        align-items: center;
        display: none;
        width: 115px;
        height: 48px;
        border-radius: 0 30px 30px 0;
    }
}
