@import url("roots.css");
#breadcrumbs {
    display: none;
}

.hadding_premium {
    background: url("../png/premium-bg-2.png"), linear-gradient(357.3deg, #FBC22E 46.84%, #FFE457 122.06%) no-repeat;
    background-size: cover;
}

.hadding_premium .hadding-premium-cart {
    height: 160px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.hadding_premium .hadding-premium-cart h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.categoryPage.pc_Page #breadcrumbs {
    padding-top: 30px;
    display: block;
}

.categoryPage.pc_Page .categorysidebar {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px rgba(90, 105, 113, 0.1);
    border-radius: 6px;
    border: unset;
    width: 100%;
}

.categoryPage.pc_Page .categoryProductList {
    width: 75%;
}

.categoryPage.pc_Page .productSideBar>h3 {
    border-bottom: unset;
    position: relative;
}

.categoryPage.pc_Page .productSideBar>h3::after {
    content: "";
    width: calc(100% - 35px);
    position: absolute;
    height: 1px;
    background: var(--color-f8fafb);
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.categoryPage.pc_Page .primep_text {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #FFCE2E;
}

.categoryPage.pc_Page .primep_text h6 {
    margin-bottom: 0;
    padding: 3px 0;
    margin-top: 0;
}

.categoryPage.pc_Page .category_min_text .catProTitle a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.categoryPage.pc_Page .prime_un_free {
    font-weight: 600;
    color: #DFA81A;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 15px;
    line-height: 20px;
}

.categoryPage.pc_Page .single-price {
    margin-top: 10px;
}

.categoryPage.pc_Page .single-price.price_line_through span {
    text-decoration: line-through;
}

.categoryPage.pc_Page .single-price.price_line_through del::after {
    content: unset;
}

.categoryPage.pc_Page .single-price span {
    font-weight: 400;
}

.categoryPage.pc_Page .single-price del {
    font-weight: 400;
    margin-right: 15px;
    position: relative;
}

.categoryPage.pc_Page .single-price del::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 9px;
    opacity: 0.5;
}

.categoryPage.pc_Page .single-price::after {
    content: unset;
}

.categoryPage.pc_Page .sidebarblock {
    border-bottom: unset;
}

.categoryPage.pc_Page .sidebarmodtags {
    align-items: self-start;
}

.categoryPage.pc_Page .sidebarmodtags img {
    width: 48px;
}

@media only screen and (max-width: 767px) {
    
    .categoryProductList {
        width: 100%;
    }
    
    .categoryPage.pc_Page .categoryProductList {
        width: 100%;
    }
    
}

@media only screen and (max-width: 575px) {
    .categoryProductList {
        padding: 30px 0 0;
    }
    .categoryProductList .categoryProductLists {
        justify-content: center;
    }
    .categoryProductList .categoryProductLists .col-xs-6 {
        width: 100%;
        padding: 0;
    }
}


/*# sourceMappingURL=primeStyle.css.map */