/**
 * Theme Name: Shoptimizer Child
 * Template:   shoptimizer
 */

.tiered-pricing-wrapper h3 {
    margin: 20px 0 5px 0 !important;
    font-size: 14px !important;
    font-weight: 200 !important;
}
.tiered-pricing-table {
    margin: 0 !important;
    table-layout: collapse !important;
}

.tiered-pricing--active td,
.tiered-pricing--active td .amount {
    color: #333 !important;
    background-color: #fff !important;
}

.tiered-pricing-table thead tr {
    background-color: #efefef !important;
    
}
.tiered-pricing-table th, .tiered-pricing-table td {
    text-align: center;
    border: solid 1px #dfdfdf;
    padding: .5em !important;
    text-align: center;
}

/*.scrollToTop {
    bottom: 80px !important;
}

.chaty-channel .chaty-svg {
    width: 50px !important;
    height: 50px !important;
}

.chaty-widget {
	right: 21.5px !important;
    bottom: 26px !important;
}


@media (max-width: 1024px) {
    .scrollToTop {
        bottom: 115px !important;
    }

    .chaty-channel .chaty-svg {
	    width: 40px !important;
	    height: 40px !important;
	}

	.chaty-widget {
		right: 3px !important;
	    bottom: 62px !important;
	}
}

*/