.catalog-page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

.catalog-footer {
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #74788d;
    left: 0;
    height: 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.categories-group-list {
    display: block;
    color: #343a40;
    font-weight: 500;
    padding: 8px 16px;
}
.categories-group-list[aria-expanded="true"] {
    background-color: #f1f5f7;
}
.categories-group-list:last-child {
    border: 0;
}
.categories-group-list:hover {
    color: #343a40;
}

.categories-list {
    padding: 8px 0px;
}
.categories-list li a {
    display: block;
    padding: 4px 16px;
    color: #505d69;
}
.categories-list li.active a {
    color: #5664d2;
}

.product-detai-imgs .nav .nav-link {
    margin: 7px 0px;
}
.product-detai-imgs .nav .nav-link.active {
    background-color: #f1f5f7;
}

.product-color a {
    display: inline-block;
    text-align: center;
    color: #505d69;
}
.product-color a .product-color-item {
    margin: 7px;
    border: 2px solid #eff2f7;
    border-radius: 4px;
}
.product-color a.active,
.product-color a:hover {
    color: #5664d2;
}
.product-color a.active .product-color-item,
.product-color a:hover .product-color-item {
    border-color: #5664d2 !important;
}

.ecommerce-sortby-list li {
    color: #343a40;
}
.ecommerce-sortby-list li a {
    color: #505d69;
    padding: 4px;
}
.ecommerce-sortby-list li.active a {
    color: #5664d2;
}

.product-box {
    padding: 24px;
    border: 1px solid #eff2f7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.product-box:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.product-img {
    position: relative;
}
.product-img .product-ribbon {
    position: absolute;
    top: 0;
    left: -24px;
    padding: 6px 8px;
    border-radius: 0px 30px 30px 0px;
}
.product-img .product-like {
    position: absolute;
    top: 0;
    right: 0;
}
.product-img .product-like a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #f1f5f7;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #adb5bd;
}

.product-detail .nav-pills .nav-link {
    margin-bottom: 7px;
}
.product-detail .nav-pills .nav-link.active {
    background-color: #f1f5f7;
}
.product-detail .nav-pills .nav-link .tab-img {
    width: 5rem;
}

.product-detail .product-img {
    border: 1px solid #eff2f7;
    padding: 24px;
}

.product-desc-list li {
    padding: 4px 0px;
}

.product-review-link .list-inline-item a {
    color: #74788d;
}

.product-review-link .list-inline-item:not(:last-child) {
    margin-right: 14px;
}

.product-cart-touchspin {
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 0.25rem;
}
.product-cart-touchspin .form-control {
    border-color: transparent;
    height: 32px;
}
.product-cart-touchspin .input-group-btn .btn {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #5664d2 !important;
    font-size: 16px;
    padding: 3px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shipping-address {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shipping-address.active {
    border-color: #5664d2 !important;
}

@media (min-width: 576px) {
    .product-box .product-img img {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 576px) {
    .product-img img {
        height: 100px;
    }

    .product-box {
        padding: 1em;
    }

    .product-box .product-img {
        overflow: hidden !important;
    }

    .product-box h5.product-price {
        font-size: 0.8rem !important;
    }

    .product-box .product-tag {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-box .product-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block !important;
    }
}

@media (max-width: 450px) {
    .pagination-meta {
        text-align: center !important;
    }
    .pagination-wrapper {
        justify-content: center !important;
    }
    .page-link {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.7875rem !important;
    }
}

.brand-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 576px) {
    .brand-box {
        aspect-ratio: 16 / 9;
    }

    .product-detail .nav-pills .nav-link .tab-img {
        width: 3em !important;
    }

    .product-img .product-ribbon {
        left: 0px !important;
    }

    .product-price-wrapper {
        flex-direction: column-reverse !important;
    }
}

.brand-box .brand-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.brand-box:hover > .brand-box-img {
    transform: scale(1.2);
}

.brand-box:hover > .brand-box-img:after {
    background: rgba(37, 43, 59, 0.9);
}

.brand-box:hover > div {
    font-size: 1.3rem !important;
}

.brand-box-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1000 !important;
    transition: all 0.3s ease-in-out;
}

.brand-box div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
