@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900");
body {
  font-family: "Noto Sans Display", sans-serif;
}
.container {
  max-width: 1500px;
}
header,
footer {
  background-color: var(--secondary) !important;
}
.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #ffa300;
  color: #ffa300;
}
.btn-primary,
.btn-outline-primary {
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
}
.btn-outline-primary:hover {
  background-color: #ffa300 !important;
  color: #fff !important;
}
.btn-primary {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #fff !important;
}
.btn-primary:hover {
  box-shadow: 0 0 0 0 rgba(217, 143, 9, 0.5);
}
.btn {
  transition: all 0.2s ease;
}
#copyright {
  background-color: #0e172f;
  margin-top: unset;
}
.footnote-vat * {
  color: #fff !important;
}
header .search-wrapper .input-group-append .btn-secondary {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  display: flex;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #ffa300;
  border-color: #ffa300;
}
header .navbar-nav > .nav-item > .nav-link::before {
  border-width: 0 0 0.25rem !important;
}
#mainNavigation
  .nav-mobile-body
  .nav-scrollbar-inner
  .nav-scrollbar-item
  > a:hover {
  color: var(--primary) !important;
}
#content-wrapper {
  padding-top: unset !important;
}
.slick-slider-other .product-wrapper,
.product-wrapper .productbox {
  border: 1px solid #e9f1f7;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
  padding: 0.5rem;
}
.text-clamp-2,
.product-wrapper [tabindex="0"]:has(.text-clamp-2) {
  text-decoration: none;
}
.sungo-sec3 .slick-arrow,
.sec6-col2-cards .slick-arrow {
  padding: 0;
  color: #8babc6;
  background-color: #e9f1f7;
  border-color: #e9f1f7;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50px;
  opacity: unset;
}
.sungo-sec3 .slick-prev:hover,
.sungo-sec3 .slick-next:hover,
.sungo-sec3 .slick-prev:focus,
.sungo-sec3 .slick-next:focus,
.sec6-col2-cards .slick-prev:hover,
.sec6-col2-cards .slick-next:hover,
.sec6-col2-cards .slick-prev:focus,
.sec6-col2-cards .slick-next:focus {
  background-color: #d6e5f0;
  border-color: #d6e5f0;
}
.sec6-col2-cards .slick-prev {
  left: 60px;
}
.sec6-col2-cards .slick-next {
  right: 60px;
}
.sec6-col2-cards .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sungo-sec3 .slick-arrow::after,
.sec6-col2-cards .slick-arrow::after {
  font-size: 20px;
}
.sec7-content img {
  max-width: 40px;
}
.sec7-content {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.sec7-content h6 {
  margin-bottom: unset;
  color: #8babc6;
  font-size: 14px;
  font-weight: 700;
}
.sungo-sec7 > div {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #e9f1f7;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
  transition: all 0.25s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sungo-sec7:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
.sungo-topbar img {
  width: 20px;
}
#header-top-bar {
  background-color: #03203a;
}
#header-top-bar > .container-fluid {
  justify-content: space-between;
  flex-direction: row !important;
}
#header-top-bar p {
  padding-top: 3px;
}
.topbar-main {
  column-gap: 1rem;
}
.topbar-main p,
#header-top-bar .container-fluid > p {
  margin-bottom: unset;
  color: #8babc6;
  font-size: 13px;
}
#header-top-bar .container-fluid > p {
  display: flex;
  align-items: center;
  margin-bottom: unset;
}
.sungo-topbar {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.topbar-link {
  text-decoration: none;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 400;
}
.topbar-link:hover {
  box-shadow: 0 0 0 0 rgba(12, 24, 49, 0.5);
  background-color: #8babc6;
  color: #fff !important;
}
#shop-nav .cart-icon-dropdown .cart-icon-dropdown-price {
  display: none;
}
.sungo-category {
  display: flex;
  width: 100%;
}
.sungo-header-info img {
  max-width: 20px;
}
.hide-navbar .navbar .nav-logo-wrapper {
  order: 1;
}
.hide-navbar .navbar .main-search-wrapper {
  order: 2;
}
.sungo-header-info {
  order: 3;
  padding-left: unset;
  padding-right: 13px;
  list-style: none;
  margin-bottom: unset;
}
#shop-nav .nav-item > a {
  padding-left: 6px;
  padding-right: 6px;
}
.sungo-header-info span {
  color: #fff;
  font-size: 13px;
}
.sungo-header-info a:hover span {
  color: var(--primary);
}
.sungo-header-info li {
  padding: 0.25rem;
}
.sungo-header-info a {
  display: flex;
  column-gap: 0.5rem;
}
#shop-nav-wish {
  display: none;
}
#shop-nav .cart-icon-dropdown .fa-shopping-cart {
  margin-right: unset;
}
#shop-nav .cart-icon-dropdown .fa-shopping-cart {
  font-size: 0;
  background-image: url("/media/image/storage/opc/songu/cart.png");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-rating-img {
  width: 23px;
}
#shop-nav .account-icon-dropdown .fa-user {
  font-size: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#shop-nav .account-icon-dropdown .fa-user::before {
  content: "Willkommen, Anmelden";
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans Display", sans-serif;
}
#shop-nav .account-icon-dropdown .fa-user::after {
  content: "Konto und Listen";
  font-size: 13px;
  font-weight: bolder;
  color: #fff;
  font-family: "Noto Sans Display", sans-serif;
}
#shop-nav .account-icon-dropdown > a:hover .fa-user::before {
  color: var(--primary);
}
#shop-nav .account-icon-dropdown > a:hover .fa-user::after {
  color: var(--primary);
}
.sungo-category {
  display: flex;
  align-items: center;
}
#mainNavigation .nav-mobile-body .nav-scrollbar-inner .nav-scrollbar-item > a,
#shop-nav .dropdown > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainNavigation .nav-mobile-body {
  height: 100%;
}
#mainNavigation .nav-mobile-body .nav-scrollbar-inner {
  padding-bottom: unset;
  height: 100%;
}
#shop-nav .cart-icon-dropdown > a {
  display: flex;
  padding-right: unset;
}
#shop-nav .cart-icon-dropdown > a .fa-sup {
  background: unset;
  padding: 0;
  font-size: 11px;
  color: #ffa300;
  left: 18px;
  top: 1px;
}
.home-sec8-content > div {
  display: flex;
}
.home-sec8-content > div .sec8-card:not(:first-child) {
  margin-left: 10px;
}
.home-sec8-content > div .sec8-card:not(:last-child) {
  margin-right: 10px;
}
.sec8-card .card-body {
  background-color: #e9f1f7;
  border-radius: 0.25rem;
  border: 1px solid #e9f1f7;
  border: unset !important;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
}
.sec8-card-text p {
  min-height: 45px;
  background-color: #f2faff;
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec8-card-text a {
  text-decoration: none;
  color: #0e172f;
  font-weight: 700;
  font-size: 13px;
}
.sec8-img {
  padding: 1.25rem;
}
.sec8-card .card-body {
  padding: 0;
}
.home-sec9 {
  margin-top: 1.25rem;
}
.newsletter-footer {
  background-color: #e9f1f7;
}
.newsletter-footer .newsletter-email-wrapper .input-group-append button {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0.25rem;
  min-width: unset;
}
#newsletter_email {
  border: 1px solid #889299;
  color: #0e172f;
  font-weight: 400;
  border-radius: 0.25rem;
  font-size: 14px;
}
#newsletter_email::placeholder {
  color: #889299;
}
.newsletter-footer .newsletter-email-wrapper {
  margin-bottom: unset;
}
.newsletter-footer-heading {
  color: #0e172f;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: unset;
  line-height: 2;
}
.newsletter-img {
  max-width: 60px;
}
.newsletter-content {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.newsletter-footer {
  align-items: center;
}
.newsletter-footer .col-lg-6:nth-child(1) {
  flex: 0 0 70%;
  max-width: 70%;
}
.newsletter-footer .col-lg-6:nth-child(2) {
  flex: 0 0 30%;
  max-width: 30%;
}
.footer-col2-content,
.footer-col5-content {
  list-style: none;
  padding-left: unset;
}
.footer-col2-content li,
.footer-col5-content li a {
  display: flex;
  align-items: center;
}
.footer-col2-content li {
  column-gap: 0.25rem;
}
.footer-col5-content li a {
  column-gap: 1rem;
}
.footer-col2-content p {
  margin-bottom: unset;
}
.footer-col2-content img {
  width: 20px;
}
.footer-col5-content li:nth-child(1) img {
  max-width: 44px;
}
.footer-col5-content li:nth-child(2) img {
  max-width: 47px;
}
.footer-col5-content a {
  text-decoration: none;
}
.footer-col5-content li p {
  margin-bottom: unset;
}
aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: unset;
}
#sidepanel_left .box a,
#sidepanel_left .box button {
  color: #005285;
}
#sidepanel_left .productlist-filter-headline {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  border-bottom: unset;
}
#sidepanel_left .productlist-filter-headline::after {
  content: "";
  border-bottom: 0.25rem solid #ffa300;
  position: absolute;
  bottom: -0.125rem;
  display: block;
  width: 3rem;
  left: 0;
}
.productlist-page-nav-header-m .btn-group:has(#ed_list),
.productlist-page-nav-header-m .displayoptions .filter-type-FilterItemLimits {
  display: none;
}
.productlist-page-nav-header-m {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 35px;
}
.productlist-page-nav-header-m .displayoptions + .productlist-item-info {
  font-size: 20px;
  font-weight: 700 !important;
  position: relative;
  padding-bottom: 5px;
  margin-top: unset;
  margin-left: unset;
}
.productlist-page-nav-header-m .displayoptions + .productlist-item-info::after {
  content: "";
  border-bottom: 0.25rem solid #ffa300;
  bottom: -1rem;
  display: block;
  position: absolute;
  width: 5rem;
}
.productlist-page-nav-header-m .filter-type-FilterItemSort button,
#improve_search .filter-collapsible-control button {
  border: 2px solid #e9f1f7;
  color: #005285;
  padding: 0.625rem 0.9375rem;
  font-weight: 400;
  font-size: 14px;
}
.productlist-page-nav-header-m .filter-type-FilterItemSort button:hover,
#improve_search .filter-collapsible-control button:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff !important;
}
.productlist-page-nav-header-m + .productlist-page-nav-bottom {
  display: none;
}
.productbox.productbox-hover:hover .productbox-inner::before,
.productbox.productbox-hover:focus .productbox-inner::before,
.productbox.productbox-hover.focus .productbox-inner::before {
  content: unset;
}
.productbox .productbox-quick-actions {
  display: none !important;
}
.newsletter-footer-con {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
.footer-logo-last {
  text-align: center;
  background-color: #fff;
}
.footer-logo-last img {
  width: 48px;
}
.sec10-social-icons img {
  width: 26px;
}
.sec10-social-icons {
  display: flex;
  column-gap: 1rem;
}
.sec10-social-icons a,
.basket .wishlist-button,
.product-actions button,
.basket-items .cart-items-delete .cart-items-delete-button {
  width: 47px;
  height: 47px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px rgba(136, 146, 153, 0.45),
    0 2px 2px rgba(136, 146, 153, 0.2);
  border-radius: 50px;
}
.basket .wishlist-button,
.product-actions button,
.basket-items .cart-items-delete .cart-items-delete-button {
  padding: 0;
  margin: unset !important;
}
#shop-nav-compare .fa-list {
  font-size: 0;
}
#shop-nav .dropdown > a {
  padding: 0.5rem 1rem !important;
}
#shop-nav-compare .fa-list::before {
  content: "Listen";
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans Display", sans-serif;
}
#comparelist-dropdown-content .table-img .form-row .col:nth-child(2) a {
  color: #005285;
  font-size: 14px;
}
#shop-nav-compare .fa-list::before:hover,
#comparelist-dropdown-content .table-img .form-row .col:nth-child(2) a:hover {
  color: #ffa300 !important;
}
#comparelist-badge {
  display: none;
}
.detail-lock .product-actions {
  position: unset;
}
.sec10-social-icons a:hover {
  background-color: #d6e5f0;
}
.home-sec10 > div {
  background-color: #e9f1f7;
}
.home-sec10 .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec10-col1,
.sec10-col1 img {
  height: 100%;
}
.sec10-col1 img {
  object-fit: cover;
}
.footer-pm img {
  width: 100px;
}
.footer-pm {
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.footer-shipping img:nth-child(1) {
  width: 70px;
}
.footer-shipping img:nth-child(2) {
  width: 53px;
}
.footer-shipping img:nth-child(3) {
  width: 100px;
}
.footer-shipping {
  column-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 30px;
}
.footer-mitglied img {
  width: 170px;
}
.footer-last img {
  width: 9rem;
}
#footer-boxes .col:not(:first-child, :nth-child(6)) {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
#footer-boxes .col:nth-child(1),
#footer-boxes .col:nth-child(6) {
  flex: 0 0 30%;
  max-width: 30%;
}
.footer-col1-content a {
  text-decoration: none;
}
.footer-col1-link {
  list-style: none;
  padding-left: unset;
}
.footer-col1-chat a:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-col1-chat a {
  background-color: #e9f1f7;
  border-color: #e9f1f7;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.25rem;
  width: fit-content;
  color: #0e172f;
}
.footer-col1-chat a:hover,
.footer-col1-chat a:focus {
  box-shadow: 0 0 0 0 rgba(12, 24, 49, 0.5);
  background-color: #8babc6;
  border-color: #8babc6;
}
.footer-col1-chat a:hover span,
.footer-col1-chat a:focus span {
  color: #fff !important;
}
#footer-boxes .productlist-filter-headline {
  color: #fff;
}
.footer-col1-link a,
.footer-col2-content p,
#footer-boxes .box-linkgroup a,
.footer-col5-content p {
  color: #fff !important;
}
#footer-boxes a:hover {
  color: var(--primary) !important;
}
.footer-col1-content {
  display: flex;
}
.footer-col1-chat img {
  width: 6.8rem;
}
.footnote-vat {
  display: none;
}
.footer-copyright {
  padding-left: unset;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 15px;
}
.footer-copyright a {
  color: #8babc6 !important;
  text-decoration: none;
  font-size: 13px;
}
.footer-copyright li {
  margin-bottom: unset !important;
}
#copyright p {
  color: #8babc6 !important;
  font-size: 13px;
  margin-bottom: unset;
}
.footer-col5-content a:hover p {
  color: var(--primary) !important;
}
#footer-boxes {
  margin-top: unset !important;
  margin-bottom: 30px;
}
.footer-col5-content li:nth-child(1) {
  margin-top: 2rem;
}
.footer-rating img {
  width: auto;
}
.footer-col1-info {
  flex: 0 0 55%;
  max-width: 55%;
}
.footer-col1-chat {
  flex: 0 0 45%;
  max-width: 45%;
}
#footer > .container {
  max-width: unset;
  padding: unset;
}
#footer-boxes {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#copyright > .container-fluid {
  max-width: 1500px;
}
header .search-wrapper .form-control {
  border-color: #fff !important;
  box-shadow: unset !important;
  border-radius: 4px 0 0 4px;
}
header .search-wrapper .form-control::placeholder {
  color: #8babc6 !important;
}
header .search-wrapper .input-group-append button span {
  font-size: 0;
  background-image: url("/media/image/storage/opc/songu/search.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.songu-banner {
  padding: unset;
  z-index: 1;
}
.songu-banner .nivo-directionNav a {
  opacity: unset;
}
.sec2-cards .card-body {
  padding: 0;
  position: relative;
  padding-right: 2rem;
}
.sec2-cards {
  border: unset;
  background: transparent;
}
.sec2-cards:hover .sec2-link a {
  color: #ffa300;
}
.sec2-cards:hover .sec2-img img {
  transition: transform 2s, filter 1s ease-in-out;
  filter: grayscale(30%);
  transform: scale(1.2);
  transform-origin: 50% 45%;
}
.sec2-cards .sec2-img {
  overflow: hidden;
  z-index: 2;
}
.sec2-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: calc(2.73958125rem + 1rem);
  left: 0;
  background-color: var(--secondary);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
}
.sec2-img {
  z-index: 1;
  position: relative;
  border: 0.25rem solid #e9f1f7;
  border-radius: 0.25rem;
}
.songu-sec2 {
  margin-top: -147px;
}
.sungo-sec3 {
  margin-top: 100px;
}
.sec2-link a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.sec2-link a:hover {
  text-decoration: none;
  color: #ffa300;
}
.sec2-link p {
  padding-left: 1rem;
}
.songu-banner .theme-default .nivoSlider a {
  z-index: -1;
}
.songu-banner .theme-default .nivo-directionNav a {
  z-index: 9;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: unset;
  background: rgba(0, 0, 0, 0.7) no-repeat center center;
  opacity: 0.6;
  background-size: 18px auto;
}
.songu-banner .theme-default .nivo-directionNav .nivo-prevNav {
  background-image: url("/media/image/storage/opc/songu/arrow-left.png");
  left: 0;
}
.songu-banner .theme-default .nivo-directionNav .nivo-nextNav {
  background-image: url("/media/image/storage/opc/songu/arrow-right.png");
  right: 0;
}
/* .songu-banner .theme-default .nivo-directionNav a{
    z-index: 9;
    position: relative;
} */
.sec3-heading,
.basket .basket-heading {
  font-size: 24px;
  color: #0e172f;
  font-weight: 700;
  position: relative;
}
.sec3-heading::after,
.basket .basket-heading::after {
  content: "";
  border-bottom: 0.25rem solid #ffa300;
  bottom: -23px;
  display: block;
  position: absolute;
  width: 5rem;
}
#existing-customer .card-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
#customer .inc-billing-address-form > h1,
#checkout .h2 {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
}
#existing-customer .card-title::after,
#customer .inc-billing-address-form > h1::after,
#checkout .h2::after {
  content: "";
  border-bottom: 0.25rem solid #ffa300;
  bottom: 0;
  display: block;
  position: absolute;
  width: 5rem;
}
#sidepanel_left {
  display: flex;
  flex-direction: column;
}
#sidepanel_left .box-categories {
  order: 1;
}
#sidepanel_left .box .box-filter-hr {
  background-color: #8babc6;
  margin: unset !important;
}
.sec3-heading,
.basket .basket-heading {
  margin-bottom: 50px;
}
.sec6-col1-grid {
  align-items: center;
}
.rating .fa-star {
  color: #ffa300;
}
.product-wrapper .text-clamp-2 {
  min-height: 42px;
  color: #0e172f;
}
#product-list.layout-gallery
  .productbox-hover.productbox-show-variations.transition,
#product-list.layout-gallery .productbox-hover.productbox-show-variations:hover,
#product-list.layout-gallery .productbox-hover.productbox-show-variations:focus,
#product-list.layout-gallery
  .productbox-hover.productbox-show-variations.focus {
  position: unset;
  margin: unset;
  padding: 0.5rem;
}
.sec6-col1 {
  background-color: var(--secondary);
  height: 100%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.sec6-grid [data-area-id="col-0"] {
  padding-right: unset;
}
.sungo-sec6-col1 img {
  width: 4.6875rem !important;
}
.sungo-sec6-col1 {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.sec6-col1-img {
  text-align: right;
}
.sec6-col1-text p {
  margin-bottom: unset;
  font-size: 20px;
  color: #8babc6;
  font-weight: 700;
}
.sec6-col1-text {
  line-height: 1.2;
}
.sec6-grid > [data-area-id="col-0"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec6-col2-cards .card-body {
  padding-left: 3.5rem;
  padding-right: 0;
}
.sec6-col2-cards {
  border: 0.25rem solid #e9f1f7;
}
.sec6-col1-grid [data-area-id="col-0"] {
  padding-right: 4px;
}
.sec6-col1-grid [data-area-id="col-1"] {
  padding-left: 4px;
}
.sungo-sec6 {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.sec6-col1-grid [data-area-id="col-0"] {
  flex: 0 0 40%;
  max-width: 40%;
}
.sec6-col1-grid [data-area-id="col-1"] {
  flex: 0 0 60%;
  max-width: 60%;
}
.sungo-sec7-content h5 {
  margin-bottom: unset;
}
.sungo-sec7-content p {
  color: #0e172f;
  font-size: 16px;
  line-height: 1.2;
}
.sec10-col2 p {
  font-size: 16px;
  color: #0e172f;
  font-weight: 400;
}
.sec10-col3 p {
  font-size: 14px;
  color: #0e172f;
}
.sec10-col4 p {
  margin-bottom: unset;
}
.sec10-col4 a:hover {
  color: var(--primary) !important;
}
.sec10-col4 a {
  text-decoration: none;
  color: #005285;
  font-size: 14px;
  font-weight: bolder;
}
.sec10-col4 p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
.sec10-col4 p:nth-child(2) a {
  color: #005285;
}
.sungo-sec7-content h5 {
  font-size: 16px;
  font-weight: bolder;
  color: #0e172f;
}
.sec7-content {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.home-sec8 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.sec8-card .card-body:hover a {
  color: #ffa300;
}
.sec8-card .card-body:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
.product-wrapper .rating .fa-star:not(:first-child) {
  margin-left: 6px;
}
.product-wrapper .price_wrapper .price {
  color: #883807;
  font-weight: 700;
  font-size: 20px;
}
.product-vat-info a,
.product-stock .estimated-delivery-info,
.product-stock .fa-truck {
  display: none;
}
.product-shipment a {
  text-decoration: none;
  color: #0e172f;
  font-size: 13px;
  font-weight: 400;
}
.product-stock .status {
  color: #45b199;
  font-size: 13px;
  font-weight: 400;
}
.product-stock .estimated-delivery {
  color: #889299;
  font-size: 13px;
}
.product-stock .estimated-delivery .a2 {
  color: #45b199;
}
.product-stock {
  min-height: 43px;
}
.product-wrapper .price_wrapper {
  margin-bottom: unset;
}
.product-wrapper .productbox-title {
  margin-top: 10px;
}
.productbox.productbox-hover.productbox-column {
  height: auto;
}
.product-wrapper:hover .productbox,
.slick-slider-other .product-wrapper:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
.product-rating {
  min-height: 21px;
}
.product-wrapper .productbox {
  padding-bottom: 1rem;
}
.product-wrapper .productbox-variations {
  display: none;
}
.detail-col3-content {
  border: 0.25rem solid #e9f1f7;
  padding: 15px;
  border-radius: 0.25rem;
}
.detail-col3 .basket-form-inline {
  flex-direction: column;
}
.product-detail .price_wrapper .price {
  color: #883807;
  font-weight: 700;
}
.product-detail .price_wrapper .vat_info a {
  text-decoration: none;
}
.product-detail .question-on-item,
.product-detail .product-gallery .product-actions,
.product-detail .basket-form-inline .fa-shopping-cart {
  display: none;
}
.product-detail .delivery-status .status {
  color: #45b199;
}
.product-detail .estimated-delivery .estimated-delivery-info {
  display: none;
}
.product-detail .price_wrapper .vat_info a {
  display: none;
}
.product-detail .price_wrapper .vat_info {
  color: #889299;
}
.detail-col3 .basket-form-inline .col {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-detail .basket-form-inline .col .btn-primary {
  color: #fff;
}
.product-detail .info-essential {
  display: none;
}
.sungo-form .item-list-basket-details .col:nth-child(1):has(.form-counter) {
  display: none;
}
.sungo-form .item-list-basket-details .basket-details-add-to-cart,
.sungo-form .item-list-basket-details .btn-outline-primary {
  border: 2px solid #e9f1f7;
  color: #005285 !important;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
}
.sungo-form .item-list-basket-details .basket-details-add-to-cart:hover,
.sungo-form .item-list-basket-details .btn-outline-primary:hover {
  border-color: var(--secondary);
  color: #fff !important;
  background-color: var(--secondary) !important;
}
.sungo-form .item-list-basket-details .basket-details-add-to-cart {
  margin-top: unset;
}
.slick-slider-other .product-wrapper .item-slider-price,
.product-vat-info,
.product-wrapper .text-clamp-2,
.product-stock {
  text-align: left;
}
.sungo-form .item-list-basket-details {
  margin-top: unset;
}
.product-vat-info .vat_info {
  color: #889299;
  font-size: 13px;
  font-weight: 400;
}
.sec10-col2 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0e172f;
  line-height: 1.9;
}
.sec9-card .card-body {
  padding: 0;
}
.sec9-grid1 > [data-area-id="col-0"],
.sec9-grid1 > [data-area-id="col-2"] {
  flex: 0 0 40%;
  max-width: 40%;
}
.sec9-grid1 > [data-area-id="col-1"] {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}
.sec9-grid1 > [data-area-id="col-0"] {
  padding-right: 8px;
}
.sec9-grid1 > [data-area-id="col-2"] {
  padding-left: 8px;
}
.sec9-card {
  border: unset;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
}
.sec9-text a {
  background: var(--secondary);
  width: 100%;
  display: block;
  text-decoration: none;
  min-height: 2.9375rem;
  font-weight: 700;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 13px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec9-card:hover .sec9-text a {
  color: #ffa300;
}
.sec9-card:hover .sec9-img img {
  transform: scale(1.1);
  filter: grayscale(0%);
  transition: transform 0.5s, filter 1s ease-in-out;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.sec9-card:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
  overflow: auto;
}
.sec9-card:hover::-webkit-scrollbar {
  display: none;
}
.sec9-card:hover .sec9-text {
  z-index: 1;
  position: relative;
}
.sec9-text p {
  margin-bottom: unset;
}
.home-sec9 .row {
  row-gap: 16px;
}
.sec9-card .sec9-img img,
.sec9-card {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.sec9-grid1 > [data-area-id="col-1"] .sec9-card:nth-child(2) {
  margin-top: 16px;
}
.sec9-grid2 [data-area-id="col-1"] {
  padding-right: 8px;
}
.sec9-grid2 [data-area-id="col-2"] {
  padding-left: 8px;
}
.sec9-grid2 [data-area-id="col-1"] .sec9-card:nth-child(2),
.sec9-grid2 [data-area-id="col-2"] .sec9-card:nth-child(2),
.sec9-grid1 > [data-area-id="col-1"] .sec9-card:nth-child(3),
.sec9-grid2 [data-area-id="col-1"] .sec9-card:nth-child(3) {
  margin-top: 16px;
}
.home-sec10 .row .col:not(:first-child) {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sungo-home-sec10 {
  background-color: #fff;
}
.sec8-card .card-body:hover .sec8-img img {
  transform: scale(1.1);
  filter: grayscale(0%);
  transition: transform 0.5s, filter 1s ease-in-out;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.sec8-card .card-body:hover {
  overflow: auto;
}
.newsletter-footer-heading {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.newsletter-footer-heading p {
  margin-bottom: unset;
}
.sec8-img img {
  padding: 20px;
}
.home-sec8-content .sec8-card {
  border: unset;
}
.detail-social-icons p {
  font-size: 13px;
  color: #0e172f;
  display: flex;
  flex-direction: column;
}
.detail-social-icons .sec10-social-icons a,
.basket .wishlist-button,
.product-actions button,
.basket-items .cart-items-delete .cart-items-delete-button {
  background-color: #e9f1f7;
  border-color: #e9f1f7;
}
.detail-social-icons .sec10-social-icons a:hover,
.basket .wishlist-button:hover,
.product-actions button:hover,
.basket-items .cart-items-delete .cart-items-delete-button:hover {
  background-color: #d6e5f0 !important;
  border-color: #d6e5f0 !important;
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19) !important;
}
.detail-social-icons hr {
  background-color: #e9f1f7;
}
.product-detail .rating-wrapper {
  margin-bottom: 10px;
}
.product-detail .rating-wrapper a {
  font-size: 0;
}
.detail-col3 p {
  font-size: 13px;
  color: #0e172f;
}
.product-detail .rating-wrapper {
  display: flex;
  align-items: center;
}
.detail-sungo-logo {
  width: 7rem;
  margin-bottom: 15px;
}
.product-detail .rating-wrapper a i {
  font-size: 14px;
}
.product-detail .rating-wrapper a .rating {
  display: flex;
  column-gap: 6px;
}
.detail-lock > img {
  width: 1rem;
}
.detail-lock div img,
.basket .wishlist-button img {
  width: 1.5rem;
}
.detail-pm img {
  /* width: 90px; */
  width: -webkit-fill-available;
}
/* .detail-pm-sungo div:nth-child(3) img{
    width: 50px;
} */
.detail-pm p {
  font-size: 13px;
}
.detail-pm hr {
  background-color: #e9f1f7;
}
.detail-lock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-lock div {
  display: flex;
  column-gap: 15px;
}
.product-detail .variations .bootstrap-select button {
  border-color: #e9f1f7;
  border-radius: 0.25rem;
  color: #005285;
  font-size: 13px;
  font-weight: bolder;
}
.product-detail .variations .bootstrap-select button:hover {
  color: #ffa300;
}
.product-detail .product-gallery .carousel-thumbnails .slick-slide {
  border-color: #e9f1f7;
  border-radius: 0.25rem;
}
.product-detail .product-gallery .carousel-thumbnails .slick-slide img {
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.choose_quantity {
  border-color: #889299;
  border-radius: 0.25rem;
}
.choose_quantity button {
  background-color: #e9f1f7 !important;
}
.choose_quantity button span {
  color: #8babc6;
}
.choose_quantity .input-group-prepend button {
  border-right: 1px solid #889299;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.choose_quantity .input-group-append button {
  border-left: 1px solid #889299;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#add-to-cart .basket-form-inline .col:nth-child(2) .btn-primary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  font-weight: 400;
}
.delievery-details img {
  width: 20px;
}
.delievery-details div {
  display: flex;
  align-items: flex-start;
  column-gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.delievery-details p {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}
.delievery-details > p,
.delievery-details > p + p {
  margin-bottom: 0.5rem;
}
.delievery-details {
  margin-top: 1rem;
}
.product-detail .product-manufacturer {
  margin-bottom: 10px;
}
.product-detail .product-manufacturer a {
  text-decoration: none;
  color: #005285;
  font-size: 13px;
}
.product-detail .product-manufacturer a:hover {
  color: #ffa300;
}
.sungo-product-info {
  display: flex;
}
.container:has(.tab-navigation) {
  display: none;
}
.product-detail-info h5 {
  color: #0e172f;
  font-size: 16px;
  font-weight: 400;
}
.product-att .table-bordered-outline tr {
  border-color: #e9f1f7;
}
.product-att .table-striped tbody tr:nth-of-type(even),
.detail-info-essentials tbody tr:nth-of-type(even) {
  background-color: #f2faff;
}
.product-att .table-striped tbody tr td:nth-child(2),
.product-att table tr td:nth-child(2) {
  border-left: 1px solid #e9f1f7;
}
.detail-info-essentials table tr td,
.detail-info-essentials table tr td {
  padding: 0.75rem;
  font-size: 14px;
  color: #0e172f;
}
.detail-info-essentials table tr {
  border: 1px solid #e9f1f7;
}
.detail-info-essentials .info-essential {
  width: 100%;
}
.detail-info-essentials .product-sku strong,
.product-att .table-striped tbody tr td:nth-child(1) {
  font-weight: 700;
}
.detail-info-essentials tr td a {
  text-decoration: none;
  color: #005285;
}
.detail-info-essentials tr td a:hover {
  color: #ffa300;
}
.detail-feedback p {
  font-size: 14px;
  color: #0e172f;
}
.detail-feedback button {
  font-size: 13px;
  border: 2px solid #e9f1f7;
  color: #005285;
  border-radius: 0.25rem;
  padding: 0.5rem;
  background-color: transparent;
}
#reviews-overview .btn-outline-primary {
  background-color: #ffa300;
  border-color: #ffa300;
  color: #fff;
  border-radius: 0.25rem;
}
.productbox-ribbon.ribbon {
  background-color: #03203a;
  color: #fff;
  font-weight: 400;
  box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.3);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  text-transform: none;
  font-size: 13px;
}
[data-page="2"] .detail-sungo-sec7 {
  padding-bottom: 30px;
  background: #fff;
}
.ribbon-4::before,
.ribbon-6::before {
  border-right-color: #03203a;
}
.detail-feedback button:hover {
  background-color: #042a4e !important;
  border-color: #042a4e !important;
  color: #fff !important;
}
.product-detail .shortdesc {
  color: #0e172f;
  font-size: 13px;
}
#add-to-cart .btn .btn-basket-check span {
  display: block !important;
}
.product-detail-info .sec3-heading,
.product-info-decs .sec3-heading,
.product-info-review .sec3-heading {
  margin-top: 30px;
}
.sungo-product-info {
  row-gap: 25px;
}
.productlist-page-nav-header-m,
.productlist-page-nav-header-m .displayoptions {
  margin-top: unset;
}
#sidepanel_left .box-categories .nav-panel .nav-item .nav-link {
  font-weight: 400;
}
#sidepanel_left .box-categories .nav-panel .nav-item:has(.show) > .nav-link {
  border-bottom: 0.25rem solid #ffa300;
  color: #ffa300 !important;
}
#sidepanel_left .box-categories .nav-panel .nav-item:has(.show) > .nav-link a {
  color: #ffa300 !important;
}
.box-categories .dropdown .collapse,
.box-linkgroup .dropdown .collapse {
  background-color: #f2faff;
}
#sidepanel_left .box-categories .nav-panel .nav-item .dropdown-toggle::after,
#sidepanel_left
  .box-categories
  .nav-panel
  .nav-item
  :not(.navbar-toggler)[data-toggle="collapse"]::after {
  color: #8babc6;
}
#sidepanel_left
  .box-categories
  .nav-panel
  .nav-item
  .snippets-categories-collapse
  ul
  li:has(.show)
  .snippets-categories-nav-link-child {
  border-color: #8babc6 !important;
}
#sidepanel_left .box-categories .nav-panel ul li ul li .show ul li a {
  border-bottom: 1px solid #8babc6;
}
aside .box .snippets-categories-nav-link-child {
  padding-left: unset;
  padding-right: unset;
}
aside .box li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#improve_search .filter-collapsible-control {
  flex: 0 0 100%;
  max-width: 100%;
}
#improve_search .filter-collapsible-control button {
  column-gap: 6px;
}
.sungo-sec6-col1 {
  column-gap: 0.5rem;
}
.sungo-sec6-col1 {
  padding-left: 10px;
  padding-right: 10px;
}
.sec6-grid [data-area-id="col-1"] {
  padding-left: unset;
}
.leasing-sec1-col2-info a {
  text-decoration: none;
}
.leasing-sec1-col2-info a img {
  width: 18px;
}
.leasing-icons {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.leasing-sec1-col2-info a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  color: #005285;
}
.leasing-sec1-col2-info2 ul,
.Edelstahl-sec2-list ul {
  list-style: none;
  padding-left: unset;
}
.leasing-sec1-col2-info2 img {
  width: 20px;
}
.leasing-sec1-col2-info2 li {
  column-gap: 1rem;
}
.leasing-sec1-col2-info2 li,
.Edelstahl-sec2-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.Edelstahl-sec2-list li {
  column-gap: 0.5rem;
}
.leasing-sec1-col2-info2 p {
  font-size: 16px;
}
.Edelstahl-sec2-list p,
.Edelstahl-sec2-grid1-content p {
  font-size: 14px;
}
.leasing-sec1-col2-info2 p,
.Edelstahl-sec2-list p {
  margin-bottom: unset;
  color: #0e172f;
}
.Edelstahl-sec2-list img {
  width: 18px;
}
.Edelstahl-sec2-grid1-content p {
  color: #0e172f;
}
.Edelstahl-sec2-grid2-img img {
  max-width: 80px;
  transition: transform 0.5s, filter 1s ease-in-out;
}
.Edelstahl-sec2-card:hover .Edelstahl-sec2-grid2-img img {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.Edelstahl-sec2-grid2-img {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e9f1f7;
}
.Edelstahl-sec2-grid2-h6 {
  background-color: #f2faff;
  min-height: 2.9375rem;
  color: #0e172f;
  font-weight: 700;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.25rem 0;
  margin-bottom: unset;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Edelstahl-sec2-grid2-content p {
  padding: 0.5rem;
  color: #0e172f;
  font-size: 14px;
}
.Edelstahl-sec2-card:hover .Edelstahl-sec2-grid2-h6 {
  color: #ffa300;
}
.Edelstahl-sec2-card .card-body {
  padding: 0 0 1rem 0;
}
.Edelstahl-sec2-card {
  border-radius: 0.25rem;
  border: 1px solid #e9f1f7;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
  transition: all 0.25s;
}
.Edelstahl-sec2-card:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
.Edelstahl-col2-info1 img {
  max-width: 32px;
}
.Edelstahl-col2-info2 img {
  max-width: 36px;
}
.Edelstahl-col2-info1-img {
  width: fit-content;
  padding: 0.6rem 1.2rem;
  background-color: #e9f1f7;
}
.Edelstahl-col2-info1 {
  border: 1px solid #e9f1f7;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
  transition: all 0.25s;
  margin-bottom: 1.5rem;
  display: flex;
  column-gap: 0.5rem;
}
.Edelstahl-col2-info1:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
.Edelstahl-col2-info1-text {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.Edelstahl-col2-info1-text span {
  color: #0e172f;
  font-size: 13px;
  font-weight: 400;
}
.Edelstahl-kontakt {
  background-color: #fff;
  border: 1px solid #e9f1f7;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
  transition: all 0.25s;
  padding: 1.5rem 1rem;
}
.Edelstahl-kontakt .leasing-icons {
  margin-bottom: unset;
}
.Edelstahl-kontakt:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
.leasing-sec1-col2-info .sec3-heading + p {
  color: #0e172f;
  font-size: 14px;
}
.Edelstahl-sec3 {
  margin-top: 3rem;
}
.Edelstahl-sec4 {
  margin-top: 4rem;
}
.Edelstahl-sec4 > div {
  background-color: #e9f1f7;
  border-radius: 0.25rem;
}
.Edelstahl-sec4-img img {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.Edelstahl-sec4-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Edelstahl-sec4-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0e172f;
}
.Edelstahl-sec4-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0e172f;
}
.Edelstahl-sec4-content h2 {
  font-size: 16px;
  color: #0e172f;
  font-weight: 400;
}
.Edelstahl-sec6-info h2 {
  color: #ffa300;
  border: 5px solid #8babc6;
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: transform 0.5s, filter 1s ease-in-out;
}
.Edelstahl-sec6-info:hover h2 {
  transform: scale(1.1);
  filter: grayscale(0%);
  width: 6rem;
  height: 6rem;
}
.Edelstahl-sec6 > div {
  background-color: #e9f1f7;
  border-radius: 0.25rem;
}
.Edelstahl-sec6 [data-area-id="col-1"] img {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.Edelstahl-sec6-info1 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Edelstahl-sec6-info1 p {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.Edelstahl-sec6-info1 span {
  font-weight: 700;
}
.Edelstahl-sec6-info1 span,
.Edelstahl-sec6-info1 small {
  color: #0e172f;
  font-size: 13px;
}
.Edelstahl-sec6-info1 small {
  font-weight: 400;
}
.Edelstahl-sec6-info1:hover p * {
  color: #ffa300 !important;
}
.Edelstahl-sec6-info {
  display: flex;
  flex-wrap: wrap;
}
.basket .cart-summary .card-gray .card-header {
  background-color: #f2faff;
}
.basket .basket-summary {
  border: 0.25rem solid #e9f1f7;
  border-radius: 0.25rem;
  background-color: transparent;
}
#cart-checkout-btn {
  border-radius: 0.25rem;
  color: #fff;
}
.sungo-card-header span {
  color: #0e172f;
  font-weight: 700;
  font-size: 14px;
}
.basket .cart-items-body .cart-items-name {
  text-decoration: none;
  color: #005285;
  font-size: 14px;
  font-weight: 400;
}
.basket .cart-items-body .cart-items-name:hover {
  color: #ffa300 !important;
}
.basket-items .cart-items-delete .cart-items-delete-button img {
  width: 1.4rem;
}
.basket-items .cart-items-delete {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
  justify-content: center;
}
.basket-items .cart-items-price .price_overall {
  color: #883807;
  font-weight: 700;
  font-size: 14px;
}
.basket-items .cart-items-single-price {
  color: #0e172f;
  font-size: 14px;
  font-weight: 400;
}
.basket-items .shortdescription {
  display: none;
}
.sungo-btn-dropdown {
  padding: 0.5rem;
  border: 2px solid #e9f1f7;
  color: #005285;
  font-size: 13px;
  border-radius: 0.25rem;
  background-color: transparent;
}
.sungo-btn-dropdown:hover {
  background-color: #042a4e !important;
  border-color: #042a4e !important;
  color: #fff !important;
}
.sungo-cart-dropdown {
  transition: all 0.25s;
}
.sungo-cart-dropdown-col .dropdown-toggle::after,
.sungo-cart-dropdown-col :not(.navbar-toggler)[data-toggle="collapse"]::after {
  content: unset !important;
}
.sungo-cart-dropdown {
  background-color: #e9f1f7;
  padding: 1.25rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
}
.sungo-cart-item-list li {
  color: #0e172f;
}
.sungo-basket-items-bg .sungo-cart-items:nth-child(odd) {
  background-color: #f2faff;
}
.sungo-basket-items-bg .sungo-cart-items {
  padding: 1rem;
}
.detail-pm-sungo div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
/* .detail-pm-sungo{
    justify-content: space-between;
    row-gap: 0.5rem;
} */
.detail-pm-sungo img {
  padding: 2px 0.4em;
  border: 1px solid #e9f1f7;
  border-radius: 0.25rem;
}
.detail-pm-sungo {
  display: flex;
  flex-wrap: wrap;
}
.pushed-success-buttons .continue-shopping i,
.pushed-success-buttons .btn-basket i {
  display: none;
}
.basket-sungo-pm p {
  font-size: 13px;
  color: #0e172f;
  margin-bottom: 5px;
}
.basket .basket-summary .tax {
  font-size: 14px;
  color: #0e172f;
  font-weight: 400;
}
.basket .basket-summary-total .price_label {
  color: #889299;
  font-size: 13px;
  font-weight: 400;
}
.basket .basket-summary-total .total-sum {
  font-size: 16px;
  color: #0e172f;
}
.basket-summary .shipping-costs {
  margin-top: unset;
}
.basket-summary .shipping-costs a {
  text-decoration: none;
}
[data-page="11"] .secure-checkout-topbar,
[data-page="11"] .sungo-header-info {
  display: none !important;
}
[data-page="11"] .sungo-mobile-header .secure-checkout-icon {
  color: #fff;
}
[data-page="11"] #result-wrapper .form-control,
#shipping-estimate-form .form-control {
  border: 1px solid #889299;
  color: #0e172f;
  font-weight: 400;
  border-radius: 0.25rem;
  font-size: 14px;
  background-color: transparent !important;
}
#existing-customer .card-body {
  padding: 0;
}
[data-page="11"] #result-wrapper .col-form-label {
  color: #889299;
}
#header-top-bar {
  padding-top: 1px;
  padding-bottom: 5px;
  color: #0e172f !important;
  transition: all 0.2s ease;
}
.topbar-link:hover {
  box-shadow: 0 0 0 0 rgba(12, 24, 49, 0.5);
}
.songu-banner .nivoSlider {
  box-shadow: unset;
}

[data-page="11"] .sungo-home-sec10,
[data-page="11"] .newsletter-footer-con {
  display: none;
}
[data-page="11"] #content {
  background-color: #f2faff;
}
#register-customer {
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e9f1f7;
  border-radius: 0.25rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
    0 1px 2px rgba(136, 146, 153, 0.19);
  transition: all 0.25s;
}
#register-customer:hover {
  box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
    0 6px 6px rgba(136, 146, 153, 0.19);
}
#existing-customer .card-gray {
  background-color: transparent;
}
#existing-customer,
#register-customer #customer {
  flex: 0 0 100%;
  max-width: 100%;
}
#existing-customer,
#register-customer #customer {
  padding: 0;
}
[data-page="11"] .sungo-checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-page="11"] .sungo-checkout-header .sec10-social-icons a {
  width: 43px;
  height: 43px;
}
[data-page="11"] .sungo-checkout-header .detail-social-icons {
  display: block !important;
}
.checkout-steps .step-check {
  display: none;
}
.product-detail .estimated-delivery {
  color: #889299;
}
.product-detail .estimated-delivery .a2 {
  color: #45b199;
}
.nav-icons-wrapper {
  margin-left: auto;
}
@media only screen and (min-width: 1550px) {
  .footer-col1-info {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .footer-col1-chat {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media only screen and (min-width: 1201px) {
  .home-sec10,
  .newsletter-footer-con > .container,
  #footer-boxes,
  .basket {
    max-width: 1500px !important;
  }
  .topbar-main {
    margin-left: -196px;
  }
  .topbar-link {
    background-color: #e9f1f7;
    color: #0e172f !important;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-bottom: -0.8rem;
  }
  .newsletter-footer .newsletter-email-wrapper .input-group {
    column-gap: 20px;
  }
  .product-detail .product-gallery {
    flex: 0 0 35% !important;
    max-width: 35% !important;
  }
  .product-detail .product-info {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .detail-col3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  /* .songu-banner .nivoSlider img{
        height: 37.5rem !important;
    } */
}
@media only screen and (max-width: 1200px) {
  div#mainNavigation {
    display: none !important;
  }
  #footer-boxes .col {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
  .topbar-link {
    color: #fff !important;
  }
  #header-top-bar .container-fluid > p span:nth-child(2) {
    display: none;
  }
  .sec6-col2-cards .slick-prev {
    left: 0;
  }
  .sec6-col2-cards .slick-next {
    right: 0;
  }
  .sec8-img img {
    padding: 20px 5px;
  }
  .newsletter-footer .newsletter-email-wrapper .input-group-append {
    margin-left: -4px;
  }
  #newsletter_email {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
  .sec10-col1 {
    margin: unset;
  }
  .home-sec10 [data-area-id="col-1"] {
    display: none !important;
  }
  .home-sec10 [data-area-id="col-0"] {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 10px;
  }
  .home-sec10 [data-area-id="col-2"],
  .home-sec10 [data-area-id="col-3"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .home-sec10 [data-area-id="col-2"] {
    padding-left: 10px;
  }
  .home-sec10 .row .col:not(:first-child) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .topbar-main {
    column-gap: 1rem;
  }

  .topbar-main p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .sec9-card-img4 img,
  .sec9-card-img1 img {
    height: 247px;
  }
  .sec9-card-img2 img {
    height: 518px;
  }
  .sec9-card-img5 img,
  .sec9-card-img13 img {
    height: 487px;
  }
  .sec9-card-img3 img,
  .sec9-card-img7 img,
  .sec9-card-img8 img,
  .sec9-card-img11 img,
  .sec9-card-img12 img {
    height: 209px;
  }
  .sec9-card-img6 img {
    height: 210px;
  }
  .sec9-card-img5 img {
    height: 488px;
  }
  .sec9-card-img15 img {
    height: 210px;
  }
  .sec9-card-img14 img,
  .sec9-card-img10 img {
    height: 216px;
  }
  .sec9-card img {
    object-fit: cover;
  }
  .stepper .step .step-content {
    flex-direction: column;
  }
  .stepper .step:last-child .step-text {
    color: #0e172f !important;
  }
  .stepper .step a {
    text-decoration: none;
  }
  .stepper .step .step-content .step-text {
    padding-top: 7px;
  }
  #register-customer {
    max-width: 66%;
    margin: auto;
  }
  .stepper .step .step-content .step-text {
    margin-right: unset;
    font-size: 11px;
    color: #005285;
    font-weight: 400;
    margin-left: unset;
  }
  .stepper .step-active .step-text {
    font-weight: 700 !important;
  }
  .stepper .step .step-content .badge {
    margin-left: unset;
  }
  .stepper .step .step-content .badge-count {
    display: none;
  }
  .stepper .step-active .step-content::after {
    content: unset;
  }
  .stepper .step-active .badge {
    background-color: #ffa300 !important;
    box-shadow: 0 0 0 3px rgba(255, 163, 0, 0.5);
    border: 2px solid rgba(255, 163, 0, 0.5) !important;
  }
  .stepper .step::before,
  .stepper .step::after {
    content: unset;
  }
  .stepper .step-content .badge {
    background-color: #fff;
    border: 2px solid #8babc6;
    width: 1rem;
    height: 1rem;
    padding: 0;
  }
  #checkout .checkout-steps {
    width: 23rem;
    margin: auto;
    background-color: transparent;
    border: unset;
    position: relative;
  }
  .checkout-steps {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
  #checkout .checkout-steps::before {
    content: "";
    position: absolute;
    top: 42%;
    background-color: #8babc6;
    height: 0.125rem;
    left: 50%;
    width: 232px;
    transform: translateX(-50%);
  }
  .stepper .step {
    padding: 0;
    background-color: transparent;
  }
  .product-list .product-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* .songu-banner .nivoSlider img{
        height: 30rem !important;
    } */
  #mainNavigation .nav-mobile-body .nav-scrollbar-inner .nav-scrollbar-item > a,
  #shop-nav .dropdown > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header .navbar-collapse {
    height: auto;
  }
  .basket > .row > .col:nth-child(1) {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .basket > .row > .col:nth-child(1) + .ml-auto-util {
    flex: 0 0 34%;
    max-width: 34%;
    margin-left: unset;
  }
  .detail-pm-sungo div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  /* #mainNavigation{
        display: block !important;
        transform: unset;
    }
    header .navbar-collapse{
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        height: 100vh !important;
        max-width: 16.875rem;
        transition: all 0.2s ease-in-out;
        z-index: 1050;
        width: 100%;
        background: #ffffff;
    } */
  .product-detail .product-gallery {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .product-detail .product-info {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .detail-col3 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #mainNavigation .nav-mobile-body .nav-scrollbar-inner {
    padding-bottom: unset;
    height: 100%;
    align-items: center;
  }
  #mainNavigation
    .nav-mobile-body
    .nav-scrollbar-inner
    .nav-scrollbar-item
    > a {
    color: #fff;
  }
  .sungo-burger-menu #logo {
    display: none;
  }
  .hz-burger-menu-wrapper {
    color: #fff;
    height: auto;
    padding: 8px;
    line-height: 1.3;
  }
  .home-sec10,
  .newsletter-footer-con > .container,
  .basket,
  #footer-boxes {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  #shop-nav .account-icon-dropdown .fa-user::before {
    content: "" !important;
    background-image: url("/media/image/storage/opc/songu/user.png");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #shop-nav .account-icon-dropdown .fa-user::after {
    content: unset;
  }
  #footer-boxes .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  #sidepanel_left {
    display: none;
  }
  .sungo-sec9-hide > .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 1rem;
  }
  .sungo-sec9-hide .sec9-card .card-body {
    box-shadow: 0 1px 3px rgba(136, 146, 153, 0.08),
      0 1px 2px rgba(136, 146, 153, 0.19);
    overflow: auto;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .sungo-sec9-hide .sec9-card:hover .card-body {
    box-shadow: 0 10px 20px rgba(136, 146, 153, 0.15),
      0 6px 6px rgba(136, 146, 153, 0.19);
    overflow: auto;
  }
  .sungo-sec9-hide .sec9-card:hover {
    box-shadow: unset;
  }
  .sungo-sec9-hide .sec9-card {
    box-shadow: unset;
    overflow: unset;
    border-radius: unset;
  }
  .sungo-sec9-hide {
    border: 0;
    background-color: unset;
  }
  .sungo-sec9-hide .sec9-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .sungo-sec9-hide .sec9-card img {
    height: 180px;
    object-fit: cover;
  }
  .songu-banner .nivoSlider img {
    height: 550px !important;
    object-fit: cover;
  }
  [data-page="11"] .hide-navbar .navbar .nav-logo-wrapper {
    width: auto;
    flex: unset;
    max-width: unset;
  }
  [data-page="11"] .sungo-checkout-header .secure-checkout-icon {
    margin-left: unset;
    font-size: 0;
  }
  [data-page="11"] .sungo-checkout-header .secure-checkout-icon .fa-lock {
    font-size: 16px;
  }
  [data-page="11"] .sec10-social-icons a:nth-child(2) {
    display: none;
  }
  .is-checkout header,
  .is-checkout .navbar {
    height: auto;
  }
  .topbar-link {
    background-color: #e9f1f7 !important;
    border-color: #e9f1f7 !important;
    color: #0e172f !important;
    transition: all 0.2s ease;
    border-radius: 0.25rem;
  }
  .detail-pm-sungo img {
    width: 100px;
  }
  .sec2-link a {
    font-weight: 400;
  }
  .sec2-cards .card-body {
    padding-right: 1rem;
  }
  .sec8-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec8-img img {
    max-width: 150px;
  }
  .sec8-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-sec8-content .sec8-card {
    flex: 0 0 25%;
    max-width: 25%;
    margin: unset !important;
  }
  .home-sec8-content > div .sec8-card:not(:nth-child(4n)) {
    padding-right: 20px;
  }
  .sungo-burger-menu {
    display: none;
  }
  .home-sec8-content > div {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #footer.newsletter-active #footer-boxes {
    row-gap: 30px;
  }
  .newsletter-footer .col-lg-6:nth-child(1) {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .newsletter-footer .col-lg-6:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .newsletter-img {
    display: none;
  }
  .home-sec10 .row [data-area-id="col-0"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-sec10 .row [data-area-id="col-1"] {
    display: block !important;
  }
  .home-sec10 .row .col:not(:first-child) {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .home-sec10 .row .col:not(:first-child) {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sec10-col2 {
    padding-left: 0.5rem;
  }
  .sec10-col4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sec10-col1 {
    width: 100%;
  }
  .home-sec10,
  .newsletter-footer-con > .container,
  #footer-boxes,
  .basket {
    max-width: 720px;
  }
  .topbar-link {
    border-radius: 0.25rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #shop-nav .nav-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sungo-header-info,
  #shop-nav .language-dropdown {
    display: none !important;
  }
  header .navbar-brand img {
    height: 4rem;
  }
  .hide-navbar .toggler-logo-wrapper {
    display: flex;
    align-items: center;
  }
  .sungo-mobile-header .menu-multiple-rows-scroll {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .burger-menu-wrapper .navbar-toggler-icon {
    color: #fff;
  }
  .sungo-mobile-service {
    padding-left: 20px;
    display: block !important;
  }
  .sungo-mobile-header {
    display: flex;
  }
  .sungo-category {
    justify-content: right;
  }
}
@media only screen and (min-width: 768px) {
  /* .Edelstahl-sec4 [data-area-id="col-0"]{
    padding-right: unset;
} */
  /* .songu-banner .nivoSlider img{
    height: 59.375rem;
 } */
  .Edelstahl-sec4 [data-area-id="col-1"] {
    padding-left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .footer-col1-chat a:nth-child(1) {
    padding: 0.625rem 0.9375rem;
  }
  .sungo-sec9-hide .sec9-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sungo-cart-dropdown-col {
    margin-top: 15px;
  }
  .songu-sec2 [data-area-id="col-1"] {
    padding-left: unset;
    padding-right: unset;
  }
  .songu-sec2 [data-area-id="col-0"] {
    padding-right: unset;
  }
  .songu-sec2 [data-area-id="col-2"] {
    padding-left: unset;
  }
  .sec2-img img {
    height: 12.5rem;
    object-fit: cover;
  }
  .sec6-col2-cards .card-body {
    padding-left: 0;
  }
  .sec6-col2-cards .slick-arrow {
    display: none !important;
  }
  .sec6-col1-text p {
    display: none;
  }
  .sec8-img {
    padding-top: unset;
    padding-bottom: unset;
  }
  #footer-boxes .col:nth-child(odd) {
    padding-left: 0;
  }
  #footer-boxes .col:nth-child(even) {
    padding-right: 0;
  }
  .footer-col1-content {
    flex-direction: column;
  }
  .footer-col1-chat a {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .footer-col1-chat {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer-boxes .box-normal-link,
  #footer-boxes .box-custom .productlist-filter-headline {
    border-bottom: 1px solid #8babc6;
    padding-bottom: 0.5rem;
  }
  #footer-boxes .box-normal-link:hover,
  #footer-boxes .box-custom .productlist-filter-headline:hover {
    border-color: var(--primary);
  }
  #footer-boxes .col:nth-child(5) .productlist-filter-headline,
  #footer-boxes .col:last-child .productlist-filter-headline {
    display: none;
  }
  #footer-boxes .box-normal-hr {
    display: none;
  }
  .newsletter-footer .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .newsletter-footer-con > .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-sec10,
  .newsletter-footer-con > .container,
  #footer-boxes,
  .basket {
    max-width: 540px;
  }
  .newsletter-footer-heading p {
    font-size: 20px;
  }
  .newsletter-footer-heading {
    flex-direction: column;
    align-items: unset;
    font-size: 11px;
  }
  .sec10-col1,
  .sec10-col2,
  .sec10-col4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec10-col4 {
    margin-bottom: 20px;
  }
  .sec10-col3 {
    padding-left: 20px;
    padding-right: 15px;
  }
  .home-sec10 .row {
    flex-direction: column;
  }
  .home-sec10 .row .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-col1-chat img {
    display: none;
  }
  #footer-boxes {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sungo-mobile-service {
    display: none !important;
  }
  .songu-banner .nivoSlider img {
    height: 530px !important;
  }
  .songu-sec2 .row {
    flex-direction: column;
  }
  .basket-items .delievery-details div p {
    font-size: 0;
  }
  .basket-items .delievery-details div strong {
    font-size: 14px !important;
  }
  .sungo-sec6-col1 img {
    width: 100% !important;
  }
  .sungo-sec6-col1 {
    column-gap: unset;
  }
  .home-sec8-content .sec8-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-sec8-content > div .sec8-card:not(:nth-child(4n)) {
    padding-right: unset;
  }
  .home-sec8-content > div .sec8-card:nth-child(odd) {
    padding-right: 20px;
  }
  #footer-boxes .col {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .footer-col1-content {
    flex-direction: row;
  }
  .footer-col1-chat {
    flex: 0 0 45%;
    max-width: 45%;
  }
  #footer-boxes .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .newsletter-footer {
    flex-direction: column;
    padding-bottom: 15px;
  }
  .newsletter-footer .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 481px) {
  #product-list .product-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sungo-sec9-hide .sec9-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #shop-nav .account-icon-dropdown .fa-user::before {
    width: 20px;
    height: 20px;
  }
  #shop-nav .cart-icon-dropdown .fa-shopping-cart {
    width: 25px;
    height: 25px;
  }
  .sec2-img img {
    height: unset;
  }
  .songu-sec2 {
    margin-top: 30px;
  }
  .songu-sec2 .row {
    row-gap: 70px;
  }
  .songu-sec2 {
    margin-top: unset;
  }
  .songu-sec2 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .songu-sec2 [data-area-id="col-1"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .songu-sec2 [data-area-id="col-0"] {
    padding-right: 1rem;
  }
  .songu-sec2 [data-area-id="col-2"] {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 374px) {
  .sec8-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .sungo-cart-items .cart-items-body {
    flex-direction: column;
  }
  .cart-items-body .cart-items-image {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .basket-items .cart-items-delete {
    justify-content: left;
  }
  .sec6-grid [data-area-id="col-0"] {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .sec6-grid [data-area-id="col-1"] {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .home-sec8-content > div .sec8-card:nth-child(odd) {
    padding-right: unset;
  }
  .sec8-img {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

/* offcanvas mmenu */

nav#hz-menu {
  background: #fff;
  color: #181c1e;
}

.mm-spn a:after,
.mm-spn li:after {
  content: unset !important;
}

.mm-spn span {
  padding: 0;
}

.mm-spn li:before {
  opacity: 1 !important;
  width: 7px !important;
  height: 7px !important;
}

.mm-spn li a > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.mm-spn li a span.more-subcategories {
  color: #f5f7fa;
  background-color: #91877d;
  padding-right: 4px;
  border-radius: 3px;
}

.mm-ocd__content {
  max-width: 300px !important;
}
li.welcome-item span,
.service-center-item a {
  padding: 8px 16px !important;
  font-size: 16px;
}
li.welcome-item {
  background: #0e172f;
  color: #fff;
}
li.service-center-item a {
  color: #0e172f;
}
li.service-center-item a i {
  color: #8babc6;
}

li.welcome-item,
.service-center-item {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
}
li.welcome-item:before,
li.service-center-item:before,
ul#hz-nav ul:before {
  content: unset !important;
}
li.service-center-item {
  top: 40px;
  background-color: #e9f1f7 !important;
}
ul#hz-nav,
ul#hz-nav ul {
  top: 146px;
}
nav#hz-menu:after {
  top: 80px;
  opacity: 1;
  text-align: left;
  padding-inline: 16px;
}
ul#hz-nav:before {
  inset-inline: 16px;
  width: auto;
  top: 130px;
}
ul#hz-nav li:not(.service-center-item, .welcome-item) a {
  padding: 16px;
  margin-block: -16px;
}

li.welcome-item {
  background: #0e172f !important;
}
a.hz-burger-menu-wrapper {
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
}
a.hz-burger-menu-wrapper:hover {
  color: var(--primary) !important;
}
.mm-ocd__content nav#hz-menu {
  display: block !important;
}
.mm-ocd--left .mm-ocd__backdrop {
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.mm-ocd.mm-ocd--open {
  background: rgba(14, 23, 47, 0.8);
}
.mm-ocd--open .mm-ocd__content {
  z-index: 9;
}
.mm-ocd__content span.close-btn {
  position: fixed;
  right: -50px;
  color: #fff;
  font-size: 20px;
  top: 8px;
  padding: 0px 10px;
  cursor: pointer;
}
