@charset "UTF-8";
/* ------------------------------------------------------------ *\
    Imports
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Variables
\* ------------------------------------------------------------ */
/*  Colors  */
/*  Base body  */
/*  Links  */
/*  Shell  */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

html.magnifying > body {
  overflow-x: hidden !important;
}

.lens-mobile, .magnify, .magnify-mobile, .magnify > .magnify-lens {
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: 0;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  -ms-transform: none;
      transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify > .magnify-lens {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: .8;
}

.magnify > .magnify-lens.loading:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri,sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
svg.epay {
  fill: #1485a8;
}

.link {
  color: #239CBA;
}

.link-danger {
  color: #C2255C;
}

.table {
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.table th {
  background: #EFEFEF;
  border-right: 1px solid #fff;
}

.table th:last-child {
  border-right: 0;
}

.table tr {
  border-bottom: 1px solid #E0E0E0;
}

.table .table__spacer {
  padding: 23px 0;
}

.table .table__status,
.table .table__date {
  font-size: 16px;
}

.table .table__align {
  position: relative;
  top: 10px;
}

.table .table__status-success {
  color: #769F47;
}

.table .table__status-warning {
  color: #F26122;
}

.table .table__status-problem {
  color: #C2255C;
}

.table .table__header {
  height: 32px;
  border: 0;
}

.table .table__header th {
  padding-top: 6px;
}

.table span {
  color: #909090;
}

.totalPrice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  width: 350px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

.totalPrice .totalPrice__inner {
  text-align: right;
}

.totalPrice .totalPrice__total {
  font-size: 28px;
  line-height: 1;
}

.totalPrice small {
  color: #909090;
  font-size: 12px;
}

html.active,
body.active {
  overflow: hidden;
}

.lang-toggle {
  font-size: 14px;
  border: 1px solid transparent;
  border-bottom: 0;
  padding: 7px 11px;
  position: relative;
  width: 54px;
  z-index: 100;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.lang-toggle .lang-toggle__selected {
  cursor: pointer;
}

.lang-toggle .lang-toggle___icon {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: ease-in-out .3s;
  width: 10px;
  height: auto;
  position: absolute;
  right: 8px;
  top: 7px;
}

.lang-toggle .lang-toggle___icon svg {
  width: 10px;
  height: 10px;
}

.lang-toggle:hover {
  border-color: #BABABA;
}

.lang-toggle:hover .lang-toggle__list {
  display: block;
}

.lang-toggle:hover .lang-toggle___icon {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.lang-toggle .lang-toggle__list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 54px;
  padding: 7px 11px;
  border: 1px solid #BABABA;
  border-top: 0;
  z-index: 100;
  background: #fff;
}

.payments-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.payments-list li {
  border: 1px solid #E8E8E8;
  padding: 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 80px;
  height: 42px;
}

.payments-list li + li {
  margin-left: 0;
}

.payments-list li .st0 {
  display: block;
}

.payments-list .visa svg {
  width: 65px;
  height: 20px;
}

.payments-list .mastercard svg {
  width: 40px;
  height: 31px;
}

.payments-list .paypal svg {
  width: 63px;
  height: 16px;
}

.payments-list .epay svg {
  width: 62px;
  fill: #239CBA;
}

.payments-list .easypay svg {
  width: 33px;
}

.payments-list .pay-on-delivery svg,
.payments-list .bank-payment svg {
  width: 40px;
  height: 40px;
}

.availability {
  text-align: center;
  background: #C2255C;
  display: inline-block;
  color: #fff;
  height: 24px;
  line-height: 26px;
  padding: 0 11px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.availability.success {
  background: #2BAC61;
}

.availability:hover {
  color: rgba(255, 255, 255, 0.8);
}

.color-red {
  color: #C2255C;
}

.cc-window {
  font-family: "Roboto", sans-serif;
}

.cc-window .cc-btn.cc-dismiss {
  border: 1px solid #fff;
  height: 32px;
  line-height: 31px;
  padding: 0;
  font-size: 14px;
  border-radius: 2px;
}

.cc-window svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-right: 15px;
}

.cc-window .cc-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.about-boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
}

.about-boxes .about-box {
  -ms-flex: 0 1 33.33%;
      flex: 0 1 33.33%;
}

.about-box {
  padding: 0 24px;
  margin-bottom: 40px;
}

.about-box .about-box__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 355px;
}

.about-box .about-box__title {
  font-size: 28px;
  font-weight: 40;
}

.about-box .about-box__icon {
  margin-bottom: 67px;
}

.about-box_blue .about-box__inner {
  background: #D3EBF1;
}

.about-box_blue .about-box__icon {
  width: 167px;
  height: 138px;
}

.about-box_blue .about-box__icon svg {
  fill: #239CBA;
}

.about-box_green .about-box__inner {
  background: #E3F1D3;
}

.about-box_green .about-box__icon {
  width: 167px;
  height: 138px;
}

.about-box_green .about-box__icon svg {
  fill: #769F47;
}

.about-box_brown .about-box__inner {
  background: #F1E7D3;
}

.about-box_brown .about-box__icon {
  width: 167px;
  height: 138px;
}

.about-box_brown .about-box__icon svg {
  fill: #AF6B56;
}

.about-box_pink .about-box__inner {
  background: #F1DAD3;
}

.about-box_pink .about-box__icon {
  width: 167px;
  height: 138px;
}

.about-box_pink .about-box__icon svg {
  fill: #AF6B56;
}

.about-box_purple .about-box__inner {
  background: #E9D3F1;
}

.about-box_purple .about-box__icon {
  width: 167px;
  height: 138px;
}

.about-box_purple .about-box__icon svg {
  fill: #995DAF;
}

.orderDone {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.orderDone .orderDone__title {
  font-size: 28px;
  margin-bottom: 23px;
}

.orderDone .orderDone__subtitle {
  margin-bottom: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.orderDone .orderDone__actions {
  max-width: 350px;
  margin: auto;
}

.noUi-target.noUi-horizontal {
  height: 6px;
  background: #BABABA;
  border: 0;
  box-shadow: none;
}

.noUi-target .noUi-connects {
  top: 3px;
}

.noUi-target .noUi-base {
  top: -3px;
}

.noUi-target .noUi-base .noUi-handle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #239CBA;
  box-shadow: none;
  border: 2px solid #fff;
}

.noUi-target .noUi-base .noUi-handle:before, .noUi-target .noUi-base .noUi-handle:after {
  display: none;
}

.noUi-target .noUi-base .noUi-connect {
  background: #239CBA;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: -23px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: 0;
}

body {
  overflow-x: hidden;
}

.clearfix, .cols:after, .main__content:after, .shell:after, .modal_quick-view .product-inner:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -15px;
}

.row_alt {
  margin: 0 -10px;
}

.row_alt [class^="col_"] {
  padding: 0 10px;
}

[class^="col_"] {
  padding: 0 15px;
}

.col {
  float: left;
}

.col_2of3 {
  -ms-flex: 0 1 60%;
      flex: 0 1 60%;
}

.col_1of3 {
  -ms-flex: 0 1 33.33%;
      flex: 0 1 33.33%;
}

.col_1of4 {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
}

.col_1of2 {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
}

.col_46p {
  -ms-flex: 0 1 46%;
      flex: 0 1 46%;
}

.col_54p {
  -ms-flex: 0 1 54%;
      flex: 0 1 54%;
}

.col_30p {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
}

.col_70p {
  -ms-flex: 0 1 70%;
      flex: 0 1 70%;
}

.col_45p {
  -ms-flex: 0 1 45%;
      flex: 0 1 45%;
}

.col_29p {
  -ms-flex: 0 1 29%;
      flex: 0 1 29%;
}

.col_29p {
  -ms-flex: 0 1 29%;
      flex: 0 1 29%;
}

.col_13p {
  -ms-flex: 0 1 13%;
      flex: 0 1 13%;
}

.col_100p {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}

.col_39p {
  -ms-flex: 0 1 39%;
      flex: 0 1 39%;
}

.col_61p {
  -ms-flex: 0 1 61%;
      flex: 0 1 61%;
}

.col_28p {
  -ms-flex: 0 1 28%;
      flex: 0 1 28%;
}

.col_52p {
  -ms-flex: 0 1 52%;
      flex: 0 1 52%;
}

.col_20p {
  -ms-flex: 0 1 20%;
      flex: 0 1 20%;
}

.col_44p {
  -ms-flex: 0 1 44%;
      flex: 0 1 44%;
}

.col_40p {
  -ms-flex: 0 1 40%;
      flex: 0 1 40%;
}

.col_36p {
  -ms-flex: 0 1 36%;
      flex: 0 1 36%;
}

.sidebar {
  width: 20%;
  float: left;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}

.sidebar + .content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .sidebar .widgets {
    position: fixed;
    overflow-x: auto;
    width: 100%;
    height: 100vh;
    background: #EFEFEF;
    top: 0;
    z-index: 99;
    left: 0;
    transition: ease-in-out .3s;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
  }
  .sidebar .widgets.active {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.sidebar .products-filter > div {
  margin-bottom: 21px;
}

.sidebar .products-filter,
.sidebar .widget__head {
  display: none;
}

.sidebar .widgets .widget__body {
  padding-top: 0;
}

.sidebar .widget .widget__title {
  font-weight: 700;
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .sidebar .products-filter,
  .sidebar .widget__head {
    display: block;
  }
}

.content {
  width: 80%;
  float: left;
}

.logo svg {
  fill: #F26122;
}

.copyright {
  font-size: 14px;
}

.about .about__title {
  margin-bottom: 35px;
}

.about .about__content {
  font-family: "Roboto", sans-serif;
}

.about p + p,
.about ul + p,
.about ol + p,
.about p + ul,
.about p + ol {
  margin-top: 28px;
}

.list-icon-shell {
  margin-bottom: 83px;
}

.list-icon-shell [class^="col_"] {
  border-right: 1px dashed #E0E0E0;
}

.list-icon-shell [class^="col_"]:last-child {
  border: 0;
}

.map iframe {
  width: 100%;
  height: 455px;
}

.list-icons {
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.list-icons li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.list-icons li + li {
  margin-top: 20px;
}

.list-icons svg {
  min-width: 28px;
  height: 28px;
  margin-right: 10px;
  fill: #239CBA;
  position: relative;
  top: 4px;
}

.list-icons a:hover {
  color: #239CBA;
}

.simetro-offer {
  overflow: hidden;
}

.simetro-offer:hover img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.simetro-offer img {
  transition: ease-in-out .3s;
  width: 100%;
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.socials li + li {
  margin-left: 20px;
}

.socials svg {
  width: 36px;
  height: auto;
}

.socials svg .social__svg-circle {
  fill: #239CBA;
  display: block;
}

.socials .social-youTube {
  width: 36px;
  height: 43px;
}

.socials .social-youTube a {
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #239CBA;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.socials .social-youTube svg {
  width: 25px;
  fill: #fff;
}

.payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.payments img {
  width: 100%;
}

.payments li {
  padding: 0 5px;
  margin-bottom: 10px;
  -ms-flex: 0 1 33.33%;
      flex: 0 1 33.33%;
}

.account-utils {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  font-family: "Roboto", sans-serif;
}

.account-utils li {
  position: relative;
}

.account-utils li:hover svg {
  fill: #73C0D3;
}

.account-utils li + li {
  margin-left: 30px;
}

.account-utils li:last-child .account-utils__count {
  top: 2px;
}

.account-utils li:last-child svg {
  width: 32px;
  height: 31px;
}

.account-utils svg {
  fill: #239CBA;
  width: 20px;
  height: 23px;
  transition: ease-in-out .3s;
}

.account-utils .account-utils__count {
  position: absolute;
  top: -5px;
  right: -6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #F26122;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
}

.account-utils .account-utils__count:empty {
  display: none;
}

.gifter {
  background: #D3EBF1;
  text-align: center;
  padding: 22px 30px;
  min-height: 320px;
}

.gifter .gifter__header,
.gifter .gifter__row {
  border-bottom: 1px dashed #239CBA;
}

.gifter .gifter__row {
  padding: 17px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.gifter .gifter__row:last-child {
  border: 0;
}

.gifter .form__action [type="radio"]:not(:checked) + label span,
.gifter .form__action [type="radio"]:checked + label span {
  padding-left: 32px;
}

.gifter .form__action + .form__action {
  margin-left: 44px;
}

@media (max-width: 767px) {
  .gifter .form__action + .form__action {
    margin-left: 15px;
  }
}

@media (max-width: 479px) {
  .gifter .form__action + .form__action {
    margin-left: 10px;
  }
}

.current-category {
  border-bottom: 1px solid #E0E0E0;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .col {
    float: none;
  }
  .col_1of4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    float: none;
    border-bottom: 0;
  }
  .sidebar + .content {
    padding-left: 0;
  }
  .content {
    width: 100%;
    float: none;
  }
  .content .products-filter {
    display: none;
  }
}

@media (max-width: 479px) {
  .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  [class^="col_"] {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    width: 100%;
  }
  .col-mob_1of2 {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    width: 50%;
  }
  .gifter {
    margin: 0 -15px;
  }
  .about-boxes .about-box {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
  .table .table__header th:nth-child(2), .table .table__header th:nth-child(3) {
    display: none;
  }
  .table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .table .table__spacer {
    padding: 8px 0;
  }
  .table .table__align {
    top: 0;
  }
}

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
[class^="ico-"] {
  background-image: url(images/sprite.png);
  display: inline-block;
  vertical-align: middle;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  font-family: "Neucha", cursive;
  font-size: 14px;
  line-height: 1.6;
  min-width: 320px;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  transition: ease-in-out .3s;
}

a:not([class*="btn"]):hover {
  color: rgba(51, 51, 51, 0.75);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.8em;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

:focus {
  outline: none;
}

label {
  font-family: "Roboto", sans-serif;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  margin: auto;
  max-width: 1200px;
  padding: 0 15px;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header__mobile {
  display: none;
}

.header {
  padding: 13px 0 0;
}

.header.header_bordered .header__inner {
  padding-bottom: 33px;
  border-bottom: 1px solid #E0E0E0;
}

.header .logo {
  height: 59px;
  width: 112px;
  display: inline-block;
  margin: 0 42px 0 0;
  position: relative;
  top: 14px;
}

.header .header__inner {
  padding-left: 20px;
}

.header .header__inner,
.header .header__line,
.header .header__nav {
  display: -ms-flexbox;
  display: flex;
}

.header .header__nav {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header .header__aside {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}

.header .header__search {
  width: 282px;
}

.header .header__search .field {
  height: 32px;
  line-height: 32px;
}

.header .header__line {
  margin-bottom: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header .header__callouts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.header .header__callouts svg {
  fill: #239CBA;
  width: 24px;
  margin-right: 10px;
}

.header .header__callouts li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .header__callouts li + li {
  margin-left: 40px;
}

.header .header__utils {
  position: relative;
  top: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-scrollable {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: ease-in-out .3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1000;
  position: fixed;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  top: 0;
  left: 0;
  background: #fff;
}

.header-scrollable.active {
  -ms-transform: translateY(0);
      transform: translateY(0);
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}

.header-scrollable .logo {
  margin-right: 42px;
}

.header-scrollable .logo svg {
  width: 57px;
}

.header-scrollable .header-scrollable__inner {
  padding: 12px 30px 12px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header-scrollable .header-scrollable__nav-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.header-scrollable__aside {
  display: flex;
  align-items: center;
}

.header-scrollable__search {
  background: none;
  border: none;
  padding: 6px 8px;
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
  border-radius: 4px;
  transition: background .15s ease;
}
.header-scrollable__search:hover {
  background: #f0f0f0;
}
.header-scrollable__search svg {
  fill: #239CBA;
  display: block;
}

@media (max-width: 1160px) {
  .header .logo {
    margin: 0 22px 0 0;
  }
}

@media (max-width: 1080px) {
  .header .header__search {
    width: 240px;
  }
}

@media (max-width: 1024px) {
  .header .logo {
    margin: 0 20px 0 0;
    height: 54px;
    width: 100px;
  }
  .header .header__inner {
    padding: 0;
  }
  .header .header__callouts li + li {
    margin-left: 14px;
  }
}

@media (max-width: 880px) {
  .header .header__search {
    width: 200px;
  }
  .header .logo {
    margin: 0 12px 0 0;
  }
  .header .header__callouts {
    font-size: 10px;
  }
  .header .header__callouts li {
    -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
  }
}

.header__mobile {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 11px;
}

.header__mobile .header__mobile-aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__mobile .header__mobile-search {
  width: 23px;
  height: 23px;
}

.header__mobile .header__mobile-search svg {
  fill: #239CBA;
}

.header__mobile .logo {
  margin: 0;
  top: 17px;
  width: 55px;
  height: 33px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.header__mobile .account-utils li + li {
  margin-left: 18px;
}

.header__mobile .account-utils__chevron,
.account-utils_mobile .account-utils__chevron {
  width: 11px !important;
  height: 11px !important;
  margin-left: 4px;
  margin-bottom: 4px;
}

.header__navigation {
  position: fixed;
  overflow-y: auto;
  z-index: 100;
  background: #EFEFEF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: ease-in-out .3s;
}

.header__navigation.active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.header__navigation .header__navigation-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 23px 20px 23px 26px;
  background: #fff;
}

.header__navigation .header__navigation-language {
  text-transform: uppercase;
  color: #909090;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header__navigation .header__navigation-headline {
  font-size: 24px;
  position: relative;
  right: 14px;
}

.header__navigation .header__navigation-close {
  width: 18px;
  height: 18px;
}

.header__navigation .header__navigation-list a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #fff;
  padding: 0 20px 0 40px;
  color: #333;
  font-size: 20px;
  position: relative;
}

.header__navigation .header__navigation-list a svg {
  width: 14px;
  height: 18px;
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
  position: absolute;
  right: 10px;
  top: 50%;
  fill: #909090;
}

.header__navigation .header__navigation-list a.active {
  background: #707070;
  color: #fff;
}

.header__navigation .header__navigation-list a.active svg {
  fill: #fff;
  -ms-transform: translateY(-50%) rotate(270deg);
      transform: translateY(-50%) rotate(270deg);
}

.header__navigation .header__navigation-list li ul {
  display: none;
  color: #333;
}

.header__navigation .header__navigation-list li ul.active {
  display: block;
}

/* Drill-down: видима е само избраната тема с подтемите ѝ */
.header__navigation-menu .header__navigation-list.is-drilled > li,
.header__navigation-menu .nav-sub.is-drilled > li {
  display: none;
}

.header__navigation-menu .header__navigation-list.is-drilled > li.is-open,
.header__navigation-menu .nav-sub.is-drilled > li.is-open {
  display: block;
}

.header__navigation-menu .is-open > .nav-link_parent {
  display: none;
}

/* Стрелка назад към горното ниво */
.header__navigation-menu .nav-back a {
  padding-left: 40px;
  color: #909090;
  font-size: 16px;
  background: #fff;
}

.header__navigation-menu .nav-back a svg {
  left: 18px;
  right: auto;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

/* Текущата тема — линк към самата категория */
.header__navigation-menu .nav-current a {
  color: #F26122;
  font-weight: 600;
}

.header__navigation-account .header__navigation-headline {
  margin: auto;
  position: static;
}

.header__navigation-account .header__navigation-list .exit {
  color: #C2255C;
}

@media (max-width: 767px) {
  .header__desktop {
    display: none;
  }
  .header__mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .header {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #E8E8E8;
  padding: 22px 0;
  font-family: "Roboto", sans-serif;
}

.footer .footer__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Neucha", cursive;
}

.footer .footer__head-inner {
  padding-bottom: 37px;
}

.footer .footer__head-inner,
.footer .footer__body-inner {
  border-bottom: 1px solid #fff;
}

.footer .footer__body-inner {
  padding: 28px 0 36px;
}

.footer .footer__body-inner .list-icons {
  font-weight: 400;
  font-size: 14px;
}

.footer .footer__list a:hover {
  color: #239CBA;
}

.footer .footer__list li + li {
  margin-top: 10px;
}

.footer .footer__list li.footer__list-parent a {
  font-weight: 600;
}

.footer .footer__logo {
  fill: #239CBA;
  height: 46px;
  width: 75px;
  display: inline-block;
}

.footer .footer__line {
  padding: 18px 0 23px;
}

.footer .footer__line-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer .payments li {
  height: 42px;
}

.footer .payments svg {
  width: 100%;
  padding: 3px 5px;
  height: inherit;
  box-sizing: border-box;
  background: #fff;
}

@media (max-width: 767px) {
  .footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .col_1of4 {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
  }
}

@media (max-width: 479px) {
  .footer .shell,
  .footer .row,
  .footer .footer__head-inner,
  .footer .footer__body-inner {
    padding: 0;
  }
  .footer .footer__list li:last-child {
    padding-bottom: 26px;
  }
  .footer .footer__head-inner,
  .footer .footer__body-inner {
    border-bottom: 0;
  }
  .footer .footer__head-inner [class^="col_"],
  .footer .footer__body-inner [class^="col_"] {
    border-bottom: 1px solid #fff;
    margin-bottom: 26px;
    padding: 0 40px;
    padding-bottom: 30px;
  }
  .footer .footer__head-inner [class^="col_"]:last-child,
  .footer .footer__body-inner [class^="col_"]:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .footer .footer__body-inner .col_54p,
  .footer .footer__body-inner .col_46p {
    padding: 0 15px;
  }
  .footer .footer__body-inner .col_1of2 {
    border-bottom: 1px solid #fff !important;
  }
  .footer .footer__line {
    padding: 18px 30px 0;
  }
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  transition: ease-in-out .3s;
  height: 42px;
  line-height: 42px;
  min-width: 180px;
  padding: 0 24px;
  background: #239CBA;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  border-radius: 2px;
  position: relative;
}

.btn:hover {
  opacity: .8;
}

.btn_lg {
  max-width: 364px;
  width: 364px;
}

.btn_lg-alt {
  max-width: 330px;
  width: 330px;
}

.btn_lg-alt-alt {
  max-width: 350px;
  width: 350px;
}

.btn_outline {
  border: 2px solid #239CBA;
  background: #fff;
  color: #239CBA;
  line-height: 36px;
}

.btn_outline:hover {
  background: #239CBA;
  color: #fff;
  opacity: 1;
}

.btn_block {
  width: 100%;
}

.btn_alt {
  background: #fff;
  color: #239CBA;
  border: 1px solid #239CBA;
  line-height: 38px;
}

.btn_alt:hover {
  background: #239CBA;
  color: #fff;
}

.btn_icon {
  position: relative;
}

.btn_icon .btn__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.btn_icon-to-name svg {
  fill: #fff;
  width: 20px;
}

.btn_icon-to-name .btn__icon {
  left: 77px;
}

.btn_icon-to-name.ttu .btn__icon {
  top: 42%;
  left: 65px;
}

.btn_icon-only {
  line-height: 46px;
  width: 42px;
  min-width: 42px;
  padding: 0;
}

.btn_icon-only svg {
  fill: #239CBA;
  transition: ease-in-out .3s;
  width: 20px;
  height: 20px;
}

.btn_icon-only:hover svg {
  fill: #fff;
}

.btn_google {
  background: #fff;
  color: #333;
  border: 1px solid #909090;
  line-height: 40px;
}

.btn_fb {
  background: #3E62A5;
  color: #fff;
  line-height: 40px;
}

.btn-share {
  position: relative;
  min-width: 140px;
  width: 140px;
  padding-left: 35px;
  height: 38px;
  line-height: 38px;
}

.btn-share span {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-share.btn-share_fb {
  background: #3E68C0;
}

.btn-share.btn-share_fb span {
  background: #375DAC;
}

.btn-share.btn-share_fb svg {
  fill: #fff;
  width: 24px;
}

.btn-share.btn-share_google {
  background: #E24133;
}

.btn-share.btn-share_google span {
  background: #D23C2F;
}

.btn-share.btn-share_google svg {
  fill: #fff;
  width: 24px;
}

.share-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.share-buttons .btn + .btn {
  margin-left: 20px;
}

.addToFavourites.active {
  background: #239CBA;
}

.addToFavourites.active svg {
  fill: #fff;
}

@media (max-width: 479px) {
  .btn_icon-to-name .btn__icon,
  .btn_icon-to-name.ttu .btn__icon {
    left: 20px;
  }
  .share-buttons {
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 41px 0 9px;
}

.section_sm {
  padding: 0 0 73px;
}

.section__head {
  margin-bottom: 42px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E0E0E0;
}

.section__head_sm {
  padding-bottom: 8px;
}

.section__head_sm .section__title {
  line-height: 1;
}

.section__title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.section__title-left {
  text-align: left;
}

.section_mid {
  padding-bottom: 60px;
}

.section_mid .section__head {
  padding-bottom: 35px;
}

@media (max-width: 479px) {
  .section__head {
    border-bottom: 1px solid #E8E8E8;
  }
  .section__head-alt {
    margin: 10px 0 42px;
  }
}

.section__head-alt p {
  font-family: "Roboto", sans-serif;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro .intro__inner {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .intro .intro__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* ------------------------------------------------------------ *\
	Navigations
\* ------------------------------------------------------------ */
.nav {
  font-size: 20px;
}

.nav ul {
  display: -ms-flexbox;
  display: flex;
}

.nav li + li {
  margin-left: 47px;
}

.nav li:hover > .submenu {
  display: block;
}

.nav .submenu {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 10;
  width: auto;
  min-height: 210px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  display: none;
  padding-top: 23px;
}

.nav .submenu .submenu__inner {
  background: #EFEFEF;
  padding: 27px 43px;
  position: relative;
}

/* Колоните се балансират от браузъра, без фиксиран брой елементи на колона */
.nav .submenu .submenu__cols {
  -webkit-columns: 4 220px;
     -moz-columns: 4 220px;
          columns: 4 220px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

/* Категория + подкатегориите ѝ не се разкъсват между две колони */
.nav .submenu .submenu__group {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}

.nav .submenu .submenu__group + .submenu__group {
  margin-top: 15px;
}

.nav .submenu .submenu__icon-shadow {
  width: 94px;
  height: 210px;
  background: linear-gradient(90deg, #efefef 0%, rgba(239, 239, 239, 0.0816702) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.nav .submenu a {
  display: block;
}

.nav .submenu a:hover {
  color: #239CBA;
}

.nav .submenu a + a {
  margin-top: 15px;
}

.nav .submenu .submenu__lvl2 {
  font-weight: 500;
}

.nav .submenu .submenu__lvl3 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 1px solid #E5E5E5;
}

.nav .submenu .submenu__lvl3 a {
  font-size: 13px;
  font-weight: 400;
  color: #555;
}

.nav .submenu .submenu__lvl3 a + a {
  margin-top: 6px;
}

.nav .submenu .submenu__icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (max-width: 1160px) {
  .nav li + li {
    margin-left: 32px;
  }
}

.nav-trigger {
  position: relative;
  z-index: 10;
  display: none;
  height: 20px;
  width: 24px;
  margin-right: 18px;
}

.nav-trigger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #239CBA;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
}

.nav-trigger span:nth-child(1) {
  top: 0;
}

.nav-trigger span:nth-child(2) {
  top: 7px;
}

.nav-trigger span:nth-child(3) {
  top: 14px;
}

.nav-trigger.active span {
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
}

.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) {
  top: 12px;
  background: #171d1c;
}

.nav-trigger.active span:nth-child(2) {
  opacity: 0;
}

.nav-trigger.active span:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.nav-trigger.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .nav {
    font-size: 18px;
  }
  .nav li + li {
    margin-left: 19px;
  }
}

@media (max-width: 880px) {
  .nav {
    font-size: 16px;
  }
  .nav li + li {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .nav-trigger {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form__mandatory {
  color: #909090;
}

.form__body-row .form__row {
  margin-bottom: 15px;
}

.form__body-row__bordered {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 37px;
}

.form__row {
  position: relative;
}

.form__row + .form__row {
  margin-top: 10px;
}

.form__row .form__icon svg {
  width: 20px;
  height: 20px;
}

.form__separator {
  margin: 30px 0;
  border: 1px solid #E0E0E0;
}

.field_form-icon {
  padding: 0 32px 0 9px;
}

.form__icon {
  position: absolute;
  right: 10px;
  top: 6px;
}

.form .form__title {
  font-size: 28px;
}

.form .form__header {
  text-align: center;
  margin-bottom: 33px;
}

.form .form__header-alt {
  text-align: left;
}

.form_login {
  width: 331px;
  max-width: 331px;
  margin: auto;
}

.form_login .form__row + .form__row {
  margin-top: 20px;
}

.form__row--password {
  position: relative;
}

.form__row--password .field {
  padding-right: 42px;
}

.btn-password-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #999;
  padding: 0;
}

.btn-password-toggle:hover {
  color: #333;
}

.form_payment {
  font-family: "Roboto", sans-serif;
}

/* ── Checkout delivery options ──────────────────────────────────────────────── */
.checkout-delivery-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.delivery-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  flex: 1;
  min-width: 180px;
  transition: border-color .2s, background .2s;
  user-select: none;
}
.delivery-option:hover { border-color: #239CBA; }
.delivery-option input[type="radio"] { display: none; }
.delivery-option input[type="radio"]:checked ~ .delivery-option__icon,
.delivery-option input[type="radio"]:checked ~ .delivery-option__text { color: #239CBA; }
.delivery-option:has(input:checked) { border-color: #239CBA; background: #f0fafd; }
.delivery-option__icon { color: #aaa; flex-shrink: 0; }
.delivery-option__text { display: flex; flex-direction: column; }
.delivery-option__text strong { font-size: 14px; font-weight: 600; color: #222; }
.delivery-option__text small  { font-size: 12px; color: #888; margin-top: 2px; }
.delivery-panel { margin-top: 16px; }
.checkout-delivery-note {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
}
.checkout-delivery-note--warn { color: #e65100; }

/* ── Admin: бутон за превод BG→EN с Claude ────────────────────────────── */
.admin-translate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.admin-translate-btn {
  font-size: 12px;
  padding: 5px 10px;
  background: #2d6cdf;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: background .15s;
}
.admin-translate-btn:hover { background: #1e54b5; }
.admin-translate-btn:disabled { background: #888; cursor: wait; }

/* ── Checkout email hint (existing-account login prompt) ─────────────────── */
.checkout__email-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -6px 0 12px;
  padding: 10px 14px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 6px;
  font-size: 14px;
  color: #5d4037;
}
.checkout__email-hint-link {
  margin-left: auto;
  font-weight: 600;
  color: #e65100;
  text-decoration: underline;
}
.checkout__email-hint-link:hover { color: #bf360c; }

/* ── Checkout summary ───────────────────────────────────────────────────────── */
.checkout-summary {
  width: 100%;
  max-width: 420px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 20px;
  font-size: 15px;
}
.checkout-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
}
.checkout-summary__row:last-of-type { border-bottom: none; }
.checkout-summary__total {
  font-weight: 700;
  font-size: 17px;
  padding-top: 12px;
}
.co-discount-amount { color: #2e7d32; font-weight: 600; }
.checkout-summary__note { display: block; font-size: 12px; color: #aaa; margin-top: 8px; }
.checkout-discount-wrap {
  display: flex;
  gap: 8px;
  width: 100%;
}
.checkout-discount-wrap .field--sm {
  flex: 1;
  height: 36px;
  font-size: 13px;
  padding: 6px 10px;
}
.checkout-summary__discount-row { border-bottom: none; padding: 4px 0 8px; }

.form_register .form__body {
  margin-bottom: 30px;
}

/* Register — social buttons */
.register-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  width: 330px;
  max-width: 330px;
}
.btn-social--fb { background: #3e62a5; border: none; color: #fff; }
.btn-social--fb:hover { background: #324f88; }
.btn-social--google { background: #fff; border: 1px solid #dadce0; color: #3c4043; }
.btn-social--google:hover { background: #f8f9fa; }

.register-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
.register-divider::before,
.register-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}
.register-divider::before { margin-right: 12px; }
.register-divider::after  { margin-left:  12px; }

.register-errors { margin-bottom: 20px; }
.register-error  { color: #c0392b; font-family: "Roboto", sans-serif; font-size: 14px; margin-bottom: 6px; }
.register-success p { color: #27ae60; font-family: "Roboto", sans-serif; font-size: 15px; padding: 16px 0; }

.register-login-link { font-family: "Roboto", sans-serif; font-size: 14px; color: #555; }
.register-login-link a { color: #239CBA; text-decoration: underline; }

.register-login-block { text-align: center; margin-top: 24px; float: left; }
.register-login-text { font-family: "Roboto", sans-serif; font-size: 14px; color: #555; margin-bottom: 12px; }
.form_register .register-btn-login { text-transform: none; display: inline-block; text-decoration: none; }

#btn-register-submit { text-transform: uppercase; }

.form_register a { color: #239CBA; text-decoration: underline; }

@media (max-width: 479px) {
  .form .form__header {
    text-align: left;
  }
  .form_login {
    max-width: 100%;
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Form elements
\* ------------------------------------------------------------ */
.field--error { border: 1px solid #E8344E !important; box-shadow: 0 0 0 3px rgba(232, 52, 78, 0.10); }
.field--error:focus { border-color: #239CBA !important; box-shadow: none; }
.field--error-row { color: #E8344E; }
.field--error-row label, .field--error-row a { color: #E8344E !important; }

.field {
  height: 42px;
  width: 100%;
  line-height: 42px;
  border: 1px solid #BABABA;
  padding: 0 9px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #222;
}
.field::placeholder { color: #999; opacity: 1; }
.field::-webkit-input-placeholder { color: #999; }
.field::-moz-placeholder { color: #999; opacity: 1; }
.field:-ms-input-placeholder { color: #999; }

.textarea {
  line-height: 1.7;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 42px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #909090;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  padding: 8px 28px 8px 9px;
  transition: all 0.2s ease-in;
  border: 1px solid #E0E0E0;
}

.select-styled:after {
  content: url("data:image/svg+xml; utf8,<?xml version='1.0' encoding='iso-8859-1'?> <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> <svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 477.175 477.175' style='enable-background:new 0 0 477.175 477.175;' xml:space='preserve'> <g> <path d='M145.188,238.575l215.5-215.5c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-225.1,225.1c-5.3,5.3-5.3,13.8,0,19.1l225.1,225 c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1L145.188,238.575z'/> </g> </svg>");
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 11px;
  -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
  transition: ease-in-out .23s;
  -ms-transform-origin: center;
      transform-origin: center;
}

.select-styled:hover {
  background-color: #fafafa;
}

.select-styled:active, .select-styled.active {
  background-color: #f2f2f2;
}

.select-styled:active:after, .select-styled.active:after {
  -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #E0E0E0;
  border-top: 0;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  background: rgba(146, 146, 146, 0.14);
}

.select-options li[rel="hide"] {
  display: none;
}

.custom_select__with-icon {
  border: 1px solid #707070;
}

.custom_select__with-icon .select-styled {
  font-size: 18px;
  color: #239CBA;
  padding-left: 51px;
  text-align: left;
}

.custom_select__with-icon .select-styled img,
.custom_select__with-icon .select-styled svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 39px;
}

.custom_select__with-icon .select-styled svg,
.custom_select__with-icon .select-options li svg {
  fill: #239CBA;
  padding: 6px;
  box-sizing: border-box;
}

.custom_select__with-icon .select-options li:hover svg {
  fill: #239CBA;
}

.custom_select__with-icon .select-options {
  font-size: 18px;
}

.custom_select__with-icon .select-options li {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.custom_select__with-icon .select-options li img,
.custom_select__with-icon .select-options li svg {
  width: 40px;
  height: 40px;
}

.custom_select__with-icon .select-options li:hover {
  background: #fff;
  color: #239CBA;
}

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

[type="radio"]:not(:checked) + label span,
[type="radio"]:checked + label span {
  padding-left: 42px;
  display: inline-block;
  position: relative;
  top: 4px;
}

[type="radio"]:checked + label {
  color: #239CBA;
}

[type="radio"]:not(:checked) + label small,
[type="radio"]:checked + label small {
  color: #909090;
  font-size: 14px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  cursor: pointer;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #239CBA;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* radio aspect */
[type="radio"].larger:not(:checked) + label:before,
[type="radio"].larger:checked + label:before {
  left: 0;
  top: -10px;
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  background: #239CBA;
  transition: all .2s;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

/* checked mark aspect */
[type="radio"].larger:not(:checked) + label:after,
[type="radio"].larger:checked + label:after {
  top: -5px;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
  color: #999;
}

[type="radio"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  opacity: .8;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label span,
[type="checkbox"]:checked + label span {
  padding-left: 42px;
  display: inline-block;
  position: relative;
  top: 4px;
}

[type="checkbox"]:not(:checked).small + label span,
[type="checkbox"]:checked.small + label span {
  padding-left: 23px;
  top: 0;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #909090;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #239CBA;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:not(:checked).small + label:before,
[type="checkbox"]:checked.small + label:before {
  width: 12px;
  height: 12px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -3px;
  left: 5px;
  transition: all .2s;
  border-radius: 50%;
  color: #239CBA;
  font-size: 24px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked).small + label:after,
[type="checkbox"]:checked.small + label:after {
  top: -6px;
  left: 2px;
  font-size: 16px;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  opacity: .8;
}

.customSelect {
  font-family: "Roboto", sans-serif;
  color: #909090;
}

.customSelect:after {
  content: url("data:image/svg+xml; utf8,<?xml version='1.0' encoding='iso-8859-1'?> <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> <svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 477.175 477.175' style='enable-background:new 0 0 477.175 477.175;' xml:space='preserve'> <g> <path d='M145.188,238.575l215.5-215.5c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-225.1,225.1c-5.3,5.3-5.3,13.8,0,19.1l225.1,225 c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1L145.188,238.575z'/> </g> </svg>");
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 11px;
  -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
  transition: ease-in-out .23s;
  -ms-transform-origin: center;
      transform-origin: center;
}

.customSelect.is-open:after {
  -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
}

.customSelect.is-open .custom-select-opener {
  background: #f2f2f2;
}

.customSelect.is-open .custom-select-panel {
  border: 1px solid #E0E0E0;
  max-height: 170px;
}

.customSelect .custom-select-opener {
  height: 42px;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 10px 28px 8px 9px;
}

.customSelect .custom-select-panel {
  transition: none;
  z-index: 1000;
  background-color: transparent;
}

.customSelect .custom-select-option {
  height: 42px;
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
  transition: ease-in-out .3s;
  padding: 12px 5px 12px 12px;
}

.customSelect .custom-select-option:last-child {
  border-bottom: 0;
}

.customSelect .custom-select-option:hover {
  background: #f2f2f2;
}

.customSelect .custom-select-option.is-selected:before {
  display: none;
}

.select-alt {
  height: 70px;
}

.slick-fix {
  min-height: 0;
  min-width: 0;
}

.slider {
  position: relative;
  min-height: 0;
  min-width: 0;
}

.slider img {
  width: 100%;
}

.slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.slider .slick-dots li + li {
  margin-left: 10px;
}

.slider .slick-dots li.slick-active button {
  background: #239CBA;
  border-color: #239CBA;
}

.slider .slick-dots button {
  width: 12px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  text-indent: -9999px;
  border: 1px solid #909090;
}

.slider .slider__prev,
.slider .slider__next {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 70px;
  opacity: .4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.slider .slider__prev {
  left: 0;
}

.slider .slider__next {
  right: 0;
  -ms-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg);
}

.slider_intro {
  margin-right: 14px;
  -ms-flex: 0 1 75.7%;
      flex: 0 1 75.7%;
  max-height: 332px;
  overflow: hidden;
}

.slider__prev svg,
.slider__next svg {
  width: 30px;
  height: 30px;
}

.slider_instagram .slick-slide {
  margin-left: 20px;
}

.slider_instagram .slick-list {
  margin-left: -20px;
}

.slider_instagram .slider__prev,
.slider_instagram .slider__next {
  background: transparent;
}

.slider_instagram .slider__prev svg,
.slider_instagram .slider__next svg {
  fill: #909090;
}

.slider_instagram .slider__next {
  right: -44px;
}

.slider_instagram .slider__prev {
  left: -44px;
}

.slider_instagram .slide-image img {
  width: 150px;
  height: 150px;
}

@media (max-width: 1024px) {
  .slider_instagram .slide-image img {
    height: auto;
  }
}

.slider_main-image {
  border: 1px solid #E8E8E8;
}

.slider_main-navigation {
  overflow: hidden;
  padding: 0 34px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.slider_main-navigation .slider__clip {
  max-width: 433px;
  width: 433px;
  position: relative;
  left: 5px;
}

.slider_main-navigation .slick-slide {
  margin-left: 10px;
  width: 100px !important;
  height: 100px;
  top: 2px;
  position: relative;
}

.slider_main-navigation .slide__image {
  position: relative;
  top: -1px;
  border: 1px solid #E8E8E8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
}

/* Правоъгълните умалени снимки да се вписват в квадрата, без изрязване
   и без разпъване (thumbs_100 пазят пропорцията, напр. 100x71). */
.slider_main-navigation .slide__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.slider_main-navigation .slick-list {
  height: 104px;
}

.slider_main-navigation .slick-list {
  margin-left: -10px;
}

.slider_main-navigation .slider__prev,
.slider_main-navigation .slider__next {
  width: 18px;
  height: 9px;
}

.slider * {
  min-height: 0;
  min-width: 0;
}

.slider_companies {
  padding: 0 45px;
  width: 100%;
}

.slider_companies .slick-slide:hover img {
  opacity: .6;
}

.slider_companies .slick-slide + .slick-slide {
  margin-left: 40px;
}

.slider_companies .slick-slide img {
  transition: ease-in-out .3s;
  width: initial;
}

.slider_companies .slide-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.slider_companies .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1160px) {
  .slider_intro .slide-image img {
    height: 332px;
  }
}

@media (max-width: 1024px) {
  .slider_companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .slider_intro .slide-image img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .slider_intro {
    margin: 0;
  }
  .slider_companies {
    padding: 0 20px;
  }
  .slider_companies .slick-dots {
    top: 60px;
  }
  .slider_companies .slick-slide + .slick-slide {
    margin-left: 38px;
  }
}

@media (max-width: 479px) {
  .slider_intro {
    margin: 0 -15px;
  }
  .slider_intro .slider__prev,
  .slider_intro .slider__next {
    display: none;
  }
  /* Банерът е 876x332 (2.64:1). Фиксирана височина при 100% ширина го
     разтягаше вертикално, защото object-fit по подразбиране е fill. */
  .slider_intro .slide-image img {
    height: auto;
  }
  .slider_main-navigation {
    padding: 0 31px;
  }
  .slider_main-navigation .slick-slide {
    width: 72px !important;
    height: 72px;
  }
  .slider_main-navigation .slide__image {
    width: 72px;
    height: 72px;
  }
  .slider_main-navigation .slick-list {
    height: 75px;
  }
  .slider_main-navigation .slider__clip {
    max-width: 290px;
    width: 290px;
  }
  .slider_companies .slick-dots {
    top: 90px;
  }
}

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products-filter {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.products-filter .products__left {
  max-width: 330px;
  -ms-flex: 1;
      flex: 1;
}

.products-filter .products__filter-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-filter .products__filter-view-item {
  width: 43px;
  height: 43px;
  border: 1px solid #BABABA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.products-filter .products__filter-view-item.active, .products-filter .products__filter-view-item:hover {
  background: #E8E8E8;
}

.products-filter label {
  font-size: 14px;
  color: #909090;
}

.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products.products_row .product:hover {
  box-shadow: none;
}

.products .product {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
}

.products .product .product__row {
  display: none;
}

.products .product_1of3 {
  -ms-flex: 0 1 33.33%;
      flex: 0 1 33.33%;
  min-width: 33.33%;
}

.products.products__bordered-bottom {
  border-bottom: 1px solid #E0E0E0;
}

.products.products_row {
  -ms-flex-direction: column;
      flex-direction: column;
}

.products.products_row .product {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
}

.products.products_row .product .product__grid {
  display: none;
}

.products.products_row .product .product__row {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 32px;
  border: 1px solid #E8E8E8;
  padding-left: 0;
}

.products.products_row .product .product__row .visible {
  display: block;
}

.products.products_row .product .product__row .product__desc {
  text-align: left;
  padding: 0;
  -ms-flex: 0 1 78%;
      flex: 0 1 78%;
}

.products.products_row .product .product__row .product__desc ul {
  margin: 10px 0;
}

.products.products_row .product .product__row .product__desc ul li {
  position: relative;
  padding-left: 10px;
}

.products.products_row .product .product__row .product__desc ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F26122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.products.products_row .product .product__row .product__title,
.products.products_row .product .product__row .product__subtitle,
.products.products_row .product .product__row .product__price {
  margin-bottom: 17px;
}

.products.products_row .product .product__row .product__title {
  font-size: 17px;
  max-height: unset;
  min-height: unset;
}

.products.products_row .product .product__row .product__image {
  padding-top: 0;
}

/* List view — снимката е тясна колонка, без квадратна клетка */
.products.products_row .product .product__row .product__image > a {
  padding-top: 0;
}

.products.products_row .product .product__row .product__image > a img {
  position: static;
  margin: 0;
}

.products.products_row .product .product__row .product__title,
.products.products_row .product .product__row .product__price {
  font-weight: 600;
}

.products.products_row .product .product__row .quantity {
  margin-bottom: 20px;
}

.products.products_row .product .product-inner__actions .btn_icon-to-name {
  margin-right: 10px;
}

.products.products_row .product .product__row .product__image {
  -ms-flex: 0 1 22%;
      flex: 0 1 22%;
}

@media (max-width: 767px) {
  .products .m-product_1of2 {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
  }
}

.product {
  font-family: "Roboto", sans-serif;
  color: #333;
  transition: 0.4s ease-in-out;
  position: relative;
  margin-bottom: 20px;
}

.product .product__image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Линкът заема цялата клетка, а не само нарисуваната снимка — иначе при
   тясна снимка каретата отстрани не се кликат. padding-top: 100% държи
   квадрат, за да не се разминават картите при по-ниска снимка. */
.product .product__image > a {
  display: block;
  position: relative;
  padding-top: 100%;
}

.product .product__image > a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}

.product:hover .product__overlay {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.product .product__price {
  font-size: 24px;
}

.product .product__desc {
  text-align: center;
  padding: 6px;
}

.product .product__title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  max-height: 50px;
  min-height: 50px;
  overflow: hidden;
}

.product .product__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 140px;
  width: 100%;
}

.product .product__actions li + li {
  margin-left: 10px;
}

.product .product__actions a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 50px;
  fill: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.product .product__actions a:hover {
  background: rgba(255, 255, 255, 0.35);
}

.product .product__actions .product__action-cart svg,
.product .product__actions .product__action-view svg {
  width: 23px;
  height: 23px;
}

.product .product__actions svg {
  width: 20px;
  height: 20px;
}

.product .product__overlay {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  transition: ease-in-out .4s;
}

.product__callout {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: rgba(255, 255, 255, 0.8);
}

.product__callout .product__callout__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #F26122 transparent transparent transparent;
}

.product__callout .product__callout-title {
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 9px;
  left: 1px;
}

@media (max-width: 479px) {
  .products {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .products .product {
    -ms-flex: 0 0 280px;
        flex: 0 0 280px;
    width: 280px;
  }
  .product {
    border: 1px solid #E8E8E8;
  }
  .product + .product {
    margin-bottom: 20px;
  }
  .products-filter {
    margin-bottom: 26px;
  }
  .products-filter .products__left {
    max-width: 100%;
  }
  .products-filter .col_1of2 {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    min-width: 0;
  }
  .products-filter label {
    display: none;
  }
  .products-filter .products__right {
    display: none;
  }
}

.cart ::-webkit-scrollbar {
  width: 10px;
}

.cart ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(51, 51, 51, 0.15);
}

.cart ::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.33);
  outline: 1px solid slategrey;
  border-radius: 0 0 30px 30px;
}

.cart .cart__inner {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: ease-in-out .3s;
  position: fixed;
  right: 0;
  top: 0;
  padding: 16px 30px;
  width: 410px;
  max-width: 410px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cart .cart__container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.cart .cart__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.cart .cart__backdrop {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.cart.active .cart__inner,
.cart.active .cart__backdrop {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.cart .cart__remove {
  width: 32px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.cart .cart__remove:hover .trash-lid {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: right top;
      transform-origin: right top;
}

.cart .cart__remove svg {
  width: 16px;
  height: 16px;
}

.cart .cart__remove svg .trash-lid {
  transition: ease-in-out .3s;
}

.cart .cart__title {
  font-size: 28px;
  line-height: 1.14;
  font-weight: 400;
}

.cart .cart__close {
  width: 18px;
  height: 18px;
}

.cart .cart__close svg {
  fill: #333;
}

.cart .cart__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
}

.cart .cart__items {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.cart .cart__actions .btn + .btn {
  margin-top: 12px;
}

.cart .cart__empty .cart__empty-icon {
  position: relative;
  text-align: center;
  margin-bottom: 27px;
}

.cart .cart__empty .cart__empty-icon svg {
  width: 130px;
  height: 140px;
  fill: #E8E8E8;
}

.cart .cart__empty .cart__empty-icon p {
  position: absolute;
  font-family: "Roboto", sans-serif;
  top: 54%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 16px;
  background: #fff;
  height: 43px;
  line-height: 43px;
  color: #909090;
  font-weight: 500;
}

.cart__item {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 19px 0 19px 10px;
}

.cart__item:last-child {
  border-bottom: 1px solid #E8E8E8;
}

.cart__item + .cart__item {
  border-top: 1px solid #E8E8E8;
}

.cart__item .cart__item__title-wrapper {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  flex: 1;
  min-width: 0;
}

.cart__item .cart__item-content,
.cart__item .cart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  flex: 1;
  min-width: 0;
}

.cart__item .cart__image {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  margin-right: 16px;
  overflow: hidden;
}

.cart__item .cart__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart__item .cart__item-title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart__item .cart__item-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}

.cart__item .cart__item-subtitle span {
  color: #333;
  font-weight: 500;
}

.cart__item.cart__item-total {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.cart__item.cart__item-total .cart__item-content {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cart__item.cart__item-total .cart__item-content h4 {
  font-weight: 500;
}

.cart__item.cart__item-total .cart__item-side__total {
  text-align: right;
}

.cart__item.cart__item-total .cart__item__title-total {
  font-size: 28px;
  display: block;
  font-weight: 500;
  line-height: 1;
}

.cart__item.cart__item-total .cart__item__subtitle {
  font-weight: 400;
  color: #909090;
}

@media (max-width: 479px) {
  .cart .cart__inner {
    width: 100%;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Cart page
\* ------------------------------------------------------------ */

.cart-page__title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: "Neucha", sans-serif;
}

.cart-page__table,
.cart-page__delivery-banner,
.cart-page__actions,
.cart-page__total-row,
.cart-page__empty {
  font-family: "Roboto", sans-serif;
}

.cart-page__delivery-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  margin-bottom: 24px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
}

.cart-page__delivery-banner-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}

.cart-page__delivery-banner-text svg {
  width: 28px;
  height: 20px;
  flex-shrink: 0;
  fill: #3FB8AF;
}

.cart-page__table {
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  margin-bottom: 32px;
}

.cart-page__table-head {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.cart-page__table-head .cart-page__col--product {
  text-align: left;
}

.cart-page__row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.cart-page__row:last-child {
  border-bottom: none;
}

.cart-page__col {
  font-size: 15px;
}

.cart-page__col--product {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.cart-page__col--price {
  width: 120px;
  text-align: center;
}

.cart-page__col--qty {
  width: 150px;
  display: flex;
  justify-content: center;
}

.cart-page__col--subtotal {
  width: 120px;
  text-align: right;
}

.cart-page__col--remove {
  width: 50px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.cart-page__image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  overflow: hidden;
}

.cart-page__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-page__product-title {
  font-size: 15px;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
}

.cart-page__product-title:hover {
  text-decoration: underline;
}

.cart-page__image-link {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
}

.cart-page__product-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.cart-page__qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
}

.cart-page__qty-btn {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-page__qty-btn:hover {
  background: #f5f5f5;
}

.cart-page__qty-count {
  width: 40px;
  text-align: center;
  font-size: 15px;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  line-height: 36px;
}

.cart-page__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #bbb;
  transition: color 0.2s;
}

.cart-page__remove svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.cart-page__remove:hover {
  color: #e53935;
}

.cart-page__total-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 24px;
  padding: 24px 20px;
  border-top: 1px solid #E8E8E8;
}

.cart-page__total-label {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.cart-page__total-value {
  text-align: right;
}

.cart-page__total-amount {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
}

.cart-page__total-note {
  font-size: 13px;
  color: #909090;
}

.cart-page__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.cart-page__empty {
  text-align: center;
  padding: 60px 0;
}

.cart-page__empty p {
  font-size: 18px;
  margin-bottom: 24px;
  color: #555;
}

/* Елементи видими само на mobile */
.cart-page__price-mobile { display: none; }
.cart-page__subtotal-label { display: none; }

@media (max-width: 767px) {
  .cart-page__title { font-size: 24px; }

  .cart-page__table-head { display: none; }

  /* Всеки ред — карта с две редици */
  .cart-page__row {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 0;
    gap: 0;
  }

  /* Горна лява — продукт (image + заглавие + цена) — пълна ширина */
  .cart-page__col--product {
    width: 100%;
    flex: none;
    align-items: flex-start;
  }

  /* Скриваме отделната колона за цена */
  .cart-page__col--price { display: none; }

  .cart-page__col--remove { justify-content: flex-end; }

  /* Цена под заглавието в product-info — видима само mobile */
  .cart-page__price-mobile {
    display: block;
    font-size: 15px;
    color: #333;
    margin-top: 6px;
    font-family: "Roboto", sans-serif;
  }

  /* Долна лява — qty stepper (наредено под заглавието, не под картинката) */
  .cart-page__col--qty {
    width: auto;
    flex: 0 0 auto;
    margin-top: 12px;
    margin-left: 80px;
  }

  /* Долна дясна — Сума */
  .cart-page__col--subtotal {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    margin-top: 12px;
    align-self: center;
  }

  /* Label "Сума:" само на mobile */
  .cart-page__subtotal-label {
    display: inline;
    font-size: 13px;
    color: #909090;
  }

  /* Delivery banner — вертикален */
  .cart-page__delivery-banner {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .cart-page__delivery-banner .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .cart-page__total-row { justify-content: space-between; }

  /* Бутони — checkout отгоре, продължи отдолу */
  .cart-page__actions {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .cart-page__actions .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.section_breadcrumbs {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: 2px solid #E0E0E0;
}

.breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.breadcrumbs .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #239CBA;
}

.breadcrumbs .breadcrumb:last-child span {
  display: none;
}

.breadcrumbs .breadcrumb.active {
  color: #333;
}

.breadcrumbs .breadcrumb a {
  color: inherit;
}

.breadcrumbs .breadcrumb span {
  padding: 0 8px;
}

@media (max-width: 479px) {
  .section_breadcrumbs {
    padding: 20px 0 11px;
    margin-bottom: 32px;
    border-width: 1px;
  }
  .breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumbs .breadcrumb {
    margin-bottom: 7px;
  }
}

.widgets .widget__head {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  padding: 18px 20px;
}

.widgets .widget__head svg {
  width: 18px;
  height: 18px;
}

.widgets .widget__head .widget__head-title {
  margin: auto;
}

@media (max-width: 767px) {
  .widgets .widget__head {
    display: -ms-flexbox;
    display: flex;
  }
}

.widgets .widget__body {
  padding: 17px 27px;
}

.widget + .widget {
  margin-top: 18px;
}

.widget .widget__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 19px;
}

.widget_categories {
  font-size: 18px;
}

.widget_categories li + li {
  margin-top: 18px;
}

.widget_categories li:hover a {
  color: #239CBA;
}

.widget_price .widget__title {
  margin-bottom: 50px;
}

.widget_price .widget__slider {
  margin-bottom: 18px;
}

.widget_price .widget__content {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}

.widget_checks ul li + li {
  margin-top: 10px;
}

/* Occasion filter — icons matching the homepage quick links */
.filter-reason__icon {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-reason__icon svg {
  width: 100%;
  height: auto;
  max-height: 22px;
  fill: #239CBA;
}

[type="checkbox"].small + label.filter-reason span {
  padding-left: 53px;
}

.widget_checks ul li:has(.filter-reason) + li {
  margin-top: 14px;
}

/* ------------------------------------------------------------ *\
    Inner page for product
\* ------------------------------------------------------------ */
.product-inner {
  font-family: "Roboto", sans-serif;
}

.product-inner .product__body {
  margin-bottom: 57px;
}

.product-inner .product__slider {
  min-height: 0;
  min-width: 0;
  -ms-flex: 0 1 42.2%;
      flex: 0 1 42.2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 615px;
  overflow: hidden;
}

.product-inner .product__slider + .product__content {
  padding: 0 40px 0 87px;
}

.product-inner .product__slider .slider img {
  width: initial;
}

.product-inner .product__slider .slide__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-inner .product__description {
  font-weight: 400;
}

.product-inner .product__description p + p {
  margin-top: 10px;
}

.product-inner .product__content {
  -ms-flex: 0 1 57.8%;
      flex: 0 1 57.8%;
}

.product-inner .availability {
  margin-bottom: 15px;
}

.product-inner .product-inner__price {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: 500;
}

.product-inner .product-inner__old-price {
  font-size: 16px;
  color: #9A9A9A;
  line-height: 1;
  margin-top: 20px;
}

/* При промо блокът "Стара цена" сяда плътно до самата цена; отстоянието
   над него го отделя от SKU. Без промо .product-inner__price запазва
   своя margin-top от 10px. */
.product-inner .product-inner__old-price + .product-inner__price {
  margin-top: 5px;
}

.product-inner .product-inner__actions {
  max-width: 420px;
}

.product-inner .product-inner__actions .btn_icon-to-name {
  margin-right: 10px;
}

.product-inner .product-inner__delivery {
  margin-bottom: 47px;
  font-weight: 300;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-inner .product-inner__delivery svg {
  width: 24px;
  height: 16px;
  fill: #239CBA;
  margin-right: 10px;
}

.product-inner .product__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 39px;
}

.product-inner .slider_main-image {
  margin-bottom: 14px;
}

.product-inner .product-inner__title {
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 20px;
}

.product-inner .product-inner__measurements {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-inner .product-inner__measurements span {
  font-weight: 500;
}

.product-inner .quantity {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product-inner .product__header {
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .product-inner .product__slider,
  .product-inner .product__content {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
  .product-inner .product__slider + .product__content {
    padding: 0;
  }
  .product-inner .product__slider {
    margin-bottom: 40px;
  }
  .product-inner .product-inner__actions {
    max-width: 100%;
  }
  .product-inner .product-inner__actions .btn_icon-to-name {
    width: 83.9%;
  }
}

.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.tabBlock-pane-product-description ul {
  margin: 10px 0;
}

.tabBlock-pane-product-description ul li {
  position: relative;
  padding-left: 10px;
}

.tabBlock-pane-product-description h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.tabBlock-pane-product-description ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F26122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock-tab {
  background-color: #EFEFEF;
  border-color: #fff;
  border-left-style: solid;
  border-top: solid;
  border-width: 1px;
  cursor: pointer;
  font-weight: 600;
  float: left;
  position: relative;
  transition: 0.1s ease-in-out;
  text-align: center;
  min-width: 207px;
  font-size: 16px;
  padding: 18px 12px;
  color: #333;
  border-top-color: transparent;
}

.tabBlock-tab:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: ease-in-out .3s;
}

.tabBlock-tab.is-active {
  position: relative;
  color: #333;
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #BABABA;
  border-color: #BABABA;
  border-right: 1px solid #BABABA;
}

.tabBlock-tab.is-active:after {
  opacity: 1;
  visibility: visible;
}

.tabBlock-tab + .tabBlock-tab.is-active {
  border-left: 1px solid #BABABA;
}

.tabBlock-content {
  background-color: #fff;
  border: 1px solid #BABABA;
  padding: 30px;
}

.tabBlock-content h3 {
  font-size: 18px;
  font-weight: bold;
}

.tabBlock-pane p + p {
  margin-top: 8px;
}

.tabBlock-pane table {
  width: 100%;
}

.tabBlock-pane table td:first-child {
  width: 20%;
  font-weight: 500;
}

.tabBlock-pane table td {
  padding-bottom: 11px;
}

.tabBlock-pane table tr p {
  margin-top: 11px;
}

.tabBlock-pane table tr + tr {
  border-top: 1px solid #E0E0E0;
}

@media (max-width: 479px) {
  .tabBlock-tab {
    min-width: 100%;
  }
}

.quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 185px;
  border: 1px solid #BABABA;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.quantity .quantity__remove {
  border-right: 1px solid #BABABA;
}

.quantity .quantity__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 14px;
  height: 3px;
  background: #333;
}

.quantity .quantity__add,
.quantity .quantity__remove {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-block;
  cursor: pointer;
}

.quantity .quantity__add:before, .quantity .quantity__add:after,
.quantity .quantity__remove:before,
.quantity .quantity__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 14px;
  height: 3px;
  background: #333;
}

.quantity .quantity__add {
  border-left: 1px solid #BABABA;
}

.quantity .quantity__add:after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
}

.quantity .quantity__count {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quantity input {
  display: none;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pagination .pagination__title {
  font-weight: 500;
  font-size: 18px;
}

.pagination .pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.pagination .pagination__item {
  width: 43px;
  height: 43px;
  border: 1px solid #BABABA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination .pagination__item.active, .pagination .pagination__item:hover {
  background: #E8E8E8;
}

.pagination .pagination__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  width: 100%;
}

.pagination .pagination__item + .pagination__item {
  margin-left: 20px;
}

.pagination .pagination__item-arrow:last-child {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media (max-width: 479px) {
  .pagination {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .pagination .pagination__title {
    margin-bottom: 40px;
  }
  .pagination .pagination__list {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .pagination .pagination__item + .pagination__item {
    margin-left: 10px;
  }
  .pagination .pagination__item:nth-child(2) {
    margin-left: 0;
  }
  .pagination .pagination__item:first-child {
    margin-right: auto;
  }
  .pagination .pagination__item:last-child {
    margin-left: auto;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 100;
}

.modal .modal__container {
  background-color: #fff;
  min-width: 530px;
  min-height: 350px;
  padding: 20px 30px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal .modal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 48px;
}

.modal .modal__title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 40;
}

.modal .modal__close {
  padding: 0;
}

.modal .modal__close svg {
  width: 18px;
  height: 18px;
}

.modal .modal__content {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.modal .modal__content + modal__footer {
  margin: auto auto 48px auto;
}

.modal .modal__footer .btn + .btn {
  margin-top: 13px;
}

.modal_added-to-cart .modal__content {
  max-width: 248px;
  margin: 0 auto 24px;
}

.modal_search input {
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #333;
  font-family: "Neucha", cursive;
  border-bottom: 1px solid #333;
}

.modal_search input:placeholder {
  color: #BABABA;
}

.modal_search .modal__container {
  padding: 0;
  min-height: 60px;
  height: auto;
}

.modal_search .form__icon {
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.modal_search .form__icon svg {
  width: 42px;
  height: 42px;
}

.modal_search .modal__header {
  display: none;
  border-bottom: 0;
  margin-bottom: 10px;
}


@media (max-width: 767px) {
  .modal_search .modal__container {
    padding: 15px 20px;
  }
}

.modal_search .form__result {
  max-height: 263px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal_search .form__result .result .result__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #E8E8E8;
}

@media (max-width: 479px) {
  .modal_search .form__result .result .result__inner {
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 0;
  }
}

.modal_search .form__result .result .result__image {
  width: 60px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_search .form__result .result .result__image img {
  max-height: 60px;
  width: auto;
  display: block;
}

.modal_search .form__result .result .result__title,
.modal_search .form__result .result .result__price {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.modal_search .form__result .result .result__price {
  margin: 0 0 auto auto;
  font-weight: 500;
}

@media (max-width: 479px) {
  .modal_search .form__result .result .result__price {
    margin: 0 auto 0;
  }
}

/* Search results — series, reasons, footer */
.modal_search .form__result .result .result__inner { align-items: flex-start; }
.result__info { flex: 1; min-width: 0; overflow: hidden; }
.result__series { font-size: 11px; color: #239CBA; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 2px; }
.result__reasons { font-size: 11px; color: #aaa; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-modal__footer { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; border-top: 1px solid #eee; font-size: 13px; color: #888; }
.search-modal__footer a { color: #239CBA; text-decoration: none; font-weight: 500; }
.search-modal__footer a:hover { text-decoration: underline; }
.search-no-results { padding: 24px 20px; color: #aaa; font-size: 14px; text-align: center; font-family: "Roboto", sans-serif; }

.modal_quick-view .modal__header {
  margin-bottom: 0;
  border-bottom: 0;
}

.modal_quick-view .modal__container {
  max-width: 920px;
  max-height: 620px;
}

@media (max-width: 767px) {
  .modal_quick-view .modal__container {
    padding: 15px 20px;
    max-width: 90%;
  }
}

.modal_quick-view .product-inner {
  text-align: left;
}

@media (max-width: 1024px) {
  .modal_quick-view .product-inner:after {
    display: none;
  }
}

.modal_quick-view .product-inner .product-inner__title {
  margin-bottom: 10px;
}

.modal_quick-view .product-inner .availability {
  margin-bottom: 10px;
}

.modal_quick-view .product-inner .product__slider + .product__content {
  padding: 0 0 0 20px;
}

.modal_quick-view .product-inner .product__description {
  margin-bottom: 20px;
  font-size: 14px;
}

.modal_quick-view .btn_icon-to-name {
  max-width: 302px;
}

.modal_quick-view .btn_icon-to-name .btn__icon {
  left: 25px;
}

.modal_quick-view .product__slider,
.modal_quick-view .product__content {
  float: left;
  width: 50%;
}

@media (max-width: 1024px) {
  .modal_quick-view .product__slider,
  .modal_quick-view .product__content {
    float: none;
    width: 100%;
  }
}

.modal_quick-view .product__slider {
  padding-right: 20px;
  -ms-flex: initial;
      flex: initial;
}

.modal_quick-view .slider_main-navigation {
  padding: 0;
  width: 100%;
}

.modal_quick-view .slider_main-navigation .slick-list {
  height: 80px;
}

.modal_quick-view .slider_main-navigation .slider__clip {
  width: 306px;
  max-width: 306px;
  padding: 0;
  margin: auto;
}

.modal_quick-view .slider_main-navigation .slick-list {
  margin-left: -5px;
}

.modal_quick-view .slider_main-navigation .slick-slide {
  width: 72px !important;
  height: 72px;
  margin-left: 5px;
}

.modal_quick-view .slider_main-navigation .slick-slide img {
  width: 72px;
  height: 72px;
}

/* ─── Quick View — qv-* стилове ─────────────────────── */

.qv-modal {
  position: relative;
  padding: 30px 50px 30px 30px;
}

.qv-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 4px;
}
.qv-close:hover { color: #333; }

.qv-body {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.qv-left {
  -ms-flex: 0 0 42%;
      flex: 0 0 42%;
  min-width: 0;
}

.qv-main-wrap {
  margin-bottom: 10px;
  text-align: center;
}

.qv-main-image {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.qv-thumbs-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}

.qv-thumbs {
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -ms-flex: 1;
      flex: 1;
  scrollbar-width: none;
}
.qv-thumbs::-webkit-scrollbar { display: none; }

.qv-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2px;
}
.qv-thumb--active,
.qv-thumb:hover { border-color: #239CBA; }

.qv-thumb-prev,
.qv-thumb-next {
  background: none;
  border: 1px solid #ddd;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #666;
  border-radius: 2px;
}
.qv-thumb-prev:hover,
.qv-thumb-next:hover { border-color: #239CBA; color: #239CBA; }

.qv-right {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.qv-content { -ms-flex: 1; flex: 1; }

.qv-title {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 1.3;
}

.qv-price {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.qv-availability {
  display: inline-block;
  margin-bottom: 14px;
}

.qv-description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 16px;
}

.qv-description ul {
  margin: 10px 0;
}

.qv-description ul li {
  position: relative;
  padding-left: 10px;
}

.qv-description ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F26122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.qv-footer {
  border-top: 1px solid #eee;
  padding-top: 16px;
}

.qv-footer__row { margin-bottom: 12px; }
.qv-footer__row:last-child { margin-bottom: 0; }

.qv-qty {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #BABABA;
  border-radius: 2px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

.qv-qty__btn {
  width: 42px;
  height: 42px;
  background: #fff !important;
  border: none !important;
  cursor: pointer;
  font-size: 22px;
  line-height: 42px;
  color: #333;
  padding: 0;
  text-align: center;
}
.qv-qty__btn:hover { background: #f5f5f5 !important; }

.qv-qty__decrease { border-right: 1px solid #BABABA !important; }
.qv-qty__increase { border-left: 1px solid #BABABA !important; }

.qv-qty__count {
  min-width: 50px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qv-footer__row--actions {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
}

.qv-add-btn {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  height: 42px;
  background: #239CBA;
  color: #fff;
  border: none;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
}
.qv-add-btn:hover { opacity: .8; }

.qv-add-btn svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #fff;
  -ms-transform: translateY(-3px);
      transform: translateY(-3px);
}

.qv-fav-btn {
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #239CBA;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: background ease-in-out .3s, border-color ease-in-out .3s;
}
.qv-fav-btn:hover { background: #239CBA; }

.qv-fav-btn svg {
  width: 20px;
  height: 20px;
  fill: #239CBA;
  transition: fill ease-in-out .3s;
}
.qv-fav-btn:hover svg { fill: #fff; }

@media (max-width: 767px) {
  .qv-modal { padding: 20px 16px; }
  .qv-body { -ms-flex-direction: column; flex-direction: column; gap: 20px; }
  .qv-left { -ms-flex: none; flex: none; width: 100%; }
  .qv-main-image { max-height: 220px; }
  .qv-title { font-size: 22px; }
  .qv-price { font-size: 22px; }
  .qv-description { max-height: 120px; }
}

/**************************\
  Modal Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media (max-width: 479px) {
  .modal .modal__container {
    max-width: 90%;
    min-width: 90%;
    height: 50%;
  }
  .modal_search .modal__container {
    height: auto;
  }
  .modal .modal__content {
    max-width: 100%;
    margin-bottom: 50px;
    font-size: 20px;
  }
  .modal .modal__title {
    margin: auto;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt52 {
  margin-top: 52px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.fw400 {
  font-weight: 400;
}

.flex-justify-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-align-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.ttu {
  text-transform: uppercase;
}

.posr {
  position: relative;
}

.pt0 {
  padding-top: 0;
}

.p0 {
  padding: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.m0 {
  margin: 0;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pl0 {
  padding-left: 0;
}

.pb26 {
  padding-bottom: 26px;
}

.mb26 {
  margin-bottom: 26px;
}

.bb-1px-dashed-gray {
  border-bottom: 1px dashed #E0E0E0;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.mb-visible {
  display: none;
}

.color-gray {
  color: #909090;
}

.tac {
  text-align: center;
}

@media (max-width: 767px) {
  .mb-flex-direction-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .mb-w-100 {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
}

@media (max-width: 479px) {
  .mb-flex-direction-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mob-mb-10 {
    margin-bottom: 10px;
  }
  .mb-block {
    width: 100%;
    display: block;
  }
  .mb-pl-15 {
    padding-left: 15px;
  }
  .mb-hidden {
    display: none;
  }
  .mb-visible {
    display: block;
  }
  .mb-p0 {
    padding: 0 !important;
  }
}

.accordions .accordion.visible .accordion__body {
  display: block;
}

.accordions .accordion.visible .accordion__icon svg {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.accordions .accordion + .accordion {
  margin-top: 20px;
}

.accordions .accordion .accordion__body {
  display: none;
  font-size: 14px;
  border-bottom: 1px dashed #BABABA;
  padding-bottom: 10px;
  margin-left: 47px;
  font-family: "Roboto", sans-serif;
}

.accordions .accordion .accordion__body.visible {
  display: block;
}

.accordions .accordion .accordion__title {
  cursor: pointer;
  font-size: 18px;
}

.accordions .accordion .accordion__head {
  margin-bottom: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.accordions .accordion__icon {
  margin-right: 27px;
}

.accordions .accordion__icon svg {
  height: 26px;
  width: 22px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.faq .faq__header {
  margin-bottom: 40px;
}

.articles {
  margin-bottom: 25px;
}

.articles .article + .article {
  margin-top: 30px;
}

.article {
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 14px;
  border: 1px solid #E8E8E8;
}

.article + .article {
  margin-top: 30px;
}

.article .article__image {
  margin-right: 15px;
  -ms-flex: 0 1 31%;
      flex: 0 1 31%;
}

.article .article__image img {
  width: 100%;
}

.article .article__content {
  -ms-flex: 0 1 69%;
      flex: 0 1 69%;
  padding: 17px 20px 30px 0;
}

.article .article__title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.article .article__meta {
  margin-bottom: 20px;
}

.article .article__date {
  color: #909090;
}

.article-inner {
  -ms-flex-direction: column;
      flex-direction: column;
  border: 0;
}

.article-inner .article__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.article-inner .article__head {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 36px;
}

.article-inner .article__body {
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 27px;
}

.article-inner .article__body p {
  margin-bottom: 10px;
}

.article-inner .article__gallery {
  margin-bottom: 20px;
}

.article-inner .article__gallery img {
  width: 100%;
}

.article-inner .article__gallery .col_70p {
  padding-right: 0;
}

.article-inner .article__gallery .col_30p {
  padding-left: 0;
}

.article-inner .article__gallery .article__gallery-meta {
  background: #E8E8E8;
  height: 51px;
  padding-left: 16px;
  line-height: 51px;
}

.article-inner .article__gallery .article__gallery-meta p span {
  color: #909090;
}

.article-inner .article__footer {
  width: 100%;
}

@media (max-width: 479px) {
  .article {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .article .article__image,
  .article .article__content {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin: 0;
  }
  .article .article__content {
    padding: 24px 23px 23px;
  }
  .articles .article + .article {
    margin-top: 25px;
  }
  .article-inner .article__meta {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .article-inner .article__meta .article__date {
    margin-bottom: 10px;
  }
  .article-inner .article__gallery {
    overflow: hidden;
  }
}

.simetro-link-list {
  font-size: 20px;
  -ms-flex: 0 1 24.3%;
      flex: 0 1 24.3%;
}

.simetro-link-list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 17px 22px;
  max-height: 83px;
  border-bottom: 1px solid #E0E0E0;
}

.simetro-link-list a:hover {
  background: #239CBA;
  color: #fff;
}

.simetro-link-list a:hover svg {
  fill: #fff;
}

.simetro-link-list li {
  position: relative;
}

.simetro-link-list li:first-child a {
  border-top: 1px solid #E0E0E0;
}

.simetro-link-list .simetro-link-list__arrow {
  width: 9px;
  height: 23px;
  display: inline-block;
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
  position: absolute;
  right: 10px;
  top: 50%;
}

.simetro-link-list .simetro-link-list__arrow svg {
  width: 20px;
  height: 26px;
}

.simetro-link-list .simetro-link-list__icon {
  top: 6px;
  position: relative;
}

.simetro-link-list .simetro-link-list__icon svg {
  width: 38px;
  height: auto;
  margin-right: 18px;
  fill: #239CBA;
}

@media (max-width: 767px) {
  .simetro-link-list {
    font-size: 17px;
  }
  .simetro-link-list a {
    padding: 17px 10px;
  }
}

@media (max-width: 767px) {
  .simetro-link-list {
    border: 1px solid #E0E0E0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .simetro-link-list li {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
  }
  .simetro-link-list li:nth-child(odd) {
    border-right: 1px solid #E0E0E0;
  }
  .simetro-link-list li:nth-child(1), .simetro-link-list li:nth-child(2) {
    border-top: 0;
  }
  .simetro-link-list li + li {
    border-top: 1px solid #E0E0E0;
  }
  .simetro-link-list li:first-child a {
    border: 0;
  }
  .simetro-link-list a {
    border-bottom: 0;
  }
}

@media (max-width: 479px) {
  .simetro-link-list {
    margin: 0 -15px;
  }
}

.insta-container {
  padding: 14px 40px 65px;
  border: 1px solid #E0E0E0;
  text-align: center;
}

.insta-container .insta-slider__header {
  margin-bottom: 17px;
}

.insta-container .insta-slider__title {
  margin-bottom: 3px;
}

.insta-container .insta-slider__subtitle {
  font-size: 17px;
}

@media (max-width: 479px) {
  .insta-container {
    margin: 0 -15px;
    border: 0;
    padding-top: 0;
  }
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.blog-sidebar {
  flex: 0 0 220px;
  min-width: 0;
}

.blog-sidebar .widget__title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar ul li {
  border-bottom: 1px solid #efefef;
}

.blog-sidebar ul li a {
  display: block;
  padding: 8px 0;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-sidebar ul li a:hover,
.blog-sidebar ul li.active a {
  color: #e2001a;
}

.blog-main {
  flex: 1 1 0;
  min-width: 0;
}

.blog-article-card {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-article-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-article-card__title a {
  color: #333;
  text-decoration: none;
}

.blog-article-card__title a:hover {
  color: #e2001a;
}

.blog-article-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #888;
}

.blog-article-card__image {
  margin-bottom: 14px;
}

.blog-article-card__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog-article-card__excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.6;
}

.blog-share-btn {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
}

.blog-share-btn_fb {
  background: #3b5998;
}

.blog-share-btn_fb:hover {
  background: #2d4373;
  color: #fff;
}

/* Blog read */

.blog-read {
  max-width: 860px;
  margin: 0 auto;
}

.blog-read__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog-read__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #888;
}

.blog-read__date {
  color: #888;
}

.blog-gallery {
  margin-bottom: 24px;
}

.blog-gallery__main img {
  max-width: 100%;
  height: auto;
  display: block;
}

.blog-read__content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}

.blog-read__content img {
  max-width: 100%;
  height: auto;
}

.blog-read__share-bottom {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .blog-layout {
    flex-direction: column;
  }

  .blog-sidebar {
    flex: none;
    width: 100%;
  }

  .blog-read__title {
    font-size: 22px;
  }
}

/* ==========================================================================
   App Toast Notification
   ========================================================================== */

.app-toast {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 56px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  transform: translateY(-100%);
  transition: transform .3s ease, opacity .3s ease;
  pointer-events: none;
  opacity: 0;
}
.app-toast.app-toast--visible {
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}
.app-toast--error   { background: #E8344E; }
.app-toast--success { background: #4CAF50; }
.app-toast__icon { flex-shrink: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; }
.app-toast__msg  { flex: 1; }
.app-toast__close {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 4px;
  opacity: .8;
  line-height: 1;
  display: flex;
  align-items: center;
}
.app-toast__close:hover { opacity: 1; }

/* ==========================================================================
   Product Themes
   ========================================================================== */

.product-themes {
  margin-top: 32px;
}
.product-themes__label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-themes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-theme {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s ease;
  white-space: nowrap;
}
.product-theme:hover {
  opacity: 0.75;
}
.product-theme:nth-child(5n+1) { background: #C8E6EA; color: #1A7A87; }
.product-theme:nth-child(5n+2) { background: #D0E4C0; color: #4A6E2A; }
.product-theme:nth-child(5n+3) { background: #E6D9BC; color: #7A6030; }
.product-theme:nth-child(5n+4) { background: #EDD0C0; color: #8A4030; }
.product-theme:nth-child(5n+5) { background: #D8CBE8; color: #5C3A9C; }

/* ==========================================================================
   Product Variations — избор на вариант (цвят/вид) на продуктовата страница
   ========================================================================== */

.product-variations {
  margin-bottom: 20px;
}
.product-variations__label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-variations__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-variation {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #d5dcde;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.product-variation:hover {
  border-color: #239CBA;
  color: #239CBA;
}
.product-variation.active {
  border-color: #239CBA;
  background: #239CBA;
  color: #fff;
}

/* Избраната вариация в количката */
.cart__item-variation,
.cart-page__variation {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #1a6f83;
  margin: 2px 0 4px;
}
.orderDone__item-variation {
  font-size: 12px;
  color: #1a6f83;
}

/* =============================================
   FAVOURITES — Badge на сърцето в хедъра
   ============================================= */

.account-utils__favourites .account-utils__count {
  top: -5px;
}

/* =============================================
   FAVOURITES PAGE — /favourites
   ============================================= */

/* Фиксирана ширина на колона Remove — еднаква в хедър и в редовете */
.favourites-page__table .cart-page__col--remove {
  flex: 0 0 280px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.favourites-page__price-promo {
  color: #E84040;
  margin-right: 6px;
}

.favourites-page__price-old {
  color: #aaa;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}

.favourites-page__add-to-cart {
  white-space: nowrap;
}

/* Бутони под масата — наредени вертикално, еднаква ширина */
.favourites-page__actions {
  display: grid;
  grid-template-columns: max-content;
  gap: 12px;
  margin-bottom: 40px;
}

.favourites-page__actions .btn {
  text-align: center;
}

/* Active state на бутона сърце */
.addToFavourites.active svg { fill: #E84040; }
.addToFavourites.active svg path { fill: #E84040; }
.product__actions .addToFavourites.active svg { fill: #E84040; }

@media (max-width: 767px) {
  .product .product__overlay { display: none !important; }
}

@media (max-width: 767px) {
  .favourites-page__table .cart-page__col--remove {
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-end;
  }

  .favourites-page__actions {
    width: 100%;
  }
}

/*# sourceMappingURL=.maps/style.css.map */

/* =============================================
   PROFILE DROPDOWN в хедъра
   ============================================= */

.account-utils__profile-wrap {
  position: relative;
  overflow: visible;
}

.account-utils__profile-trigger {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  cursor: pointer;
  line-height: 0;
}

.account-utils__profile-trigger svg:first-child {
  width: 20px;
  height: 23px;
  fill: #239CBA;
  transition: fill ease-in-out .3s;
}

.account-utils__profile-trigger:hover svg:first-child {
  fill: #73C0D3;
}

.account-utils__chevron {
  width: 8px !important;
  height: 8px !important;
  fill: #239CBA !important;
  transform: rotate(-90deg);
  transition: transform ease-in-out .3s, fill ease-in-out .3s !important;
  flex-shrink: 0;
  overflow: visible;
  margin-bottom: 6px;
  margin-left: 2px;
}

.account-utils__profile-wrap + li {
  margin-left: 24px !important;
}

.account-utils__profile-trigger:hover .account-utils__chevron path {
  fill: #73C0D3;
}

.account-utils__profile-trigger.open .account-utils__chevron {
  transform: rotate(90deg);
}

.account-utils__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  z-index: 9999;
  overflow: hidden;
}

.account-utils__dropdown.open {
  display: block;
}

.account-utils__dropdown a {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #333;
  text-decoration: none;
  transition: background .15s;
}

.account-utils__dropdown a:hover {
  background: #f5f5f5;
}

.account-utils__dropdown a + a {
  border-top: 1px solid #f0f0f0;
}

.account-utils__logout {
  color: #e53935 !important;
}

.account-utils__logout:hover {
  background: #fdecea !important;
}

.account-utils_scrollable {
  margin-right: 10px;
}

.account-utils_scrollable li + li {
  margin-left: 18px;
}

.account-utils_scrollable svg {
  fill: #239CBA !important;
}

.account-utils_scrollable li:hover svg {
  fill: #73C0D3 !important;
}

/* Button loader */
@keyframes btn-spin {
  to { transform: rotate(360deg); }
}
.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.btn-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}
.btn_outline.btn-loading::after {
  border-color: rgba(35,156,186,0.25);
  border-top-color: #239CBA;
}


/* ── Profile ──────────────────────────────────────────────────────────────── */
h2.profile-section-title { font-size: 22px; font-weight: 600; margin-bottom: 20px; color: #222; font-family: "Neucha", cursive; }
.profile-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; font-family: "Roboto", sans-serif; }
.profile-card__header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; background: #fafafa; }
.profile-card__header h3 { font-size: 15px; font-weight: 600; color: #333; margin: 0; font-family: "Neucha", cursive; }
.profile-card__body { padding: 16px 20px; font-family: "Roboto", sans-serif; }
.profile-info-row { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; font-family: "Roboto", sans-serif; }
.profile-info-row:last-child { border-bottom: none; }
.profile-info-label { color: #888; min-width: 140px; flex-shrink: 0; }
.profile-empty { font-size: 14px; color: #aaa; font-family: "Roboto", sans-serif; }

/* ── Profile edit tabs ────────────────────────────────────────────────────── */
.profile-tabs { display: flex; gap: 4px; margin-bottom: 24px; border-bottom: 2px solid #e0e0e0; font-family: "Roboto", sans-serif; }
.profile-tab { padding: 10px 20px; font-size: 14px; font-weight: 500; text-decoration: none; color: #555; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .15s, border-color .15s; font-family: "Roboto", sans-serif; }
.profile-tab:hover { color: #239CBA; }
.profile-tab.active { color: #239CBA; border-bottom-color: #239CBA; }
.form_profile .field { font-family: "Roboto", sans-serif; }

.addresses-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; font-family: "Roboto", sans-serif; }
.address-card { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; }
.address-card--default { border-color: #239CBA; background: #f4fbfd; }
.address-card__body { flex: 1; min-width: 0; }
.address-card__line { font-size: 14px; color: #222; margin: 0 0 4px; }
.address-card__sub { font-size: 13px; color: #777; margin: 0; }
.address-card__badge { display: inline-block; background: #239CBA; color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 4px; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .3px; }
.address-card__type-badge { display: inline-block; background: #f26122; color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 4px; margin-bottom: 6px; margin-left: 6px; text-transform: uppercase; letter-spacing: .3px; }
.profile-subsection-title { font-size: 16px; font-weight: 600; margin: 28px 0 12px; color: #444; font-family: "Roboto", sans-serif; }
.profile-empty-hint { font-size: 12px; color: #999; font-family: "Roboto", sans-serif; font-style: italic; margin-top: 8px; }
.address-card__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font-size: 13px; flex-shrink: 0; }
.address-card__actions .link { color: #239CBA; text-decoration: none; }
.address-card__actions .link:hover { text-decoration: underline; }
.address-card__actions .link-danger { color: #e53935; }
.speedy-map { height: 360px; margin-top: 14px; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; background: #f5f5f5; }
.speedy-map .leaflet-container { font-family: "Roboto", sans-serif; height: 100%; width: 100%; }

.invoice-toggle { margin-bottom: 14px; }

.delivery-option--error { border-color: #E8344E !important; box-shadow: 0 0 0 3px rgba(232, 52, 78, 0.10) !important; }
.delivery-error { color: #E8344E; font-family: "Roboto", sans-serif; font-size: 13px; margin: 8px 0 0; padding: 0; }

.checkbox--error [type="checkbox"] + label:before {
  border: 2px solid #E8344E !important;
  box-shadow: 0 0 0 3px rgba(232, 52, 78, 0.10) !important;
}
.invoice-fields { background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px; padding: 16px 18px; max-width: 600px; }
.invoice-fields .form__row:last-child { margin-bottom: 0 !important; }

.checkout-saved-addresses { background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px; padding: 14px 16px; font-family: "Roboto", sans-serif; }
.checkout-saved-addresses__title { font-size: 13px; font-weight: 600; color: #555; margin: 0 0 10px; text-transform: uppercase; letter-spacing: .3px; }
.checkout-saved-addresses__list { display: flex; flex-direction: column; gap: 6px; }
.saved-addr { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; cursor: pointer; transition: border-color .15s, background .15s; }
.saved-addr:hover { border-color: #239CBA; }
.saved-addr input[type="radio"] { position: static; width: 16px; height: 16px; opacity: 1; cursor: pointer; flex-shrink: 0; margin: 0; }
.saved-addr input[type="radio"] + .saved-addr__label { position: static; padding-left: 0; cursor: pointer; font-size: 14px; color: #333; }
.saved-addr input[type="radio"] + .saved-addr__label:before,
.saved-addr input[type="radio"] + .saved-addr__label:after { display: none; content: none; }
.saved-addr__label small { color: #239CBA; font-size: 11px; font-weight: 600; text-transform: uppercase; margin-left: 6px; letter-spacing: .3px; }
.saved-addr--default { border-color: #239CBA; background: #f4fbfd; }

.checkbox-row { display: inline-flex; align-items: center; gap: 8px; font-family: "Roboto", sans-serif; font-size: 14px; color: #444; cursor: pointer; }
.checkbox-row input[type="checkbox"] { position: static; width: 16px; height: 16px; opacity: 1; cursor: pointer; }
.checkbox-row input[type="checkbox"] + span { position: static; padding-left: 0; cursor: pointer; }
.checkbox-row input[type="checkbox"] + span:before,
.checkbox-row input[type="checkbox"] + span:after { display: none; content: none; }
.ml10 { margin-left: 10px; }

/* ── Orders list ──────────────────────────────────────────────────────────── */
.orders-empty { font-size: 15px; color: #aaa; font-family: "Roboto", sans-serif; }
.orders-list { display: flex; flex-direction: column; gap: 16px; font-family: "Roboto", sans-serif; }
.order-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; font-family: "Roboto", sans-serif; }
.order-card__header { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; background: #fafafa; border-bottom: 1px solid #f0f0f0; }
.order-card__meta { display: flex; align-items: center; gap: 14px; }
.order-card__id { font-weight: 700; font-size: 15px; color: #222; }
.order-card__date { font-size: 13px; color: #999; }
.order-card__body { padding: 16px 20px; }
.order-card__row { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; border-bottom: 1px solid #f5f5f5; }
.order-card__row:last-of-type { border-bottom: none; }
.order-card__row--total { font-weight: 700; font-size: 15px; padding-top: 10px; }
.order-card__label { color: #888; }
.order-card__tracking { display: flex; align-items: center; gap: 6px; margin-top: 12px; padding: 10px 14px; background: #f0fafd; border-radius: 6px; font-size: 13px; color: #239CBA; border: 1px solid #c8e8f3; }
.badge { display: inline-block; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .3px; font-family: "Roboto", sans-serif; line-height: 1.4; white-space: nowrap; }
.badge--yellow { background: #fff3e0; color: #e65100; }
.badge--green  { background: #e8f5e9; color: #2e7d32; }
.badge--blue   { background: #e3f2fd; color: #1565c0; }
.badge--red    { background: #ffebee; color: #c62828; }
.badge--gray   { background: #eeeeee; color: #555; }

.order-card__items { display: flex; flex-direction: column; gap: 8px; padding: 6px 0 12px; border-bottom: 1px solid #f0f0f0; margin-bottom: 8px; }
.order-card__item { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #333; padding: 4px 0; transition: background .15s; }
.order-card__item:hover { background: #fafafa; }
.order-card__item-thumb { width: 44px; height: 44px; object-fit: cover; border: 1px solid #eee; border-radius: 4px; flex-shrink: 0; }
.order-card__item-thumb--empty { background: #f0f0f0; }
.order-card__item-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.order-card__item-title { font-size: 13px; color: #222; line-height: 1.3; }
.order-card__item-meta { font-size: 12px; color: #888; }

.orderDone__number { font-family: "Roboto", sans-serif; font-size: 14px; color: #555; margin-bottom: 32px; }
.orderDone__number strong { color: #239CBA; font-weight: 600; }

.orderDone { padding-top: 60px; }
.orderDone__check { width: 80px; height: 80px; margin: 0 auto 24px; }
.orderDone__check svg { width: 100%; height: 100%; display: block; }
@media (max-width: 767px) {
  .orderDone { padding-top: 32px; }
}

.orderDone__summary { max-width: 580px; margin: 0 auto 32px; padding: 24px; background: #fafafa; border: 1px solid #e8e8e8; border-radius: 8px; text-align: left; font-family: "Roboto", sans-serif; }
.orderDone__summary-title { font-size: 16px; font-weight: 600; color: #333; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid #e0e0e0; }
.orderDone__items { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; margin-bottom: 16px; }
.orderDone__item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; font-size: 13px; }
.orderDone__item-thumb { width: 48px; height: 48px; border: 1px solid #eee; border-radius: 4px; overflow: hidden; display: block; }
.orderDone__item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.orderDone__item-thumb--empty { background: #f0f0f0; }
.orderDone__item-title { color: #222; line-height: 1.3; text-decoration: none; }
.orderDone__item-title:hover { text-decoration: underline; }
.orderDone__item-qty { color: #888; font-size: 12px; grid-column: 2; grid-row: 2; margin-top: -4px; }
.orderDone__item-sum { color: #333; font-weight: 500; grid-row: 1 / 3; align-self: center; }
.orderDone__totals { margin: 0 0 16px; padding: 12px 0; border-top: 1px solid #e8e8e8; }
.orderDone__totals-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 13px; color: #555; }
.orderDone__totals-row dt, .orderDone__totals-row dd { margin: 0; }
.orderDone__totals-discount { color: #43a047 !important; }
.orderDone__totals-row--total { font-size: 15px; font-weight: 700; color: #222; padding-top: 10px; margin-top: 6px; border-top: 2px solid #ddd; }
.orderDone__details { margin: 0; padding-top: 12px; border-top: 1px solid #e8e8e8; }
.orderDone__details-row { display: flex; gap: 12px; padding: 4px 0; font-size: 13px; }
.orderDone__details-row dt { color: #888; min-width: 100px; flex-shrink: 0; margin: 0; }
.orderDone__details-row dd { color: #333; margin: 0; }

.orderDone__register { max-width: 580px; margin: 0 auto 16px; padding: 14px 18px; background: #f4fbfd; border: 1px solid #c8e8f3; border-radius: 8px; }
.orderDone__register-text { font-family: "Roboto", sans-serif; font-size: 13px; color: #1a6d82; margin: 0; line-height: 1.5; text-align: left; }

.orderDone .orderDone__actions { display: flex; flex-direction: column; gap: 10px; }
.co-discount-amount { color: #2e7d32; font-weight: 600; }


/* ─── Loader за #save-button (админ) ─────────────────────────────────── */
@keyframes btn-spin {
  to { transform: rotate(360deg); }
}
#save-button.btn--loading {
  opacity: 0.8;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
#save-button.btn--loading::before {
  content: '';
  position: absolute;
  left: 14px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin .7s linear infinite;
}


/* ─── Отстояния на текстовите блокове в текстовите страници ──────────── */
.about .about__content p,
.about .about__content ul,
.about .about__content ol,
.about .about__content p + p,
.about .about__content ul + p,
.about .about__content ol + p,
.about .about__content p + ul,
.about .about__content p + ol {
  margin-top: 14px;
}
.about .about__content h3 {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* ─── Bullet list стил на текстови страници (като продукт описание) ──── */
.about__content ul {
  margin: 10px 0;
  list-style: none;
  padding-left: 0;
}
.about__content ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  line-height: 1.6;
}
.about__content ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #F26122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  /* центрира точката спрямо първия ред: 0.8em = половин line-height (1.6) */
  top: 0.8em;
  transform: translateY(-50%);
}


/* ─── Йерархично категорийно меню в ляво ──────────────────────────────── */
/* Самостоятелен widget — умишлено НЕ ползва .widgets, за да не бъде
   засмукан от off-canvas панела на филтрите (#toggleFilters). */
.cat-menu-widget { margin-bottom: 24px; }
.cat-menu-widget__title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
.cat-tree { list-style: none; margin: 0; padding: 0; }
.cat-tree > .cat-tree__item { border-bottom: 1px solid #eee; }
.cat-tree__item { position: relative; }
.cat-tree__link {
  display: block;
  padding: 8px 0;
  color: #444;
  text-decoration: none;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.cat-tree__link:hover { color: #239CBA; }
.cat-tree__item--active > .cat-tree__link { color: #F26122; font-weight: 600; }

/* Стрелка назад към горното ниво */
.cat-tree__back {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  color: #444;
  text-decoration: none;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.cat-tree__back:hover { color: #239CBA; }
.cat-tree__back-arrow { font-size: 15px; line-height: 1; }
.cat-tree__back-label { font-size: 13px; color: #444; }

/* Заглавие на текущата тема, чиито подтеми са разгънати */
.cat-tree__current {
  display: block;
  padding: 6px 0 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
  color: #F26122;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.cat-tree--sub { padding-left: 14px; border-left: 2px solid #f0f0f0; margin-left: 4px; }
.cat-tree--sub .cat-tree__link { font-size: 13px; padding: 6px 0; }
