.spec-category-wrapper {
    width: 100%;
}
.spec-category-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.spec-category-box{
    width: 24%;
    background-color: #eff3f9;
    border: 3px solid #eff3f9;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0s;
}
.spec-category-box:hover{
    transition: 0s;
    border-radius: 10px 10px 0 0;
}
.spec-category-box .content{
    padding: 20px 20px 30px;
    height: 100%;
}
.spec-category-box-link {
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.spec-category-box:hover .spec-category-box-link {
    z-index: 16;
    transition: 0s;
}
.spec-category-box .title{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    line-height: 28px;
}
.spec-category-box:hover a .title {
    color: #0052b1;
}
.spec-category-qty-products {
    text-align: center;
    padding-top: 5px;
}
.spec-category-sub-open {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.spec-category-sub-open::after {
    font-family: 'Font Awesome 6';
    content: "\f0d7";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: calc(50% - 8px);
    width: 100%;
    z-index: 1;
}

.spec-category-dropdown-vertical {
    background-color: #eff3f9;
    border: 3px solid #eff3f9;
    border-top: 0 solid #ffffff;
    border-radius: 0 0 10px 10px;
    width: calc(100% + 6px);
    margin: 0 auto;
    padding-bottom: 25px;
    display: block !important;
    z-index: -5;
    left:-3px;
    top: 100%;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
}
.spec-category-box .content:hover .spec-category-dropdown-vertical {
    z-index: 50;
    opacity: 1;
}
.spec-category-dropdown-vertical li{
    text-align: center;
}
.spec-category-dropdown-vertical a{
    color: #545454;
    padding: 5px 0;
    display: inline-block;
}
.spec-category-dropdown-vertical a:hover{
    color: #0052b1;
}

/* MAIN */

.discounts-main,
.new-main,
.outlet-main,
.quick-action-main,
.spec-offer-main{
    padding-bottom: 50px;
}

.discounts-main .side-col,
.new-main .side-col,
.outlet-main .side-col,
.quick-action-main .side-col,
.spec-offer-main .side-col {
    width: 0;
}
.discounts-main .basic-col,
.new-main .basic-col,
.outlet-main .basic-col,
.quick-action-main .basic-col,
.spec-offer-main .basic-col {
    width: 100%;
    display: block;
}
.discounts-main .category-box-product,
.new-main .category-box-product,
.outlet-main .category-box-product,
.quick-action-main .category-box-product,
.spec-offer-main .category-box-product {
    width: 18%;
}


/* quick-action-counter */
.quick-action-counter-inner {}

.quick-action-counter {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #242424;
    text-align: center;
}