@media screen and (min-width:992px){
    button.expand-submenu {
        display: none;
    }
    .header-account-menu-mobile {
        display: none;
    }
    .hero-video video#home-video {
        height: calc(100vh - 1px) !important;
    }
    .footerwebsite .footer-middle .newsletter-wrapper .cbx {
        width: 746px;
    }

}
@media screen and (min-width:426px){
    .home-shopping-info-container .home-shopping-info-box:hover {
        background: #0C315D;
        transform: scale(1.1);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      }
      
      .home-shopping-info-container .home-shopping-info-box:hover .shopping-info-text {
        color: #fff;
      }
      
      .home-shopping-info-container .home-shopping-info-box:hover .shopping-info-icon {
        background: #0C315D;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }
}

@media screen and (max-width:1200px){
    .home-shopping-info-container .home-shopping-info-box .shopping-info-text > span:nth-child(2) {
        font-size: 13px;
    }
    .home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-text>span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow:hidden;
        font-size: 15px;
    }
    .home-footer-box-container .home-footer-box .home-footer-box-icon > i {
        font-size: 25px;
    }
    .home-footer-box-container .home-footer-box .home-footer-box-text > span {
        font-size: 11px;
    }
}

@media screen and (max-width:1100px){
    .header-container .header-account-menu .header-account-box .header-account-box-icon {
        width: 30px;
        height: 30px;
    }
    
    .header-container .header-account-menu .header-account-box .header-account-box-text {
        width: calc(100% - 30px);
    }


    .header-container .header-account-menu .header-account-box:not(:first-child) .header-account-box-icon > i {
        font-size: 16px;
    }

    .header-container .header-account-menu .header-account-box .header-account-box-icon > i {
        font-size: 17px;
    }
    .header-container .header-search-content #search .search-input-wrapper > input#quick-search {
        padding: .6rem;
    }
    
    #search .search-input-wrapper > button.search-remove, #search .search-input-wrapper > button.search-search {
        height: 38px;
        width: 100px;
        right: 20px;
    }

    .product-rating-container .tab-rating-container .rating-top {
        flex-direction: column;
      }
      
      .product-rating-container .tab-rating-container .rating-content {
        width: 100%;
      }
      
      .product-rating-container .tab-rating-container .rating-result {
        width: 100%;
      }
      
      .rating-stars-wrapper .rating-info {
        font-size: 13px;
      }
      
      .rating-stars-wrapper .rating-stars > i {
        font-size: 19px;
      }
      .rating-send {
        margin-top: 1rem;
      }
      .product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner {
        width: 100%;
      }
}

@media screen and (max-width:992px){
    .container{
        max-width: 100%;
    }

    .header-logo img {
        width: 35%;
    }

    .header-account-menu {
        display: none !important;
    }

    .header-account-menu-mobile {
        display: flex;
        width: 25%;
    }
    
    .header-account-menu-mobile .header-account-menu-mobile-icons {
        display: flex;
        width: 100%;
    }
    
    .header-account-menu-mobile .header-account-menu-mobile-icons > * {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-account-menu-mobile .header-account-menu-mobile-icons > * > a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #F4F4F4;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s ease;
    }

    /*so-megamenu*/
    .megamenu-overlay-active {
        opacity: 1;
        visibility: visible;
    }
    
    .megamenu-wrapper-active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    button#show-megamenu {
        display: none;
    }
    
    .megamenu-header {
        height: 0;
    }

    .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper {
        width: 280px !important;
        justify-content: unset;
    }
    
    .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-upper-container {
        width: 100%;
    }
    /*so-megamenu-end*/

    .header-container .header-search-content #search .search-input-wrapper {
        display: none;
    }
    
    .header-container .header-search-content {
        width: 0;
    }
    
    .header-container .header-account-menu-mobile {
        width: 35%;
    }
    
    .header-container .header-logo {
        width: 35%;
        justify-content: flex-start;
    }
    
    .header-container {
        justify-content: space-between;
        padding: .5rem;
    }
    #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 !important;
        visibility: visible !important;
        pointer-events: all !important;
        margin-right: 0 !important;
    }
    .search-active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 9999;
        border-top: 1px solid #253b5d;
    }
    .category-filter-content {
        display: none !important;
    }
    .product-grid-2 .product-card {
        width: calc(33.3% - 0.50rem);
    }
    
    .categorypage-container .category-product-content {
        width: 100%;
    }
    
    .product-grid-2 .product-card:nth-child(2n) {
        margin-right: .25rem;
    }
    
    .product-grid-2 .product-card:nth-child(2n + 1) {
        margin-left: 0.25rem;
    }
    .product-caption {
        padding: .5rem;
    }

    .ui-slider-range.ui-widget-header.ui-corner-all {
        background: #0c315d;
    }
    
    
    .bf-attr-block .bf-attr-header {
        padding: 1rem;
    }
    
    .bf-sliding-cont {
        padding: 1rem;
    }

}
@media screen and (max-width:840px) {
    .home-footer-box-container .home-footer-box .home-footer-box-text {
        width: 95%;
    }
    
}
@media screen and (max-width:769px){
    .header-container .header-account-menu-mobile {
        width: 45%;
    }
    .home-shopping-info-container {
        flex-wrap: wrap;
    }
    
    .home-shopping-info-container .home-shopping-info-box {
        width: calc(50% - 2rem);
    }
    
    .home-blog-container .home-blog-content .home-blog-box .home-blog-link>a {
        width: 100%;
    }
    
    .home-footer-box-container {
        flex-wrap: wrap;
    }
    
    .home-footer-box-container .home-footer-box {
        width: 33.3%;
        margin-bottom: 1rem;
    }
    
    .home-footer-box-container .home-footer-box:nth-child(3n) {
        border-right: unset;
    }
    
    .home-footer-box-container .home-footer-box:first-child {
        border-left: unset;
    }
    
    .home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-title>span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 19px;
    }

    .home-blog-container .home-blog-content {
        flex-wrap: wrap;
    }
    
    .home-blog-container .home-blog-content .home-blog-box {
        width: 100%;
    }

    .product-content {
        display: none;
    }

    .product-description-tab-container .product-tab-wrapper .nav-pills {
        overflow-x: auto;
        flex-wrap: unset;
    }
    
    .product-description-tab-container .product-tab-wrapper .nav-pills > li {
        width: calc(50% - (2rem * 1) / 2);
        flex-shrink: 0;
    }

    .product-rating-container .tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress {
        width: 60%;
    }

    .sogo-product-container .product-right .product-details-upper .product-info ul.product-price {
        position: unset;
    }
    
    .product-fav {
        bottom: 4%;
        right: 10px;
    }

    .sogo-product-container .product-right .product-details-upper .name-fav .product-name {
        width: 100%;
    }
    
    .footer-bottom-text > a {
        width: 18%;
    }

}
@media screen and (max-width:680px){
    .header-logo img {
        width: 45%;
    }
    .footer-wrapper .footer-list > img {
        width: 50% !important;
    }
    .header-account-menu-mobile .header-account-menu-mobile-icons > * > a {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    
    .user-div > a > i {
        font-size: 17px;
    }

    .product-rating-container .tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress {
        display: none;
    }
    
    .rating-stars-wrapper .rating-stars {
        width: 35%;
        margin-right: 0rem;
    }
    
    .rating-stars-wrapper .rating-info {
        width: 65%;
        font-size: 15px;
        gap: 0.5rem;
    }
    
    .rating-stars-wrapper .rating-stars > i {
        font-size: 22px;
    }
}

@media screen and (max-width:600px){
    .product-grid-2 .product-card {
        width: calc(50% - 0.5rem);
    }
}
@media screen and (max-width:500px){
    .product-description-tab-container .product-tab-wrapper .nav-pills > li > button {
        font-size: 13px;
    }
    
    .product-description-tab-container .product-tab-wrapper .nav-pills > li {
        width: 280px;
    }
    
    .product-rating-container .tab-rating-container .rating-content {
        margin-right: 0;
    }
    
    .rating-stars-wrapper .rating-info {
        width: 55%;
    }
}

@media screen and (max-width:426px){
    .header-logo img {
        width: 70%;
    }

    .header-container .header-account-menu-mobile {
        width: 55%;
    }
    .home-shopping-info-container .home-shopping-info-box {
        width: 100%;
    }
    
    .home-footer-box-container .home-footer-box {
        width: 50%;
    }
    
    .home-footer-box-container .home-footer-box:nth-child(3n) {
        border-right: 1px solid #d0d0d0;
    }
    
    .home-footer-box-container .home-footer-box:nth-child(2n) {
        border-right: unset;
    }
    .content-wrapper .sogo-content .filter-sort .sort-view #show-filter, .content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper {
        font-size: 13px;
    }
    .content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper .select-styled {
        font-size: 12px;
    }

    .rating-stars-wrapper .rating-stars {
        width: 55%;
    }
    
    .rating-new-area .new-area-top .new-area-text {
        font-size: 15px;
        margin-right: 0;
    }
    
    .input-rating label::before {
        font-size: 22px;
    }
    
    .rating-new-area .new-area-top {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .input-rating {
        margin-left: 0;
    }
    
    .footer-bottom-text > a {
        width: 30%;
    }

    .home-shopping-info-container.container {
        overflow-x: auto;
        flex-wrap: unset;
        display: -webkit-box;
        padding-top: 24px;
        margin-top: 0;
    }
    .home-gallery .gallery-lower .gallery-slider a > .product-caption .product-name {
        font-size: 14px;
    }
}

@media screen and (max-width:376px){
    .header-account-menu-mobile .header-account-menu-mobile-icons > * > a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .rating-stars-wrapper .rating-stars {
        width: 45%;
    }
    
    .rating-stars-wrapper .rating-stars > i {
        font-size: 17px;
    }

    .rating-actions .rating-buttons .rating-button {
        font-size: 13px;
    }
    
    .product-rating-container div#review > p {
        font-size: 11px;
    }

    .rating-send .buttons .pull-right > button {
        font-size: 13px;
        padding: 0 45px;
    }
}
@media screen and (max-width:355px){
    .rating-stars-wrapper .rating-stars > i {
        font-size: 13px;
    }
    .rating-stars-wrapper .rating-info {
        font-size: 13px;
    }
}