.mad-product-categories:not(.owl-carousel) {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mad-product-categories[class*="item-col-"]:not(.no-gutters) {
    margin-top: -2rem;
}

.mad-product-categories[class*="item-col-"]:not(.no-gutters) > * {
    padding-top: 2rem;
}

.mad-product-categories.owl-carousel .owl-nav {
    display: flex!important;
}

.mad-product-categories.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.mad-product-categories.owl-carousel .owl-item {
    float: none;
}

.mad-product-categories .mad-product-category {
    background: #26658c;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mad-product-categories .mad-product-category .mad-product-cat-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.mad-product-categories a.mad-product-category {
    align-items: center;
}

.mad-product-categories .mad-product-category.green {
    background: #46a69c;
}

.mad-product-categories .mad-product-category.blue {
    background: #4abfd9;
}

.mad-product-categories .mad-product-category.red {
    background: #d94945;
}

.mad-product-categories .mad-product-category.yellow {
    background: #d9a934;
}

.mad-product-categories .mad-product-category.green2 {
    background: #75bf7a;
}

.mad-product-categories .mad-product-category.pink {
    background: #d95f8e;
}

.mad-product-categories .mad-product-category.violet {
    background: #771b8c;
}

.mad-product-categories .mad-product-category .mad-product-category-list {
    padding: 1.5625rem 2rem;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
    flex: 1;
    text-align: center;
}

.mad-product-category .mad-product-category-list li a {
    color: #fff;
}

.mad-product-category .mad-product-category-list li a:hover {
    text-decoration: underline;
}

.mad-product-category-list .mad-product-category-title {
    font-weight: bold;
    color: #fff;
}

.mad-product-category-list .mad-product-category-title:not(:last-child) {
    margin-bottom: 0.25rem;
}

.mad-product-categories.type-2 .mad-product-category {
    padding: 2.375rem 1rem;
    text-align: center;
    background: #f6f8f8;
    transition: all .5s ease;
    border: 2px solid transparent;
}

.mad-product-category .mad-category-icon {
    display: block;
    justify-content: center;
}

.mad-product-category .mad-category-icon:after {
    margin-right: -0.5rem;
    margin-top: -0.5rem;
}

.mad-product-category .mad-category-icon:not(:last-child) {
    margin-bottom: 1rem;
}

.mad-product-category .mad-category-icon .svg {
    height: 3rem;
    width: auto;
}

.mad-product-category .mad-category-icon .svg .cls-1 {
    stroke: #2e3133;
}

.mad-product-categories.type-2 .mad-product-category:hover {
    background: #fff;
    border-color: #26658c;
}

.mad-product-categories.type-2 .mad-product-category .mad-product-category-title {
    color: #26658c;
    transition: all .5s ease;
}

.mad-product-categories.type-2 .mad-product-category:hover .mad-product-category-title {
    color: #2e3133;
}

.mad-product-categories.type-2 .mad-product-category .mad-product-category-list {
    padding: 0;
}

.mad-slider-view{
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


.screenshop-img{
    border-radius: 15px;
    border: 4px solid #000000;
}

.bg-home{
    background-color: #1AAFA1;
}

.fs-big{
    font-size: 50px;
}