
@media screen and (max-width:1480px){
    .header-wrapper .header-container .header-account-wrapper .header-account{
        width: 65%;
    }
}
@media screen and (max-width:1345px){
    .header-wrapper .header-container .header-account-wrapper .header-search {
        width: 50%;
    }
}
@media screen and (max-width:1095px){
    .header-wrapper .header-container .header-account-wrapper .header-account .account-contain:not(:last-child) {
        margin-right: 2rem;
    }
    .product-caption .product-name-wrapper > a span.product-name{
        font-size: 13px !important;
    }
}
@media screen and (max-width:992px) {
    .header-wrapper-mobile {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 15px 15px;
    }
    
    .header-wrapper-mobile .header-mobile-logo {
        display: flex;
        width: 35%;
        justify-content: center;
        align-items: center;
    }
    .header-wrapper-mobile .header-mobile-logo > a {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .header-wrapper-mobile .header-mobile-logo > a > img {
        width: 100%;
    }
    .header-wrapper-mobile .header-mobile-account-container {
        display: flex;
        width: 60%;
        justify-content: end;
        align-items: center;
    }
    .header-wrapper-mobile .header-mobile-account-container > div {
        width: 12%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header-wrapper-mobile .header-mobile-account-container .header-mobile-menu {}
    
    .header-wrapper-mobile .header-mobile-account-container .header-mobile-menu > i {
        font-size: 22px;
    }
    
    .header-wrapper-mobile .header-mobile-account-container .header-mobile-search {}
    
    .header-wrapper-mobile .header-mobile-account-container .header-mobile-search > button {
        border: none;
        background: none;
        padding: 0;
    }
    
    .header-wrapper-mobile .header-mobile-account-container .header-mobile-search > button > i {font-size: 18px;}
    .header-wrapper-mobile .header-mobile-account-container > div > a > i {
        font-size: 19px;
    }
    .activemenu {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: flex;
    }
    .header-wrapper .header-container .header-logo-container {
        display: none;
    }
    
    .header-wrapper .header-container .header-account-wrapper {
    }
    
    .header-wrapper .header-container .header-account-wrapper .header-account {
        display: none;
    }
    
    .header-menu-container > a {
        display: none;
    }
    
    .show-menu {
        display: none;
    }
    
    .header-wrapper {
        height: 0;
    }
    
    .header-wrapper .header-container {
        height: 0;
        padding: 0;
    }
    
    .header-menu-container {
        height: 0;
    }
    #search,
    .search-overlay {
      display: none;
    }
    #mobile-search {
        position: fixed;
        inset: 0;
        background-color: #f7f6f6;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      }
    #mobile-search.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
      }
      .home-banner-wrapper .banner-wrap .banner-div {
        width: 100%;
    }
    
    .home-banner-wrapper .banner-wrap .banner-div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .footer-list>ul>li>a{
        font-size: 14px;
       }
       .footerwebsite .footer-middle {
        padding: 1rem;
    }
    .category-list-container{
        display: none;
    }
    .category-page-container{
        width: 100%;
    }
    .category-product-container{
        width: 100%;
    }
    .box{
        margin-right: 0;
    }
    .sticky{
        display: none;
    }
    .product-card .product-card-buttons .product-fav-btn {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .content-wrapper .sogo-content .wishlist-layout .product-card .product-remove-contain > a {
        width: 70%;
    }
    .manufacturer-thumb .manufacturer-img > a > img {
        opacity: 1;
        transform: scale(.9);
        filter: grayscale(0);
    }
    
    .manufacturer-thumb:hover .manufacturer-img > a > img {
        opacity: unset;
        transform: unset;
        filter: unset;
    }
    .product-desc  h2 {
        overflow-wrap: anywhere;
    }
}
@media screen and (max-width:769px){
    .home-banner-container .banner-container .banner-div {
        width: 50%;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
    
.footer-wrapper .footer-list {
    width: 100% !important;
    margin-bottom: 2rem;
}
.footer-wrapper > div {
    padding-left: 0 !important; 
}
.home-description {
    padding: 0 2rem !important;
}
.category-product-container .product-layout .product-card{
    width: calc(50% - 1rem);
}

.product__carousel {
    display: none;
}
.product-detail-content-wrap {
    padding: 0 1.5rem;
}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs {
    overflow-y: scroll;
    display: flex;
}
.product-specification-container {
    padding: 0 1.5rem;
}
.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs > li > a {
    font-size: 13px;
}
ul.product-price {
    right: 30px;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-image-wrapper{
    width: 20%;
}
.content-wrapper .sogo-content .wishlist-layout .product-card .product-wishlist-price-contain {
    width: 25%;
}
.product-card .product-caption .product-name-wrapper > a .product-name {
    text-align: unset;
}
.product-content-wrapper .product-name > span {
    font-size: 17px;
    text-align: center;
}

.product-content-wrapper .product-name {
    justify-content: center;
    padding-right: 1rem;
    padding-left: 1rem;
}
div#product {
    padding: 1rem;
}
}
@media screen and (max-width:570px){
    .home-product-module-container .product-module-title > span{
        padding:0 1rem;
        text-align: center;
    }
}
@media screen and (max-width:540px){
    .product-caption .product-name-wrapper{
        padding: 0 5px 5px 5px !important;
    }
    .content-wrapper .sogo-content .wishlist-layout .product-card .product-remove-contain {
        width: 7%;
    }
    .content-wrapper .sogo-content .wishlist-layout .product-card .product-remove-contain > a {
        width: 100%;
    }
    .content-wrapper .sogo-content .wishlist-layout .product-card > div {
        width: 45%;
    }
    
    .content-wrapper .sogo-content .wishlist-layout .product-card .product-image-wrapper > a {
        width: 100%;
    }
}
@media screen and (max-width:426px){
    .header-wrapper-mobile .header-mobile-logo > a {
        justify-content: center;
    }
    .home-description {padding: 0 1rem !important;}

.home-desc-view-more {
    padding: 0 !important;
}

.home-description .home-description-text {
    margin-top: 1rem;
}
.header-wrapper-mobile {
    flex-direction: column;
}

.header-wrapper-mobile .header-mobile-logo {
    width: 100%;
}

.header-wrapper-mobile .header-mobile-account-container {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
}

.header-wrapper-mobile .header-mobile-account-container > div {
    width: 20%;
}
.product-module-wrapper .home-product-container .home-product-item .home-product-information .home-item-name > a {
    padding: 0;
}
.product-caption .product-model-name {
    margin-bottom: 1rem;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
    margin-top: 0 !important;
}

.product-caption .product-description > span {
    font-size: 11px;
}

.product-caption .product-name-wrapper > a span.product-name {
    font-size: 11px !important;
}
.sogo-product-container .product-right .product-details-upper .name-fav .product-name span {
    font-size: 15px;
    margin-right: 0.5rem;
}

}
@media screen and (max-width:376px){
    .product-related-header {
        font-size: 13px;
        padding: 0 1.5rem;
    }
}
@media screen and (min-width:992px){
    .content-wrapper .sogo-content .filter-sort .sort-view > button{
        display: none !important;
    }
    .content-wrapper .sogo-content .filter-sort .filter-side {
        display: none;
    }
}