.fixed-header .delivery_time{display: none!important;}
.fixed-header .delivery_header{display: none!important;}
.delivery_time{
    display: flex!important;
    align-items: center;
    float: right;padding-top: 4px;
}
.delivery_time span{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding-left: 5px;padding-right: 20px;}
.delivery_header{
    display: flex!important;
    align-items: center;
    float: right;padding-top: 4px;
}
.delivery_header span{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding-left: 5px;}
i.fa.fa-truck {
    font-size: 25px;
}
i.fa.fa-clock-o{
    font-size: 25px;
}
.form-inline .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-inline .input-group .input-group-addon {
  padding: 0;
  border: 0;

}

.form-inline .input-group input {
  border-radius: 0;
  height: 35px;
}

.form-inline .input-group .btn {
  border: 0;
  border-radius: 0;
  height: 35px;
}

.bold {
  font-weight: bold;
}

table.table.history-table tbody tr, table.table.history-table tbody td {
  vertical-align: middle;
}

table.table.history-table .button {
  margin-bottom: 0;
}

.account-button {
  display: block;
  text-align: left;
  font-size: 16px;
  background: #f0f0f0;
  border: 1px solid #d4d4d4;
  padding: 12px 10px 12px 50px;
  position: relative;
}

.account-button i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border-right: 1px solid #d4d4d4;
  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;
}

.search-field {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 33px;
  border-color: #fff;
}

.search-field input[type=text] {
  height: 30px;
  line-height: 30px;
}

.search-button {
  height: 33px;
  width: 33px;
}

.search-button .fa {
  line-height: 33px;
}

.search-button, .search-box {
  border-radius: 8px;
}

.open-cart-popup, .button, .product-image, .mozaic-banner-entry, .footer-columns-entry, .login-box, .simple-field,
.blog-entry .image, .categories-border-wrapper, .ui-slider-handle, .size-selector .entry, .size-selector .entry::after, .main-category-container, .blog-sidebar .image img {
  border-radius: 8px;
}

.serach-box.popup form {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serach-box.popup .search-field {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.serach-box.popup .search-button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header-functionality-entry .fa {
  color: #fff;
}

.tab-switcher {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.steps-title, .account-title {
  margin-bottom: 8px;
  padding-left: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
}

.steps {
  margin: 5px 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #e0e0e0;
  overflow: hidden;
  border-radius: 8px;
}

.steps .step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 8px;
  text-align: center;
  position: relative;
  padding-left: 20px;
}

.steps .step a {
  color: #00303c;
}

.steps .step.completed {
  background: #00303c;
  color: #ffffff;
}

.steps .step.completed a {
  color: #ffffff;
}

.steps .step.active {
  background: #00303c;
  color: #ffffff;
}

.steps .step.active:after {
  content: ' ';
  display: block;
  position: absolute;
  right: -22px;
  top: 0;
  height: 0;
  width: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 22px;
  border-color: transparent transparent transparent #00303c;
}

.steps .step.active a {
  color: #ffffff;
}

.address-box, .my-address-item {
  margin-bottom: 0;
}

.address-box p, .my-address-item p {
  line-height: 1.4;
}

.address-box hr, .my-address-item hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.address-box .button, .my-address-item .button {
  margin-top: 12px;
}

.address-box h5, .my-address-item h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.my-address-item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.cart-total-table tr td {
  border-top: 0 !important;
}

.cart-total-table strong {
  font-weight: 800;
  font-size: 24px;
}

.cart-summary-box {
  border: 0;
  padding-top: 0;
}

.block-header h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.block-header h3:before, .block-header h3:after {
  content: '';
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
  display: block;
  height: 8px;
  background-image: url("/images/header-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.block-header h3:after {
  margin: 0 0 0 20px;
}

.block-header .description.menu {
  margin-top: 25px;
}

.block-header .description.menu a {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  display: inline-block;
  min-width: 80px;
}

.shipping-box strong {
  font-weight: bold;
}

.shipping-box h4 {
  margin-bottom: 10px;
}

.account p {
  margin-bottom: 10px;
}

.account h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.shipping-carrier {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.shipping-carrier .row > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shipping-carrier h4 {
  margin-bottom: 6px;
  font-weight: bold;
}

.shipping-carrier p {
  margin-bottom: 0;
}

.shop-grid.list-view .grid-buttons {
  display: none;
}

.row.payment-options {
  margin-left: 0;
  margin-right: 0;
}

.row.payment-options > div {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.payment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #303030;
  padding: 40px 30px;
  background: #f8f8f8;
}

.payment-item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  padding: 0 15px 0 30px;
}

.payment-item-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.payment-item h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.payment-item h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #9e9e9e;
}

.header-middle {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-middle .logo-wrapper {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.header-middle .middle-entry {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 400px;
}

.header-middle .right-entries {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.submenu .menu-image-title {
  padding: 8px 12px;
}

.submenu .menu-image-title .image {
  background: #BEBEBB;
}

.submenu .submenu-list-title {
  padding: 8px 12px;
}

.submenu .submenu-list-title a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.submenu .submenu-list-title a:hover {
  color: #fff !important;
}

.submenu .product-column-entry {
  border-right: 0;
}

.submenu .product-column-entry .image {
  height: 100px;
  margin-bottom: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 8px;
}

.submenu .product-column-entry:nth-child(1) .menu-image-title .image {
  background: #00ceaf;
}

.submenu .product-column-entry:nth-child(1) .menu-image-title:hover .image {
  background: #009b84;
}

.submenu .product-column-entry:nth-child(2) .menu-image-title .image {
  background: #febc00;
}

.submenu .product-column-entry:nth-child(2) .menu-image-title:hover .image {
  background: #cb9600;
}

.submenu .product-column-entry:nth-child(3) .menu-image-title .image {
  background: #46c5e7;
}

.submenu .product-column-entry:nth-child(3) .menu-image-title:hover .image {
  background: #1db5dd;
}

.submenu .product-column-entry:nth-child(4) .menu-image-title .image {
  background: #ee6100;
}

.submenu .product-column-entry:nth-child(4) .menu-image-title:hover .image {
  background: #bb4c00;
}

.submenu .product-column-entry:nth-child(5) .menu-image-title .image {
  background: #a2a2fd;
}

.submenu .product-column-entry:nth-child(5) .menu-image-title:hover .image {
  background: #7070fc;
}

.submenu .product-column-entry:nth-child(6) .menu-image-title .image {
  background: #4a4a4a;
}

.submenu .product-column-entry:nth-child(6) .menu-image-title:hover .image {
  background: #313030;
}

.submenu .product-column-entry .description {
  margin-left: 12px;
  margin-right: 12px;
}

.submenu .product-column-entry .description > ul > li > a {
  font-weight: 600;
}

.submenu .product-column-entry li i {
  display: none;
}

.submenu .product-column-entry ul ul {
  margin-left: 12px;
  margin-top: 6px;
}

.submenu .product-column-entry ul ul li i {
  display: block;
  left: -8px;
  top: 6px;
}

.scrollbar-track {
  background: #bebebe !important;
}

.scrollbar-thumb {
  background: #00303c !important;
}

.filters-scrollbar {
  height: 200px;
  width: 100%;
  overflow-y: auto;
}

.filters-scrollbar .row {
  margin-left: 0;
  margin-right: 0;
}

.filters-scrollbar .row > div:first-child {
  padding-left: 0;
}

.filters-scrollbar .row > div:last-child {
  padding-right: 0;
}

.header-wrapper.dark header {
  background: #34d9c3;
  color: #fff;
}

.header-wrapper.dark header:before {
  background: red;
  position: absolute;
  height: 1000px;
  width: 100000px;
  left: 50%;
  margin-left: -50000px;
  bottom: -2px;
  content: "";
  background: #34d9c3;
}

.header-wrapper.dark .header-middle .progress:after {
  border-color: #34d9c3;
}

.header-wrapper.dark .header-top-entry {
  color: #fff;
  padding: 10px 0 10px 0;
}

.header-wrapper.dark .header-top-entry b {
  color: #fff;
}

.header-wrapper.dark .header-functionality-entry {
  color: #fff;
  border-right-color: #fff;
}

.header-wrapper.dark .nav-overflow > nav > ul > li > a {
  color: #fff;
}

@media (min-width: 767px) {
  .header-wrapper.dark .nav-overflow > nav > ul > li > a {
    line-height: 40px;
  }
}

.header-wrapper.dark .fixed-header .nav-overflow {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-wrapper.dark .fixed-header .nav-overflow > nav > ul {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper.dark .fixed-header .fixed-header-square-button {
  line-height: 30px !important;
  margin-top: 0;
}

.header-wrapper.dark .header-top {
  border-bottom: 0;
}

.header-wrapper.dark .header-top-entry .title {
  border-left-color: #fff;
}

.header-wrapper.dark nav > ul > li > .fa {
  color: #fff;
  top: -8px;
  left: 2px;
}

.header-wrapper.dark .header-top-entry:first-child .title {
  border-left: 0;
}

.header-wrapper.dark .header-middle {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.header-wrapper.dark .navigation {
  border-bottom: 0;
}

.open-cart-popup i {
  position: relative;
}

.header-middle .open-cart-popup span.header-cart-count {
  position: absolute;
  right: 0;
  /*top: 2px;*/
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 9px;
  border-radius: 10px;
  display: block;
  background: #00303c;
  color:white;
  display: -ms-flex;
  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;
}

.mozaic-banners-wrapper + .mozaic-banners-wrapper {
  position: relative;
  top: -16px;
}

.login-box .article-container {
  margin-bottom: 10px;
}

.product-column-entry {
  padding-top: 0;
}

.block-header {
  padding: 1px 0 0 0;
  margin-bottom: 30px;
}

.button.facebook {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

.button.google {
  background: #DD4B39;
  color: #fff;
  border-color: #dd4b39;
}

h1.line, h2.line, h3.line, h4.line, h5.line, h6.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1.line:before, h1.line:after, h2.line:before, h2.line:after, h3.line:before, h3.line:after, h4.line:before, h4.line:after, h5.line:before, h5.line:after, h6.line:before, h6.line:after {
  content: '';
  border-top: 1px solid #ebebeb;
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
}

h1.line:after, h2.line:after, h3.line:after, h4.line:after, h5.line:after, h6.line:after {
  margin: 0 0 0 20px;
}

.mozaic-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -28px;
  top: 0;
  height: 100%;
  padding-bottom: 16px;
}

.mozaic-social-item {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #555555;
  color: #555555;
  border-radius: 14px;
  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: 4px 0;
}

.menu-image-title {
  position: relative;
}

.menu-image-title .submenu-list-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submenu .product-column-entry .menu-image-title .submenu-list-title {
  margin-left: 0;
  margin-right: 0;
}

.vspace {
  padding-top: 30px;
  padding-bottom: 30px;
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 767px) {
  .login-column-1 {
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-column-2 {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 767px) {
  .row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .row-flex::before, .row-flex::after {
    display: none;
  }
}

.row-flex-wrap {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] > div {
  width: 100%;
}

.product-slide-entry .button {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.product-combination-singles {
  cursor: pointer;
  -webkit-transition: all .2s ease !important;
  transition: all .2s ease !important;
}

.product-combination-singles:hover {
  background: #ebebeb;
}

.product-combination-singles.active {
  background: #34d9c3;
  color: #fff;
}

.product-combination-singles.active .text-muted {
  color: #fcfcfc;
}

/*moje na szybko */
.product-manufacturer, .product-stock, .product-delivery {
  padding: 8px 0;
  margin-bottom: 15px;
  font-size: 12px;
}

.product-insert {
  color: green;
}

input[type=checkbox], input[type=radio] {
  margin: 0 0 0;
  margin-top: 0px \9;
  line-height: normal;
}

.product-combination-single {
  text-align: center;
}

.product-combination-header {
  margin-bottom: 20px;
  text-align: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-combination-header > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-combinations {
  padding-top: 10px;
}

.product-combination-singles {
  padding-left: 0px;
  border: 1px solid #adadad;
  border-radius: 3px;
  vertical-align: middle;
  /* margin-bottom: 10px; */
  padding: 0 15px;
  -webkit-transition: border-color 1s;
  transition: border-color 1s;
  padding-top: 15px;
  padding-bottom: 10px;
}

.product-combination-singles > .row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-combination-singles > .row > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-combination-singles + .product-combination-singles {
  margin-top: -1px;
}

.product-combination-singles .price {
  line-height: 1em;
  letter-spacing: unset;
}

.product-combination-singles small {
  display: block;
  font-size: 11px;
  margin-top: 6px;
}

.product-combination-numner {
  padding-top: 5px;
}

.cart_wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  /* width: 80%; */
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  padding: 20px 0;
  /* margin: calc(2em + 20px) auto 0; */
}

.product-recommended .block-header {
  padding-top: 0;
}

.rating-bar .row-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.rating-bar .progress {
  margin-bottom: 0;
}

.rating-bar .progress-column {
  padding-left: 0;
  padding-right: 0;
}

.user-rating-header .user-rating-box {
  display: inline-block;
}

.user-rating-header .user-rating-box .star {
  display: inline-block;
}

.user-rating-header .user-rating-title {
  font-size: 14px;
  color: #ca1515;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

.user-rating-meta {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #808080;
}

.user-rating-meta .meta-item {
  display: inline-block;
}

.user-rating-meta .meta-item + .meta-item {
  margin-left: 8px;
}

.blog-landing-box .blog-entry .content {
  margin-left: 10px;
}

.breadcrumb-box span {
  display: inline-block;
  font-size: 13px;
  color: #696969;
  line-height: 16px;
  margin-right: 7px;

}

.main-category-container {
  padding: 30px 30px 0 30px;
  border: 1px solid #696969;
}

.main-category-container .pagination {
  display: none;
}

.main-category-container h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.main-category-container h2 a {
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}

.home-category .pagination {
  display: none;
}

.home-category .products-swiper .swiper-button-prev, .home-category .products-swiper .swiper-button-next {
  top: -65px;
  background: #fff;
}

.header-middle .fa-shopping-cart {
  font-size: 25px;
}

.header-middle .open-cart-popup {

  color: #fff;
  /*height: 45px;*/

  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-middle .open-cart-popup span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 4px;
}

.header-middle .open-cart-popup b {
  color: #fff;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.header-middle .progress {
  width: 24px;
  height: 24px;
  line-height: 45px;
  background: none;
  margin: 0 5px 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.header-middle .progress + p {
  font-size: 12px;
}

.header-middle .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.header-middle .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.header-middle .progress .progress-left {
  left: 0;
}

.header-middle .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.header-middle .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.header-middle .progress .progress-right {
  right: 0;
}

.header-middle .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 0.8s linear forwards;
          animation: loading-1 0.8s linear forwards;
}

.header-middle .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.header-middle .progress.blue .progress-bar {
  border-color: #00303c;
}

.header-middle .progress.blue .progress-left .progress-bar {
  -webkit-animation: loading-2 .5s linear forwards .8s;
          animation: loading-2 .5s linear forwards .8s;
}

.header-middle .progress.yellow .progress-bar {
  border-color: #fdba04;
}

.header-middle .progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-3 1s linear forwards 1.8s;
          animation: loading-3 1s linear forwards 1.8s;
}

.header-middle .progress.pink .progress-bar {
  border-color: #ed687c;
}

.header-middle .progress.pink .progress-left .progress-bar {
  -webkit-animation: loading-4 0.4s linear forwards 1.8s;
          animation: loading-4 0.4s linear forwards 1.8s;
}

.header-middle .progress.green .progress-bar {
  border-color: #1abc9c;
}

.header-middle .progress.green .progress-left .progress-bar {
  -webkit-animation: loading-5 1.2s linear forwards 1.8s;
          animation: loading-5 1.2s linear forwards 1.8s;
}

@media only screen and (max-width: 990px) {
  .header-middle .progress {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

.progress-bar {
  background: #34d9c3;
}

.fixed-header .nav-overflow > nav > ul > li > .fa {
  color: #fff;
}

.navigation .submenu li {
  position: relative;
  padding-left: 4px;
}

.navigation .submenu li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.products-swiper .swiper-button-prev, .products-swiper .swiper-button-next {
  position: absolute;
  top: -40px;
  right: 22px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  font-size: 20px;
  display: -ms-flex;
  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;
  cursor: pointer;
}

.products-swiper .swiper-button-prev i, .products-swiper .swiper-button-next i {
  font-size: 20px;
  position: relative;
  left: 1px;
}

.products-swiper .swiper-button-prev {
  right: 60px;
}

.products-swiper .swiper-button-prev i {
  position: relative;
  left: -1px;
}

.article-dropdown {
  max-height: 8em;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.article-dropdown:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: block;
  content: ' ';
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.article-dropdown.in {
  max-height: 100em;
}

.article-dropdown.in:after {
  opacity: 0;
}

.article-dropdown.in + .article-dropdown-toggle i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-dropdown-toggle {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.article-dropdown-toggle i {
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 24px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.menu-button {
  color: #fff;
  top: 7px;
  z-index: 950;
}

.header-count {
  right: 8px;
  top: 12px;
}

@media (max-width: 1200px) {
  .navigation {
    background: #00303c;
  }
  .open-search-popup {
    display: none !important;
  }
  nav > ul > li, .navigation-header, .navigation-footer .socials-box, .navigation-footer .socials-box a {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .header-wrapper.dark nav > ul > li > .fa {
    left: auto;
    right: 0;
    top: 1px;
  }
  .menu-image-title .submenu-list-title {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .submenu {
    background: #00303c;
    border: 0;
  }
  .submenu .menu-image-title {
    padding: 0;
  }
  .submenu .menu-image-title a {
    padding: 10px;
  }
  .submenu .product-column-entry {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .submenu .list-type-1 a {
    color: #fff;
    font-size: 12px;
  }
  .submenu .list-type-1 li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .home-category .products-swiper .swiper-button-prev, .home-category .products-swiper .swiper-button-next {
    top: -40px;
  }
  .input-group-addon, .input-group-btn {
    width: auto;
  }
  .vspace {
    padding-top: 15px;
  }
  .product-manufacturer, .product-stock, .product-delivery {
    margin-bottom: 0px;
  }
  .product-combination-numner {
    margin-bottom: 8px;
  }
  .detail-info-entry {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-middle .open-cart-popup {
    margin-right: 30px;
  }
  .header-top .right-entries {
    display: none;
  }
  .header-wrapper.dark .header-middle {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .menu-button {
    top: 29px;
    z-index: 550;
  }
  .breadcrumb-box {
    margin-bottom: 15px;
  }
  .block-header {
    margin-bottom: 5px;
  }
  .rating-bars {
    margin-bottom: 15px;
  }
  .product-reviews > .row {
    margin-bottom: 15px;
  }
  .block-header h3.title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px;
  }
  .block-header h3.title:before {
    display: none;
  }
  .block-header h3.title:after {
    z-index: 0;
  }
  .banner-column, .mozaic-banners-wrapper.type-2 .banner-column {
    margin-bottom: 0px;
  }
  .mozaic-banner-entry {
    margin-bottom: 10px !important;
  }
  .mozaic-banners-wrapper + .mozaic-banners-wrapper {
    top: 0;
  }
  .mozaic-banner-content .title {
    font-size: 24px;
    text-align: left;
  }
  .mozaic-banner-entry.type-2 .mozaic-banner-content .title, .mozaic-banner-entry.type-3 .mozaic-banner-content .title {
    font-size: 24px;
  }
  .mozaic-social {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mozaic-social .mozaic-social-item {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-address-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .main-category-container .swiper-button-prev, .main-category-container .swiper-button-next {
    top: -50px;
  }
  .main-category-container h2 a {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .my-address-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps .step {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header-middle .open-cart-popup {

  }
  .header-middle .open-cart-popup i {
    position: relative;

  }
  .header-middle .open-cart-popup > b {
    display: none;
  }
}
.kategoria_baner {
  padding-bottom: 10px;
}
/*# sourceMappingURL=main.css.map */
