.columns-container {
    max-width: unset !important;
    overflow: unset;
}

/* Category */

.ct-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 15px;
    color: #aaa;
    font-size: 15px;
}

.ct-container-outer {
    background: #fafafa;
}

.ct-container-outer.ct-nobg {
    background: transparent;
}

@media (min-width: 420px) {
    .ct-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 1025px) {
    .ct-container {
        padding-bottom: 50px !important;
    }

    .ct-nofilter .ct-container {
        max-width: 1200px;
        transform: translateX(20px) !important;
    }

    .ct-wrapper {
        display: flex;
    }
}

@media (min-width: 1760px) {
    .ct-container {
        padding-right: 0;
        transform: translateX(-120px);
    }
}

/* Main */

@media (min-width: 1025px) {
    .ct-main {
        flex: 1;
        /*max-width: 1200px !important;*/
    }
}

/* Product list */

.ct-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -7px -8px;
}

.ct-products-item {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin: 7px 8px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.2s;
}

.ct-products-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1025px) {
    .ct-main .ct-products {
        justify-content: flex-start;
    }

    .ct-products-item {
        width: 45%;
    }

    .ct-nofilter .ct-products-item {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .ct-products-item {
        width: 31%;
    }
}

@media (min-width: 1760px) {
    .ct-products-item {
        width: 368px;
        max-width: unset;
    }
}

/* Buttons */

.ct-products-btn {
    display: inline-block;
    min-width: 180px;
    margin-bottom: 15px;
    padding: 10px 5px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.ct-products-btn.m--info {
    color: #616161 !important;
    background: #ededed;
}

.ct-products-btn.m--primary {
    color: #00392C !important;
    background: #1EE17D;
}

.ct-products-btn.m--primary:hover {
    background: #44e491;
}

.ct-products-btn.m--secondary {
    color: #616161;
    border-color: #616161;
}

.ct-products-btn.m--secondary:hover {
    color: #222;
}

/* Footer */

.ct-products-footer {
    margin-top: auto;
}

/* Header */

.ct-products-header {
    display: block;
    margin-bottom: 30px;
}

.ct-products-header img {
    max-width: 100%;
}

/* Name */

.ct-products-name {
    padding: 0 25px;
    color: #707070;
}

/* Price */

.ct-products-price {
    margin-bottom: 25px;
    color: #616161;
    font-size: 24px;
    font-family: 'Roboto-Bold', 'Roboto', sans-serif;
}

.ct-products-price .ct-products-promotional-price {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ct-products-price .ct-products-promotional-price .ct-products-before-promo-price {
    color: #5d5d5d;
    font-size: 16px;
    text-decoration: line-through;
}

/* Rate */

.ct-products-rate {
    margin-bottom: 25px;
}

.ct-products-rate .star_row {
    display: inline-block;
}

.ct-products-rate .star_row .star_img {
    margin-left: 7px;
}
