/*
FONTS:
font-family: 'Playfair Display', serif;
font-family: 'Sen', sans-serif;
*/
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name,
.products-block > div .p .p-bottom > div .prices .price-final,
.products-block > div .p .p-bottom > div .prices .price-standard {
  font-family: "Playfair Display", serif;
}
.external-fonts-loaded body,
.external-fonts-loaded #navigation,
body.blank-mode,
.p-final-price-wrapper .price-final,
.external-fonts-loaded .empty-content,
.blank-mode .empty-content,
.main-link-variant,
.main-link-surcharges {
  font-family: "Sen", sans-serif;
}
h2 {
  font-weight: 500 !important;
  font-size: 48px;
}
p {
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

/*
HEADER
*/
.navigation-in ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.navigation-in > ul > li > a {
  color: #000000;
  transition: all 0.3s;
}
.navigation-in > ul > li:hover > a {
  color: #b19269;
  transition: all 0.3s;
}
#navigation .navigation-in ul li:hover > a > span,
#navigation .navigation-in ul li:hover > a > b,
#navigation .navigation-in ul li:hover > div > a > span {
  border: none;
  text-decoration: none;
}
.search-input-icon::before {
  color: #000000;
}
#header .search-input::placeholder,
#header .search-input {
  color: #000000;
  font-weight: 400;
}
#header .site-name a img {
  width: 140px;
}
.top-navigation-bar a {
  color: #000000;
  font-weight: 400;
  transition: all 0.3s;
}
.top-navigation-bar a:hover {
  color: #b19269;
  transition: all 0.3s;
}
.header-banner-settings-stcm {
  display: flex;
  flex-flow: column;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left top !important;
  background-blend-mode: multiply;
  width: 100%;
  height: 400px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 65px;
  padding-bottom: 65px;
  justify-content: flex-end;
}
.header-button-wrapper-stcm {
  display: inherit;
}
.header-button-stcm {
  color: #ffffff;
  background-color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 12px 65px;
}
.header-banner-settings-stcm:hover .header-button-stcm {
  background-color: #b19269;
  transition: all 0.3s;
}
.header-banner-h1-stcm {
  font-size: 56px;
  font-weight: 400;
  color: #ffffff;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 25px;
}
.header-banner-h2-stcm {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Sen", sans-serif !important;
  margin-top: 0px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .header-banner-settings-stcm {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    background-position: center !important;
  }
  .id-1 .content-wrapper {
    padding-top: 0px;
  }
  .content-wrapper.container .row > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-banner-h1-stcm {
    font-size: 35px;
  }
  .header-banner-h2-stcm {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .fitted .navigation-in ul {
    justify-content: center;
  }
  .col-sm-8 {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .header-banner-settings-stcm {
    height: 500px;
  }
}
@media (min-width: 995px) {
  .header-banner-settings-stcm {
    height: 500px;
  }
}
@media (min-width: 1366px) {
  .header-banner-settings-stcm {
    height: 650px;
  }
}
.menu-item-729 a b,
.menu-item-732 a b {
  font-weight: 400 !important;
}
.navigation-buttons a[data-target="cart"] {
  color: #000000;
}
.btn.btn-icon,
a.btn.btn-icon {
  font-size: 16px;
}

/*
GLOBAL
*/
.p-availability.p-cell,
.p-quantity.p-cell {
  display: none;
}
.external-fonts-loaded .empty-content,
.blank-mode .empty-content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cart-widget-bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cart-widget-product .cart-widget-product-name {
  width: 60%;
}
.cart-widget-product-amount {
  display: none !important;
}
.about-us-wrapper-stcm h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}
.carousel-control::before {
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 14px;
}
.carousel-control {
  opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  right: 65px;
  left: auto;
}
.carousel-control {
  top: auto;
  bottom: 34px;
}
.products-block > div .p {
  background-color: #f9f9f9;
  transition: all 0.3s;
}
.products-block > div {
  border: none;
}
.products-block > div:hover {
  box-shadow: none;
}
.products-block > div .p:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.products-block .p > a img {
  mix-blend-mode: multiply;
}
.products-block > div:hover .p a,
.products-block .p .name:hover {
  text-decoration: none;
}
.products-block > div .p .name {
  font-size: 16px;
  font-weight: 700;
}
.products-block > div .p .p-bottom > div .prices .price-final {
  font-size: 20px;
  font-weight: 600;
}
.products-block > div .p .p-bottom > div .prices .price-standard {
  font-size: 16px;
  font-weight: 600;
}
.products-block > div .p .p-bottom > div .prices .price-save {
  display: none;
}
.products-block > div .p .p-in {
  margin-bottom: 35px;
}
.products-block > div .p .p-bottom > div .p-tools {
  display: none;
}
.flag {
  padding: 0px;
}
.flags {
  top: 16px !important;
  left: 16px !important;
}
.flag.flag-custom1 {
  background-color: transparent !important;
}
.flag.flag-custom1::before {
  content: "";
  display: flex;
  width: 44px;
  height: 39px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 45 40" version="1.1" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-3792,0)"><g id="Vrstva-1" serif:id="Vrstva 1"></g><g id="Artboard3" transform="matrix(1,0,0,1,-0.0973696,1.08164)"><rect x="3792.1" y="-1.082" width="44.705" height="40" style="fill:none;"/><g transform="matrix(1,0,0,1,3809.39,15.2118)"><path d="M0,7.413C1.157,7.37 1.156,5.709 0,5.667L-0.001,5.667C-1.158,5.71 -1.156,7.371 0,7.413M25.178,16.064L22.279,10.676C22.148,10.433 22.14,10.143 22.257,9.893L25.068,3.873L4.012,6.854C3.535,6.922 3.093,6.589 3.025,6.111C2.958,5.634 3.29,5.192 3.768,5.125L11.215,4.07L18.187,0.045L-5.108,3.342L-12.08,7.368L-4.013,6.226C-3.536,6.158 -3.094,6.491 -3.026,6.968C-2.959,7.445 -3.291,7.887 -3.768,7.955L-15.544,9.622L-15.544,21.828L25.178,16.064ZM21.651,-2.209L21.651,-14.415L-11.038,-9.788L-8.139,-4.4C-8.008,-4.157 -8,-3.867 -8.117,-3.617L-10.928,2.403L21.651,-2.209ZM27.309,16.339C27.444,16.59 27.448,16.892 27.319,17.147C27.191,17.402 26.945,17.577 26.663,17.617L-16.294,23.698C-16.543,23.733 -16.798,23.659 -16.989,23.493C-17.18,23.327 -17.29,23.086 -17.29,22.833L-17.29,8.863C-17.29,8.552 -17.123,8.263 -16.853,8.107L-9.734,3.997L-12.278,4.358C-12.95,4.464 -13.49,3.736 -13.191,3.123L-9.884,-3.959L-13.169,-10.063C-13.305,-10.315 -13.308,-10.616 -13.18,-10.871C-13.051,-11.126 -12.805,-11.301 -12.523,-11.341L22.402,-16.285C22.652,-16.32 22.906,-16.245 23.096,-16.08C23.287,-15.914 23.397,-15.673 23.397,-15.42L23.397,-1.451C23.397,-1.139 23.231,-0.85 22.961,-0.694L15.842,3.416L26.418,1.919C27.09,1.812 27.63,2.541 27.331,3.153L24.024,10.235L27.309,16.339ZM11.128,-7.44L10.199,-7.693C10.043,-7.736 9.927,-7.83 9.856,-7.972C9.761,-8.16 9.761,-8.404 9.854,-8.643C10.052,-9.148 10.612,-9.485 11.053,-9.364L11.517,-9.238C12.646,-8.975 13.081,-10.577 11.977,-10.923L11.513,-11.049C10.2,-11.408 8.757,-10.63 8.228,-9.279C7.954,-8.58 7.979,-7.817 8.296,-7.188C8.591,-6.601 9.104,-6.182 9.74,-6.008L10.669,-5.755C10.825,-5.713 10.941,-5.619 11.012,-5.476C11.107,-5.289 11.107,-5.044 11.014,-4.806C10.816,-4.301 10.256,-3.963 9.815,-4.084L9.351,-4.211C8.886,-4.337 8.406,-4.063 8.279,-3.597C8.152,-3.132 8.426,-2.652 8.892,-2.525L9.356,-2.399C10.687,-2.042 12.11,-2.824 12.64,-4.169C12.914,-4.868 12.889,-5.631 12.573,-6.26C12.277,-6.847 11.764,-7.266 11.128,-7.44M-0.888,-7.516C-1.026,-7.636 -1.219,-7.685 -1.433,-7.655L-2.428,-7.514L-2.428,-5.785L-1.678,-5.891C-0.987,-5.968 -0.332,-6.964 -0.888,-7.516M-0.888,-4.024C-1.026,-4.144 -1.219,-4.193 -1.433,-4.163L-1.433,-4.162L-2.428,-4.022L-2.428,-2.293L-1.677,-2.399C-0.987,-2.475 -0.332,-3.472 -0.888,-4.024M0.399,-5.208C1.917,-3.645 0.636,-0.913 -1.433,-0.67L-3.179,-0.423C-3.427,-0.388 -3.683,-0.462 -3.874,-0.628C-4.065,-0.794 -4.174,-1.035 -4.174,-1.287L-4.174,-8.272C-4.174,-8.707 -3.854,-9.076 -3.424,-9.137L-1.677,-9.384C-0.966,-9.485 -0.261,-9.285 0.257,-8.835C1.321,-7.94 1.279,-6.224 0.399,-5.208M17.509,-12.1L14.453,-11.667C13.976,-11.599 13.643,-11.158 13.711,-10.68C13.776,-10.201 14.23,-9.869 14.698,-9.938L15.23,-10.014L15.23,-4.034C15.273,-2.877 16.934,-2.878 16.977,-4.034L16.977,-10.261L17.754,-10.371C18.231,-10.438 18.563,-10.88 18.496,-11.358C18.428,-11.835 17.985,-12.168 17.509,-12.1M6.425,-8.767C7.566,-8.972 7.331,-10.616 6.18,-10.496L3.125,-10.064C2.694,-10.003 2.374,-9.634 2.374,-9.199L2.374,-2.214C2.374,-1.962 2.483,-1.721 2.674,-1.555C2.865,-1.389 3.121,-1.314 3.369,-1.35L6.425,-1.782C7.565,-1.987 7.331,-3.631 6.18,-3.511L4.12,-3.22L4.12,-4.949L5.519,-5.147C5.997,-5.214 6.329,-5.656 6.261,-6.134C6.194,-6.611 5.751,-6.943 5.274,-6.876L4.12,-6.712L4.12,-8.441L6.425,-8.767ZM13.479,9.006C13.956,8.939 14.289,8.497 14.221,8.019C14.153,7.542 13.711,7.209 13.234,7.277L10.178,7.71C9.748,7.771 9.427,8.139 9.427,8.574L9.427,15.559C9.427,15.812 9.537,16.052 9.728,16.218C9.919,16.384 10.175,16.459 10.423,16.423L13.479,15.991C13.956,15.923 14.289,15.482 14.221,15.004C14.153,14.527 13.71,14.194 13.234,14.262L11.174,14.554L11.174,12.825L12.573,12.627C13.05,12.559 13.383,12.117 13.315,11.64C13.247,11.162 12.804,10.83 12.328,10.898L11.174,11.061L11.174,9.332L13.479,9.006ZM7.461,15.079L5.4,15.371L5.4,9.392C5.357,8.234 3.697,8.235 3.654,9.392L3.654,16.376C3.654,16.629 3.764,16.87 3.955,17.036C4.146,17.202 4.401,17.276 4.65,17.241L7.705,16.808C8.846,16.603 8.611,14.959 7.461,15.079M-10.795,14.435L-11.724,14.182C-11.88,14.14 -11.996,14.046 -12.067,13.903C-12.162,13.715 -12.162,13.471 -12.069,13.232C-11.871,12.728 -11.311,12.391 -10.87,12.511L-10.406,12.637C-9.94,12.764 -9.46,12.49 -9.334,12.024C-9.207,11.559 -9.481,11.079 -9.946,10.953L-10.411,10.826C-11.724,10.467 -13.167,11.246 -13.695,12.596C-13.969,13.296 -13.944,14.058 -13.628,14.687C-13.333,15.274 -12.82,15.693 -12.183,15.867L-11.255,16.12C-11.098,16.163 -10.983,16.256 -10.911,16.399C-10.817,16.586 -10.816,16.831 -10.91,17.07C-11.107,17.574 -11.667,17.912 -12.108,17.791L-12.573,17.665C-13.7,17.402 -14.136,19.004 -13.032,19.35L-12.568,19.476C-10.455,20.08 -8.334,17.635 -9.351,15.615C-9.646,15.028 -10.159,14.609 -10.795,14.435M18.564,8.502C18.426,8.382 18.233,8.333 18.019,8.363L17.024,8.504L17.023,8.504L17.023,10.233L17.758,10.129C17.766,10.128 17.774,10.127 17.782,10.126C18.469,10.044 19.118,9.052 18.564,8.502M20.412,13.823C20.64,14.247 20.481,14.777 20.057,15.006C19.64,15.232 19.104,15.079 18.874,14.65L17.416,11.941L17.024,11.997L17.024,14.731C16.981,15.887 15.32,15.888 15.277,14.731L15.277,7.746C15.277,7.311 15.597,6.943 16.028,6.882L17.774,6.634C20.736,6.337 21.448,9.991 19.132,11.444L20.412,13.823ZM1.785,15.882L-0.275,16.174L-0.275,10.195C-0.318,9.038 -1.979,9.038 -2.021,10.195L-2.021,17.18C-2.021,17.433 -1.911,17.673 -1.721,17.839C-1.53,18.005 -1.274,18.08 -1.026,18.044L2.03,17.612C2.508,17.544 2.84,17.102 2.772,16.625C2.705,16.147 2.263,15.815 1.785,15.882M-6.169,11.787L-6.169,13.516L-5.014,13.352C-4.537,13.285 -4.095,13.617 -4.027,14.095C-3.96,14.572 -4.292,15.014 -4.769,15.081L-6.169,15.279L-6.169,17.008L-4.108,16.717C-3.631,16.649 -3.189,16.981 -3.121,17.459C-3.054,17.936 -3.386,18.378 -3.863,18.446L-6.919,18.878C-7.168,18.914 -7.423,18.839 -7.614,18.673C-7.805,18.507 -7.915,18.267 -7.915,18.014L-7.915,11.029C-7.915,10.594 -7.595,10.226 -7.164,10.164L-4.108,9.732C-3.631,9.665 -3.189,9.996 -3.121,10.474C-3.054,10.952 -3.386,11.393 -3.863,11.461L-6.169,11.787Z" style="fill-rule:nonzero;"/></g></g></g></svg>');
}
.flag.flag-new {
  background-color: transparent;
}
.flag.flag-new::before {
  content: "";
  display: flex;
  width: 41px;
  height: 40px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 42 41" version="1.1" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-3745,0)"><g id="Vrstva-1" serif:id="Vrstva 1"></g><g id="Artboard2" transform="matrix(1,0,0,1,-0.270018,44.0195)"><rect x="3745.27" y="-44.019" width="41.814" height="40" style="fill:none;"/><g><g transform="matrix(1,0,0,1,3760.42,-5.99504)"><path d="M0,-36.052C-0.032,-36.052 -0.064,-36.047 -0.096,-36.037C-0.188,-36.007 -0.262,-35.934 -0.293,-35.843L-2.287,-30.061C-2.422,-29.669 -2.788,-29.404 -3.202,-29.396L-9.316,-29.285C-9.412,-29.283 -9.505,-29.235 -9.562,-29.156C-9.619,-29.077 -9.636,-28.975 -9.608,-28.883L-7.828,-23.033C-7.708,-22.637 -7.847,-22.208 -8.177,-21.958L-13.054,-18.272C-13.132,-18.214 -13.178,-18.121 -13.178,-18.025C-13.178,-17.928 -13.132,-17.834 -13.054,-17.777L-8.177,-14.091C-7.847,-13.841 -7.708,-13.413 -7.828,-13.017L-9.608,-7.167C-9.636,-7.074 -9.619,-6.971 -9.561,-6.892C-9.505,-6.815 -9.412,-6.767 -9.315,-6.765L-3.202,-6.654C-2.788,-6.646 -2.422,-6.38 -2.287,-5.989L-0.294,-0.207C-0.262,-0.115 -0.188,-0.042 -0.095,-0.012C-0.004,0.017 0.099,0.003 0.178,-0.054L5.191,-3.561C5.531,-3.798 5.982,-3.798 6.322,-3.561L11.334,-0.054C11.414,0.002 11.52,0.014 11.61,-0.013C11.701,-0.043 11.776,-0.115 11.807,-0.208L13.8,-5.989C13.935,-6.381 14.301,-6.646 14.715,-6.654L20.829,-6.766C20.926,-6.768 21.018,-6.815 21.074,-6.894C21.133,-6.973 21.149,-7.073 21.121,-7.167L19.341,-13.017C19.22,-13.413 19.359,-13.842 19.69,-14.091L24.567,-17.777C24.644,-17.836 24.69,-17.928 24.69,-18.025C24.69,-18.122 24.644,-18.215 24.567,-18.272L24.566,-18.273L19.69,-21.959C19.359,-22.208 19.22,-22.637 19.34,-23.033L21.12,-28.883C21.148,-28.977 21.131,-29.079 21.074,-29.158C21.017,-29.237 20.927,-29.283 20.828,-29.285L14.714,-29.397C14.3,-29.404 13.934,-29.67 13.799,-30.062L11.807,-35.844C11.775,-35.935 11.701,-36.008 11.608,-36.038C11.516,-36.068 11.412,-36.052 11.332,-35.996L6.322,-32.49C5.982,-32.252 5.53,-32.252 5.19,-32.49L0.178,-35.997C0.126,-36.033 0.063,-36.052 0,-36.052M11.512,1.976C11.04,1.976 10.587,1.832 10.202,1.562L5.757,-1.548L1.31,1.563C0.726,1.971 -0.028,2.082 -0.705,1.864C-1.383,1.643 -1.926,1.11 -2.159,0.436L-3.927,-4.694L-9.351,-4.793C-10.063,-4.807 -10.738,-5.158 -11.156,-5.733C-11.575,-6.311 -11.701,-7.062 -11.494,-7.742L-9.915,-12.933L-14.243,-16.203C-14.811,-16.632 -15.15,-17.313 -15.15,-18.025C-15.15,-18.738 -14.811,-19.419 -14.242,-19.848L-9.915,-23.118L-11.494,-28.309C-11.701,-28.99 -11.575,-29.741 -11.156,-30.317C-10.737,-30.893 -10.062,-31.245 -9.35,-31.258L-3.926,-31.357L-2.157,-36.486C-1.925,-37.16 -1.381,-37.695 -0.703,-37.914C-0.026,-38.133 0.728,-38.023 1.312,-37.613L5.757,-34.502L10.202,-37.613C10.79,-38.021 11.541,-38.134 12.219,-37.914C12.896,-37.694 13.439,-37.16 13.672,-36.486L15.44,-31.356L20.864,-31.257C21.575,-31.244 22.25,-30.893 22.67,-30.317C23.089,-29.74 23.215,-28.989 23.007,-28.308L21.429,-23.118L25.755,-19.849C26.324,-19.42 26.664,-18.738 26.664,-18.026C26.664,-17.313 26.324,-16.632 25.755,-16.203L21.429,-12.933L23.007,-7.742C23.215,-7.062 23.089,-6.311 22.669,-5.734C22.251,-5.158 21.577,-4.807 20.864,-4.793L15.44,-4.694L13.672,0.436C13.439,1.109 12.895,1.643 12.218,1.864C11.989,1.938 11.753,1.976 11.512,1.976" style="fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,3759.95,-16.2316)"><path d="M0,-9.355C-0.03,-9.434 -0.078,-9.499 -0.143,-9.55C-0.209,-9.6 -0.293,-9.631 -0.391,-9.64C-0.476,-9.648 -0.573,-9.638 -0.693,-9.607C-0.79,-9.583 -0.906,-9.546 -1.046,-9.495C-1.193,-9.441 -1.311,-9.392 -1.4,-9.347C-1.504,-9.296 -1.588,-9.24 -1.652,-9.181C-1.727,-9.11 -1.775,-9.037 -1.797,-8.963C-1.826,-8.874 -1.824,-8.78 -1.791,-8.695L-0.516,-5.226C-0.441,-5.022 -0.361,-4.811 -0.277,-4.592C-0.41,-4.72 -0.545,-4.849 -0.685,-4.977L-3.54,-7.538C-3.676,-7.668 -3.802,-7.774 -3.916,-7.857C-4.042,-7.946 -4.169,-8.011 -4.294,-8.047C-4.421,-8.083 -4.554,-8.095 -4.696,-8.08C-4.823,-8.066 -4.969,-8.029 -5.13,-7.969L-5.936,-7.673C-6.14,-7.598 -6.295,-7.47 -6.394,-7.293C-6.501,-7.104 -6.509,-6.885 -6.419,-6.638L-3.976,0.007C-3.946,0.087 -3.897,0.156 -3.835,0.203C-3.766,0.257 -3.68,0.286 -3.572,0.291C-3.561,0.292 -3.549,0.293 -3.537,0.293C-3.466,0.293 -3.382,0.282 -3.285,0.259C-3.185,0.237 -3.063,0.199 -2.918,0.146C-2.77,0.091 -2.651,0.04 -2.561,-0.007C-2.458,-0.06 -2.379,-0.112 -2.321,-0.166C-2.241,-0.239 -2.192,-0.316 -2.172,-0.397C-2.151,-0.48 -2.155,-0.567 -2.186,-0.65L-3.607,-4.518C-3.677,-4.709 -3.748,-4.896 -3.819,-5.08C-3.712,-4.976 -3.606,-4.878 -3.504,-4.784L-0.397,-2.007C-0.225,-1.845 -0.076,-1.717 0.049,-1.621C0.189,-1.513 0.322,-1.437 0.451,-1.39C0.589,-1.338 0.731,-1.317 0.874,-1.328C1.003,-1.339 1.141,-1.372 1.296,-1.429L1.935,-1.664C2.028,-1.699 2.117,-1.746 2.198,-1.807C2.287,-1.874 2.358,-1.956 2.408,-2.05C2.458,-2.142 2.487,-2.247 2.496,-2.363C2.503,-2.476 2.484,-2.592 2.441,-2.709L0,-9.355Z" style="fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,3769.02,-25.7067)"><path d="M0,4.502C-0.044,4.381 -0.088,4.28 -0.128,4.202C-0.175,4.112 -0.223,4.041 -0.271,3.989C-0.335,3.919 -0.406,3.872 -0.487,3.848C-0.571,3.823 -0.659,3.827 -0.738,3.856L-3.182,4.754L-3.788,3.106L-1.771,2.365C-1.692,2.335 -1.626,2.283 -1.583,2.222C-1.533,2.157 -1.505,2.074 -1.5,1.977C-1.496,1.903 -1.504,1.82 -1.527,1.72C-1.546,1.637 -1.577,1.535 -1.621,1.414C-1.664,1.296 -1.707,1.199 -1.748,1.119C-1.796,1.027 -1.844,0.957 -1.894,0.906C-1.956,0.84 -2.026,0.796 -2.111,0.77C-2.195,0.748 -2.279,0.752 -2.355,0.781L-4.371,1.521L-4.875,0.153L-2.453,-0.737C-2.371,-0.768 -2.303,-0.822 -2.254,-0.901C-2.214,-0.967 -2.192,-1.047 -2.189,-1.135C-2.186,-1.21 -2.196,-1.295 -2.219,-1.395C-2.238,-1.481 -2.269,-1.582 -2.312,-1.7C-2.359,-1.826 -2.402,-1.927 -2.442,-2.003C-2.488,-2.092 -2.535,-2.164 -2.585,-2.219C-2.65,-2.291 -2.721,-2.339 -2.803,-2.363C-2.884,-2.385 -2.968,-2.381 -3.046,-2.352L-6.737,-0.995C-6.916,-0.929 -7.051,-0.816 -7.136,-0.662C-7.229,-0.496 -7.233,-0.292 -7.147,-0.058L-4.778,6.387C-4.692,6.621 -4.559,6.773 -4.381,6.84C-4.3,6.871 -4.216,6.887 -4.131,6.887C-4.042,6.887 -3.952,6.87 -3.86,6.836L-0.145,5.471C-0.064,5.441 0.005,5.387 0.052,5.314C0.097,5.245 0.121,5.162 0.125,5.071C0.128,4.997 0.119,4.912 0.096,4.811C0.076,4.726 0.045,4.623 0,4.502" style="fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,3778.21,-22.1154)"><path d="M0,-9.237C-0.02,-9.407 -0.043,-9.539 -0.071,-9.631C-0.126,-9.818 -0.235,-9.904 -0.319,-9.943C-0.426,-9.992 -0.557,-9.998 -0.706,-9.959C-0.808,-9.933 -0.948,-9.888 -1.125,-9.823C-1.313,-9.753 -1.457,-9.695 -1.557,-9.646C-1.678,-9.588 -1.767,-9.529 -1.832,-9.465C-1.94,-9.356 -1.967,-9.244 -1.969,-9.172C-1.973,-9.104 -1.969,-9.03 -1.956,-8.955L-1.298,-3.774L-4.221,-8.09C-4.278,-8.181 -4.336,-8.252 -4.402,-8.307C-4.483,-8.375 -4.589,-8.414 -4.708,-8.419C-4.807,-8.427 -4.915,-8.406 -5.052,-8.366C-5.167,-8.332 -5.319,-8.28 -5.509,-8.212C-5.69,-8.145 -5.83,-8.087 -5.936,-8.037C-6.059,-7.978 -6.151,-7.919 -6.216,-7.858C-6.305,-7.776 -6.36,-7.675 -6.376,-7.568C-6.388,-7.488 -6.386,-7.398 -6.372,-7.308L-5.768,-2.163L-8.604,-6.515C-8.655,-6.604 -8.702,-6.67 -8.753,-6.72C-8.831,-6.795 -8.932,-6.835 -9.052,-6.837C-9.155,-6.837 -9.243,-6.82 -9.378,-6.779C-9.487,-6.745 -9.635,-6.695 -9.818,-6.627C-10.02,-6.553 -10.176,-6.489 -10.286,-6.438C-10.438,-6.366 -10.54,-6.28 -10.598,-6.175C-10.644,-6.09 -10.683,-5.949 -10.607,-5.771C-10.569,-5.68 -10.504,-5.568 -10.408,-5.426L-6.358,0.408C-6.285,0.511 -6.216,0.589 -6.143,0.646C-6.047,0.721 -5.928,0.76 -5.79,0.761L-5.784,0.761C-5.678,0.761 -5.549,0.739 -5.391,0.694C-5.251,0.654 -5.069,0.592 -4.841,0.509C-4.625,0.429 -4.452,0.36 -4.325,0.303C-4.181,0.237 -4.066,0.167 -3.983,0.091C-3.883,-0.001 -3.821,-0.106 -3.798,-0.221C-3.777,-0.315 -3.776,-0.421 -3.793,-0.54L-4.287,-4.723L-1.907,-1.241C-1.84,-1.132 -1.769,-1.049 -1.691,-0.989C-1.594,-0.915 -1.477,-0.877 -1.339,-0.876C-1.256,-0.886 -1.099,-0.897 -0.941,-0.942C-0.801,-0.982 -0.62,-1.043 -0.395,-1.126C-0.194,-1.199 -0.03,-1.265 0.095,-1.323C0.239,-1.389 0.351,-1.455 0.433,-1.525C0.541,-1.613 0.612,-1.717 0.645,-1.835C0.672,-1.935 0.679,-2.049 0.664,-2.175L0,-9.237Z" style="fill-rule:nonzero;"/></g></g></g></g></svg>');
}
.pros-wrapper-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pros-stcm {
  display: flex;
  flex-flow: row;
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pros-stcm div:first-child {
  display: flex;
}
.pros-stcm span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
}
.pros-stcm:nth-child(1) svg {
  width: 28px;
  height: 33px;
  margin-right: 25px;
}
.pros-stcm:nth-child(2) svg {
  width: 32px;
  height: 33px;
  margin-right: 25px;
}
.pros-stcm:nth-child(3) svg {
  width: 32px;
  height: 33px;
  margin-right: 25px;
}
.pros-stcm:nth-child(4) svg {
  width: 37px;
  height: 33px;
  margin-right: 25px;
}
.pros-stcm:nth-child(5) svg {
  width: 40px;
  height: 33px;
  margin-right: 25px;
}
.signpost-wrapper-stcm {
  display: flex;
  flex-flow: row;
  flex-flow: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.signpost-inner-stcm {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.signpost-stcm {
  padding-bottom: 90px;
  position: relative;
  height: 100px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s;
}
.homepage-group-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .signpost-inner-stcm {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .signpost-inner-stcm {
    width: 33.3333%;
  }
  .signpost-wrap-of-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }
  .signpost-stcm {
    height: 330px;
  }
  .signpost-wrapper-stcm {
    padding-bottom: 45px;
  }
  .homepage-group-title {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .signpost-inner-stcm {
    width: 16.6666%;
  }
}
.signpost-stcm:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.signpost-text-stcm {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.signpost-stcm h3:nth-child(1) {
  font-size: 24px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2px;
}
.signpost-stcm h3:nth-child(2) {
  font-size: 28px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Sen", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pros-stcm div:first-child {
    width: 65px;
  }
  .pros-wrapper-stcm {
    justify-content: flex-start;
  }
  .signpost-stcm {
    background-color: #696969 !important;
    background-blend-mode: multiply;
  }
  .signpost-stcm h3:nth-child(2) {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .product-slider-pagination {
    display: none;
  }
  .col-sm-4 {
    width: 100%;
  }
}
.product-slider-holder {
  padding: 0px;
}
h1[data-testid="eshopHeader"] {
  display: none;
}
#filters-wrapper,
#category-header {
  display: none;
}
.banners-content a:hover img,
.banner-footer a:hover img,
.banner-wrapper a:hover img,
.footer-banner a:hover img,
.banner-category a:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.about-us-wrapper-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  background-color: #f7f4f0;
  margin-top: 60px;
  margin-bottom: 80px;
}
#content .about-us-wrapper-stcm p {
  margin-bottom: 50px;
}
.products-block .p > a img {
  padding: 20px;
}
.product-slider-holder .product-slider-navigation {
  display: none;
}
.about-us-wrapper-stcm .secondary-btn-stcm {
  margin-bottom: 5px;
}
.about-us-image-stcm {
  width: 40%;
  place-self: center;
}
.about-us-text-stcm {
  width: 60%;
  padding: 60px 60px 40px 60px;
}
@media (max-width: 994px) {
  .about-us-wrapper-stcm .about-us-image-stcm {
    display: none;
  }
  .about-us-text-stcm {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-us-text-stcm {
    padding: 20px;
  }
  .about-us-wrapper-stcm h2 {
    margin-bottom: 10px;
  }
  #content .about-us-wrapper-stcm p {
    margin-bottom: 20px;
  }
  .about-us-wrapper-stcm {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .black-chilli-signature {
    margin-bottom: 20px;
  }
}
.welcome-wrapper {
  padding: 0px;
  margin: 0px;
}
.black-chilli-signature {
  width: 100%;
  text-align: right;
}
.black-chilli-signature svg {
  width: 170px;
  height: 35px;
}
.product-slider-holder.has-navigation {
  padding-left: 0px;
  padding-right: 0px;
}
.product-slider-holder .product-slider {
  padding: 0px;
}
.p-to-cart-block .add-to-cart-button {
  flex: none;
  height: auto;
}
.category-top h4,
#productsTop {
  display: none;
}
#content .category-top p {
  max-width: 640px;
  margin-bottom: 60px;
}
.category-top .subcategories li {
  width: auto;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
}
.subcategories li a {
  height: auto;
}
.category-content-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.products-block {
  width: 100%;
}
.subcategories li a .text {
  font-size: 14px;
  line-height: 1.2;
}
.subcategories {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #content .category-top p {
    margin-bottom: 20px;
  }
  .category-content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .subcategories {
    margin-bottom: 20px;
  }
}
.icons-wrapper-stcm {
  top: 16px;
  right: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
}
.icons-wrapper-stcm span {
  font-size: 12px;
  color: #666666;
}
#product-detail-form .icons-wrapper-stcm {
  position: inherit !important;
}
#product-detail-form .icons-wrapper-stcm span {
  line-height: 1.2;
  opacity: 0.5;
  font-size: 16px;
}
#product-detail-form .karty-cisla {
  text-align: center;
}
.products-block > div .p {
  position: relative;
}
.widget-parameter-wrapper {
  position: absolute;
  margin: 0px;
  bottom: 70px;
}
.products-block > div .p .p-bottom {
  padding-top: 35px;
}
.widget-parameter-wrapper .widget-parameter-value a,
.widget-parameter-wrapper .widget-parameter-more a,
.widget-parameter-wrapper .widget-parameter-value span,
.widget-parameter-wrapper .widget-parameter-more span {
  padding: 0px;
}
.widget-parameter-value {
  margin-left: 4px;
  margin-right: 4px;
}
.widget-parameter-wrapper .widget-parameter-value a {
  display: block;
}
.widget-parameter-list {
  display: flex;
  flex-flow: row;
}
.widget-parameter-value a {
  width: 16px;
  height: 16px;
  border-radius: 50px;
}
.next-step {
  align-items: flex-end;
}
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart,
.primary-btn-stcm,
.banner-wrapper a.primary-btn-stcm,
a.btn.btn-default {
  display: flex;
  color: #ffffff;
  background-color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 10px;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  width: 230px;
  border: 1px solid #000000;
  line-height: 1.2;
}
.id--16 .next-step-forward::after,
.id--9 .next-step-forward::after {
  display: none;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover,
.primary-btn-stcm:hover,
.banner-wrapper a.primary-btn-stcm:hover {
  color: #ffffff;
  border: 1px solid #b19269;
  background-color: #b19269;
  transition: all 0.3s;
}
.secondary-btn-stcm,
.banner-wrapper a.secondary-btn-stcm,
.subcategories li a {
  display: flex;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 10px;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  width: 230px;
  border: 1px solid #000000;
  line-height: 1.2;
}
.secondary-btn-stcm:hover,
.banner-wrapper a.secondary-btn-stcm:hover,
.subcategories li a:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  transition: all 0.3s;
}
ol.cart-header li.completed a::before,
ol.cart-header li.completed strong::before {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
ol.cart-header li.active a::before,
ol.cart-header li.active strong::before {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}
.mince-stcm {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 17 17" version="1.1" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-2691,-766)"><g id="Vrstva-1" serif:id="Vrstva 1"></g><g id="Artboard9" transform="matrix(1,0,0,1,-0.479889,-0.539434)"><rect x="2691.48" y="766.539" width="16.926" height="16.198" style="fill:none;"/><g transform="matrix(1,0,0,1,2704.36,767.34)"><path d="M0,14.596C-1.792,14.596 -3.25,13.138 -3.25,11.346C-3.25,9.554 -1.792,8.096 0,8.096C1.792,8.096 3.25,9.554 3.25,11.346C3.25,13.138 1.792,14.596 0,14.596M0,7.296C-2.233,7.296 -4.05,9.113 -4.05,11.346C-4.05,13.58 -2.233,15.397 0,15.397C2.233,15.397 4.05,13.579 4.05,11.346C4.05,9.113 2.233,7.296 0,7.296M-4.413,6.499C-6.205,6.499 -7.663,5.041 -7.663,3.248C-7.663,1.456 -6.205,-0.001 -4.413,-0.001C-2.621,-0.001 -1.163,1.456 -1.163,3.248C-1.163,5.041 -2.621,6.499 -4.413,6.499M-0.363,3.249C-0.363,1.015 -2.18,-0.801 -4.413,-0.801C-6.646,-0.801 -8.463,1.015 -8.463,3.249C-8.463,5.482 -6.646,7.299 -4.413,7.299C-2.18,7.299 -0.363,5.482 -0.363,3.249M-8.826,14.596C-10.618,14.596 -12.076,13.138 -12.076,11.346C-12.076,9.554 -10.618,8.096 -8.826,8.096C-7.034,8.096 -5.576,9.554 -5.576,11.346C-5.576,13.138 -7.034,14.596 -8.826,14.596M-8.826,7.296C-11.059,7.296 -12.876,9.113 -12.876,11.346C-12.876,13.579 -11.059,15.396 -8.826,15.396C-6.592,15.396 -4.775,13.579 -4.775,11.346C-4.775,9.113 -6.592,7.296 -8.826,7.296" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g></g></g></svg>');
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  display: none;
}
.papirovky-stcm {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 19 17" version="1.1" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-2689,-791)"><g id="Vrstva-1" serif:id="Vrstva 1"></g><g id="Artboard10" transform="matrix(1,0,0,1,-0.089487,-0.0132341)"><rect x="2689.09" y="791.013" width="18.611" height="16" style="fill:none;"/><g transform="matrix(1,0,0,1,2705.16,797.302)"><path d="M0,3.373L0,-0.153C0,-0.355 -0.164,-0.519 -0.365,-0.519L-0.371,-0.519L-1.145,-2.463C-1.154,-2.479 -1.164,-2.495 -1.175,-2.509C-1.214,-2.685 -1.377,-2.805 -1.557,-2.79C-2.294,-2.723 -3.015,-3.034 -3.473,-3.615C-3.586,-3.756 -3.787,-3.791 -3.941,-3.697C-3.959,-3.695 -3.976,-3.692 -3.993,-3.688L-11.461,-0.714C-11.552,-0.678 -11.624,-0.608 -11.662,-0.519L-13.93,-0.519L-1.548,-5.449L1.696,2.696L0,3.373ZM-9.979,-0.517L-3.862,-2.954C-3.316,-2.381 -2.56,-2.054 -1.768,-2.051L-1.157,-0.517L-9.979,-0.517ZM-0.731,8.98L-15.345,8.98L-15.345,0.212L-0.731,0.212L-0.731,8.98ZM2.51,2.765L2.51,2.764L-1.004,-6.059C-1.079,-6.246 -1.291,-6.338 -1.479,-6.263L-15.734,-0.587C-15.792,-0.562 -15.843,-0.522 -15.88,-0.471C-15.999,-0.409 -16.074,-0.287 -16.075,-0.153L-16.075,9.346C-16.075,9.547 -15.911,9.711 -15.71,9.711L-0.365,9.711C-0.164,9.711 0,9.547 0,9.346L0,4.158L2.306,3.239C2.493,3.165 2.585,2.952 2.51,2.765" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,2691.28,803.227)"><path d="M0,-2.642C0.734,-2.937 1.315,-3.518 1.61,-4.252L10.081,-4.252C10.376,-3.518 10.957,-2.937 11.691,-2.642L11.691,-0.016C10.958,0.279 10.376,0.86 10.081,1.594L1.61,1.594C1.315,0.86 0.733,0.279 0,-0.016L0,-2.642ZM-0.47,0.589C0.24,0.798 0.795,1.353 1.005,2.062C1.051,2.216 1.194,2.323 1.355,2.323C1.374,2.321 1.393,2.318 1.411,2.314C1.428,2.319 1.444,2.322 1.461,2.324L10.23,2.324C10.245,2.322 10.26,2.319 10.274,2.315C10.457,2.36 10.641,2.248 10.685,2.065L10.686,2.063C10.896,1.353 11.451,0.798 12.16,0.588C12.333,0.536 12.44,0.364 12.411,0.186C12.416,0.169 12.419,0.15 12.422,0.132L12.422,-2.79C12.419,-2.809 12.416,-2.827 12.411,-2.844C12.439,-3.022 12.332,-3.194 12.16,-3.246C11.45,-3.456 10.895,-4.012 10.686,-4.722C10.633,-4.895 10.46,-5.002 10.281,-4.972C10.264,-4.977 10.247,-4.98 10.23,-4.983L1.461,-4.983C1.443,-4.98 1.425,-4.977 1.407,-4.972C1.229,-5 1.058,-4.893 1.005,-4.721C0.795,-4.011 0.24,-3.456 -0.47,-3.246C-0.642,-3.194 -0.749,-3.022 -0.72,-2.844C-0.725,-2.827 -0.729,-2.809 -0.731,-2.79L-0.731,0.132C-0.729,0.15 -0.725,0.166 -0.72,0.183C-0.75,0.362 -0.643,0.535 -0.47,0.589" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,2697.13,803.359)"><path d="M0,-2.922C0.807,-2.922 1.461,-2.268 1.461,-1.461C1.461,-0.653 0.807,0.001 0,0.001C-0.807,0.001 -1.461,-0.653 -1.461,-1.461C-1.461,-2.268 -0.807,-2.922 0,-2.922M0,0.731C1.211,0.731 2.192,-0.25 2.192,-1.461C2.192,-2.671 1.211,-3.653 0,-3.653C-1.211,-3.653 -2.192,-2.671 -2.192,-1.461C-2.191,-0.25 -1.21,0.73 0,0.731" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,2693.11,802.081)"><path d="M0,-0.365C0.101,-0.365 0.183,-0.283 0.183,-0.182C0.183,-0.082 0.101,0 0,0C-0.101,0 -0.183,-0.082 -0.183,-0.182C-0.183,-0.283 -0.101,-0.365 0,-0.365M0,0.365C0.303,0.365 0.548,0.12 0.548,-0.182C0.548,-0.485 0.303,-0.73 0,-0.73C-0.303,-0.73 -0.548,-0.485 -0.548,-0.182C-0.548,0.12 -0.303,0.365 0,0.365" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,2701.15,802.081)"><path d="M0,-0.365C0.101,-0.365 0.183,-0.283 0.183,-0.182C0.183,-0.082 0.101,0 0,0C-0.101,0 -0.183,-0.082 -0.183,-0.182C-0.183,-0.283 -0.101,-0.365 0,-0.365M0,0.365C0.303,0.365 0.548,0.12 0.548,-0.182C0.548,-0.485 0.303,-0.73 0,-0.73C-0.303,-0.73 -0.548,-0.485 -0.548,-0.182C-0.548,0.12 -0.303,0.365 0,0.365" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g></g></g></svg>');
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  display: none;
}
.karty-stcm {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:serif="http://www.serif.com/" width="100%" height="100%" viewBox="0 0 21 17" version="1.1" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-2690,-811)"><g id="Vrstva-1" serif:id="Vrstva 1"></g><g id="Artboard11" transform="matrix(1,0,0,1,-0.962576,-0.50467)"><rect x="2690.96" y="811.505" width="20.187" height="16" style="fill:none;"/><g transform="matrix(1,0,0,1,2710.36,824.713)"><path d="M0,-10.444L-0.741,-1.576C-0.774,-1.176 -1.126,-0.878 -1.526,-0.911L-2.098,-0.959L-2.098,-7.623C-2.098,-8.459 -2.778,-9.139 -3.614,-9.139L-15.945,-9.139L-15.667,-11.743C-15.667,-11.746 -15.667,-11.749 -15.666,-11.752C-15.633,-12.152 -15.281,-12.45 -14.881,-12.417L-0.665,-11.23C-0.471,-11.214 -0.295,-11.123 -0.17,-10.975C-0.044,-10.826 0.016,-10.638 0,-10.444M-3.614,2.004L-17.88,2.004C-18.281,2.004 -18.607,1.677 -18.607,1.276L-18.607,-3.599L-2.887,-3.599L-2.887,1.276C-2.887,1.677 -3.213,2.004 -3.614,2.004M-18.607,-6.024L-2.886,-6.024L-2.886,-4.388L-18.607,-4.388L-18.607,-6.024ZM-17.88,-8.351L-3.614,-8.351C-3.213,-8.351 -2.887,-8.024 -2.887,-7.623L-2.887,-6.812L-18.607,-6.812L-18.607,-7.623C-18.607,-8.024 -18.281,-8.351 -17.88,-8.351M0.432,-11.484C0.171,-11.793 -0.195,-11.982 -0.599,-12.016L-14.815,-13.203C-15.219,-13.236 -15.611,-13.111 -15.92,-12.849C-16.228,-12.589 -16.417,-12.224 -16.452,-11.823L-16.738,-9.139L-17.88,-9.139C-18.716,-9.139 -19.396,-8.459 -19.396,-7.623L-19.396,1.276C-19.396,2.112 -18.716,2.792 -17.88,2.792L-3.614,2.792C-2.778,2.792 -2.098,2.112 -2.098,1.276L-2.098,-0.168L-1.592,-0.125C-1.549,-0.122 -1.507,-0.12 -1.465,-0.12C-0.685,-0.12 -0.021,-0.72 0.045,-1.51L0.786,-10.378C0.82,-10.782 0.694,-11.174 0.432,-11.484" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g><g transform="matrix(1,0,0,1,2135.15,-1638.27)"><path d="M570.278,2463.03L567.272,2463.03L567.272,2461.35L570.278,2461.35L570.278,2463.03ZM570.672,2460.56L566.877,2460.56C566.66,2460.56 566.483,2460.74 566.483,2460.95L566.483,2463.43C566.483,2463.65 566.66,2463.82 566.877,2463.82L570.672,2463.82C570.89,2463.82 571.066,2463.65 571.066,2463.43L571.066,2460.95C571.066,2460.74 570.89,2460.56 570.672,2460.56" style="fill:rgb(102,102,102);fill-rule:nonzero;"/></g></g></g></svg>');
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  margin-bottom: -2px;
  display: none;
}
.subcategories li a:hover .text {
  text-decoration: none;
}
#p-detail-tabs li:not(.active) {
  display: none;
}
.type-product .breadcrumbs {
  margin-left: initial;
  margin-bottom: 40px;
}
.shp-tab.active p {
  font-size: 32px;
  font-weight: 400;
}
.shp-tabs-holder ul.shp-tabs {
  margin-left: 0px;
}
.shp-tabs-holder ul.shp-tabs .shp-tab.active,
.shp-tabs-holder ul.shp-tabs .shp-tab:hover {
  text-decoration: none;
}
#product-detail-form {
  display: flex;
  flex-flow: column;
}
#product-detail-form .p-to-cart-block {
  order: 1;
}
#product-detail-form .icons-wrapper-stcm {
  order: 2;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c0c0c0;
}
#product-detail-form .type-variable-stcm {
  order: 3;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
#product-detail-form .p-variants-block {
  order: 4;
}
#product-detail-form #dkLabNoteMainWrapper {
  order: 5;
}
#product-detail-form .detail-parameters {
  display: none;
}
.p-to-cart-block .p-final-price-wrapper .price-final-holder {
  font-weight: 400;
}
.p-to-cart-block .add-to-cart {
  display: none;
}
.p-to-cart-block {
  padding: 0px;
  gap: 10px 30px;
  background-color: transparent;
  margin-bottom: 35px;
}
.variant-list,
.surcharge-list {
  padding-bottom: 8px;
}
#product-detail-form .variant-label,
#product-detail-form .surcharge-label {
  padding-bottom: 5px;
}
.responsive-nav {
  margin-bottom: 0px;
}
#product-detail-form .icons-wrapper-stcm {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
#product-detail-form .icons-wrapper-stcm .mince-stcm {
  width: 34px;
  height: 31px;
  margin-right: 25px;
  opacity: 0.5;
  display: none;
}
#product-detail-form .icons-wrapper-stcm .papirovky-stcm {
  width: 37px;
  height: 31px;
  margin-right: 25px;
  opacity: 0.5;
  display: none;
}
#product-detail-form .icons-wrapper-stcm .karty-stcm {
  width: 40px;
  height: 31px;
  opacity: 0.5;
  display: none;
}
.variant-label {
  color: #333333;
}
.type-product .p-short-description {
  max-width: 410px;
}
.type-product h1 {
  max-width: 410px;
}
.product-slider-holder.has-navigation {
  margin-bottom: 70px;
}
.p-detail-tabs-wrapper {
  margin-top: 70px;
}
.banner-stcm {
  background-size: cover;
  background-position: center center;
}
.banners-stcm a div {
  color: #ffffff;
  background-color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.banners-stcm a:hover div {
  color: #ffffff;
  background-color: #b19269;
  transition: all 0.3s;
  text-transform: uppercase;
}
.banner-stcm {
  padding: 20px 20px 70px 20px;
  justify-content: center;
}
.banners-stcm a h3 {
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  font-size: 30px;
  margin-top: 0px;
}
.banners-stcm a span {
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .content-wrapper.container .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .widget-parameter-wrapper {
    bottom: 85px;
  }
}
#content .category-top p a {
  margin-top: 20px;
}

/*
PRODUCT PICKER
*/
.advanced-parameter-inner,
.advanced-parameter {
  width: 35px;
  height: 35px;
}
.advanced-parameter-inner {
  border: none;
}
#product-detail-form
  .advanced-parameter
  .advanced-parameter-inner.yes-before:before {
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  background-color: #3ecb00;
  border: none;
  font-weight: 700;
  line-height: calc(52px / 2);
}
#product-detail-form .advanced-parameter .advanced-parameter-inner:before {
  top: auto;
  right: -3px;
  bottom: -6px;
}
.surcharge-list {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-wrap: wrap;
}
.surcharge-list select {
  background-color: #f9f9f9;
  border-color: #dadada;
}
#product-detail-form .surcharge-label {
  padding-right: 20px;
  width: 75%;
  color: #333333;
  font-size: 17px;
}
#product-detail-form .surcharge-parameter {
  width: 25%;
}
@media (max-width: 767px) {
  #product-detail-form .surcharge-parameter {
    width: 40%;
  }
  #product-detail-form .surcharge-label {
    width: 60%;
  }
}
.add-to-cart-button,
.cart-related-button .btn.btn-sm,
.variant-list select,
.surcharge-list select {
  height: 40px;
  width: 120px;
  line-height: 40px;
}
.type-product .dkLabNoteHeader {
  display: none;
}
.type-product .dkLabNoteDetailDiv {
  width: 100%;
}
#dkLabNoteMainWrapper {
  display: none;
}
.type-product .surcharge-list {
  border-bottom: 1px solid #c0c0c0;
}
.variant-list:last-child {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 28px;
}
.variant-list,
.surcharge-list {
  padding-top: 8px;
  padding-bottom: 8px;
}
#product-detail-form .surcharge-label {
  padding-bottom: 0px;
}
.dkLabNote {
  margin-top: 10px;
  background-color: #f9f9f9;
  border-color: #dadada;
}
.dkLabFileButton {
  background-color: #dadada;
  color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
.dkLabFileButton:hover {
  background-color: #000000;
  color: #dadada;
  transition: all 0.3s;
}
#parameter-id-54 img,
#parameter-id-66 img {
  border-radius: 0;
}

/*
PAGES
*/
@media (min-width: 768px) {
  .container-narrow {
    width: 747px;
  }
}
@media (min-width: 992px) {
  .container-narrow {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container-narrow {
    width: 1178px;
  }
}
@media (min-width: 1440px) {
  .container-narrow {
    width: 1418px;
  }
}
.container-page-stcm {
  width: 100%;
}
.inner-page-stcm {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.inner-page-stcm div:nth-child(1) {
  padding-right: 40px;
  width: 50%;
}
.inner-page-stcm div:nth-child(2) {
  padding-left: 40px;
  width: 50%;
}
.type-page h1 {
  font-size: 48px !important;
  margin-bottom: 20px !important;
}
.type-page h2 {
  font-size: 32px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.type-page p {
  margin-bottom: 20px !important;
}
.type-page p:last-child {
  margin-bottom: 0px !important;
}
.text-page-stcm {
  align-self: center;
}
.image-page-stcm {
  align-self: center;
}
.image-gallery-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}
.image-item-1-gallery-stcm {
  width: 66.66%;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 18px;
}
.image-item-2-gallery-stcm {
  width: 33.33%;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 18px;
}
.image-item-3-gallery-stcm {
  width: 33.33%;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 18px;
}
.image-item-4-gallery-stcm {
  width: 33.33%;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 18px;
}
.image-item-5-gallery-stcm {
  width: 33.33%;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 18px;
}
article {
  padding-bottom: 130px;
}
.triple-page-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.triple-page-stcm .inner-page-stcm {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  width: 33.33%;
  padding-left: 9px;
  padding-right: 9px;
}
.triple-page-stcm .image-page-stcm {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.triple-page-stcm .inner-page-stcm div:nth-child(1) {
  width: 100%;
}
.triple-page-stcm .inner-page-stcm div:nth-child(2) {
  width: 100%;
}
.triple-page-stcm .text-page-stcm {
  padding: 50px 40px 50px 40px;
  background-color: #f9f9f9;
  min-height: 260px;
}
.button-wrapper-stcm {
  display: flex;
  width: 100%;
  justify-content: center;
}
.id-729.type-page .breadcrumbs {
  align-self: center;
}
.id-729.type-page article {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.id-729.type-page .container-narrow {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.id-729.type-page .container-bg-page-stcm {
  background-color: #f3f3f3;
}
.id-729.type-page .container-page-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.id-729.type-page .inner-page-stcm {
  width: 50%;
  margin-bottom: 25px;
}
.id-729.type-page .inner-page-stcm p {
  padding-right: 20px;
}
.id-729.type-page .inner-page-stcm img {
  padding-right: 20px;
}
.id-729.type-page .inner-page-stcm div:nth-child(1) {
  padding-right: 20px;
}
.id-729.type-page .inner-page-stcm div:nth-child(2) {
  padding-left: 20px;
}
.id-729.type-page .button-wrapper-stcm {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .id-729.type-page .breadcrumbs,
  .id-729.type-page .container-page-stcm,
  .id-729.type-page .wrapper-page-classic-stcm,
  .id-729.type-page article header {
    width: 747px;
  }
  .id-729.type-page .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .id-729.type-page .container-page-stcm,
  .id-729.type-page .wrapper-page-classic-stcm,
  .id-729.type-page article header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .id-729.type-page .breadcrumbs,
  .id-729.type-page .container-page-stcm,
  .id-729.type-page .wrapper-page-classic-stcm,
  .id-729.type-page article header {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .id-729.type-page .breadcrumbs,
  .id-729.type-page .container-page-stcm,
  .id-729.type-page .wrapper-page-classic-stcm,
  .id-729.type-page article header {
    width: 1178px;
  }
}
@media (min-width: 1440px) {
  .id-729.type-page .breadcrumbs,
  .id-729.type-page .container-page-stcm,
  .id-729.type-page .wrapper-page-classic-stcm,
  .id-729.type-page article header {
    width: 1418px;
  }
}
.id-729.type-page .container-bg-page-stcm {
  padding-top: 90px;
  padding-bottom: 150px;
}
.id-729.type-page .image-item-1-gallery-stcm,
.id-729.type-page .image-item-2-gallery-stcm,
.id-729.type-page .image-item-3-gallery-stcm,
.id-729.type-page .image-item-4-gallery-stcm,
.id-729.type-page .image-item-5-gallery-stcm,
.id-729.type-page .image-item-6-gallery-stcm {
  width: 33.33%;
}
.inspiration-text {
  margin-bottom: 50px;
}
@media (max-width: 995px) {
  .type-page h1 {
    font-size: 35px !important;
  }
  .type-page h2 {
    font-size: 25px !important;
  }
  .inner-page-stcm div {
    width: 100%;
  }
  .inner-page-stcm div:nth-child(1) {
    padding-right: 0px;
    width: 100%;
  }
  .inner-page-stcm div:nth-child(2) {
    padding-left: 0px;
    width: 100%;
  }
  .reverse-stcm {
    flex-flow: column-reverse;
  }
  .text-page-stcm {
    margin-bottom: 20px;
  }
  .inner-page-stcm {
    margin-bottom: 40px;
  }
  .image-item-1-gallery-stcm {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .image-item-2-gallery-stcm {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .image-item-3-gallery-stcm {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .image-item-4-gallery-stcm {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .image-item-5-gallery-stcm {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  article {
    padding-bottom: 40px;
  }
  .triple-page-stcm .inner-page-stcm {
    width: 100%;
    margin-bottom: 20px;
  }
  .triple-page-stcm .text-page-stcm {
    margin-bottom: 0px;
  }
  .triple-page-stcm .text-page-stcm {
    padding: 20px 20px 20px 20px !important;
    min-height: auto;
  }
  .id-729.type-page .button-wrapper-stcm {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .id-729.type-page .inner-page-stcm {
    width: 100%;
  }
  .id-729.type-page .container-bg-page-stcm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .id-729.type-page .image-item-1-gallery-stcm,
  .id-729.type-page .image-item-2-gallery-stcm,
  .id-729.type-page .image-item-3-gallery-stcm,
  .id-729.type-page .image-item-4-gallery-stcm,
  .id-729.type-page .image-item-5-gallery-stcm,
  .id-729.type-page .image-item-6-gallery-stcm {
    width: 50%;
  }
  .inspiration-text {
    margin-bottom: 20px;
  }
  .image-gallery-stcm {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
.id-729.type-page article {
  padding-bottom: 0px;
}
.id-729.type-page div[itemprop="about"] {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.id-729.type-page .container-bg-page-stcm {
  display: flex;
  flex-flow: column;
}
.id-729.type-page .container-page-stcm {
  align-self: center;
}
.id-729.type-page .wrapper-page-classic-stcm {
  align-self: center;
  text-align: center;
}
.id-729.type-page .wrapper-page-classic-stcm p {
  max-width: 380px;
  text-align: center;
}
.id-729.type-page .wrapper-page-classic-stcm img {
  mix-blend-mode: multiply;
}
.inspiration-text {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

/*
FOOTER
*/
#footer {
  background-color: #e7e7e7;
  padding-top: 50px;
}
.footer-bottom {
  background-color: transparent;
}
.custom-footer {
  padding-top: 0px;
}
footer .custom-footer__banner1 {
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
}
footer .custom-footer__banner2 {
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
}
footer .banner {
  margin-bottom: 0px;
  overflow: visible;
  min-height: auto;
}

@media (min-width: 1440px) {
  footer .container {
    width: 100%;
  }
}
footer .custom-footer__banner1 svg {
  width: 175px;
  height: 67px;
}
.footer-image-wrapper-stcm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.footer-image-wrapper-stcm .instagram-wrapper-stcm {
  width: 16.6666%;
  transition: all 0.3s;
}
.footer-image-wrapper-stcm .instagram-wrapper-stcm:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.footer-social-stcm {
  display: flex;
  flex-flow: column;
  text-align: left;
  margin-top: -15px;
  margin-bottom: 45px;
}
.footer-social-stcm span {
  line-height: 1.2;
  font-size: 18px;
}
.footer-social-stcm span a {
  font-weight: 700;
}
.footer-box-wrapper-stcm {
  margin-bottom: 70px;
}
.footer-format-stcm {
  display: flex;
  flex-flow: column;
}
#footer a {
  color: #000000;
  transition: all 0.3s;
}
#footer a:hover {
  text-decoration: none;
  color: #b19269;
  transition: all 0.3s;
}
.footer-format-stcm a {
  font-size: 16px;
}
footer .custom-footer__banner3 .footer-format-stcm a {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .custom-footer__banner4 .footer-format-stcm a {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .custom-footer__banner5 .footer-format-stcm a {
  font-weight: 400;
}
.footer-format-stcm a:last-child {
  margin-bottom: 0px !important;
}
.custom-footer {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-image-wrapper-stcm .instagram-wrapper-stcm {
    width: 33.3333%;
  }
  .footer-social-stcm {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .overall-wrapper {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 995px) {
  .footer-social-stcm {
    margin-left: 200px;
  }
}
@media (min-width: 995px) {
  .custom-footer > div:nth-child(3) {
    padding-left: 0px;
    padding-right: 50px;
    width: fit-content;
  }
  .custom-footer > div:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
    width: fit-content;
  }
  .custom-footer > div:nth-child(5) {
    padding-left: 50px;
    padding-right: 50px;
    width: fit-content;
  }
  .custom-footer > div:nth-child(6) {
    padding-left: 50px;
    padding-right: 0px;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .custom-footer > div:nth-child(3) {
    padding-left: 0px;
    padding-right: 100px;
    width: fit-content;
  }
  .custom-footer > div:nth-child(4) {
    padding-left: 100px;
    padding-right: 100px;
    width: fit-content;
  }
  .custom-footer > div:nth-child(5) {
    padding-left: 100px;
    padding-right: 100px;
    width: fit-content;
  }
  .custom-footer > div:nth-child(6) {
    padding-left: 100px;
    padding-right: 0px;
    width: fit-content;
  }
}
@media (min-width: 995px) {
  .custom-footer > div {
    flex: 0 0 auto;
  }
}
.footer-bottom .container {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer-format-stcm .footer-link-contacts-stcm {
  font-size: 18px;
}

/*
COOKIES
*/
.siteCookies__form {
  background-color: #000000b0;
  box-shadow: none;
  border-radius: 0px;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.siteCookies__text {
  width: 100%;
}
@media (min-width: 768px) {
  .siteCookies__form {
    max-width: 450px;
  }
  .siteCookies--left .siteCookies__form,
  .siteCookies--right .siteCookies__form {
    border-radius: 0px;
  }
}
.border-top-left-radius,
.border-top-right-radius {
  border-radius: 0px;
}
.siteCookies__button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #000000;
  transition: all 0.3s;
}
.siteCookies__button:hover {
  background-color: #b19269;
  color: #ffffff;
  border: 1px solid #b19269;
  opacity: 1;
  transition: all 0.3s;
}
.siteCookies__link {
  background-color: transparent;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.siteCookies__link:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  transition: all 0.3s;
}
#cboxContent.cookiesDialog {
  border-radius: 0px;
}
.cookiesSetting__button {
  border-radius: 0px;
}
