/** Shopify CDN: Minification failed

Line 85:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.buy-sell-container {
        display: flex !important;
            padding: 8px 0;
                color: #ffffff;
                    background: #303033;
                        justify-content: center !important;
                        }
                        .buy-sell-container .buy-sell-link {
                            display: inline-block !important;
                                padding: 4px 12px;
                                    color:#fff;
                                        text-decoration: none;
                                        }

                                        /* The switch - the box around the slider */
                                        .buy-sell-container .switch {
                                            position: relative;
                                                display: inline-block !important;
                                                    width: 60px;
                                                        height: 30px;
                                                        }

                                                        /* Hide default HTML checkbox */
                                                        .buy-sell-container .switch input {
                                                            opacity: 0;
                                                                width: 0;
                                                                    height: 0;
                                                                    }

                                                                    /* The slider */
                                                                    .buy-sell-container .slider {
                                                                        position: absolute;
                                                                            cursor: pointer;
                                                                                top: 0;
                                                                                    left: 0;
                                                                                        right: 0;
                                                                                            bottom: 0;
                                                                                                background-color: #fa7b04;
                                                                                                    -webkit-transition: .4s;
                                                                                                        transition: .4s;
                                                                                                        }

                                                                                                        .buy-sell-container .slider:before {
                                                                                                            position: absolute;
                                                                                                                content: "";
                                                                                                                    height: 22px;
                                                                                                                        width: 22px;
                                                                                                                            left: 4px;
                                                                                                                                bottom: 4px;
                                                                                                                                    background-color: white;
                                                                                                                                        -webkit-transition: .4s;
                                                                                                                                            transition: .4s;
                                                                                                                                            }

                                                                                                                                            .buy-sell-container input:checked + .slider {
                                                                                                                                                background: #3aad53;
                                                                                                                                                }

                                                                                                                                                .buy-sell-container input:focus + .slider {
                                                                                                                                                    box-shadow: 0 0 1px #3aad53;
                                                                                                                                                    }

                                                                                                                                                    .buy-sell-container input:checked + .slider:before {
                                                                                                                                                        -webkit-transform: translateX(28px);
                                                                                                                                                            -ms-transform: translateX(28px);
                                                                                                                                                                transform: translateX(28px);
                                                                                                                                                                }

                                                                                                                                                                /* Rounded sliders */
                                                                                                                                                                .buy-sell-container .slider.round {
                                                                                                                                                                    border-radius: 34px;
                                                                                                                                                                    }

                                                                                                                                                                    .buy-sell-container .slider.round:before {
                                                                                                                                                                        border-radius: 50%;
                                                                                                                                                                        }
}