/* globals */
body {
  margin: 0;
}

figure {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

div#layer_cart {
  z-index: 99999;
}

/* globals end */
/* header */
#header>.nav {
  height: 25px;
}

.iqitmegamenu-wrapper {
  display: none;
}

header .mobile-condensed-header {
  display: block;
  border: none;
}

.cbp-spmenu-left {
  left: -500px !important;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px !important;
  z-index: 99999;
  margin: 0;
}

#page .mobile-condensed-header .mobile-main-bar {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  align-items: center;
}

header .mobile-condensed-header.mobile-style1 .mobile-h-logo {
  padding: 5px 10px 0;
}

#page .mobile-condensed-header .mobile-main-bar img.logo {
  max-width: 80%;
  height: auto;
}

#ups .container div {
  align-items: center;
}

#ups .container div span span {
  display: none !important;
}

#ups .container div img {
  max-width: 50px;
  height: 50px;
}

#ups .container div span b {
  font-size: 8px;
}

header .mobile-condensed-header .mh-drop {
  top: 100%;
  opacity: 1;
  visibility: visible;
  position: static !important;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}

.mh-drop.mh-search-drop div#search_block_left p.title_block {
  display: none;
}

.mh-drop.mh-search-drop div#search_block_left label {
  display: none;
}

.mh-drop.mh-search-drop div#search_block_left input#search_query_block {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 1px solid #014956 !important;
  background: #0149561A !important;
  border-radius: 30px;
}

.mh-drop.mh-search-drop div#search_block_left p.block_content {
  display: flex;
  position: relative;
  width: 92%;
  margin: 0 auto;

}

.mh-drop.mh-search-drop div#search_block_left p.block_content button#search_button {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent !important;
  color: #014956 !important;
  font-size: 20px;
}

header .mobile-condensed-header .mh-button .mh-icon {
  font-size: 35px;
  color: #014956 !important;
}

ul.footer_links {
  list-style: none;
}
#header .cart_block .cart-images img {
  max-width: 80px;
}

@media screen and (min-width: 1000px) {
  header .mobile-condensed-header {
    display: none;
  }

  #page .header-container>header#header>div>.container {
    max-width: 100% !important;
    padding: 0;
    background: #fff;
  }

  #page .header-container>header#header>div>.container div#desktop-header {
    max-width: 1180px;
    margin: 7px auto;
  }

  div#desktop-header>.row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  div#desktop-header>.row div#header_logo {
    padding: 0;
    height: auto;
    width: 30%;
  }

  div#desktop-header .row #header_logo img {
    position: relative;
    max-width: 100%;
    height: auto;
  }

  #shopping_cart_container {
    width: 30%;
  }

  .header_user_info {
    display: none;
  }

  #shopping_cart_container img {
    max-width: 50px;
  }

  #shopping_cart_container .more_info {
    background: no-repeat;
    position: relative;
  }

  #shopping_cart_container .shopping_cart {
    padding: 0 !important;
  }

  #shopping_cart_container .more_info span.ajax_cart_quantity {
    position: absolute;
    top: 10px;
    left: 23px;
    background: #fff;
    border-radius: 100%;
    font-size: 9px;
    line-height: 1.5;
    height: 12px;
    width: 12px;
    color: #000 !important;
    font-weight: 600;
    text-align: center;
  }

  #header .cart_block * {
    color: #000 !important;
    text-decoration: none;
  }
}

/* header end */

/* search(desktop) */
@media screen and (min-width: 1000px) {

  /* search */
  #header #search_block_top .btn.button-search {
    background: transparent !important;
    top: 0px;
    right: -10px;
  }

  div#desktop-header>.row div#search_block_top {
    width: 600px;
    max-width: 100%;
    display: flex;
    justify-content: end;
    text-align: right;
    padding: 0;
  }

  div#desktop-header>.row div#search_block_top input#search_query_top {
    width: 340px;
    border-radius: 30px;
    background: #0149561A !important;
    border: 1px solid #014956 !important;
  }

  #page #search_block_top .btn.button-search:before {
    content: "";
    background: url("../../img/search.svg");
    width: 23px;
    background-repeat: no-repeat;
    height: 23px;
  }

  /* search end */
}

/* topbar */

.top-right-content {
  display: none;
}

/* topbar end */
/* menu */

ul#iqitmegamenu-accordion {
  padding: 0;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(243 253 255) 64%);
  border: none;
  box-shadow: 4px 4px 4px 0px #00000040 !important;
  height: 100%;
}

li#cbp-close-mobile {
  background: transparent;
  color: #000 !important;
}

body.cbp-spmenu-push-toright {
  left: 0;
}

ul#iqitmegamenu-accordion li a {
  text-transform: none !important;
  text-decoration: none;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
  padding: 10px 10px;
  color: #014956;
}

body.cbp-spmenu-push-toright #mh-sticky.sticked {
  left: 0 !important;
}

/* menu desktop */
@media screen and (min-width: 1000px) {
  .iqitmegamenu-wrapper {
    display: block;
  }

  div#iqitmegamenu-horizontal {
    background: linear-gradient(270deg, #014956 0%, #404042 100%) !important;
  }

  .cbp-hrmenu>ul>li {
    float: none !important;
  }

  #page div#iqitmegamenu-horizontal .cbp-horizontal>ul>li>a {
    text-transform: none;
  }
}

/* menu end */
/* ups */
#ups {
  background: linear-gradient(180deg, rgba(0, 115, 134, 0.05) 0%, rgba(0, 115, 134, 0) 64%);
  padding: 11px 0;
  font-family: 'Play';
}

#ups .container {
  display: flex;
  justify-content: space-around;
}

#ups .container div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

#ups .container div span b {
  display: block;
  color: #014956;
}

@media screen and (min-width: 1000px) {
  #ups {
    background: linear-gradient(180deg, rgba(0, 115, 134, 0) 0%, rgba(0, 115, 134, 0.05) 64%);
  }

  #ups .container {
    justify-content: center;
    gap: 50px;
  }

  #ups .container div {
    gap: 8px;
  }

  #ups .container div img {
    max-width: unset;
    height: 57px;
    object-fit: contain;
  }

  #page #ups .container div span {
    font-size: 14px;
    display: block !important;
    color: #014956;
  }

  #ups .container div span b {
    font-size: 16px;
  }
}

/* ups end */

/* footer */

#page .footer-container .footer-container-inner {
  background: linear-gradient(270deg, #014956 0%, #404042 100%);
}

footer#footer.container {
  width: min(1180px, 80%) !important;
  margin: 0 auto;
  padding: 0;
}

.footer-container #footer .row {
  display: grid;
}

.footer-container #footer .row>.clearfix,
.footer_copyrights {
  display: none !important;
}

.footer-container #footer .row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-container #footer .row a {
  text-decoration: none;
}

.footer-container #footer .row h4,
.footer-container #footer .row h4 a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
  color: #FFFFFF;
  text-transform: none;
}

.footer-container #footer #social_block {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 10px 0;
}

.footer-container #footer #social_block h4,
.footer-container #footer1 #social_block h4 {
  display: inline-block;
  float: none;
}

.footer-container #footer #social_block ul li a:before,
.footer-container #footer1 #social_block ul li a:before,
.footer-container #footer #social_block h4:after,
.footer-container #footer1 #social_block h4:after {
  display: none;
}

.footer-container #footer .bullet li {
  padding: 1px;
}

.footer-container #footer .row>* {
  width: 100%;
}

/* footer layouting */
/* .footer-container #footer .row section#social_block {
  grid-row: 1;
}

.footer-container #footer .row>section:nth-child(3) {
  grid-row: 3;
} */
#desktoppaymentlogos {
  display: none;
  margin-left: 30px;
}
.footer-container #footer .row section.blockcategories_footer,
section#block_various_links_footer,
.footer-container #footer .row>section:nth-child(3) {
  max-width: 68%;
  margin: 0 auto !important;
}

.footer-container #footer .row section.blockcategories_footer h4:after,
.footer-container #footer .row>section:nth-child(3) h4:after {
  content: "";
  background: url("../../img/Polygon-5.svg");
  background-size: 15px;
  display: inline-block;
  height: 14px;
  background-repeat: no-repeat;
  width: 16px;
  top: 12px;
}

.footer-container #footer h4:after,
.footer-container #footer1 h4:after {
  display: none;
}

div#mobilkepaymentlogos {
  text-align: center;
  padding: 10px 0 10px;
}

@media screen and (min-width: 1000px) {
  footer#footer.container {
    padding: 20px 0 0;
  }

  .footer-container #footer .row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-container #footer .row section.blockcategories_footer h4:after,
  .footer-container #footer .row>section:nth-child(3) h4:after {
    display: none;
  }

  section#block_contact_infos {
    margin: 0 !important;
  }

  .footer-container #footer .row>* {
    width: 25%;
  }

  div#mobilkepaymentlogos {
    display: none;
  }

  .footer-container #footer .row section#social_block {
    justify-content: end;
    max-width: 1180px;
    align-items: center;
  }
  #desktoppaymentlogos {
    display: block;
  }
}

/* footer end */
/* global elements */
.stockstat {
  text-align: right;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #00881E;
}
span.stockstat.nostock {
  color: #880000;
  font-size: 11px;
}
.stockstat:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00881E;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0px 3px;
}
span.stockstat.nostock:after {
  background: #880000;
}
#page #columns .breadcrumb {
  padding: 0px 15px;
}

.breadcrumb a:after {
  content: "";
  border: none;
  background: url(../../img/Polygon-7.svg) no-repeat;
  width: 16px;
  height: 10px;
  padding: 1px;
  transform: none;
  right: -27px;
  background-size: 7px;
  top: 7px;
}
div#layer_cart > .clearfix {
  display: flex;
  flex-wrap: wrap;
}
#layer_cart .button-container .pull-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#layer_cart .button-container .pull-right a.btn {
  padding: 10px;
  font-size: 10px;
}
#layer_cart .button-container .pull-right .btn {
  font-size: 10px;
}
.layer_cart_overlay {
  z-index: 99991;
}

.img-responsive {
  max-width: 100%;
}
.cart_block .cart-buttons a#button_order_cart span, .cart_block .cart-buttons a#button_order_cart span i {
  color: #fff !important;
}
/* global elements end */
/* media queries */

@media screen and (min-width: 768px) {
  #page .container {
    max-width: 1180px !important;
    margin: 0 auto;
  }
  div#layer_cart > .clearfix {
    flex-wrap: nowrap;
  }
  #layer_cart .layer_cart_product, #layer_cart .layer_cart_cart {
    width: 50%;
  }
  #layer_cart .button-container .pull-right .btn {
    font-size: 12px;
  }

  #page .columns-container {
    background: #fff !important;
  }

  #header #contact-link {
    border: none !important;
  }

  #header #contact-link a:hover {
    background: #fff;
  }

  .top-right-content {
    display: flex;
    text-align: center;
    justify-content: end;
    align-items: center;
    gap: 10px;
    top: 0;
    right: 0;
    position: absolute;
  }

  .top-right-content * {
    font-weight: 400 !important;
    text-shadow: none !important;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #404042;
    padding: 0px !important;
  }

  .top-right-content a {
    padding: 2px 10px !important;
    text-decoration: none;
  }

  #header>.nav {
    min-height: auto !important;
    padding: 0px 0px 1px;
    border-bottom-style: solid;
    border-image-source: linear-gradient(270deg, #07778A 0%, #E9E9E9 100%);
    border-image-slice: 1;
  }

  header .nav nav {
    justify-content: center !important;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
  }

  body:not(#index) #page .price-percent-reduction,
  body:not(#index) #page #reduction_percent,
  body:not(#index) #page #reduction_amount {
    background: none !important;
    box-shadow: none !important;
  }
  .footer-container #footer {
    font-size: 16px;
    line-height: 1.3;
  }
}
#page .breadcrumb a {
  color: #fff !important;
}