@charset "utf-8";
/* GDPR */
.html_hidden {overflow: hidden!important;}
.sel_div {opacity: 0.75!important;}

/* CSS Document */
.top-bar {position:fixed; top:0; width:100%; z-index: 8888; background: #fff; transition: all 0.25s ease 0s;}

.top-barC {margin:auto; max-width:1567px; height: 217px; padding: 0 100px; position: relative; transition: all 0.25s ease 0s;}
.logo {position: absolute; top: 33px; left: 112px; width: 312px; line-height: 0; font-size: 0; z-index: 77; transition: all 0.25s ease 0s;}
.logo a {display: block;}

.links {position: absolute; top: 61px; right: 91px; z-index: 100; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; transition: all 0.25s ease 0s;}
.links > div {position: relative; min-width: 30px; min-height: 30px; padding: 0 0 0 12px; margin: 0 0 0 14px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.links > div:first-child {padding: 0; margin: 0;}
.links > div::before {content: ''; width: 2px; height: 27px; background: #cab7b7; border-left: 1px solid #e7e7e5;position: absolute; left: -1px; top: calc(50% - 13px); z-index: -1;}
.links > div:first-child::before {content: none;}
.links a:link, .links a:visited {text-decoration:none; color:#fff; transition: all 0.25s ease 0s;}
.links a:active, .links a:hover {text-decoration:none; color:#fff; cursor:pointer; transition: all 0.5s ease 0s;}
.links > div > a {min-width: 30px; min-height: 30px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center;}

.links_search > a img:nth-child(1) {display: block;}
.links_search > a img:nth-child(2) {display: none;}
.links_search > a.search_close img:nth-child(1) {display: none;}
.links_search > a.search_close img:nth-child(2) {display: block;}

.links_lang {position: relative;}
.links_lang ul {position: absolute; top: 41px; left: calc(50% - 65px); width: 130px; padding: 10px 0; background-color: #4b050e; display: none; z-index: 100; box-shadow: 0 10px 30px rgba(255, 255, 255, 0.33);}
.links_lang ul li {width: 100%; text-align: center; padding: 0; margin: 1px 0; transition: all 0.25s ease 0s;}
.links_lang ul li a {display: block; padding: 5px 0;}
.links_lang ul li:hover, .links_lang ul li.current {background-color: #946a6f;}

.links_cart {position: relative;}
.links_cart span {min-width: 21px; height: 21px; padding: 0 1px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; border-radius: 21px; background-color: #fff; color: #4b050e; font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: -1px; position: absolute; bottom: -1px; right: -2px; border: 2px solid #ba989d;}

.search_box {position: absolute; top: 41px; right: 0; width: 289px; display: flex; flex-direction: row; justify-content: center; background: #4b050e; padding: 0 10px; max-height: 0; overflow: hidden; box-shadow: 0 10px 30px rgba(255, 255, 255, 0.33); transition: all 0.75s ease 0s;}
.search_box input {width: 200px; height: 40px; margin: 10px 0; display: flex; padding: 0 10px; border: 0px;}
.search_box button {width: 70px; height: 40px; margin: 10px 0; border: 0; background: #646464; color: #fff; cursor: pointer; transition: all 0.25s ease 0s;}
.search_box button:hover {background: #946a6f;}
.search_open {max-height: 100px; transition: all 0.75s ease 0s;}
