.header-left-content > ul > li .social-link-content > a {
    display: flex;
    align-items: center;
    width: 100%;
}

.user-div > a {
    display: flex;
    align-items: center;
    width: 100%;
}
.social-link-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-left-content > ul > li div > a > span {
    font-size: 12px;
    font-weight: 600;
    margin-left: .2rem;
    display: flex;
    width: 100%;
    display: none;
}

.header-left-content > ul > li .social-link-content > a > img {
    width: 76%;
}

.user-div > a > img {
    width: 19%;

}
.header-left-content > ul > li:not(:first-child) {
    margin-left: .5rem;
}
.header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-logo {
    width: 28%;
}

ul.megamenu > li > a strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
}


.banner-scroll-text {
    width: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-scroll-text span {
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.twinbanner-container .twinbanner-right-content div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.twinbanner-container .twinbanner-right-content .twinbanner-right-content-image > a > img {
    padding: 1rem;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.twinbanner-container.right-aligned {
    padding-right: 0;
    /* padding-left: 2rem; */
}
.banner-scroll-text span > i:nth-child(2) {
    transform: rotate(-180deg);
}
.twinbanner-container .twinbanner-right-content div:hover a > img {
    /* transform: scale(1.1); */
}
.product-search .content-wrapper .page-content-bread .sogo-breadcrumb {
    width: 50%;
}

.product-search .content-wrapper .page-content-bread .filter-sort {
    width: 50%;
}

.account-wishlist .content-wrapper .sogo-content .wishlist-layout .product-card .product-card-buttons {
    display: flex;
    flex-direction: unset;
    position: absolute;
    justify-content: flex-end;
}

.account-wishlist .content-wrapper .sogo-content .wishlist-layout .product-card .product-card-buttons > a {
    margin-right: .3rem;
}

.account-wishlist .content-wrapper .sogo-content .wishlist-layout .product-card .product-card-buttons > a,.account-wishlist .content-wrapper .sogo-content .wishlist-layout .product-card .product-card-buttons > button {
    opacity: 1;
    visibility: visible;
}

.account-wishlist .content-wrapper .sogo-content .wishlist-layout .product-card .product-card-buttons > a:hover {
    background: red;
}

.account-wishlist .content-wrapper .sogo-content .wishlist-layout .product-card .product-card-buttons > button:hover {
    background: #45a245;
}
