@media screen and (min-width: 992px){
.product__new ul, .product__featured ul{
    margin: 0 0 10px 0!important;
}
}
@media screen and (max-width: 1024px){
.product__new ul, .product__featured ul {
    flex-wrap: wrap !important;
    overflow-x: hidden !important;
    overflow-y: scroll;
}
}
.bag-type-menu {margin: 30px 0;}
.bag-type-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.bag-type-menu li {
    background: #ebebeb;
    color: #333;
    font-weight: 700;
    text-align: center;
    width: 16.6%!important;
    padding: 5px 0;
    font-size: 1pc!important;
    border-right: .5px solid #333;
    border-left: .5px solid #333;
    cursor: pointer
}

.bag-type-menu li:hover {
    color: #fc9829
}

.bag-type-menu.li5 li {
    width: 20%!important;
}
.bag-type-menu.li2 li {
    width: 50%!important;
}

.bag-type-menu li.p-40 {
    padding: 25px 0
}

.bag-type-menu li.p-30 {
    padding: 15px 0
}

.bag-type-menu li:first-child {
    border-right: .5px solid #333;
    border-left: 0
}

.bag-type-menu li:last-child {
    border-right: 0;
    border-left: .5px solid #333
}

.bag-type-menu li.is-select {
    background: #ffefd4;
    color: #fc9829;
    position: relative;
    border-color: #fc9829
}

.bag-type-menu li.is-select:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffefd4
}

.tab-headline {
    color: #fc9829;
    border-bottom: 1px solid #eee;
    font-size: 1pc;
    margin-bottom: 10px;
}

@media screen and (min-width: 661px)and (max-width:990px) {
    .bag-type-menu li,.bag-type-menu li:first-child,.bag-type-menu li:last-child {
        padding:15px 0!important
    }
}

@media screen and (max-width: 660px) {
    .bag-type-menu li,.bag-type-menu li:first-child,.bag-type-menu li:last-child,.bag-type-menu.li5 li {
        width:29%!important;
        font-size: 9pt!important;
        flex-wrap: wrap;
        border: 1px solid transparent;
        border-bottom: 3px solid #333;
        margin: 5px!important;
        position: relative;
        padding: 15px 0!important
    }
    .bag-type-menu.li2 li {
        width: 47%!important;
    }

    .bag-type-menu ul {
        justify-content: space-between;
        overflow-x: hidden
    }

    .bag-type-menu li.is-select:before {
        content: none
    }

    .bag-type-menu li.is-select:first-child,.bag-type-menu li.is-select:last-child,.bag-type-menu.li5 li.is-select {
        border-bottom: 3px solid #fc9829
    }

    .bag-type-menu li:after {
        content: "\f107";
        font-family: Font Awesome\ 5 Free;
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 5%;
        top: 31%
    }
}

.position-r {
    position: relative
}

@media screen and (min-width: 768px) {
    .position-a {
        position:absolute;
        bottom: 0;
        left: 0;
        border: 1px solid #ccc;
        padding: 0 25px;
        width: 38%;
        display: table;
        vertical-align: middle
    }

    .position-r .btn_category a {
        border: 0
    }

    .position-r .btn_category {
        margin: 0
    }

    .position-r .btn_category:hover {
        background-color: #c00;
        opacity: 1
    }

    .position-r .btn_category a:hover,.position-r .btn_category:hover a {
        background-color: transparent;
        color: #fff;
        opacity: 1
    }

    .btn_category.position-a a:after {
        right: -5%
    }

    .btn_category.position-a a {
        padding: 18px 0;
        display: table-cell
    }
}

@media screen and (max-width: 768px) {
    .position-a {
        border:0
    }

    .position-r .btn_category a {
        border: 1px solid #ccc
    }

    .btn_category.position-a a {
        padding: 18px 0
    }
}
.products li {position: relative;}
.products .products_price {
    font-size: 1.8rem;
    color: #c00b01;
    line-height: 1;
    font-weight: 600;
    display: flex
}

.products .products_price p {
    font-size: .8em;
    margin-top: 5px
}

.products .products_price i {
    text-align: center;
    margin-right: 5px;
    font-weight: 400;
    display: inline-block;
    padding: 5px;
    font-style: normal;
    font-size: .6rem;
    background: #c00b01;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px
}

.products .products_price span {
    font-size: .5rem
}

.product__special ul>li:hover img {
    opacity: 1
}

@media screen and (max-width: 545px) {

    .products .products_price {
        padding: 5px 0 0;
        text-align: center;
        align-items: center;
        font-size: 1.3rem
    }

    .products .products_price p {
        width: 60px;
        text-align: start
    }

    .products .products_price i {
        font-size: 10px;
        height: 30px;
        width: 2pc;
        padding: 5px 0 0
    }
}