a#OpenMenu {
    visibility: hidden;
}

#SignedIn.show,#SignedIn:hover,#AddedToCartWrapper.show,#AddedToCartWrapper:hover {
    margin-top: 140px;
}

.inner {
    align-items: center;
}

section#BannerSection {
    display: none;
}

div#OpenCartWrapper {
    visibility: hidden;
}
#Header .hover-text {
	transition: unset !important;
	visibility: unset !important;
	opacity: unset !important;
	position: unset !important;
}

.hqy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 0;
    background-color: #FFF !important;
    box-shadow: inset 0 0 0 1px #fff;
}


#demoInfoWrapper {
    background-color: rgba(0,0,0, 0.9);

    display: flex;
    position: fixed;
    z-index: 90000000000;
    top: 0; bottom: 0;
    right: 0; left: 0;

    justify-content: center;
    align-items: center;
}
#demoInfo {
    background-color: #fff;
    border-radius: 2px;

    max-width: 400px;
    padding: 2em 4em;
    margin: 2em;

    text-align: center;
}
#demoInfo #attribution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ddd;
}
#demoInfo .demo-title {
    font-size: 1.5em;
}
#demoInfo #attribution img {
    width: 45px;
    height: 19px;
    margin-left: 6px;
}

/* ==================================================================

    DEMO PRODUCT PHOTOS ATTRIBUTION

================================================================== */
.photo-attribution {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 1;
    margin: 0.7em;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.photo-attributon-logo {
    width: 12%;
    max-width: 40px;
    opacity: 0.4;
}

/* ==================================================================

 Design A&B Modifications

================================================================== */

.list_image {
    width:100%;
    height: auto;
}













.prodlist.window-view .productContainer.cols-2 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: -webkit-center;
}

.prodlist.window-view .image-inner {
    margin-bottom: 12.5px;
    width: 250px;
}
#MainSearch {
    visibility: hidden;
}

#imgLogo {
	margin-top: 20px;
    width: 110px;
    width: 200%;
}

/* ====================================================
    KARAMELLO SVERIGE AB - ELINE DESIGN A
    PDH, (2021-03-16)
==================================================== */

/* Variabler */
:root {
    --white: #F6F6F6;

    --lightpurple: #dab9d3;
    --purple: #6b2d87; 
    --darkpurple: #621785; 
    
    --orange: #f3912d;
    --darkorange: #f08316;
}

/* ====================================================
Sidhuvud
==================================================== */
.header {
    background-color: var(--white);
}


/* ====================================================
Varukorg
==================================================== */
/* Tom varukorg */
/* Bakgrundf�rg */
.empty .cart-header {
    background-color: var(--lightpurple);
}

/* Ikonf�rg */
.empty .cart-header::before,
.empty .cart-open-btn::before {
    color: var(--purple);
}

/* Varukorg med artiklar */
/* Bakgrundf�rg */
.cart-header {
    background-color: var(--white);
}

/* Ikonf�rg */
.cart-header::before,
.cart-open-btn::before {
    color: var(--lightpurple);
}

/* Antal bakgrundsf�rg */
.cart-header .cartquantity .quantity,
.cart-open-btn .quantity,
.scrolled .cart-open-btn .quantity:not(.empty) {
    background-color: var(--white);
}

/* ====================================================
Meny
==================================================== */
/* Bakgrundf�rg */
.nav-menu {
    background-color: var(--white);
}

/* Textf�rg vid hover */
.nav-menu li.level1:hover > a,
.nav-menu li.level1:hover > span,
.nav-menu li.level1.active_last > a,
.nav-menu li.level1.active_last > span,
.nav-menu li.level1.active > a,
.nav-menu li.level1.active > span,
.nav-menu .close-btn:hover::before,
.header-icons a:hover
.scrolled .header-icons a:hover {
    color: var(--purple);
}

/* ====================================================
Navigeringstr�d (produkttr�d)
==================================================== */
/* Bakgrundf�rg */
.nav-wrapper,
.nav-tree .level1 > ul {
/*    background-color: var(--purple); */
}

/* ====================================================
Formul�r
==================================================== */
/* Bakgrundsf�rg */
.form-wrapper {
    background-color: #fff;
}

/* ====================================================
Knappar     background: #6e479c;

==================================================== */
/*
    K�p
    Till kassan
*/

button.fw-button-success, *.fw-button.fw-button-success, .datePickerDates .months *.fw-button-success.previous, .datePickerDates .months *.fw-button-success.next {
    color: #fff;
    background-color: #6e479c;
}



.btn-buy,
.btn-tocheckout {
    background-color: #049b76;
    border-color: #049b76;
}

.btn-buy:hover,
.btn-tocheckout:hover {
    background-color: #049b79;
    border-color: #049b79;
}

/*
    Spara
    Logga in
    Skicka
    Skapa konto
 */
 .btn-action {
    background-color: var(--purple);
    border-color: var(--purple);
	color: #fff;
}

.btn-action:hover {
    background-color: var(--darkpurple);
    border-color: var(--darkpurple);
	color: var(--lightpurple);;
}

/* ====================================================
Extra
==================================================== */
/*

#Header #Search,
#Header #OpenSearch{
	display:none;
}
.kkat-XYZ #Header #Search,
.kkat-XYZ #Header #OpenSearch{
	display:block;
}



/* ==================================================== */
/* footer begin */
/* ==================================================== */

#MainFooter_Bannerset_fot span {
    background-repeat-x: repeat;
    width: 150vw;
    position: relative;
    left: -50vw;
    background-repeat-y: no-repeat;
    background-size: 1235px;
    padding-bottom: 0 !important;
    /* height: 198px; */
    /* display: inline-block; */

  /*border: 1px solid black;*/
  /* Left edge: */
  left: calc((1360px - 34px - 100vw)/2);
  width: calc(100vw);
  /* Center at left edge: */
  left: calc((1360px - 34px - 100vw)/2);
  background-position-x: calc(100vw/2);
}
@media (max-width: 1377px) {
#MainFooter_Bannerset_fot span {
    left: -25px;
}  
}
#MainFooter_Bannerset_fot img {
  display: none;
}

#MainFooter_FooterInner {
    background-color: var(--primary-dark);
    color: white;
}

#MainFooter_FooterInner {
    width: 100vw;
    position: absolute;
    left: 25px;
    justify-content: center;
    color: white;
}
@media (min-width: 1025px) {
#MainFooter_FooterCompanyInfo,
#MainFooter_FooterMenusContent {
    max-width: 680px;
}
}

footer a,
#Footer span
{
    color: #fff;
}

/* ==================================================== */
/* footer end */
/* ==================================================== */

/* ==================================================== */
/* site_header begin */
/* ==================================================== */

/* <style>: */
/* Dynamic stylesheet: global_colors */
:root {
--primary-dark: #673089;
--primary-light: #dab0d3;
--neutral-dark: #272726;
--neutral-light: #fff;
--secondary-dark: #391760;
--secondary-light: #f1e4f4;
--warning: #fcbf00;
--destructive: #e53027;
--background-primary: #dab0d3;
--background_color: #dab0d3;
--primary: #673089;
--image_before_footer: url(https://karamello.com/wp-content/uploads/karamello_footer.png);
}


/* app.css:1202*/
.footer-main #rule-optin-form {
  flex-direction: row !important;
  align-items: center;
  border: 1px solid white !important;
}
.footer-main #rule-optin-form label {
  display: none;
}
.footer-main #rule-optin-form input {
  border: none !important;
}
.footer-main #rule-optin-form button[type="submit"] {
  padding: 10px 20px;
  height: 40px;
  width: auto;
  border: none;
  color: white;
  background-color: var(--primary);
  border-radius: 4px;
  border-width: 1px;
  border-color: var(--primary);
  transition: color 0.16s, background-color 0.16s;
}
.footer-main #rule-optin-form button[type="submit"]:hover {
  background-color: #7e1818;
}

/* app.css:1548:1639 */
.site_footer .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0 !important;
}
.site_footer .footer-footer .footer_languages {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
@media (max-width: 576px) {
  .site_footer .footer-footer .footer_languages {
    justify-content: start;
    margin-top: 1.25rem;
  }
}
.site_footer .footer-footer .footer_languages li {
  padding: 0 5px;
  list-style: none;
}
.site_footer .fluentform {
  padding: 0;
}
.site_footer .fluentform .ff-t-container {
  display: flex;
}
.site_footer .fluentform .ff-t-cell {
  display: flex;
  align-items: center;
  width: auto;
}
.site_footer .fluentform .ff-t-column-1 {
  width: 100%;
}
.site_footer .fluentform .ff-el-group {
  margin: 0;
  width: 100%;
}
.site_footer .fluentform input {
  border: none !important;
  color: white;
}
.site_footer .fluentform input:active,
.site_footer .fluentform input:focus {
  color: white;
  background: transparent;
}
.site_footer .fluentform .ff-btn-submit {
  border-radius: 0;
  border: none;
  outline: none;
}
.site_footer .fluentform .ff-btn-submit:hover {
  color: white !important;
}
.site_footer .fluentform .ff-btn-submit:active,
.site_footer .fluentform .ff-btn-submit:focus {
  outline: none;
}
.site_footer .fluentform .ff-message-success {
  margin: 0 !important;
  border: none;
  color: white;
}
.site_footer .fluentform .ff-message-success > *:last-child {
  margin-bottom: 0;
}
.site_footer form {
  display: flex;
  flex-direction: row;
  font-size: 16px !important;
  color: #fff;
  border: solid 1px #fff !important;
}
.site_footer form input:first-of-type {
  width: 100% !important;
  padding: 10px 15px !important;
  border: none !important;
}
.site_footer form input:last-of-type {
  width: auto !important;
  padding: 10px 15px !important;
  background-color: #a82930 !important;
  transition: 0.15s;
  border: none !important;
}
.site_footer form input:last-of-type:hover {
  outline: 0;
  text-decoration: none;
  opacity: 0.8;
}

/* app.css:1689: */
#site_header .cart-count {
  position: absolute;
  background-color: #a82930;
  color: white;
  min-width: 16px;
  padding: 0 4px;
  font-size: 11px;
  height: 16px;
  line-height: 17px;
  border-radius: 10px;
  top: -7px;
  left: 16px;
  font-weight: 600;
}

/* app.css:1729: */
.mobile-nav {
  width: 100%;
  max-width: 350px;
  left: auto;
  right: 0;
  transform: translateX(150%);
}
.mobile-nav .btn-toggle-nav-mobile {
  height: 60px;
  width: 60px;
}
.mobile-nav .main-nav-content {
  flex-grow: 1;
  overflow-y: scroll;
}
.mobile-nav .main-nav-content .main-content ul li a {
  font-size: 18px !important;
}
.mobile-nav ul {
  margin-top: 0 !important;
}
.mobile-nav .menu-item {
  position: relative;
}
.mobile-nav .menu-item ul {
  display: none;
  background-color: #f7f7f7;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.mobile-nav .expand_dropdown {
  position: absolute;
  top: 6px;
  right: 12px;
  height: 40px;
  width: 40px;
  background: none;
  border: none;
}
.mobile-nav .expand_dropdown.active > i {
  transform: rotateX(180deg);
  transition: transform 0.33s;
}
.header-line .btn-toggle-nav-mobile {
  height: 30px;
  width: 30px;
  margin-bottom: -5px;
}
.header-line .btn-toggle-nav-mobile > i {
  font-size: 20px;
}
.header-line .btn-toggle-nav-mobile > img {
  display: none;
}
#site_header .main-menu > ul > li {
  margin-right: 30px;
}
#site_header .main-menu > ul > li a {
  font-size: 18px;
}
#site_header .main-menu > ul > li ul {
  max-height: calc(100vh - 125px);
  overflow: auto;
}
#site_header .menu-item ul {
  background-color: #f7f7f7;
}
#site_header .expand_dropdown {
  display: none;
}
#site_header .service-menu li {
  position: relative;
  margin: 0 7px;
}
#site_header .service-menu li:after {
  content: attr(data-tooltip);
  position: absolute;
  display: block;
  top: calc(100%);
  left: calc(100%);
  border: 1px solid #929292;
  color: var(--neutral-dark);
  box-shadow: 3px 4px rgba(0, 0, 0, 0.4);
  background-color: lightyellow;
  font-size: 13px;
  width: auto;
  padding: 0 8px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.33s, opacity 0.33s;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  #site_header .service-menu li:hover:after {
    opacity: 1;
    visibility: visible;
  }
}
#site_header .service-menu a,
#site_header .service-menu button {
  outline: none !important;
}
#site_header .service-menu a img,
#site_header .service-menu button img {
  width: 25px;
}
#site_header .service-menu a img.icon-document,
#site_header .service-menu button img.icon-document {
  width: 24px;
}

/* app.css:1882: */
body.admin-bar #site_header {
  top: 32px;
}
.site-global-wrapper {
  padding-top: 133px !important;
}
@media screen and (max-width: 767px) {
  .site-global-wrapper {
    padding-top: 113px !important;
  }
}
#site_header .header_topbar {
  background-color: var(--primary-light);
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
#site_header .header_topbar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 0px 15px;
}
@media (max-width: 1150px) {
  #site_header .header_topbar .container {
    padding: 0px 21px 0px 15px;
    max-width: unset;
  }
}
@media (max-width: 1050px) {
  #site_header .header_topbar .container {
    justify-content: center;
  }
}
#site_header .header_topbar .container .topbar_text_container,
#site_header .header_topbar .container .contacts_container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#site_header .header_topbar .container .topbar_text_container {
  justify-content: left;
}
@media (max-width: 1050px) {
  #site_header .header_topbar .container .topbar_text_container {
    display: none;
  }
}
#site_header .header_topbar .container .topbar_text_container p {
  display: block;
  margin: 0;
}
#site_header .header_topbar .container .topbar_text_container .day_counter {
  margin-left: 10px;
  font-weight: bold;
}
#site_header .header_topbar .container .contacts_container {
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1050px) {
  #site_header .header_topbar .container .contacts_container {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  #site_header .header_topbar .container .contacts_container {
    gap: 10px;
  }
}
#site_header .header_topbar .container .contacts_container a {
  color: var(--neutral-dark);
  display: flex;
  font-size: 16px;
  font-weight: 600;
  align-items: baseline;
}
#site_header .header_topbar .container .contacts_container a:hover {
  color: #a82930 !important;
  text-decoration: none;
}
#site_header .header_topbar .container .contacts_container .tel:hover::before {
  color: #a82930 !important;
}
#site_header .header_topbar .container .contacts_container .tel:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-dark);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  width: 20px;
  margin-right: 5px;
  content: "\f3cd";
  font-weight: 600;
}
#site_header .header_topbar .container .contacts_container .offer {
  cursor: pointer;
}
#site_header .header_topbar .container .contacts_container .offer:hover::before {
  color: #a82930 !important;
}
#site_header .header_topbar .container .contacts_container .offer:before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-dark);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  width: 20px;
  margin-right: 5px;
  content: "\f15c";
  font-weight: 500;
}
#site_header .fixed-header .header_topbar {
  padding: 5px 0 !important;
}
#site_header {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
#site_header .container .header-line {
  padding: 20px 0 20px 0;
}

/* style.css:349 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1150px) {
  .container {
    max-width: 1242px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1150px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1242px;
  }
}


/* style.css:5651: */
.site_header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0);
          box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0);
}
.site_header .logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 13.3125rem;
}
@media screen and (max-width: 768px) {
  .site_header .logo {
    max-width: 7.5rem;
  }
}
.site_header .logo img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.site_header.fixed-header {
  background: #fff !important;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.1);
          box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.1);
}
.site_header.fixed-header .logo {
  max-width: 6.25rem;
}
.site_header.fixed-header .header-line {
  padding: 0.625rem 0 0.625rem 0;
}

.header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0 0.625rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1150px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu ul li {
  margin-right: 3.0625rem;
}
.main-menu ul li ul {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.1);
          box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.1);
  display: none;
}
.main-menu ul li ul li {
  margin-right: 0;
  width: 100%;
  border-top: solid 1px #e2e0eb;
}
.main-menu ul li ul li a {
  padding: 0.3125rem 0.9375rem;
  display: block;
}
.main-menu ul li ul li a:hover {
  color: #fff;
  background: #a82930;
  text-decoration: none;
}
.main-menu ul li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu ul a {
  font-size: 1.125rem;
  color: var(--neutral-dark);
}

/* karamello.css:741:809 */
.site_footer {
  position: relative;
  margin-top: 240px;
  padding: 75px 0;
  background-color: var(--primary-dark);
}
@media (max-width: 575px) {
  .site_footer {
    margin-top: 190px;
  }
}
.site_footer:before {
  content: "";
  position: absolute;
  height: 225px;
  width: 100%;
  left: 0;
  right: 0;
  top: -216px;
  background-size: 1235px;
  background-repeat: repeat no-repeat;
  background-image: var(--image_before_footer);
}
@media (max-width: 575px) {
  .site_footer:before {
    top: -175px;
  }
}
.site_footer .search-column {
  max-width: 435px !important;
}
.site_footer form {
  border: unset !important;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.site_footer form input {
  text-align: center;
  color: var(--neutral-dark) !important;
  font-weight: 500;
}
.site_footer form input::placeholder {
  color: var(--primary-light) !important;
}
.site_footer form input[type="submit"] {
  min-width: 160px !important;
  color: var(--neutral-dark) !important;
  background-color: var(--primary-light) !important;
  font-weight: 500;
}
.site_footer form input[type="submit"]:hover {
  background-color: var(--secondary-light) !important;
}
.site_footer form input[type="submit"]:focus {
  border: 1px solid var(--primary-dark) !important;
  background-color: white !important;
  color: var(--primary-dark) !important;
}
.site_footer .footer-main nav ul li a {
  font-size: 16px;
}
.site_footer .footer-copyright {
  margin-bottom: 20px;
}
.site_footer .footer-footer .logo img {
  height: 70px;
  object-fit: contain;
}
/* karamello.css:810:827 */
.site_footer .footer-socials i {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px;
}
.site_footer .footer-socials i.ui_alt--facebook {
  background-image: url(https://karamello.com/wp-content/themes/presenta/static/img/ui_alt--facebook_icon.png);
}
.site_footer .footer-socials i.ui_alt--instagram {
  background-image: url(https://karamello.com/wp-content/themes/presenta/static/img/ui_alt--instagram_icon.png);
}
.site_footer .footer-socials i.ui_alt--linkedin {
  background-image: url(https://karamello.com/wp-content/themes/presenta/static/img/ui_alt--linkedin_icon.png);
}
.site_footer .footer-title {
  font-weight: 600;
}

/* karamello.css:828:1013: */
#site_header .logo img {
  height: 70px !important;
  max-width: unset !important;
  object-fit: contain;
}
#site_header.fixed-header .logo img {
  height: 35px !important;
}
#site_header .header-line {
  align-items: center;
  padding: 5px 0 !important;
}
#site_header .header_topbar .container .contacts_container a {
  font-weight: 500 !important;
}
#site_header .header_topbar .container .contacts_container a:hover,
#site_header .header_topbar .container .contacts_container a.offer:hover:before,
#site_header .header_topbar .container .contacts_container a.tel:hover:before {
  color: white !important;
}
#site_header .main-menu > ul > li {
  padding-top: 4px;
}
#site_header .main-menu > ul > li a {
  position: relative;
  padding: 8px 14px 3px;
}
#site_header .main-menu > ul > li a:hover {
  text-decoration: none;
}
#site_header .main-menu > ul > li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  height: 2px;
  background-color: var(--primary-dark);
}
#site_header .main-menu ul li ul li:last-of-type a:after {
  content: unset;
}
#site_header .main-menu ul li ul li {
  background-color: var(--secondary-light);
  border-color: var(--primary-light);
}
#site_header .main-menu ul li ul li > a:hover {
  background-color: var(--primary-dark) !important;
}
#site_header .service-menu a img,
#site_header .service-menu button img {
  width: 26px;
  transition: width 0.33s;
}
#site_header .icon-cart img {
  width: 40px !important;
  transition: width 0.33s;
}
#site_header .icon-cart .cart-count {
  min-width: 20px;
  font-size: 14px;
  height: 19px;
  line-height: 21px;
  left: 39px;
  top: -9px;
  color: var(--neutral-dark);
  background-color: var(--warning);
}
#site_header .icon-document .cart-count {
  line-height: 19px;
  color: var(--neutral-dark);
  background-color: var(--warning);
  transition: top 0.33s, left 0.33s;
}
#site_header .xoo-wsc-cart-trigger .text {
  transition: transform 0.33s;
}
#site_header.fixed-header .service-menu button img {
  width: 20px;
}
#site_header.fixed-header .icon-document img {
  width: 19px;
}
#site_header.fixed-header .cart-count {
  top: -6px;
  left: 12px;
}
#site_header.fixed-header .xoo-wsc-cart-trigger .text {
  transform: translateY(5px);
}
#site_header .header_topbar .contacts_container a:hover,
#site_header .header_topbar .contacts_container .offer:hover::before {
  color: var(--primary-dark) !important;
}
#site_header .btn-toggle-nav-mobile {
  height: 45px;
  width: 45px;
  margin-bottom: 0;
}
#site_header .btn-toggle-nav-mobile i {
  display: none !important;
}
#site_header .btn-toggle-nav-mobile img {
  display: block !important;
  height: 26px;
  margin: auto;
}
@media (min-width: 768px) {
  #site_header.fixed-header .service-menu #ajaxsearchlite1 {
    bottom: -14px;
  }
}
@media (max-width: 767px) {
  #site_header.fixed-header .service-menu #ajaxsearchlite1 {
    top: 108px;
  }
}
#site_header .service-menu #ajaxsearchlite1 {
  position: absolute;
  right: 40px;
  bottom: -11px;
  width: 0;
  border: 1px solid var(--primary-dark);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: width 0.33s, opacity 0.33s, visibility 0.33s, bottom 0.33s, top 0.33s;
}
@media (max-width: 767px) {
  #site_header .service-menu #ajaxsearchlite1 {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 135px;
    bottom: auto;
    width: calc(100% - 20px) !important;
  }
}
#site_header .service-menu #ajaxsearchlite1.active {
  width: 250px;
  opacity: 1;
  visibility: visible;
}
#site_header .service-menu #ajaxsearchlite1 .proclose,
#site_header .service-menu #ajaxsearchlite1 .promagnifier {
  display: none !important;
}
#site_header .service-menu #ajaxsearchlite1 .probox {
  height: auto;
  background: white;
}
#site_header .service-menu #ajaxsearchlite1 .proloading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto;
}
#site_header .service-menu #ajaxsearchlite1 .proloading .asl_simple-circle {
  border: 4px solid var(--background-primary);
}
#site_header .service-menu #ajaxsearchlite1 .proinput {
  margin: 0;
  padding: 11px 20px 8px !important;
}
#site_header .service-menu #ajaxsearchlite1 .proinput input,
#site_header .service-menu #ajaxsearchlite1 .proinput input::placeholder {
  color: var(--primary-dark) !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: 'poppins';
}
#site_header .service-menu #ajaxsearchlite1 .proinput input::placeholder,
#site_header .service-menu #ajaxsearchlite1 .proinput input::placeholder::placeholder {
  color: var(--primary-light) !important;
}
.mobile-nav .main-nav-content .main-content ul li a:hover,
.mobile-nav .main-nav-content .main-content ul li a:active {
  background-color: var(--primary-dark) !important;
}
.mobile-nav .menu-item ul {
  background-color: var(--secondary-light);
  border-color: var(--primary-light);
}

/* style.css:6120:6230 */
footer {
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
  background: #58595b;
}
footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  footer .footer-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-main nav {
    margin-right: 6.25rem;
  }
}
footer .footer-main .footer-title {
  margin-bottom: 0.5rem;
  color: #fff;
}
footer .footer-main .search-column {
  width: 100%;
  max-width: 21.25rem;
  margin-bottom: 1.875rem;
}
footer .footer-main .search-column .footer-title {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 1.0625rem;
}
footer .footer-main .search-column input {
  width: 100%;
  padding: 0.4375rem 1.0625rem;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}
footer .footer-main .search-column input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-main .search-column input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-main .search-column input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-main .search-column input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-main .search-column input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-main .search-column input:focus {
  outline: none;
}
footer .footer-main nav {
  margin-bottom: 1.875rem;
}
footer .footer-main nav ul {
  padding: 0;
  list-style: none;
}
footer .footer-main nav ul li {
  margin-bottom: 0.625rem;
}
footer .footer-main nav ul li a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
}
footer .footer-copyright {
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
  color: #fff;
}
footer .footer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  footer .footer-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-footer > * + * {
    margin-top: 1.25rem;
  }
}


/* style.css:6231:6250: */

footer .footer-footer .footer-socials {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 0;
}
footer .footer-footer .footer-socials li {
  margin-left: 0.625rem;
}
footer .footer-footer .footer-socials li a {
  color: #fff;
}
footer .footer-footer .footer-socials i {
  font-size: 2rem;
}

/* style.css:6693:6826: */

.btn-toggle-nav-mobile {
  display: none;
  border: none;
  background: none;
  outline: none;
  color: var(--neutral-dark);
  font-size: 1.125rem;
}
@media screen and (max-width: 1150px) {
  .btn-toggle-nav-mobile {
    display: inline-block;
  }
}

header .btn-toggle-nav-mobile {
  margin-left: 1.875rem;
  outline: none;
}
@media screen and (max-width: 992px) {
  header .btn-toggle-nav-mobile {
    margin-left: 0.9375rem;
  }
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -15;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.overlay.show {
  z-index: 15;
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  min-width: 235px;
  background: #fff;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-nav.mobile-nav-showed {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-nav .btn-toggle-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  color: #000000;
  z-index: 9;
  border: none;
  opacity: 0.4;
}
.mobile-nav .btn-toggle-nav-mobile:active, .mobile-nav .btn-toggle-nav-mobile:focus {
  outline: none;
}
.mobile-nav .main-nav-content .main-content {
  padding-bottom: 50px;
}
.mobile-nav .main-nav-content .main-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem;
}
.mobile-nav .main-nav-content .main-content ul li a {
  font-size: 22px;
  padding: 15px 15px;
  line-height: normal;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  display: block;
}
.mobile-nav .main-nav-content .main-content ul li a:hover, .mobile-nav .main-nav-content .main-content ul li a:active {
  text-decoration: none;
  color: #fff;
  background: #a82930;
}
.mobile-nav .main-nav-content .main-content ul li.not-bold a {
  font-weight: 400;
}
.mobile-nav .main-nav-content .main-content .small-nav {
  background: rgba(4, 154, 137, 0.12);
  padding: 20px 0;
  margin-top: 20px;
}
.mobile-nav .main-nav-content .main-content .small-nav ul {
  margin-top: 0;
}

.mob-nav-logo {
  display: block;
  background: #e2e0eb;
  padding: 10px;
}
.mob-nav-logo img {
  height: 40px;
}


/* custom: */
#site_header ul {
	width: auto;
}
#site_header .service-menu {
	/*visibility: hidden;*/
  display: none;
}
#site_header .service-menu > *{
  display: none;
}
#site_header a,
.mobile-nav a {
    text-decoration: none;
}

#site_header .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#site_header .btn-toggle-nav-mobile {
  padding: 0;
}
/*
#site_header .btn-toggle-nav-mobile i {
  display: inline-block !important;
}
#site_header .btn-toggle-nav-mobile i:before {
    content: '';
}
#site_header .btn-toggle-nav-mobile i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

#Header {
  display: none;
}


#MainContainer {
  margin-top: 70px;
}

#site_header:not(.fixed-header) #Logo img {
  transform: scale(1.5);
}
@media (min-width: 1151px) {
#site_header:not(.fixed-header) #Logo img {
  transform-origin: right;
}
}

@media (max-width: 549px) {
#site_header:not(.fixed-header) .logo img {
  width: 20vw;
}
}

.overlay.show {
  z-index: 7998; /* e-line filters are at 7997 */
}
.mobile-nav {
  z-index: 7999;
}

/* dropdown tab */
/*
#MainContainer {
  margin-top: 90px;
}
#site_header {
  background-color: transparent !important;
  box-shadow: none !important;
}
#site_header > .container {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
#Logo {
    margin: auto;
    background: white;
    width: 150px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2) !important;
}
*/

/* ==================================================== */
/* site_header end */
/* ==================================================== */

/* ==================================================== */
/* hero begin */
/* ==================================================== */
#StartTextView {
  max-width: unset;
  text-align: center;
}
#StartTextView h1 {
  color: var(--primary-dark);
}
#StartTextView a {
  color: var(--primary-dark);
}
#StartTextView table, #StartTextView tbody {
  display: block;
}
#StartTextView tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#StartTextView td {
  display: inline-block;
}

#StartTextView .fw-button {
  padding: 100px 50px;
  border-radius: 15px;
  box-shadow: #555555 0px 0px 15px 0px;
  margin: 32px;
  font-size: x-large;
  font-weight: bold;
  text-transform: none;
  color: #fff;
}
@media (max-width: 1200px) {
#StartTextView .fw-button {
  padding: 75px 25px;
}
}
@media (max-width: 767px) {
#StartTextView .fw-button {
  padding: 50px 50px;
}
}
#StartTextView h1 {
  font-weight: bold;
}

/* ==================================================== */
/* hero end */
/* ==================================================== */

#site_header .home {
  font-size: x-large;
  text-wrap: nowrap;
}
#site_header .home i {
  font-size: xx-large;
  vertical-align: baseline;
  margin-right: 5px;
}
#site_header .topbar-left,
#site_header .topbar-left > * {
  margin-right: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 1;
}
#site_header .contacts_container {
  flex-wrap: wrap;
}


#footer ul {
  width: unset;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#SignedIn {
  display: none;
}

#Breadcrumbs #BreadMenu {
    margin: -50px 0 0 0;
}
