.login-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.help-block {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-top: 10px;
}
.ya-share2__list.ya-share2__list_direction_horizontal {
    padding: 0;
}
.text-container h1 {
    margin-bottom: 3px;
}
.password__icon {
    position: absolute;
    right: 0px;
    padding: 15px;
}
.password__show-icon, .password__hide-icon {
    height: 20px;
    
    width: 20px;
}

@media only screen and (max-width: 700px) {
    #sdekModal .modal-content {
       width:500px !important;
    }
}
@media only screen and (max-width: 500px) {
    #sdekModal .modal-content {
       width:300px !important;
    }
}
.header.desktop.menu-fixed .delivery-location .select-label {
    padding-left: 0px;
} 
.header.desktop.menu-fixed .delivery-location {
    margin-right: 5px;
} 
.header.desktop.menu-fixed .middle-top {
    align-items: center;
} 
.product .price__pp span:after {
    display: none;
}
.product-page_link {
    color:black;
}
.product-page_link:hover {
    color:#BA1D21;
}
.b-products .item__img {
    min-width: 120px;
    min-height: 120px;
}
.calculate-btn {
    width: fit-content;
    margin: 0 auto;
    font-size: 25px;
}
@media only screen and (max-width: 800px) {
    .b-products .item {
        width: 100px;
    }
    .b-products .item__img {
        min-width: 90px;
        min-height: 90px;
    }
    .calculate-btn {
        font-size: 16px;
    }
}
.back-btn {
    padding: 6px 17px;
    
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100px;
    height: 50px;
}
.back-btn svg {
    fill:white;
    margin-right: 5px;
}

.back-btn:hover svg {
    fill:#636363;
}

.cd-dropdown.dropdown-is-active {
    display: block;
}

.cd-dropdown {
    display: none;
}

/* cookies */
.sc-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffecec;
  padding: 15px;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .sc-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.sc-widget * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sc-widget__img {
  width: 40px;
}

@media (max-width: 768px) {
  .sc-widget__img {
    margin-bottom: 15px;
  }
}

.sc-widget__text {
  width: calc(100% - 160px);
  padding: 0 15px;
  font: 14px "Open Sans", sans-serif;
  line-height: 1.3;
  color: #654d3b;
}

@media (max-width: 768px) {
  .sc-widget__text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

.sc-widget__text a {
  color: #654d3b;
  text-decoration: underline;
}

.sc-widget__text a:visited {
  color: #654d3b;
}

.sc-widget__text a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f6b778;
}

.sc-widget__button {
  width: 120px;
  font: bold 14px "Open Sans", sans-serif;
  border-radius: 3px;
  height: 40px;
  border: none;
  background: #BA1D21;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sc-widget__button:hover {
  background: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=smart-cookies.css.map */
.order-card .files-list a {
    overflow-wrap: break-word;
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
    white-space: normal;
    word-break: break-word;
}