.header{top:-60px}.header .board-container{background:var(--bg);color:var(--text-color)!important}.header .board-container .board-more{color:var(--text-color)!important;border:1px solid var(--text-color);border-radius:50px;padding:4px 10px}.header .board-container .board-more svg{transition:all .3s ease}.header .board-container .board-more.active svg{transform:rotate(180deg)}.header .board-container .board-wrapper{border-top:1px solid var(--divider-color);display:none;transition:height .3s ease}@media screen and (max-width:767px){.header .board-container .board-more{padding:8px}}.header .header-nav{transition:all .3s ease 0s;background:var(--bg);color:var(--text-color)}.header .header-nav .cart-number{background-color:var(--text-color);border-radius:50%;color:#fff;font-size:12px;min-height:18px;min-width:18px;padding:1px;right:-10px;top:-10px}@media screen and (min-width:768px){.header .header-nav .action-box+.action-box{position:relative}.header .header-nav .action-box+.action-box:before{content:"";position:absolute;top:50%;left:0;width:1px;height:15px;background-color:var(--text-color);transform:translateY(-50%)}}@media screen and (max-width:767px){.header .header-nav .action-box{padding:0 5px 0 0}.header .header-nav .action-box:before{display:none}}.header .header-search-form{width:100%;display:flex;justify-content:center;height:200px}.header .header-search-form form{align-items:center;display:flex;gap:10px;max-width:700px;width:100%}.header .header-search-form form .search-form-input{width:100%;display:flex;flex-wrap:wrap}.header .header-search-form form .search-form-input input{width:100%;text-indent:10px;border:1px solid var(--button-bg);box-sizing:border-box;border-radius:var(--button-border-radius);height:48px}.header .header-search-form form .search-form-submit{cursor:pointer}@media screen and (max-width:767px){.header .header-search-form{box-sizing:border-box;padding:40px 20px;height:auto;width:100%}}.header .cart-content{padding:0 15px}.header .cart-content .quantity-control{margin-top:15px;margin-left:95px}