@import "fonts.css"/*tpa=https://www.tunefab.de/Public/home/css/fonts.css*/;
@import "../lib/icomoon/style.css"/*tpa=https://www.tunefab.de/Public/home/lib/icomoon/style.css*/;
@import "../lib/support-icomoon/style.css"/*tpa=https://www.tunefab.de/Public/home/lib/support-icomoon/style.css*/;
@import "../lib/ov-icomoon/style.css"/*tpa=https://www.tunefab.de/Public/home/lib/ov-icomoon/style.css*/;
html,
body {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
/* Start Leung Ho Tin 2020-07-28 */
body {
  background-color: #fbfbfb;
}
a:hover {
  text-decoration: none;
}
.container {
  width: 1080px;
  padding: 0;
}
.clear {
  clear: both;
}
.head {
  background-color: #fff;
  height: 52px;
  position: relative;
  z-index: 30;
}
.head .container {
  position: relative;
}
.head .logo {
  display: block;
  width: 130px;
  position: absolute;
  left: 0;
  background: url("../img/logo.svg") no-repeat;
  text-indent: -10000px;
  overflow: hidden;
  color: #0067f6;
  font-size: 18px;
  top: 12px;
  text-decoration: none;
  font-weight: bold;
  height: 33px;
}
.head .logo span {
  color: #231815;
  display: block;
  font-size: 27px;
  margin-left: -6px;
  margin-top: 22px;
  white-space: nowrap;
}
.head .logo-box .logo-text {
  display: inline-block;
  font-size: 12px;
  position: relative;
  left: 140px;
  top: 18px;
  font-weight: 600;
  color: #606060;
}
.head .menu ul li.search-li {
  margin-left: 36px;
}
::-webkit-input-placeholder {
  color: #231815;
  position: relative;
  top: -2px;
  left: 4px;
}
::-moz-placeholder {
  color: #231815;
  position: relative;
  top: -2px;
  left: 4px;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #231815;
  position: relative;
  top: -2px;
  left: 4px;
}
/* ie */
input:-moz-placeholder {
  color: #231815;
  position: relative;
  top: -2px;
  left: 4px;
}
.head .search .SearchTerm {
  background: #fff;
  width: 99px;
  border: 0;
  padding: 0;
  color: #231815;
  outline: none;
  font-size: 12px;
}
.head .menu {
  position: absolute;
  right: 0;
  top: 7px;
}
.head .menu ul {
  height: auto;
}
.head .menu ul li {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
}
.head .menu ul li:last-child {
  padding: 10px 0 24px 10px;
  cursor: pointer;
}
.head .menu ul li.pro-list a {
  position: relative;
}
.head .menu ul li.pro-list a .icon {
  display: block;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0 0;
  font-size: 12px;
  width: 20px;
  text-align: center;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .menu ul li.pro-list.curr a {
  text-align: left;
}
.head .menu ul li.pro-list.curr a:hover {
  color: #337ab7;
}
.head .menu ul li a {
  color: #606060;
  text-decoration: none;
  margin-left: 4px;
  font-size: 14px;
  position: relative;
  text-align: left;
}
.head .menu .p_list ul li a {
  color: #fff;
}
.head .menu ul li .p_list {
  display: none;
  position: absolute;
  background: rgba(34, 34, 34, 0.95);
  top: 66px;
  z-index: 1;
  width: 534px;
  padding: 20px;
  left: -20px;
}
.head .menu ul li .p-icon-down {
  position: absolute;
  top: 3px;
  transition: 0.3s;
  right: -15px;
}
.head .menu ul li.curr a > .p-icon-down {
  transform: rotate(180deg);
  top: 2px;
}
.head .menu ul li .p_list a {
  margin-left: 0px;
}
.head .menu ul li .p_list ul li {
  margin: 5px 8px;
  padding: 0;
}
.head .menu ul li .p_list ul li a {
  font-size: 14px;
  display: block;
  width: 229px;
  height: 37px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 37px;
}
.head .menu ul li .p_list ul li a:hover {
  color: #ceb605;
  border: 1px solid #23cafd;
}
.head .menu ul li.se_btn i:hover {
  color: #ceb605;
}
.head .menu ul li.se_btn .icon-fm-close {
  display: none;
}
.head .nav_btn {
  position: absolute;
  right: 10px;
  width: 32px;
  text-align: center;
  height: 26px;
  top: 17px;
  display: none;
  cursor: pointer;
}
.head .nav_btn span {
  position: absolute;
  display: block;
  width: 30px;
  margin: auto;
  height: 3px;
  background-color: #333;
  border-radius: 8px;
  left: 0;
  transition: 0.3s;
}
.head .nav_btn span:nth-child(1) {
  top: 2;
  transform-origin: 100%;
}
.head .nav_btn span:nth-child(2) {
  top: 11px;
  opacity: 1;
}
.head .nav_btn span:nth-child(3) {
  top: 23px;
  transform-origin: 100%;
}
.head .nav_btn.close-state span:nth-child(1) {
  transform: translateX(-4px) translateY(2px) rotate(-45deg);
}
.head .nav_btn.close-state span:nth-child(2) {
  transform: rotate(-45deg) translateY(0px) translateX(1px);
  opacity: 0;
}
.head .nav_btn.close-state span:nth-child(3) {
  transform: translateX(-4px) translateY(0px) rotate(45deg);
}
.head .menu ul li.se_btn {
  position: relative;
}
.head .search {
  position: absolute;
  right: 30px;
  background-color: #f2f6f9;
  display: none;
  width: 450px;
  text-align: center;
  top: 2px;
}
.head .search form {
  position: relative;
}
.head .search form .input-group {
  display: block;
}
.head .search form .input-group .form-control {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.head .search form .input-group-btn {
  position: absolute;
  left: -23px;
}
.head .search .search-btn {
  -moz-user-select: none;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: -1px;
  font-size: 24px;
}
.product-more {
  display: none;
  background: #fff;
  width: 58%;
  padding: 0px 20px 20px;
  position: absolute;
  top: 43px;
  z-index: 999;
  text-align: center;
}
.product-more .dropdown-item {
  margin-top: 20px;
}
.product-more .dropdown-item a img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.product-more .col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .product-more .col-md-2 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 767px) {
  .product-more .col-sm-2 {
    width: 20%;
    float: left;
  }
}
.product-more hr {
  border-top: 1px solid #606060;
}
.product-more .more_product_link {
  padding: 0;
  display: inline-block;
  position: relative;
  top: 10px;
}
.product-more img {
  height: 100px;
}
.product-more div.img {
  position: relative;
  display: inline-block;
}
.product-more div .img_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-more a {
  color: #a8a7a7;
  display: block;
  font-weight: bold;
}
.product-more a:hover {
  color: #827502;
}
.product-more p {
  color: #a8a7a7;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-more .overview {
  font-size: 16px;
  color: #727272;
}
.product-more .overview a {
  color: inherit;
  display: inline;
  font-weight: bold;
}
.product-more .overview a:hover {
  color: #827502;
}
.product-more .more-down {
  transform: rotate(267deg);
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.4s;
  font-weight: 900;
}
.product-more .more_product_link:hover i {
  left: 10px;
}
.tutorials-box {
  background: #a0c408;
  text-align: center;
  height: 62px;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.tutorials-box .tutorials-menu a {
  margin: 10px 20px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
.tutorials-box .tutorials-menu a:hover {
  border: 1px solid #fff;
  padding: 9px 19px;
  text-decoration: none;
}
.mobile_nav_all {
  display: none;
  z-index: 19;
}
.mobile_nav {
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 50;
  right: 0;
  /* top: 52px; */
  /* top: 122px; */
}
.mobile_nav_close {
  display: none;
  position: absolute;
  right: 12px;
  top: 13px;
  font-size: 23px;
}
.mobile_nav hr {
  width: 100%;
  margin: 10px auto;
  border-color: #8fa62f;
}
.mobile_nav ul {
  height: 100%;
}
.mobile_nav li a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #efeeee;
  line-height: 55px;
}
.mobile_nav .p_list {
  display: none;
  padding-left: 20px;
}
.mobile_nav .p_list ul {
  margin-top: -10px;
}
.mobile_nav .p_list ul li {
  margin-bottom: 0px;
}
.mobile_nav .p_list ul li a {
  padding: 3px 0;
  font-size: 16px;
  border-bottom: 1px dashed #606060;
}
.mobile_nav .more {
  position: relative;
}
.mobile_nav .more .mobile-fm-down {
  position: absolute;
  right: 24px;
  top: 15px;
  font-size: 22px;
}
.mobile_nav .more .mobile-fm-down::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/support/down-arrow.svg")/*tpa=https://www.tunefab.de/img/support/down-arrow.svg*/ no-repeat center center;
}
.mobile_nav .more .curr .mobile-fm-down {
  transform: rotate(180deg);
}
.mobile_nav ul li.search {
  padding: 30px 0;
}
.mobile_nav ul li.search .form-control {
  background-color: #fff;
  border: 0;
  background-color: transparent;
  width: 90%;
  text-align: left;
  box-shadow: none;
}
.mobile_nav ul li.search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile_nav ul li.search .search-box {
  position: relative;
  width: 90%;
  margin: auto;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
}
.mobile_nav ul li.search .input-group-btn {
  width: auto;
}
.mobile_nav ul li.search .search-btn {
  font-size: 28px;
  background: 0 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile_nav_all a:hover {
  color: #1E96EC;
}
/*--------------foot css-------------------*/
/**product middle menu css **/
.pro_menu .container {
  padding: 10px 0;
  margin: 10px auto;
}
.pro_menu ul {
  text-align: center;
  border-bottom: 1px solid #0067f6;
}
.pro_menu ul li {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  width: 122px;
  margin: 0 10px;
  height: 48px;
  line-height: 39px;
}
.pro_menu ul li.active {
  border: 1px solid #0067f6;
  position: relative;
  bottom: -1px;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #0067f6;
}
.pro_menu ul li.mobile {
  display: none;
}
.pro_menu ul li a {
  height: 44px;
  line-height: 44px;
  color: #333;
}
.pro_menu ul li a:hover {
  text-decoration: none;
  color: #0067f6;
}
/**bottom show css **/
.common-background {
  background-color: #f6f6f6;
}
.common-show {
  width: 998px;
  margin: 27px auto 0px;
  padding: 30px 0px;
}
.common-show .common-box {
  float: left;
  width: 25%;
  margin-bottom: 40px;
  padding-left: 37px;
  border-right: 1px solid #999;
}
.common-show .common-box:nth-child(4) {
  border: none;
}
.common-show .common-box p {
  color: #323232;
  position: relative;
  display: inline;
  margin-left: 10px;
  color: #999999;
}
/* #faqs Styles
================================================== */
#myFaqs dt {
  padding: 0 20px;
  border: 1px solid #969696;
  border-left: 6px solid #323232;
  color: #323232;
  font-size: 18px;
  line-height: 46px;
  cursor: pointer;
  font-weight: normal;
  background-position: 98% center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#myFaqs dd {
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  background-color: #f6f6f6;
  margin: 14px 0px 20px 0px;
  padding: 22px;
  display: none;
  text-align: center;
}
#myFaqs dd.active {
  display: block;
}
#myFaqs dd p {
  text-align: left;
}
#myFaqs dd span {
  color: #0067f6;
}
#myFaqs dd a {
  color: #0067f6;
  text-decoration: none;
}
#myFaqs dd a:hover {
  color: #646464;
}
/************end***************/
.totop {
  bottom: 4%;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #4D6C82;
  color: #fff;
  position: fixed;
  right: 1%;
  text-align: center;
  z-index: 999;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/top.png")/*tpa=https://www.tunefab.de/img/top.png*/;
}
.totop:hover,
.totop:focus {
  background-color: #1E2426;
}
/* add by luoanlan 2021/06/08 */
.promotion_banner {
  background: #6c1607;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  height: 80px;
  width: 100%;
  background-image: url("../img/new-summer-sale/topic-entrance.png")/*tpa=https://www.tunefab.de/img/new-summer-sale/topic-entrance.png*/;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media screen and (max-width: 1024px) {
  .promotion_banner .promotion_banner-box .container {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .promotion_banner .promotion_banner-box .container p {
    font-size: 12px !important;
  }
  .promotion_banner .promotion_banner-box .container p span {
    font-size: 18px !important;
  }
  .promotion_banner .promotion_banner-box .container p .product-name {
    width: 100px !important;
    height: 28px !important;
    font-size: 16px !important;
    margin-top: unset !important;
  }
}
@media (max-width: 768px) {
  .promotion_banner {
    position: sticky;
    height: auto;
    background-size: cover;
    bottom: unset;
    top: 0;
  }
}
@media screen and (max-width: 580px) {
  .promotion_banner .promotion_banner-box .container p .product-name {
    margin-left: unset !important;
  }
}
.promotion_banner .promotion_banner-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.promotion_banner .promotion_banner-box .container {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.promotion_banner .promotion_banner-box .container p {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .promotion_banner .promotion_banner-box .container p {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.promotion_banner .promotion_banner-box .container p span.name {
  font-size: 33px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  color: #275CD0;
}
.promotion_banner .promotion_banner-box .container p span.sale {
  font-size: 50px;
  font-weight: bold;
  color: #3564CB;
  text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
  display: inline-block;
  margin: 0 45px;
}
.promotion_banner .promotion_banner-box .container p span.sale span {
  font-size: 58px;
  color: #ed422fFF;
  text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.promotion_banner .promotion_banner-box .container p .product-name {
  width: 239px;
  height: 54px;
  background: linear-gradient(-45deg, #ED422F 0%, #EF5635 100%);
  border-radius: 27px;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-top: 5px;
  float: right;
  line-height: 33px;
  position: relative;
}
.promotion_banner .promotion_banner-box .container p .product-name::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 82%;
  border-radius: 27px;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promotion_banner .out {
  width: 20px;
  height: 20px;
  background: url("../img/new-summer-sale/sidebar-close.svg")/*tpa=https://www.tunefab.de/img/new-summer-sale/sidebar-close.svg*/ no-repeat center center;
  background-size: 11px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 6%;
  cursor: pointer;
  z-index: 23;
}
/* add by luoanlan 2021/06/08 */
.foot {
  padding-top: 50px;
  background-color: #1b3042;
  color: #eaeaea;
}
.foot .flex-container {
  display: flex;
  flex-direction: column;
}
.foot .flex-container .flex-row {
  display: flex;
}
.foot .flex-container .flex-row:first-child {
  margin-bottom: 40px;
}
.foot .flex-container .flex-row.flex--full-width {
  place-content: space-between;
}
.foot .flex-container .flex-row.flex--full-width .flex-col {
  margin-right: unset;
}
.foot .flex-container .flex-col {
  display: inline-flex;
  flex: 0 0 25%;
  align-items: center;
  margin-right: 30px;
}
.foot .flex-container .flex-col--col {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 12px;
  box-sizing: border-box;
}
.foot p.name {
  color: #eaeaea;
  font-size: 22px;
}
.foot .flex-col__cont p {
  font-size: 14px;
  color: #eaeaea;
  padding-bottom: 30px;
}
.foot .flex-col__form {
  margin-top: 0;
}
.foot #newsletter input {
  width: 216px;
  height: 34px;
  padding: 6px 9px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: transparent;
  color: #eaeaea;
  outline: none;
  margin-bottom: 10px;
  line-height: 20px;
}
.foot #newsletter button {
  height: 34px;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #5895de;
  background: #5895de;
  color: #eaeaea;
  outline: none;
}
.foot .flex-col__cont .popup {
  height: 34px;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #5895de;
  background: #5895de;
  color: #eaeaea;
  outline: none;
  margin-top: 10px;
}
.foot #newsletter button:hover {
  opacity: 0.6;
}
.foot ul,
.flex-col__cont {
  margin-top: 25px;
}
.foot ul li {
  margin-bottom: 8px;
}
.foot ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #eaeaea;
}
.foot ul li a:hover {
  color: #1e96ec;
}
.foot .foot-bottom {
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
}
.foot .foot-bottom p {
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  color: #eaeaea;
}
.foot .foot-bottom .sns {
  float: right;
  position: relative;
  top: 17px;
}
.foot .foot-bottom .sns a {
  display: inline-block;
  margin-right: 20px;
}
.foot .foot-bottom .sns a:last-of-type {
  margin-right: 0;
}
.foot .foot-bottom .sns svg {
  width: 27px;
  height: 27px;
  fill: #eee;
}
.foot .foot-bottom .sns a:hover svg {
  fill: #1e96ec;
}
.foot input::-webkit-input-placeholder {
  color: #eaeaea;
  line-height: 20px;
}
.foot input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eaeaea;
  line-height: 20px;
}
.foot input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eaeaea;
  line-height: 20px;
}
.foot input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eaeaea;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .head .logo-box .logo-text {
    display: none;
  }
  .container {
    width: 96%;
  }
}
@media (max-width: 960px) {
  /*foot*/
  .head .menu {
    display: none;
  }
  .head .nav_btn {
    display: block;
  }
  .foot .flex-container.container {
    width: 92%;
  }
  .foot .flex-container .flex-row:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .foot .flex-container .flex-row:first-child .flex-col:first-child {
    margin-bottom: 15px;
  }
  .foot .flex-container .flex-row.flex--full-width {
    flex-direction: column;
  }
  .foot .flex-container .flex-row.flex--full-width .flex-col {
    margin-bottom: 20px;
    flex: auto;
  }
  .foot ul,
  .foot .sns {
    margin-top: 15px;
  }
  .foot .foot-bottom {
    margin-top: 0;
  }
}
@media (max-width: 795px) {
  .head .nav_btn {
    display: block;
  }
  .head .search {
    right: 57px;
    top: 28px;
  }
  /**bottom show css **/
  .common-show {
    width: 540px;
  }
  .common-show .common-box {
    width: 50%;
    position: relative;
    left: 0px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 90%;
  }
  .pro_menu ul {
    text-align: center;
    border-bottom: 1px solid #0067f6;
    height: 43px;
  }
  .pro_menu ul li {
    position: relative;
    background-color: #fff;
    z-index: 111;
    height: 43px;
    width: 180px;
    display: none;
    border: 1px solid #0067f6;
    color: #0067f6;
    margin: 0 auto;
    font-weight: normal;
    border-bottom-width: 0px;
  }
  .pro_menu ul li:last-child {
    border-bottom-width: 1px;
  }
  .pro_menu ul li a {
    color: #0067f6;
  }
  .pro_menu ul li.active {
    display: none;
  }
  .pro_menu ul li.mobile {
    position: relative;
    width: 122px;
    display: block;
    margin-bottom: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-width: 0px;
  }
  .pro_menu ul li.mobile span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0067f6;
    left: 138px;
    top: 18px;
  }
  .pro_menu ul li:hover {
    color: #fff;
    background-color: #0067f6;
  }
  .head .logo span {
    font-size: 18px;
  }
  .head .logo span.two {
    font-size: 12px;
  }
  .foot .foot_top .col-md-3 {
    margin-bottom: 60px;
  }
  .foot .foot-bottom {
    padding: 15px 0;
    text-align: center;
  }
  .foot .foot-bottom p {
    line-height: initial;
    display: block;
  }
  .foot .foot-bottom .sns {
    float: none;
    position: static;
  }
  .promotion_banner .inner {
    padding: 0 16px;
  }
  .promotion_banner .entry-button {
    padding: 3px 20px;
    position: absolute;
    top: unset;
    bottom: 8px;
    right: 30px;
  }
}
@media (max-width: 525px) {
  .head .search input {
    width: 144px;
  }
  .head .search {
    top: 76px;
    margin-right: -68px;
    right: 50%;
  }
  /**bottom show css **/
  .common-show {
    width: 270px;
  }
  .common-show .common-box {
    width: 100%;
    left: 0px;
  }
  .promotion_banner .p1 {
    font-size: 16px;
    width: 50%;
  }
  .promotion_banner .p2 {
    font-size: 12px;
    width: 50%;
  }
  .promotion_banner .entry-button {
    padding: 0px 4px;
    /* top: -48px; */
    right: 20px;
    bottom: 20px;
  }
}
.nav_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.98;
  z-index: 100;
}
/* global win/mac button modified temp.. */
a.win,
a.win_down {
  border-radius: 3px;
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #1e96ec !important;
}
a.win i,
a.win_down i,
a.mac i,
a.mac_down i {
  position: relative;
  top: 1px !important;
  margin-left: 10px;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  margin-right: 0 !important;
}
a.win:hover,
a.win_down:hover {
  background-color: #1e96ec !important;
  border-color: #1e96ec !important;
  color: #fff !important;
}
a.mac,
a.mac_down {
  border-radius: 3px;
  background-color: #1e96ec !important;
  color: #fff !important;
  border: 1px solid #1e96ec !important;
}
a.mac:hover,
a.mac_down:hover {
  background-color: #fff !important;
  color: #1e96ec !important;
}
#site-cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 900;
  background: transparent;
}
.support-more {
  background-color: #1e2426;
  padding: 20px;
  border-color: #1e2426;
  left: unset;
  top: 80%;
}
.support-more .dropdown-item {
  margin-bottom: 12px;
}
.support-more .dropdown-item:last-of-type {
  margin-bottom: 0;
}
.support-more .item-link {
  display: block;
  color: #a8a7a7 !important;
  margin-left: 0 !important;
}
.support-more .item-link svg {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.support-more .item-link svg .var1 {
  fill: #a8a7a7;
}
.support-more .item-link:hover {
  color: #ceb605 !important;
}
.support-more .item-link:hover svg .var1 {
  fill: #ceb605;
}
/* add black five by 2020/11/19 luoanlan */
.bf-entry-banner {
  z-index: 100001;
}
.bf-entry-banner img {
  /* display: none; */
}
.bf-entry-banner .out {
  /* display: none; */
}
.bf-entry {
  background: url("../img/store/black-friday-entry-bg.png")/*tpa=https://www.tunefab.de/img/store/black-friday-entry-bg.png*/ no-repeat center center;
  text-align: center;
  display: block;
  background-color: #020000;
  height: 69px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.bf-entry .entry-content {
  vertical-align: middle;
  height: 69px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  z-index: 5;
}
.bf-entry .entry-content span {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.bf-entry .entry-content span.active-text {
  color: #FF0126;
  z-index: 1;
}
.bf-entry .entry-content span.active-text::before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 0.3px #fff;
  z-index: -1;
  transform: translate(-1px, 2px);
  color: #000;
}
.bf-entry .entry-content span.last {
  margin-right: 25px;
}
.bf-entry .entry-content .countdown {
  font-size: 14px;
}
.bf-entry .entry-content .countdown .num {
  color: #666;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  border-radius: 4px;
  background-color: #666;
  margin: 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.bf-entry .entry-content .countdown .num.day {
  margin-left: 0;
}
.bf-entry .entry-content .countdown .num.second {
  margin-right: 0;
}
.bf-entry .entry-content .turn-btn {
  display: inline-block;
  width: 150px;
  line-height: 32px;
  border: 1px solid #fff;
  background-color: #1A1C1E;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  margin-left: 20px;
  position: relative;
}
.bf-entry .entry-content .turn-btn:hover {
  background-color: #FC0033;
  color: #000;
}
.bf-entry .entry-content .turn-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  right: -4px;
  background-color: #FC0033;
  border: 1px solid #fff;
  z-index: -1;
  border-radius: 6px;
}
.bf-entry .entry-content .turn-btn::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 14px;
  background: url("../img/store/entry-btn-tag.svg")/*tpa=https://www.tunefab.de/img/store/entry-btn-tag.svg*/ no-repeat center center;
  top: -12px;
  right: -15px;
  z-index: -2;
}
.bf-close-btn {
  position: absolute;
  width: 15px;
  height: 13px;
  background: url("../img/store/close-btn.svg")/*tpa=https://www.tunefab.de/img/store/close-btn.svg*/ no-repeat center center;
  top: 4px;
  right: 0px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .bf-entry .entry-content span {
    font-size: 15px;
  }
  .bf-entry .entry-content span.active-text {
    font-size: 16px;
  }
  .bf-entry .entry-content .countdown .num {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .bf-entry .entry-content .turn-btn {
    width: 90px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .bf-entry .entry-content .turn-btn::before {
    top: 3px;
    right: -3px;
  }
  .bf-entry .entry-content span.active-text::before {
    transform: translate(-0.5px, 1px);
  }
}
@media (max-width: 700px) {
  .bf-entry .entry-content span {
    font-size: 12px;
  }
  .bf-entry .entry-content span.active-text {
    font-size: 12px;
  }
  .bf-entry .entry-content .turn-btn {
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 566px) {
  .bf-entry {
    height: 55px;
  }
  .bf-entry .entry-content {
    justify-content: center;
    padding: 5px 20px;
    height: 55px;
  }
  .bf-entry .entry-content .countdown .num {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 0 2px;
  }
  .bf-entry .entry-content span.last {
    margin-right: 10px;
  }
  .bf-entry .entry-content .turn-btn {
    margin: 0 0 0 8px;
    border-radius: 4px;
  }
  .bf-entry .entry-content .turn-btn::before {
    border-radius: 4px;
  }
}
/* 2020 black friday entry banner style end */
/* 2020 black friday hover navbar style start*/
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sidebar-entry {
  width: 167px;
  position: fixed;
  right: 2%;
  height: 211px;
  bottom: 85px;
  z-index: 100002;
  display: flex;
  justify-content: center;
  background-color: transparent;
  animation: floating 3.5s linear infinite;
}
.sidebar-entry:hover {
  animation-play-state: paused;
}
.sidebar-entry a {
  /* background: url(/img/store/sidebar-entry.png) no-repeat center center; */
  color: #663125;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.sidebar-entry a img {
  width: 100%;
  transition: all 0.4s;
}
.sidebar-entry a .hover {
  display: none;
}
.sidebar-entry a:hover .hover {
  display: block;
}
.sidebar-entry a:hover .before {
  display: none;
}
.sidebar-entry .out {
  width: 20px;
  height: 20px;
  background: url("../img/store/sidebar-close.svg")/*tpa=https://www.tunefab.de/img/store/sidebar-close.svg*/ no-repeat center center;
  background-size: 11px;
  background-color: #8c8c8c;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
}
.top-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 22;
  background-image: url("../img/christmas-bar/bf-banner-en.png")/*tpa=https://www.tunefab.de/img/christmas-bar/bf-banner-en.png*/;
  background-size: 100% 100%;
  display: inline-block;
}
.top-banner .container {
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.top-banner .container .text-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 75%;
}
.top-banner .container .text-content .title {
  flex: 0 0 18%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  line-height: 28px;
}
.top-banner .container .text-content .desc {
  flex: 0 0 75%;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.top-banner .container .text-content .desc .sharp {
  color: #F65254;
  font-family: Open Sans;
  font-weight: bolder;
  font-size: 24px;
  text-stroke: 1px #FFFFFF;
  -webkit-text-stroke: 1px #FFFFFF;
}
.top-banner .container .button-item {
  width: 146px;
  background: linear-gradient(180deg, #FC588F 0%, #FF2C42 100%);
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.top-banner .container::after {
  content: '';
  pointer-events: auto;
  background-size: 100% 100%;
  display: inline-block;
  background-image: url("../img/christmas-bar/close.png")/*tpa=https://www.tunefab.de/img/christmas-bar/close.png*/;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -50px;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .top-banner {
    position: absolute;
    bottom: unset;
    top: 0;
    background-image: url("../img/christmas-bar/bf-banner-mben.jpg")/*tpa=https://www.tunefab.de/img/christmas-bar/bf-banner-mben.jpg*/;
    height: 100px;
  }
  .top-banner .container {
    justify-content: space-between;
  }
  .top-banner .container .text-content {
    flex: 0 0 60%;
  }
  .top-banner .container .text-content .title {
    display: none;
  }
  .top-banner .container .text-content .desc {
    flex: 0 0 100%;
    font-size: 14px;
  }
  .top-banner .container .button-item {
    width: 113px;
    padding: 6px 0;
    font-size: 16px;
  }
  .top-banner .container::after {
    right: 10px;
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 1366px) {
  .sidebar-entry {
    right: 0;
  }
}
@media (max-width: 767px) {
  .head {
    /*margin-top: 100px;*/
  }
}
/*.foot {*/
/*  margin-bottom: 80px;*/
/*}*/
@media (max-width: 767px) {
  .foot {
    margin-bottom: 0;
  }
}
