/**
 * 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;
}

.shoptimizer-custom-quantity-mini-cart input {
    pointer-events:unset !important;
}

.col-full.main-header {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

@media (max-width: 992px) {
    body.theme-shoptimizer .site-header .custom-logo-link img, body.wp-custom-logo .site-header .custom-logo-link img {
        height: 38px !important;
    }
}

@media (max-width: 992px) {
    .main-header, .site-branding {
        height: 56px !important;
    }
	.main-header .site-header-cart {
        top: calc(-14px + 56px / 2) !important;
    }
	
    .elementor-heading-title, .site h1 {
        font-size: 24px !important;
        letter-spacing: -0.05em !important;
        line-height: 1.2 !important;
    }
}

/*.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;
	}
}

*/