.account-menu {
    border: 2px solid #525252;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: block;
    border-radius: 50%;
}

.account-menu i {
    font-size: 16px;
    color: #000;
}
.search-cart {
    display: inline-block;
}

.search-cart a {
    color: #333;
    font-size: 14px;
}

.search-cart i {
    font-size: 20px;
}
.col-search-engine .header_search .search-bar .input-group-btn .icon-fallback-text,
.wide-nav{
    background: #FF1493 ;
}
.col-search-engine .header_search {
    border: 2px solid #FF1493 ;
}
.highlight-product>.container {
    background-color: #FF1493 ;
}
li.to-top-pc, .footer-content .row-top {
    display: none;
}
.subWrp {
    position: absolute;
    padding: 15px;
    width: 240px;
    border-radius: 10px;
    background: #fff;
    top: 53px;
    display: none;
}

.search-cart {
    position: relative;
}

.subWrp input {
    border-radius: 10px;
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
}

.subWrp button {
    background: #fc6a8d;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    font-size: 12px;
    border: none;
}
.phone-top {
    margin-left: 0;
}
ul.social-store {
    display: flex;
    gap: 5px;
}

li.social-item {
    padding: 10px 15px;
    border-radius: 10px;
}

li.social-item:first-child {
    background: #486db5;
}
li.social-item:nth-child(2) {
    background: #000;
}
li.social-item:last-child {
    background: linear-gradient(to bottom, #fa0557, #daae51);
}

li.social-item i {
    color: #fff;
}