.nspArt .price-container-main {
    margin-top: 0px;
}

.price-container-main {
    border-radius: 0 0 2px 2px;
    display: flex;
    padding-top: 15px;
    font-size: 16px !important;
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 45px;
    color: #132584 !important;
    background-color: rgba(255, 230, 65, 0.67) !important;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none;
    position: relative;
    padding: 8px 30px;
    font-weight: 500;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: auto;
    text-decoration: none;
    background: transparent;
}

.custom-header-main {
    width: 100% !important;
    display: block;
    position: relative;
    height: 50px;
    padding: 0px !important;
    font-size: 1px !important;
    text-align: center !important;
    margin: auto !important;
}

.custom-header-main a {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px !important;
    line-height: 25px !important;
    color: black;
    text-decoration: none;
}

.custom-header-main a:hover {
    color: #3f51b5;
}

.price-container-main strong {
    font-weight: 400 !important;
}

.price-container-main div {
    margin-top: 3px;
}

@media (max-width: 600px) {
    .nspImageWrapper {
        margin: 0 !important;
        width: 100%;
    }
}

.nspArt {
    padding: 15px !important;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.addMargin {
    height: 321px;
    width: 22.5% !important;
    margin: 1px 1.25% 30px 1.25% !important;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    clear: none !important;
}

.addMargin:hover {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12), 0 2px 16px 0 rgba(0, 0, 0, 0.12);
}


@media (max-width: 1200px) and (min-width: 993px) {
    .addMargin {
        width: 31.33333333333% !important;
        margin: 1px 1% 10px 1% !important;
    }
}

@media (max-width: 992px) and (min-width: 577px) {
    .addMargin {
        width: 48% !important;
        margin: 1px 1% 30px 1% !important;
    }
}

@media (max-width: 576px) {
    .addMargin {
        width: 100% !important;
        margin: 1px 0 15px 0 !important;
    }
}

h4.nspHeader a {
    color: #333 !important;
    font-size: 16px !important;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h4.nspHeader a:hover {
    color: #3f51b5 !important;
    text-decoration: none;
    font-size: 16px !important;
    transition: 200ms;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nspImageWrapper {
    width: 200px;
    height: 200px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nspImage {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nspArt .nspImageWrapper {
    width: 100%;
}

@media (max-width: 678px) {
    .home-1 h3.module-title {
        margin: 0 !important;
    }

    .nspArts {
        padding: 4px 0 !important;
    }

    .nspArt {
        width: 48% !important;
        margin: 1% 1% !important;
        height: 266px;
    }

    .nspArt .nspImageWrapper {
        height: 140px !important;
    }

    .nspArt .price-container-main {
        margin-top: 15px;
    }

    .nspTopInterface {
        position: relative !important;
        margin-top: 0 !important;
        width: 100%;
        right: 0 !important;
    }

    .nspTopInterface .owl-nav {
        width: 98% !important;
        margin: 1%;
    }

    .vmslider-carousel .owl-nav {
        display: none !important;
    }
}

