@media (min-width: 992px) {

    .wsmegamenu  > ul.column-4 > li{
        float: left;
        width: 25%;
        padding: 0 15px;
    }
    .wsmegamenu > ul,
    .sub-menu{
        list-style: none;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .wsmegamenu > ul.column-3 > li > a,
    .wsmegamenu > ul.column-4 > li > a{
        font-weight: bold;
        display: block;
        color: #000;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .level2 .a-main-menu:hover {
        color: #d44145 !important;
    }
    .level2 .a-main-menu {
        font-size: 14px;
        color: #727272;
        display: block;
        padding: 5px 0;
    }

    .wsmegamenu > ul.column-3 >  .li-main-menu.level2 {
        float: left;
        width: 33.33%;
        padding: 0 15px;
    }
    .wsmenu > .wsmenu-list > li > .wsmegamenu.column-3 {
        left: auto;
        width: 660px !important;
    }

    .col-product {
        padding-right: 15px;
        padding-left: 15px;
        width: 20%;
    }
    .product-featured-group .group-title {
        width: 120px;
        margin: 0 14px 0 0;
        border-radius: 10px;
        filter: drop-shadow(0 0 3px rgba(44, 44, 44, 0.2));
        background-color: #2d2b75;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        font-weight: 700;
        padding: 10px;
    }

}

@media (max-width:991px) {
    .wsmenu > .wsmenu-list > li.active > .wsmegamenu {
        display: block;
        text-align: left;
    }
    .a-main-menu.dropdown-toggle::after {
        display: none;
    }
    #bar-menu .bar-left,
    #bar-menu .bar-right {
        display: none;
    }
    .slide {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .search-tog1 {
        background-size: 24px;
        margin-right: 10px;
    }
    .page-main-content {
        padding-bottom: 60px;
    }
    .product-featured-group .product-featured-list {
        width: 100%;
    }
    .product-featured-group .group-title {
        background: none;
        color: #000000;
        display: block;
        width: auto;
        margin: 0;
        padding-top: 0;
        font-size: 20px;
    }
    .shopping-cart {
        display: inline-block;
        color: #000000;
        position: relative;
    }
    .cart-icon {
        position: absolute;
        top: -6px;
        right: -12px;
        background: #999999;
        color: #ffffff;
        width: 18px;
        height: 18px;
        text-align: center;
        border-radius: 50%;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
    }
    .right-m {
        width: 150px;
        padding-right: 15px;
    }

    .form-search {
        width: 100%;
    }
    .search-field {
        width: 100%;
        border: none;
        padding: 8px 10px;
        padding-right: 10px;
        border-radius: 30px;
        -webkit-transition: all 2.5s ease-in-out;
        transition: all .25s ease-in-out;
        border: 1px solid #e45456;
        font-size: 15px;
        padding-right: 35px;
    }
    .logo-wsmobileheader {
        padding: 15px 0;
    }
    .bt-wsmobileheader {
        padding: 0 15px;
    }
    .search-submit {
        border: 0;
        background: 0 0;
        color: #e45456;
        font-weight: 500;
        padding: 10px 15px;
        border-radius: 0 30px 30px 0;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }
    #box-search {
        width: calc(100% - 60px);
        padding-top: 0 !important;
    }
    .topbar, .bar-support {
        display: none;
    }
    .product-detail .content-desc-detail .content-desc {
        width: 100%;
        margin-right: 0;
    }
    .product-detail .content-desc-detail .content-productSpec {
        width: 100%;
    }
    .product-detail .content-desc-detail {
        flex-direction: column;
    }
    .main-product-detail {
        flex-direction: column;
    }
    .product-detail .main-product-left {
        width: 100%;
        margin-right: 0;
    }
    .product-detail .main-product-mid {
        width: 100%;
        margin: 0;
    }
    .product-detail .main-product-right {
        width: 100%;
    }
    .col-product {
        width: 33.333333%;
    }
    .comboset-product-list {
        margin-right: 0;
        margin-left: 0;
        overflow: unset;
    }
    .comboset-container {
        display: block;
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }
    .comboset-info {
        position: relative;
        right: auto;
        top: auto;
        padding-top: 0;
        float: none;
    }
    .c-pro-item {
        width: 100% !important;
        display: flex;
    }
    .product-detail #comboset .comboset-title {
        font-size: 18px;
    }
    .c-pro-img {
        position: relative;
        margin-right: 10px;
        display: block;
        width: 120px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .c-pro-info {
        width: calc(100% - 130px);
    }
}
@media (max-width:767px) {

    .wsmobileheader .logo {
        max-width: 120px !important;
    }
    .cart-info-product {
        font-size: 14px;
    }
    .container-cart .js-item-row .price-cart {
        flex-wrap: wrap;
    }
    .container-cart .js-item-row .name-product a {
        font-size: 14px;
    }
    .container-cart .title-cart .go-back {
        font-size: 14px;
        color: #000000;
    }
    .container-cart {
        width: 100%;
        margin: 0 auto;
    }
    .footer-top .main-footer-top .item-category-footer .txt {
        font-size: 12px;

    }
    .footer-top .main-footer-top {
        padding-top: 10px;
    }
    .footer-top .main-footer-top .item-category-footer {
        margin: 10px;
    }
    #js-same-category .owl-nav .owl-prev {
        left: 0;
    }
    #js-same-category .owl-nav .owl-next {
        right: 0;
    }
    .product-child-item {
        margin: 5px;
    }
    .product-child-list {
        overflow: auto;
    }
    .per-promotion {
        display: block;
        margin-left: 0;
        font-size: 14px;
    }
    .main-product-mid .per-promotion {
        display: inline-block;
    }
    .products-entry {
        border: 1px solid #ebebeb;
    }
    .item-img {
        border: none;
    }
    .products-content {
        padding: 10px;
    }
    .price-now {
        font-size: 18px;
    }
    .swe-title {
        font-size: 28px;
    }
    .elementor-image-box-title {
        font-size: 18px;
    }
    .elementor-section{
        padding: 60px 0px 60px 0px;
    }
    .col-product {
        width: 50%;
    }
    .footer-top .main-footer-top {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 580px) {

    .item-pro-cart .p-n-price {
        width: 100%;
    }
    .item-pro-cart .p-n-info {
        width: 100%;
    }
    .item-pro-cart {
        flex-wrap: wrap;
    }
    .item-pro-cart .p-n-img {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .p-n-img img {
        width: 150px;
    }
    .p-n-info {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .pr-md-6, .px-md-6 {
        padding-right: 3rem !important;
    }
}
