/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

.archrive-title-description{
	text-align: center;
}

.term-description.entry.wpex-clr {
    display: none;
}
.numbers {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 3px solid #377188;
    text-align: center;
    font-size: 40px;
    color: #377188;
    vertical-align: middle;
    line-height: 50px;
    float: right;
}

.paypal-button-size-responsive {
    margin-top: 25px;
    display: inline-block;
}

body{
    overflow-x: unset;
}

#outer-wrap{
    overflow: unset;
}

#top-bar-wrap{
    position: sticky;
    top: 0;
    z-index: 9999;
}

#footer-bottom-inner{
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
	.numbers {
    	float: none;
	}
	h1 {
		word-break: break-word;
	}	
	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart_totals.calculated_shipping  {
    	overflow: scroll;
	}
}