﻿.cart-ending-wrapper { margin-top: 82px; }
.cart-ending-content { padding-inline: var(--global-padding-inline); padding-bottom: var(--plugin-margin-bottom-slim); padding-top: var(--plugin-margin-bottom-slim); }
.cart-ending-title { display: none }
.cart-ending-title h2 { font-size: 1.4em; margin-bottom: 40px; }

.cart-ending-content > div:first-child { text-align: center; margin-bottom: 60px; border-bottom: 1px solid #DDD; padding-bottom: 40px; }
.cart-ending-content > div:first-child h3 { line-height: 1em; font-size: 1.5em; margin-bottom: 30px; color: var(--primary-color) }
.cart-ending-content > div:first-child h4 { line-height: 1em; font-size: 1.5em; margin-bottom: 30px; color: var(--secondary-color) }
.cart-ending-content > div:first-child .cart-ending-content-btn button, .cart-ending-content > div:first-child .cart-ending-content-btn a { background-color: var(--primary-color); font-size: 1em; color: #FFF; padding: 10px 20px; border: 0; box-shadow: none; text-transform: uppercase; border-radius: 5px; }
.cart-ending-content > div:first-child .cart-ending-content-btn button > i { margin-right: 8px; }

@media (max-width:480px) {
    .cart-ending-content > div:first-child { font-size: 0.8em;  }
    .cart-ending-content > div:first-child h3 { line-height: 1.3em; }
}
