                body,
                input[type="text"],
                input[type="tel"],
                input[type="email"],
                input[type="search"],
                input[type="password"],
                input[type="number"],
                textarea,
                select.form-cart__input,
                button.js-input-btn {
                    font-family: Satoshi !important;
                }

                .info-body {
                    border-color: #e6e6e6 !important;
                }

                .form-cart__input,
                .ship,
                .cards__wrap {
                    border: 1px solid #e6e6e6 !important;
                }

                .form__input-err {
                    border: 1px solid red !important;
                }

                .ship-wrapper {
                    border: 1px solid #e6e6e6 !important;
                    border-radius: 5px;
                }

                .ship-wrapper .ship {
                    border-radius: 0px !important;
                    border: none !important;
                    border-bottom: 1px solid #e6e6e6 !important;
                }

                .ship-wrapper .ship:last-child {
                    border-bottom: none !important;
                }

                .cart__row:not(:last-child) {
                    border-bottom: 1px solid #e6e6e6 !important;
                }

                .info-footer,
                .ship__row + .ship__row,
                .cards__body,
                .cards__info + .cards__info {
                    border-top: 1px solid #e6e6e6 !important;
                }

                .info-section {
                    background-color: #ffffff !important;
                }

                .info-container,
                .form-cart,
                a.breadcrambs__text,
                .cards__title {
                    color: #383838 !important;
                }

                .breadcrambs__item.disabled .breadcrambs__text,
                .cart__text,
                .cart__info,
                .form-subtitle,
                .total__info {
                    color: #474747 !important;
                }

                .btn.primary {
                    color: #ffffff !important;
                    background-color: #269213 !important;
                }

                .ship__text {
                    color: #000000 !important;
                }

                .form-cart__input {
                    background-color: #ffffff !important;
                    color: #000000 !important;
                }

                .form-cart__input::placeholder,
                .form-cart__label {
                    color: #474747 !important;
                }

                .form-cart__arrow {
                    border-left: 1px solid #474747;
                }

                .price__subscription,
                .product__subtitle {
                    font-size: 12px;
                    color: #474747 !important;
                }

                .ship,
                .cards__body,
                .cards__wrap,
                .cart-head {
                    background-color: #fcfcfc !important;
                }

                .ship__title {
                    color: #474747 !important;
                }

                .ship__text,
                .radio__text,
                .radio__price,
                .cart-head__price,
                .cart-head__text,
                .upsell__card-text--primary {
                    color: #030303 !important;
                }

                .rools__link {
                    color: #0176b7 !important;
                }

                .product__more-btn > * {
                    color: #000000 !important;
                    background-color: #f5f5f5 !important;
                }

                /*success page*/
                .success-wrapper {
                    border-color: #e6e6e6 !important;
                    background-color: #ffffff !important;
                    color: #383838 !important;
                }
                .success-wrapper .user {
                    background-color: #ffffff !important;
                    color: #383838 !important;
                }
                .success-wrapper .form__content,
                .success-wrapper .contact-info__wrapper,
                .success-wrapper .form__basement,
                .success-wrapper .user,
                .success-wrapper .user__discounts {
                    border-color: #e6e6e6 !important;
                }

                .success-wrapper .form__content {
                    background-color: #fcfcfc !important;
                }
                .success-wrapper .contact-info {
                    color: #030303 !important;
                }
                .success-wrapper .contact-info .content-title {
                    color: #474747 !important;
                }
                .success-wrapper .user__discounts {
                }

            .upsell-item {
                font-family: "Satoshi";
            }

            .upsell__card {
                background-color: #fcfcfc;
                border: 1px solid #e6e6e6;
            }

            .upsell__header {
                border-bottom: 1px solid #e6e6e6;
            }

            .upsell__card-text--primary {
                color: #383838;
            }

            .upsell__card-text--secondary {
                color: #474747;
            }

            .upsell__button,
            .upsell__callout {
                font-family: "Satoshi";
            }

            .upsell__button,
            .upsell__callout--primary {
                color: #ffffff;
                background-color: #ffa500;
            }

            .upsell__callout--secondary {
                color: #000000;
                background-color: #f5f5f5;
            }