@media screen and (min-width: 641px) {
    .mosaic__item {
        padding: 0 15px 30px 15px;
    }

    .team__block-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: -15px -15px 47px -15px;
    }

    .team__block-item {
        margin: 15px;
        flex: none;
        width: calc(50% - 30px);
    }
}

@media all and (min-width: 1025px) {
    .mega-menu .categories .picture a {
        background: #e2e2e2;
    }

    .master-wrapper-content {
        width: 1000px;
    }

    .center-2 {
        float: left;
        width: 75.5%;
    }

    .side-2 {
        float: right;
        width: 23%;
    }

    .inputs {
        text-align: left;
    }

        .inputs label,
        .write-review .review-rating .name-description {
            display: inline-block;
            width: 35%;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs .input-box {
            display: inline-block;
        }

    .responsive-nav-wrapper-parent {
        display: none !important;
    }

    .header-centering {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
    }

    .header > .header-centering {
        padding: 0 10px;
        display:flex;
        justify-content:space-between;
    }

    .header-centering:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
        display:none;
    }

    .header {
        background: #fff;
        position: relative;
        box-shadow: 0 2px 3px rgb(0 0 0 / 0.2);
        z-index: 1000;
        padding: 10px 0;
    }

        .header:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .header-links-wrapper {
        padding: 6px;
        margin: 0 0 25px;
    }

    .header-selectors-wrapper {
        float: right;
        margin: 6px 0;
    }

        .header-selectors-wrapper > div {
            float: left;
            margin: 0 0 0 10px;
        }

        .header-selectors-wrapper select {
            padding: 3px;
            height: 24px;
            line-height: 18px;
        }

    .header-links {
        float: right;
    }

    .header-logo {
        float: left;
    }
    .header > .header-centering .justAFixingDivBefore {
        display:none;
    }

    .flyout-cart {
        display: none;
        position: absolute;
        top: 54px;
        right: 2px;
        z-index: 99999;
        width: 320px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 0.15);
        background: #fff;
    }

        .flyout-cart:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: #e87772;
        }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 10px;
        font-size: 11px;
    }

        .mini-shopping-cart * {
            line-height: normal !important;
        }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

        .mini-shopping-cart .count {
            padding: 5px 0 10px;
            font-size: 16px;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }

            .mini-shopping-cart .count a {
                color: #e87772;
            }

        .mini-shopping-cart div.items {
            margin: 0 0 2px;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

        .mini-shopping-cart .picture {
            float: left;
            width: 80px;
            height: 80px;
            text-align: center;
            overflow: hidden;
            border-radius: 100%;
            border: 1px solid #eee;
        }

            .mini-shopping-cart .picture a {
                display: block;
                height: 100%;
                position: relative;
            }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 0 0 90px;
            }

        .mini-shopping-cart .product {
            font-size: 14px;
        }

        .mini-shopping-cart .name {
            margin: 0 0 5px;
            font-size: 16px;
        }

        .mini-shopping-cart .price span {
            color: #e87772;
            font-weight: 700;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 10px;
            font-size: 14px;
            text-align: right;
            padding: 10px 0 0;
            border-top: 1px solid #ddd;
        }

            .mini-shopping-cart .totals strong {
                color: #c00;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
            text-align: right;
        }

        .mini-shopping-cart button {
            text-transform: uppercase;
            font-size: 14px;
            padding: 8px 11px;
            border: 2px solid #fff;
            background: #e87772;
            color: #fff;
            box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.3);
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

            .mini-shopping-cart button:hover {
                border: 2px solid #e87772;
                background: #fff;
                color: #e87772;
            }

    .desktop-header-right {
        float: right;
        width: max-content;
        max-width: 450px;
        margin-top: 11px;
        display: flex;
        justify-content: end;
    }

    button.button-1.search-box-button {
        position: relative;
        left: unset;
        right: unset;
    }

    .desktop-cart {
        order: 3;
    }

    .search-box {
        order: 1;
    }

    .top-login {
        order: 2;
    }

    .search-box {
        float: left;
    }

    .desktop-cart {
        float: right;
    }

    .search-box form {
        position: relative;
        margin-right: 0px;
    }

        .search-box form:after {
            content: "";
            display: block;
            clear: both;
        }

    span.search-box-text,
    .search-box select {
        float: right !important;
        left: inherit !important;
    }

    .search-box select {
        font-size: 14px;
        margin-right: 0px !important;
        border-right: 1px solid #ddd !important;
    }
    .search-box.store-search-box {
        position:relative;
    }
    .search-box.store-search-box input.search-box-text {
        background: #fff;
        border: 1px solid #c9c9c9;
        color: #505050;
        float: left;
        width: 200px !important;
        height: 38px;
        padding: 10px 30px 10px 15px;
        position: absolute;
        top: 32px;
        right: 5px;
        display: none;
    }
    .store-search-box .search-box-button {
        height: 38px;
        width: 38px;
        font-size: 0;
        background: url(../img/search.png) no-repeat center;
        background-size: 24px;
        border: 0;
        border-radius: 100% !important;
        float: left;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .store-search-box .search-box-button:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .search-box.store-search-box .search-box-button:hover + input.search-box-text,
    .search-box.store-search-box .search-box-button + input.search-box-text:hover {
        display: block;
    }
    .shopping-cart-link > a {
        width: 26px;
        height: 36px;
        margin: 0 0 0 5px;
    }

    .menu-title,
    .close-menu,
    .back-button,
    .sublist-wrap {
        display: none;
    }

    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu.stick {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        margin: 0;
        background: #fff;
        box-shadow: 0 2px 3px rgb(0 0 0 / 0.2);
        text-align: center;
        padding: 0;
    }

        .header-menu.stick > ul {
            display: inline-block;
        }

    .header-menu {
        text-align: left;
        position: relative;
        z-index: 1001;
        clear: both;
        padding: 10px 0 0;
        display:inline-block;
    }

        .header-menu > ul {
            font-size: 0;
            text-align: center;
            display: inline-block;
        }

            .header-menu > ul > li {
                display: inline-block;
                vertical-align: middle;
                text-align: left;
            }

                .header-menu > ul > li > a,
                .header-menu > ul > li > span {
                    display: block;
                    padding: 15px 20px;
                    font-size: 16px;
                    cursor: pointer;
                    color: #505050;
                    position: relative;
                }

                    .header-menu > ul > li > a:after,
                    .header-menu > ul > li > span:after {
                        content: " ";
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        height: 2px;
                        background: #443169;
                        width: 0;
                        opacity: 0;
                        -webkit-transition: all 0.25s ease-in-out;
                        transition: all 0.25s ease-in-out;
                    }

                    .header-menu > ul > li > a:hover:after,
                    .header-menu > ul > li > span:hover:after {
                        left: 0;
                        width: 100%;
                        opacity: 1;
                    }

        .header-menu .sublist-wrap {
            display: none;
            position: absolute;
            z-index: 1001;
            min-width: 180px;
            background: #fff;
            padding: 15px 0 10px;
            box-shadow: 0 2px 3px #999;
            margin-top: -2px;
        }

            .header-menu .sublist-wrap:before {
                content: " ";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 5px;
                background: #e87772;
            }

            .header-menu .sublist-wrap.active,
            .top-menu {
                display: block;
            }

        .header-menu .sublist li {
            position: relative;
        }

        .header-menu .sublist .back-button {
            display: none;
        }

        .header-menu .sublist li a {
            display: block;
            padding: 10px 20px 10px 25px;
            font-size: 14px;
            color: #606060;
            position: relative;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .header-menu .sublist li a:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 12px;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                background: #ddd;
            }

        .header-menu .sublist li:hover > a {
            color: #000;
            background: #f3f3f3;
        }

        .header-menu .sublist-wrap .sublist-wrap {
            top: -10px;
            left: 100%;
        }
        
        
    .footer-centering {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }

        .footer-centering:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .social-sharing ul {
        max-width: 310px;
        vertical-align: top;
        text-align: left;
    }

    .subscribe-block {
        position: relative;
    }

    .newsletter-validation,
    .newsletter-result {
        text-align: left;
        max-width: 336px;
    }

    .footer-upper {
        padding: 40px 10px;
    }

        .footer-upper .footer-block {
            width: auto;
        }

    .social-sharing > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 !important;
    }

    .subscribe-block > * {
        float: left;
    }

    .subscribe-block .newsletter {
        margin: 7px 0 0;
    }

    .social-sharing h3,
    .subscribe-block h3 {
        line-height: 50px;
        margin: 0 10px 0 0 !important;
    }
    .footer-middle .footer-block-group {
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        width:100%;
        gap:12px;
    }
    .footer-middle .footer-block-group .footer-block {
        width: 24% !important;
        text-align: left;
        /*float: right;*/
    }
    
    .footer-block .footer-logobox {
        margin-bottom:20px;
    }
    .footer-block .footer-logobox img {
        width: 85%;
    }
    .footer-block .social-link-list {
        margin: 0px;
        padding: 0px;
    }
    .footer-block .social-link-list li {
        display:inline-block;
        margin-right:6px;
        width:35px;
    }
    .footer-block .social-link-list li img {
        width:35px;
        max-height:35px;
    }
    .footer-middle .footer-block a:after {
        display: none;
    }

    .side-2 .block {
        width: auto !important;
    }

        .side-2 .block .listbox {
            display: block;
        }

    .breadcrumb li * {
        line-height: normal;
    }

    div.product-viewmode,
    div.product-page-size {
        display: inline-block;
    }

    .item-box {
        width: 24%;
    }

    .category-page .item-box,
    .recently-added-products-page .item-box,
    .recently-viewed-products-page .item-box,
    .manufacturer-page .item-box,
    .vendor-page .item-box,
    .product-tag-page .item-box,
    .search-page .item-box {
        width: 23.3333333%;
        float: left;
    }

        .category-page .item-box:nth-child(4n + 1),
        .recently-added-products-page .item-box:nth-child(4n + 1),
        .recently-viewed-products-page .item-box:nth-child(4n + 1),
        .manufacturer-page .item-box:nth-child(4n + 1),
        .vendor-page .item-box:nth-child(4n + 1),
        .product-tag-page .item-box:nth-child(4n + 1),
        .search-page .item-box:nth-child(4n + 1) {
            clear: both;
        }

    .home-page-product-grid .item-box:nth-child(4n + 1),
    .product-grid.bestsellers .item-box:nth-child(4n + 1),
    .product-details-page .item-box:nth-child(4n + 1),
    .shopping-cart-page .item-box:nth-child(4n + 1) {
        /*clear: both;*/
    }
    .html-category-page .master-column-wrapper .center-2,
    .html-manufacturer-page .master-column-wrapper .center-2 {
        border-top: 1px solid #cdcdcd;
    }
    .product-details-page {
        margin-top: 25px;
    }
    .product-details-page .overview .product-name h1 {
        color:#000;
        font-size:
    }
    .product-grid .item-box .prices {
        height: auto;
    }

    .item-box .tax-shipping-info {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }

    .product-list .buttons .add-to-compare-list-button,
    .product-list .buttons .add-to-wishlist-button {
        display: inline-block;
    }

    .product-list .item-box .add-info .buttons > button.product-box-add-to-cart-button {
        position: static;
        float: left;
        margin: 0 1px 0 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .product-list .item-box .tax-shipping-info {
        position: static;
    }

    .product-grid .item-box .visible-details {
        padding: 2px 0px 0;
    }

    .item-box:hover .hover-details,
    .ajax-cart-product-item-hover .hover-details {
        z-index: 2;
        opacity: 1;
    }

    .home-page-category-grid .item-box {
        width: 23.33333333333333%;
    }

    .home-page-category-grid .item-grid {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: stretch;
    }

    .home-page-category-grid .item-box {
        max-width: 15.27%;
        display: inline-block;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        vertical-align: top;
        flex-direction: column;
        background-color: transparent;
        border-radius: 30px;
    }

    .product-grid .item-box .add-info {
        padding: 0 0 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .home-page-category-grid .item-box .picture a:before {
        padding-top: 45%;
    }
    .product-grid .item-box .add-info > * {
        vertical-align: middle;
    }

    .item-box .add-info .buttons {
        display: inline-block;
    }

        .item-box .add-info .buttons button {
            margin: 0 10px;
            vertical-align: middle;
        }

        .item-box .add-info .buttons > button.product-box-add-to-cart-button {
            position: absolute;
            margin: auto;
            width:max-content;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .item-box .add-info button.add-to-compare-list-button,
    .item-box .add-info button.add-to-wishlist-button {
        height: 36px;
        width: 36px;
        margin: 0 -1px;
        background: #443169;
        border-color: #fff;
        background-image: url(../img/icons-add-info.png);
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
    }

    .item-box .add-info button.add-to-compare-list-button {
        background-position: -38px -1px;
    }

        .item-box .add-info button.add-to-compare-list-button:hover {
            background-position: -38px -37px;
        }

    .item-box .add-info button.add-to-wishlist-button {
        background-position: -2px -1px;
    }

        .item-box .add-info button.add-to-wishlist-button:hover {
            background-position: -2px -37px;
        }

        .item-box .add-info button.add-to-compare-list-button:hover,
        .item-box .add-info button.add-to-wishlist-button:hover {
            background-color: #443169;
        }

    .item-box .base-price-pangv {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }

        .item-box .base-price-pangv + .tax-shipping-info {
            bottom: 10px;
        }

    .item-box.mobile-box .visible-details .buttons {
        display: flex;
        justify-content:flex-start;
        margin: 0 0 10px;
    }

    .product-grid .item-box.mobile-box .hover-details {
        display: none !important;
    }

    .item-box.mobile-box .product-rating-box,
    .product-grid .item-box.mobile-box .prices {
        margin: 0 0 5px;
    }

    .product-grid .item-box.mobile-box .prices {
        height: auto;
    }

    .item-box.mobile-box .tax-shipping-info {
        position: static;
    }

    .product-details-page .gallery {
        width: 600px;
    }

    .product-details-page .overview {
        float: right !important;
    }

    .product-variant-line {
        width: 70%;
    }

    .product-page-alternative-layout .overview {
        margin: 0 0 0 620px;
    }

    .manufacturer-grid .item-box,
    .vendor-grid .item-box {
        width: 31.33333333%;
        margin: 0 1% 0%;
    }
    .product-grid .slick-slider .slick-track .item-box {
        margin: 0 0.3% 0.2%;
    }
    .ui-tabs {
        width: 100%;
    }

        .ui-tabs .write-review .inputs,
        .ui-tabs .write-review .review-rating {
            text-align: center;
        }

            .ui-tabs .write-review .inputs label,
            .ui-tabs .write-review .review-rating label {
                display: block;
                width: 100%;
                margin: 0 0 7px;
                text-align: center;
            }

    .write-review .review-rating .name-description {
        vertical-align: top;
    }

    .attributes select {
        max-width: 275px;
    }

    .review-rating ul {
        display: inline-block;
    }

    .compare-products-table-mobile {
        display: none;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
        width: 150px;
    }

    #username-availabilty {
        position: absolute;
        top: 50px;
        left: 62%;
    }

    .login-page .inputs.reversed > * {
        vertical-align: middle;
    }

    .login-page .inputs.reversed span {
        display: inline-block;
        margin-left: 50px;
        margin-right: -70px;
    }

    .vendorinfo-page .vendor-picture {
        margin-left: calc(35% + 10px);
    }

    .order-progress li {
        margin: 10px 25px;
    }

    .shopping-cart-page .common-buttons,
    .checkout-attributes {
        text-align: right;
    }

        .checkout-attributes .attribute-squares {
            text-align: right;
        }

        .checkout-attributes .qq-uploader-selector {
            display: inline-block;
            width: auto;
        }

        .checkout-attributes li {
            margin: 0 0 0 10px;
        }

        .shopping-cart-page .common-buttons button,
        .shopping-cart-page .common-buttons a {
            margin: 0 0 0 10px;
        }

    .shopping-cart-page .totals {
        margin: 0;
    }

    .cart-collaterals {
        width: 660px;
        margin: 0;
    }

        .cart-collaterals .deals {
            margin: 0;
            overflow: hidden;
        }

        .cart-collaterals .coupon-box {
            float: left;
            width: 300px;
            margin: 0;
        }

        .cart-collaterals .giftcard-box {
            float: right;
            width: 300px;
            margin: 0;
        }

    .checkout-page .address-item,
    .checkout-page .order-item {
        width: 24%;
    }

    .checkout-page .address-item {
        margin: 0 13px 1% 0;
    }

        .checkout-page .address-item:nth-child(3n) {
            margin: 0 13px 1% 0;
        }

    .address-item:nth-child(3n + 1),
    .order-item:nth-child(3n + 1) {
        clear: none;
    }

    .checkout-page .address-item:nth-child(4n) {
        margin: 0;
    }

    .checkout-page .address-item:nth-child(4n + 1) {
        clear: both;
    }

    .checkout-page .selected-checkout-attributes {
        text-align: right;
    }

    .checkout-page .totals {
        float: right;
    }

    .basic-search input[type="text"] {
        width: 350px;
    }

    .advanced-search .price-range {
        margin-left: 48px;
    }

        .advanced-search .price-range input {
            height: auto;
        }

    .news-list-centering {
        margin: 0 auto;
        max-width: 1000px;
    }

    .news-list-homepage {
        background: url(../img/bg-news.jpg) no-repeat center;
        padding: 32px 0;
    }

        .news-list-homepage .title {
            position: relative;
            margin: 0 0 50px;
            font-size: 26px;
            text-align: center;
            color: #fff;
            text-shadow: 1px 1px rgb(0 0 0 / 0.5);
        }

        .news-list-homepage .view-all {
            text-align: center;
        }

    .news-list-page .news-item {
        width: 49%;
        max-width: none;
    }

    .news-item-page .inputs {
        text-align: center;
    }

        .news-item-page .inputs:first-child label {
            display: block;
            width: auto;
            text-align: center;
            margin: 0 0 7px;
        }

    .news-item-page textarea {
        display: block;
        margin: auto;
    }

    .master-wrapper-page > .topic-block {
        width: 1000px;
    }

    .home-page-polls .centering {
        width: 1000px;
    }

    .home-page-polls .poll {
        width: 31.33333333333333%;
        margin: 0 1% 20px;
    }

        .home-page-polls .poll:nth-child(3n + 1) {
            clear: both;
        }

    .contactform-left {
        float: left;
        width: 60%;
    }

    .contactinfo-right {
        float: left;
        width: 35%;
        padding-left: 40px;
    }

    .contactform-left .inputs label {
        text-align: right;
        width: 15%;
    }

    .contactform-left .inputs input[type="text"],
    .contactform-left .inputs input[type="email"],
    .contactform-left .inputs textarea {
        width: 85%;
    }

    .contactform-left .buttons {
        text-align: right;
    }
}

@media screen and (min-width: 641px) {
    .text-with-icons {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px -45px -40px;
    }

    .text-with-icons__icon-wrapper {
        margin: 0.5em 18px 0 0;
    }

    .text-with-icons__item {
        display: flex;
        flex-basis: calc(50% - 90px);
        margin: 0 40px 45px 40px;
        text-align: left;
    }

    .contactinfo-right {
        margin-bottom: 50px;
    }
}

@media all and (min-width: 1150px) {
    .header {
        padding: 5px 0 5px;
    }

    .header-menu {
        margin: 0px auto;
        padding: 6px 0 0 0;
        clear: none;
    }

    .html-product-details-page .master-wrapper-content {
        margin: 7px auto 0;
    }

    .html-product-details-page .product-page-wrapper > .product-name {
        margin: 0;
    }

    .html-product-details-page .overview .buttons div {
        margin: 0 5px 10px 0;
    }

    .html-product-details-page .overview .additional-details {
        margin: 0 0 8px;
    }

    .html-product-details-page .attributes li {
        margin-bottom: 0;
    }

    .html-product-details-page.product-reviews-overview {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 12px;
        padding: 0 0 12px;
    }

    .html-product-details-page .picture-thumbs .slick-track {
        display: flex;
        flex-direction: column;
    }

    .html-product-details-page .picture-thumbs .picture-thumbs-item {
        width: 100% !important;
    }

    .html-product-details-page .gallery.sevenspikes-cloudzoom-gallery {
        display: flex;
        flex-direction: row-reverse;
    }

    .html-product-details-page .picture-thumbs.in-carousel {
        max-width: 130px;
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    .product-item--vertical .product-item__action-button {
        flex: 1 0 auto;
        margin: 5px !important;
    }

    .promo-block__image-clip,
    .promo-block__image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mosaic {
        display: flex;
    }

    .mosaic__column {
        display: flex;
        flex-direction: column;
        flex: 1 0 0%;
    }

    .mosaic__item {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .mosaic--large .mosaic__item > :first-child {
        min-height: 300px;
        height: 100%;
    }

    .mosaic--three-columns .mosaic__column:nth-child(2) {
        flex-grow: 1.38;
    }

    .promo-block__heading {
        margin-bottom: 8px;
    }

    .promo-block__cta {
        margin-top: 8px;
    }

    .team__block-item {
        width: calc(33.33333% - 30px);
    }

    .text-with-icons__item {
        display: flex;
        flex-basis: calc(50% - 140px);
    }

    .text-with-icons {
        padding: 40px 100px;
        justify-content: center;
    }
}

@media screen and (min-width: px) {
    .text-with-icons {
        padding: 40px 0;
        margin: 0 -35px;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .text-with-icons__item {
        flex-basis: calc(25% - 70px);
        margin: 0 35px;
    }

    .text-with-icons__icon-wrapper {
        margin: 0.5em 18px 0 0;
    }

        .text-with-icons__icon-wrapper svg {
            width: 30px;
            height: 30px;
            vertical-align: middle;
        }

    .footer-middle .text-with-icons__item {
        flex-basis: calc(25% - 30px);
        margin: 0 15px;
    }

    .footer-middle .text-with-icons {
        padding: 10px 0;
        margin: 0 -35px;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 85%;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .team__block-item {
        width: calc(25% - 30px);
    }

    .contact-page span.field-validation-error {
        text-align: center;
    }
}

.topic-block.Dental_Topic {
    background: none !important;
}

.topic-block.Dental_Topic {
    background: none !important;
    margin-bottom: 0px !important;
}
