@charset "utf-8";

.cc-deal-section { display: block; width: 100%; background: rgb(230, 38, 80); transform-origin: center top; transition: 0.3s ease-in-out; }

.cc-deal-section ul { margin: 0px; padding: 0px; display: flex; align-items: center; justify-content: center; }

.cc-deal-section ul .cc-deal-list { list-style: none; display: flex; margin: 0px 20px; }

.cc-deal-section ul .cc-deal-list a { display: block; text-decoration: none; padding: 10px; color: rgb(255, 255, 255); font-size: 14px; text-transform: uppercase; font-weight: 500; }

.cc-deal-section ul .cc-deal-list a:hover { background: rgb(207, 34, 72); }

body.x-fasten-header--is-active #fasten_header { flex-wrap: wrap; }