/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url("fonts/OpenSans-Italic/OpenSans-Italic.eot");
  src: url("fonts/OpenSans-Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/OpenSans-Bold/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.eot");
  src: url("fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.woff") format("woff"), url("fonts/OpenSans-ExtraBold/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "anri";
  src: url("fonts/customAnri.eot?#iefix") format("embedded-opentype"), url("fonts/customAnri.woff2") format("woff2"), url("fonts/customAnri.woff") format("woff"), url("fonts/customAnri.ttf") format("truetype"), url("fonts/customAnri.svg#customAnri") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  color: #fff;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  position: relative;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
  min-width: 320px;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  counter-reset: counter_connection 0;
  counter-reset: counter_account 0;
}
body.maintenance-page {
  text-align: center;
  font-size: 16px;
}
body.maintenance-page h1 {
  margin-bottom: 40px;
}
body.maintenance-page a {
  color: #009be2;
}

h1 {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.layout-main-wrapper h1 {
  font-size: 35px;
  color: #fff;
}

b {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.disable-scroll body {
  overflow: hidden;
}

.cols:before, .cols:after {
  content: "";
  display: table;
}
.cols:after {
  clear: both;
}
.cols .col {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .cols .col {
    width: 100%;
    float: none;
  }
}

p a {
  text-decoration: underline;
}
p a:hover, p a.hover {
  cursor: pointer;
}

.is-hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  transform: scale(0);
  transition: all 0.25s ease-in-out;
  position: absolute;
}
.is-hidden * {
  padding: 0 !important;
  margin: 0 !important;
}

.page-title {
  font-size: 30px;
  color: #009be2;
  line-height: 1.3;
  text-align: center;
}

.block-title {
  color: #4f8bfd;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  display: block;
}
.block-title .price {
  color: #fff;
}

.ajax-progress-throbber {
  display: none;
}

.ajax-progress-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 999;
}

.loading .ajax-progress-wrapper {
  display: block;
}

.ajax-custom-progress {
  box-sizing: content-box;
  height: 12px; /* Can be anything */
  position: relative;
  width: 100%;
}
.ajax-custom-progress span {
  display: block;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 163, 227, 0.8);
  position: relative;
  overflow: hidden;
}
.ajax-custom-progress span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 0.6s linear infinite;
  border-radius: 20px;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
    width: 0;
  }
  100% {
    background-position: 50px 50px;
    width: 100%;
  }
}

.detail-info .panel-content * {
  margin: revert;
  padding: revert;
  border: revert;
  font: revert;
  font-size: revert;
  vertical-align: revert;
  list-style: revert;
}

.link {
  text-decoration: none;
}
.link:hover, .link.hover {
  text-decoration: underline;
}

.button.button--primary, .button.button--danger {
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  width: auto;
  color: #fff;
  min-width: 138px;
  background: #939392;
  border: 0;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
}
.button.button--primary:hover, .button.button--primary.hover, .button.button--danger:hover, .button.button--danger.hover {
  cursor: pointer;
  background-color: rgba(0, 163, 227, 0.8);
}

.main-content {
  padding: 55px 0;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .main-content {
    padding: 131px 0 0;
  }
}
.main-content .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 0) {
  .main-content .container {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .main-content .container {
    padding: 0 15px;
  }
}

.block {
  margin-bottom: 45px;
}
.block.three-per-line {
  display: flex;
  flex-wrap: wrap;
}
.block.three-per-line .block-item {
  flex: 0 0 32%;
  margin: 20px 0 0 2%;
}
.block.three-per-line .block-item:first-child {
  margin-left: 0;
}
.block.three-per-line .block-item:nth-child(3n+4) {
  margin-left: 0;
}
.block.four-per-line {
  display: flex;
  flex-wrap: wrap;
}
.block.four-per-line .block-item {
  flex: 0 0 25%;
  margin: 40px 0 0;
  padding: 0 20px;
}
.block.four-per-line .item-image {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .block.three-per-line {
    display: block;
  }
  .block.three-per-line .block-item {
    width: 100%;
    margin: 0;
  }
  .block.four-per-line {
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px;
  }
  .block.four-per-line .block-item {
    flex: 0 0 32%;
    margin: 0 0 20px;
    padding: 0;
  }
  .block.four-per-line .item-image {
    flex: auto;
  }
}
@media (max-width: 640px) {
  .block.four-per-line .block-item {
    flex: 0 0 49%;
  }
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

form.profile-form .form-item {
  margin-bottom: 20px;
}
form .form-item {
  position: relative;
}
form .form-item label {
  font-size: 20px;
  padding-bottom: 5px;
  display: block;
}
form .required-mark {
  position: absolute;
  color: #009be2;
  right: 15px;
  top: 0;
  padding: 10px 0;
  line-height: 21px;
  font-size: 18px;
}
form .fieldset-legend {
  display: block;
  padding-bottom: 5px;
  color: #4f8bfd;
  font-size: 20px;
  font-weight: 700;
}
form input,
form textarea {
  background: #cfcfcf;
  border-radius: 15px;
  border-color: #cfcfcf;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 28px 8px 13px;
  width: 100%;
  outline: none;
  transition: 0.3s all ease;
}
form input:focus,
form textarea:focus {
  border-color: #009be2;
  box-shadow: inset 0 0 0 1px #009be2;
}
form textarea {
  resize: none;
  min-height: 80px;
}
form .form-item input {
  border-color: #cfcfcf;
}
form .form-item input:focus {
  border-color: #009be2;
  box-shadow: inset 0 0 0 1px #009be2;
}
form .form-submit {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
  display: inline-block;
  width: auto;
  color: #fff;
  min-width: 138px;
  background: #009be2;
  border-color: #009be2;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
form .form-submit:hover, form .form-submit.hover {
  cursor: pointer;
  background-color: rgba(0, 163, 227, 0.8);
}
form .field--type-file,
form .field--name-address {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  form .field--type-file,
  form .field--name-address {
    margin-bottom: 10px;
  }
}
form .field--type-file div[role=alert],
form .field--name-address div[role=alert] {
  font-size: 16px;
  color: red;
  text-decoration: underline;
}
form .field--type-file details summary::-webkit-details-marker,
form .field--name-address details summary::-webkit-details-marker {
  display: none;
}
form .field--type-file details > summary,
form .field--name-address details > summary {
  list-style: none;
}
form .field--type-file summary,
form .field--name-address summary {
  color: #4f8bfd;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  display: block;
  pointer-events: none;
}
form .field--type-file .form-file,
form .field--name-address .form-file {
  background: transparent;
  padding: 10px 0;
  color: #fff;
}
form .field--type-file label,
form .field--type-file .description,
form .field--name-address label,
form .field--name-address .description {
  font-size: 16px;
}
form .js-form-type-select {
  margin-bottom: 10px;
}
form .js-form-type-select select {
  background: transparent;
  border: 0;
  font-size: 16px;
  border-bottom: 1px solid #009be2;
}
form .js-form-type-select select option {
  background: #000;
}
form .form-item-purchased-entity-0-attributes-attribute-print-size {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: 17px;
}
form .form-item-purchased-entity-0-attributes-attribute-print-size label {
  background: #939392;
  border: 3px solid #939392;
  border-radius: 10px;
  position: relative;
  padding: 0px 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
form .form-item-purchased-entity-0-attributes-attribute-print-size input {
  position: absolute;
  opacity: 0;
}
form .form-item-purchased-entity-0-attributes-attribute-print-size input:checked + label {
  border-color: #4f8bfd;
}
form .form-number {
  border-radius: 10px;
  width: 110px;
}
form .form-number::-webkit-outer-spin-button, form .form-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .form-number-value-control {
  background: none;
  border: 0;
  box-shadow: none;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 10px;
  padding: 0;
  height: 100%;
  font-size: 24px;
  cursor: pointer;
}
form .form-number-value-control--increase {
  right: 10px;
  left: auto;
}

[id^=edit-purchased-entity-0-attributes-attribute-print-size],
[id^=edit-field-selected-size-wrapper] {
  display: none;
}
@media (max-width: 767px) {
  [id^=edit-purchased-entity-0-attributes-attribute-print-size],
  [id^=edit-field-selected-size-wrapper] {
    display: block;
  }
}

.size-buttons {
  width: 50%;
  padding: 20px 0 30px 60px;
}
@media (max-width: 1023px) {
  .size-buttons {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .size-buttons {
    display: none;
  }
}
.size-buttons h2 {
  display: block;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #4f8bfd;
}
@media (max-width: 767px) {
  .size-buttons h2 {
    text-align: left;
  }
}
.size-buttons__container {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.size-buttons__button {
  -webkit-appearance: none;
  background: #939392;
  border: 3px solid #939392;
  border-radius: 10px;
  position: relative;
  padding: 0px 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
.size-buttons__button--active {
  border-color: #4f8bfd;
}

.color-picker-wrapper .col .size-buttons {
  width: auto;
  padding: 10px 0 0;
}

.block-product .field--name-field-user-files .description {
  display: none;
}

.text-content > * {
  margin: 0 0 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.text-content > *:last-child {
  margin: 0;
}
.text-content img {
  display: block;
  width: 100%;
}
.text-content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #009be2;
}
.text-content h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #009be2;
}
.text-content h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.text-content strong {
  font-weight: 700;
  padding-right: 4px;
}
.text-content em {
  font-family: "OpenSans-Italic", Arial, Helvetica, sans-serif;
  padding-right: 4px;
}
.text-content ul:not(.contextual-links) {
  list-style: none;
  clear: both;
}
.text-content ul:not(.contextual-links) li {
  position: relative;
  margin-bottom: 6px;
}
.text-content ul:not(.contextual-links) li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin: 0 0 3px 7px;
}
.text-content ul:not(.contextual-links) li ul {
  margin-top: 5px;
}
.text-content ul:not(.contextual-links) li ul li {
  padding-left: 10px;
}
.text-content ul:not(.contextual-links) li ul li:before {
  background-color: #fff;
  width: 6px;
  height: 3px;
  border-radius: 0%;
  top: 12px;
  left: 0;
}
.text-content ol {
  counter-reset: item;
  clear: bottom;
}
.text-content ol li {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.text-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-size: 16px;
  color: #fff;
  left: 0;
}
.text-content ol li ol {
  margin-top: 5px;
}
.text-content a:not(.ctalink) {
  text-decoration: underline;
  color: #009be2;
  transition: color 0.3s;
}
.text-content a:not(.ctalink):hover, .text-content a:not(.ctalink).hover {
  color: #F5B5C9;
}
.text-content a:not(.ctalink):visited {
  color: #005D8F;
}

.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #666B6E;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  outline: none;
  transition: border-color 0.3s;
}
.slider .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translateX(-50%);
  border-top: 1px solid #666B6E;
  border-left: 1px solid #666B6E;
  transition: border-color 0.3s;
}
.slider .slick-arrow:hover, .slider .slick-arrow.hover {
  border-color: #009be2;
  cursor: pointer;
}
.slider .slick-arrow:hover:before, .slider .slick-arrow.hover:before {
  border-color: #009be2;
}
.slider .slick-arrow.slick-next {
  right: 2%;
}
.slider .slick-arrow.slick-next:before {
  transform: rotate(135deg);
  margin-right: 7.5px;
}
.slider .slick-arrow.slick-prev {
  left: 2%;
}
.slider .slick-arrow.slick-prev:before {
  margin-left: 7.5px;
  transform: rotate(-45deg);
}
.slider .slick-dots {
  text-align: center;
  margin: 0;
  padding: 16px 0;
  width: 100%;
}
.slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.slider .slick-dots li:last-child {
  margin-right: 0;
}
.slider .slick-dots li:only-child {
  display: none;
}
.slider .slick-dots button {
  border: 1px solid #B5B9BB;
  font-size: 0;
  color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.3s, border-color 0.3s;
  outline: none;
}
.slider .slick-dots button:focus-visible {
  border-color: #009be2;
}
.slider .slick-dots button:hover, .slider .slick-dots button.hover {
  background-color: #009be2;
  border-color: #009be2;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.slider .slick-dots .slick-active button {
  background: #009be2;
  border-color: #009be2;
}

.has-anri-blue-color {
  color: #00a3e3;
}

.has-black-color {
  color: #000000;
}

.has-white-color {
  color: #FFFFFF;
}

.has-dark-midnight-blue-color {
  color: #003366;
}

.has-very-dark-orange-color {
  color: #663300;
}

.has-anri-blue-background-color {
  background-color: #00a3e3;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-dark-midnight-blue-background-color {
  background-color: #003366;
}

.has-very-dark-orange-background-color {
  background-color: #663300;
}

.header {
  background: #000;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.header h2 {
  display: none;
}
.header .cart--cart-block {
  position: absolute;
  right: 66px;
  bottom: 51px;
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .header .cart--cart-block {
    bottom: 32px;
  }
}
.header .cart--cart-block .cart-block--link__expand {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.header .cart--cart-block .cart-block--link__expand .cart-block--summary__price {
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.2;
  color: #939392;
}
.header .cart--cart-block .cart-block--link__expand .cart-block--summary__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.header .cart--cart-block .cart-block--link__expand .cart-block--summary__count {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E5006B;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
.header .cart--cart-block .cart-block--contents {
  background: #666B6E;
  width: 100%;
  min-width: 320px;
}
.header .cart--cart-block .cart-block--contents__items {
  overflow-y: auto;
  max-height: 460px;
  padding: 0 10px;
}
.header .cart--cart-block .cart-block--contents__items table {
  width: 100%;
}
.header .cart--cart-block .cart-block--contents__items tr {
  border-bottom: 1px solid #fff;
}
.header .cart--cart-block .cart-block--contents__items .views-field {
  padding: 8px 0;
}
.header .cart--cart-block .cart-block--contents__items .views-field.views-field-title, .header .cart--cart-block .cart-block--contents__items .views-field.views-field-total-price__number {
  font-weight: 700;
}
.header .cart--cart-block .cart-block--contents__items .views-field.views-field-total-price__number {
  font-size: 1.8rem;
  text-align: right;
}
.header .cart--cart-block .cart-block--contents__links {
  padding-top: 10px;
  padding-left: 10px;
}
.header .cart--cart-block .cart-block--contents__links a {
  color: #009be2;
  text-decoration: none;
  font-weight: 700;
  font-size: 2rem;
}
.header .cart--cart-block .cart-block--contents__links a:hover, .header .cart--cart-block .cart-block--contents__links a.hover {
  text-decoration: underline;
}
.header .header-menu {
  display: none;
}
.header .top-part {
  background-image: url("../images/bg-image-anri.jpg");
  flex: 0 0 100%;
}
.header .logo {
  display: flex;
  align-items: center;
  padding-left: 15px;
  z-index: 1;
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .header .logo {
    justify-content: center;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
}
.header .logo img {
  max-width: 340px;
  display: block;
}
@media (max-width: 1439px) {
  .header .logo img {
    max-width: 250px;
  }
}
.header .bottom-part {
  display: flex;
  border-left: 0;
  border-right: 0;
  padding: 0 172px 0 15px;
  min-height: 134px;
  margin-left: auto;
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .header .bottom-part {
    min-height: 75px;
  }
}
.header .bottom-part nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .search-part {
  position: absolute;
  right: 12px;
  bottom: 52px;
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .header .search-part {
    bottom: 33px;
  }
}
.header .search-part .search-toggle {
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header .search-part .search-toggle:hover, .header .search-part .search-toggle.hover {
    background-color: #fff;
  }
  .header .search-part .search-toggle:hover:after, .header .search-part .search-toggle.hover:after {
    color: #009be2;
  }
}
.header .search-part .search-wrapper {
  position: fixed;
  padding: 10px 0;
  right: -100%;
  transition: right 0.5s;
}
.header .search-part .search-wrapper.is-visible {
  right: 20px;
}
.header .search-part .search-wrapper form {
  display: flex;
}
.header .search-part .search-wrapper form .form-actions {
  align-self: flex-end;
}
.header .search-part .search-wrapper form .form-actions .form-submit {
  color: #fff;
}
.header .search-part .search-wrapper label {
  color: #009be2;
  font-size: 2rem;
  font-weight: 700;
}
.header .search-part .search-wrapper input {
  border: 0;
  border-bottom: 2px solid #009be2;
  color: #009be2;
  height: 42px;
}
.header .header-menu-toggle {
  display: none;
}
@media (max-width: 0) {
  .header .logo img {
    max-width: 285px;
  }
  .header .bottom-part {
    padding: 0 90px 0 0;
  }
}
@media (max-width: 0) {
  .header .logo {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  .header .logo img {
    display: inline-block;
  }
  .header .bottom-part {
    padding: 0 30px;
    margin-left: 0;
    min-height: unset;
    justify-content: center;
    width: 100%;
  }
  .header .bottom-part nav {
    margin-left: 0;
  }
  .header .cart--cart-block,
  .header .search-part {
    bottom: unset;
    top: 90px;
  }
}
@media (max-width: 1023px) {
  .header {
    border: 0;
    position: absolute;
    width: 100%;
    z-index: 111;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    z-index: 111;
  }
  .header .logo {
    padding-left: 0;
    margin: 0 auto;
  }
  .header .logo img {
    max-width: 180px;
  }
  .header .header-menu-toggle {
    display: block;
  }
  .header .bottom-part {
    padding: 0;
    width: auto;
    min-height: 0;
    flex-direction: column;
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 15px;
  }
  .header .bottom-part nav {
    background: #000;
    display: block;
    position: fixed;
    top: 124px;
    bottom: 0;
    z-index: 1;
    left: -100%;
    overflow-y: auto;
    transition: left 0.3s, z-index 0.3s ease-in-out;
  }
  .header .search-part {
    top: auto;
    right: 12px;
    bottom: 17px;
  }
  .header .search-part .search-wrapper {
    width: 89%;
  }
  .header .search-part .search-wrapper .form-actions {
    width: 42px;
    height: 42px;
    position: relative;
  }
  .header .search-part .search-wrapper .form-actions:after {
    content: "\e903";
    font-family: "anri";
    font-size: 2rem;
    color: #fff;
    position: absolute;
    background: #009be2;
    z-index: -1;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
  }
  .header .search-part .search-wrapper .form-actions .form-submit {
    font-size: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    z-index: 1;
  }
  .header .cart--cart-block {
    top: auto;
    right: 60px;
    bottom: 17px;
  }
  .header .header-menu {
    width: 100%;
    display: block;
  }
  .header .header-menu-toggle {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 38px;
    height: 38px;
    position: relative;
    border-radius: 50%;
    border: 0;
  }
  .header .header-menu-toggle:focus {
    outline: none;
  }
  .header .header-menu-toggle span, .header .header-menu-toggle span:before, .header .header-menu-toggle span:after {
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 7px);
    height: 2px;
    transition: transform 0.3s, opacity 0.3s;
    width: 18px;
    border-top: 2px solid #000;
  }
  .header .header-menu-toggle span:before, .header .header-menu-toggle span:after {
    content: "";
    left: 0;
    width: 100%;
  }
  .header .header-menu-toggle span:before {
    top: 4px;
  }
  .header .header-menu-toggle span:after {
    top: 10px;
  }
  .header .header-menu-toggle.is-active span {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .header .header-menu-toggle.is-active span:before {
    transform: translate3d(0, -3px, 0) rotate(-45deg);
    opacity: 0;
  }
  .header .header-menu-toggle.is-active span:after {
    transform: translate3d(0, -10px, 0) rotate(-90deg);
    top: 8px;
  }
  .header.is-active nav {
    left: 0;
  }
}
@media (max-width: 767px) {
  .header .cart-block--summary__price {
    display: none;
  }
}
@media (max-width: 374px) {
  .header .logo img {
    max-width: 138px;
  }
  .header .header-menu-toggle {
    width: 34px;
    height: 34px;
  }
  .header .bottom-part nav {
    top: 108px;
  }
  .header .cart--cart-block {
    bottom: 13px;
  }
  .header .cart--cart-block .cart-block--link__expand .cart-block--summary__icon {
    width: 27px;
    height: 27px;
  }
  .header .search-part {
    bottom: 14px;
  }
  .header .search-part .search-toggle {
    width: 27px;
    height: 27px;
  }
  .header .bottom-part {
    bottom: 10px;
  }
}

.site-footer {
  padding-bottom: 96px;
}

.order-cart-cols {
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  .order-cart-cols {
    display: block;
  }
}

.cart-select-all-container .form-item {
  display: flex;
  align-items: center;
}
.cart-select-all-container .form-item label {
  padding: 0;
}
.cart-select-all-container input {
  width: 24px;
  height: 24px;
}

.cart-form {
  padding: 20px 0;
}
.cart-form table {
  width: 100%;
}
.cart-form thead {
  font-size: 20px;
  font-weight: 700;
}
.cart-form thead th {
  padding: 15px;
}
.cart-form tbody td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
}
.cart-form .form-number {
  background-color: #72819e;
  width: auto;
  border: 0;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  color: #fff;
}
.cart-form .order-total-line-value {
  width: auto;
  font-size: 20px;
}
.cart-form .order-total-line-label {
  margin-right: 20px;
  font-size: 20px;
}
.cart-form .form-submit {
  background: none;
  border: 0;
}
@media (max-width: 1023px) {
  .cart-form .anri-cart-item-bulk-remove {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cart-form .anri-cart-item-bulk-remove {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cart-form thead {
    display: none;
  }
  .cart-form tbody tr {
    border-top: 1px solid #009be2;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .cart-form .form-submit {
    width: 100%;
    margin-top: 20px;
  }
}
.cart-form #edit-checkout {
  display: none;
}

.order-cart-summary {
  position: sticky;
  top: 0;
  text-align: center;
  min-width: 275px;
}
@media (max-width: 1023px) {
  .order-cart-summary {
    position: static;
    max-width: 375px;
    margin: 0 auto;
  }
}
.order-cart-summary__container {
  background: #cfcfcf;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.order-cart-summary__continue {
  border-radius: 15px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  outline: none;
  box-shadow: none;
  color: #fff;
  background: #72819e;
  border: 0;
}
.order-cart-summary .order-total-line-holder,
.order-cart-summary #edit-checkout {
  display: block;
}

.order-total-line-holder {
  display: none;
  margin-bottom: 10px;
}
.order-total-line-holder * {
  color: #222221;
}
.order-total-line-holder .order-total-line {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.order-total-line-holder .edit-checkout-clone {
  border-radius: 15px;
  margin-top: 10px;
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2;
  outline: none;
  box-shadow: none;
  width: 100%;
  color: #fff;
  background: #009be2;
  border: 0;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
.order-total-line-holder .edit-checkout-clone:hover, .order-total-line-holder .edit-checkout-clone.hover {
  cursor: pointer;
  background-color: rgba(0, 163, 227, 0.8);
}

.order-total-line__note {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.order-total-line__note a {
  color: #009be2;
}

#edit-anri-delivery-information-shipment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkout-pane .order-total-line-holder {
  display: block;
  background: #cfcfcf;
  border-radius: 20px;
  padding: 20px;
  margin: 20px auto;
}
@media (max-width: 1023px) {
  .checkout-pane .order-total-line-holder {
    max-width: 375px;
  }
}
.checkout-pane img {
  border: 5px solid #4f8bfd;
  border-radius: 30px;
}
.checkout-pane .js-form-type-radio {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-pane .js-form-type-radio {
    max-width: none;
  }
}
.checkout-pane .js-form-type-radio input {
  display: none;
}
.checkout-pane .js-form-type-radio input:checked + label {
  border-color: #009be2;
}
.checkout-pane .js-form-type-radio label {
  background: #cfcfcf;
  border-radius: 15px;
  border: 5px solid #cfcfcf;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 28px 8px 13px;
  width: 100%;
  outline: none;
  transition: 0.3s all ease;
}
.checkout-pane .js-form-type-radio label span {
  display: block;
}
.checkout-pane .js-form-type-radio label * {
  color: #000;
}

.order-total-line__products .order-total-line-label,
.order-total-line__products .order-total-line-value {
  font-size: 16px;
  font-weight: 700;
}

.views-element-container .cart-product.views-row {
  border: 0;
}
@media (max-width: 1023px) {
  .views-element-container .cart-product.views-row {
    padding: 20px 40px 20px 120px;
  }
}

.views-field-total-price__number,
.views-field-unit-price__number {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .views-field-total-price__number,
  .views-field-unit-price__number {
    width: 100%;
  }
}

.views-field-field-user-files {
  width: 130px;
  flex-shrink: 0;
}
@media (max-width: 1289px) {
  .views-field-field-user-files {
    max-width: 110px;
    width: auto;
  }
}

.views-field-anri-edit-quantity-ajax {
  width: 105px;
}

.views-field.views-field-purchased-entity {
  width: 380px;
}
@media (max-width: 1289px) {
  .views-field.views-field-purchased-entity {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .views-field.views-field-purchased-entity {
    width: auto;
  }
}

@media (max-width: 1023px) {
  .views-field-anri-order-cart-item-bulk-select {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.cart-product {
  display: flex;
  gap: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .cart-product {
    flex-direction: column;
    gap: 10px;
  }
}
.cart-product__preview {
  display: flex;
  gap: 20px;
}
@media (max-width: 1023px) {
  .cart-product__preview {
    display: block;
  }
}
.cart-product__name div {
  display: inline;
}
.cart-product img {
  border: 5px solid #4f8bfd;
  border-radius: 30px;
  display: block;
  overflow: hidden;
  max-width: 160px;
  min-width: 100px;
}
@media (max-width: 1289px) {
  .cart-product img {
    width: 100px;
  }
}
@media (max-width: 1023px) {
  .cart-product img {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.cart-product .views-label {
  display: none;
}

.cart-item-select {
  width: 24px;
  height: 24px;
}

.commerce-checkout-flow-multistep-default {
  padding: 40px 0;
  font-size: 16px;
}
.commerce-checkout-flow-multistep-default label,
.commerce-checkout-flow-multistep-default .fieldset-legend,
.commerce-checkout-flow-multistep-default h3 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  display: block;
}
.commerce-checkout-flow-multistep-default .form-item {
  padding-top: 20px;
}
.commerce-checkout-flow-multistep-default .fieldgroup {
  padding-top: 0;
}
.commerce-checkout-flow-multistep-default select,
.commerce-checkout-flow-multistep-default input {
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
}
.commerce-checkout-flow-multistep-default select option,
.commerce-checkout-flow-multistep-default input option {
  background: #000;
}
.commerce-checkout-flow-multistep-default input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.commerce-checkout-flow-multistep-default .form-item-billing-information-profile-copy-to-address-book {
  display: flex;
  align-items: center;
}
.commerce-checkout-flow-multistep-default .form-item-billing-information-profile-copy-to-address-book label {
  padding-left: 15px;
  padding-bottom: 0;
}
.commerce-checkout-flow-multistep-default .layout-region-checkout-footer {
  padding-top: 30px;
}
.commerce-checkout-flow-multistep-default table,
.commerce-checkout-flow-multistep-default .order-total-line {
  font-size: 20px;
}
.commerce-checkout-flow-multistep-default .order-total-line-label {
  padding-right: 5px;
}
@media (max-width: 1023px) {
  .commerce-checkout-flow-multistep-default .layout-region-checkout-footer {
    text-align: center;
  }
  .commerce-checkout-flow-multistep-default .layout-region-checkout-secondary {
    padding-top: 25px;
  }
}

.unit-price-info {
  padding-top: 5px;
  text-align: center;
}

.layout-checkout-form #edit-actions {
  display: none;
}

.working-days,
.wp-block-gutenberg-yandex-block-map,
.address-title {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .working-days,
  .wp-block-gutenberg-yandex-block-map,
  .address-title {
    max-width: none;
  }
}

.working-days {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .working-days {
    flex-direction: column;
    text-align: center;
  }
}
.working-days__schelude {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfcfcf;
  border: 5px solid #64b341;
  border-radius: 15px;
  width: 30%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #222221;
}
@media (max-width: 767px) {
  .working-days__schelude {
    width: 100%;
  }
}
.working-days__schelude p {
  padding: 0;
  color: #222221;
}
.working-days__schelude--end {
  border-color: #ab0e35;
}
.working-days .working-days__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}

.wp-block-gutenberg-yandex-block-map {
  border: 5px solid #009be2;
  border-radius: 30px;
  overflow: hidden;
}

article > div > div > .wp-block-gutenberg-yandex-block-map {
  margin-bottom: 0;
}

.address-title {
  margin-bottom: 30px;
  text-align: center;
}

.wp-block-columns {
  gap: 20px;
}
.wp-block-columns p:empty {
  display: none;
}

.contact-form {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-form {
    margin-bottom: 20px;
  }
}
.contact-form h2 {
  font-size: 30px;
  text-align: center;
}
.contact-form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.contact-terms-notice {
  padding-top: 5px;
}
.contact-terms-notice a {
  color: #009be2;
}

.block-contact-form .col {
  padding: 0 15px;
}
.block-contact-form .block-title {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 10px;
  color: #fff;
}
.block-contact-form .form-item {
  margin-bottom: 10px;
  width: 100%;
}
.block-contact-form .form-actions {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .block-contact-form .col {
    padding: 0;
  }
  .block-contact-form .col:first-child {
    margin-bottom: 15px;
  }
}

.block-contact-info .block-title {
  font-size: 20px;
  line-height: 1.3;
  padding: 15px 0;
}
.block-contact-info .contact-list li {
  padding: 0 0 10px;
  display: flex;
}
.block-contact-info .title {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  min-width: 110px;
  display: inline-block;
}
.block-contact-info .info {
  padding-left: 30px;
  text-decoration: none;
  display: inline-block;
}
.block-contact-info .info.highlighted {
  color: #009be2;
}

.block-iframe .col:first-child {
  padding-right: 23px;
}
.block-iframe .col:last-child {
  padding-left: 23px;
}
@media (max-width: 767px) {
  .block-iframe .col:first-child {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .block-iframe .col:last-child {
    padding-left: 0;
  }
}

.block-listings {
  padding: 0 15px;
}
.block-listings .page-title {
  color: #fff;
  font-size: 40px;
  flex: 0 0 100%;
}
.block-listings .block-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.block-listings .block-item .item-image img {
  border: 5px solid #4f8bfd;
  border-radius: 30px;
  width: 100%;
  display: block;
}
.block-listings .block-item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.block-listings .block-item .title {
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  padding: 10px 0 5px;
  flex: 1 0 auto;
}
@media (max-width: 1023px) {
  .block-listings .block-item .title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.block-listings .block-item .button {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .block-listings .block-item .button {
    font-size: 16px;
    padding: 5px 10px;
    min-width: 0;
  }
}
@media (max-width: 1024px) {
  .block-listings {
    padding: 0;
  }
}

.block-product-menu .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  .block-product-menu .product-list {
    justify-content: left;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.block-product-menu .product-list .product-item {
  padding: 10px 20px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .block-product-menu .product-list .product-item {
    flex-shrink: 0;
    padding: 10px;
  }
}
.block-product-menu .product-list .product-item a {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  transition: color 0.25s ease-in-out;
}
.block-product-menu .product-list .product-item a:hover, .block-product-menu .product-list .product-item a.hover {
  color: #009be2;
}
@media (max-width: 767px) {
  .block-product-menu .product-list .product-item a {
    font-size: 1.6rem;
  }
}
.block-product-menu .product-list .product-item img + img {
  display: none;
}
.block-product-menu .product-list .product-item.is-active a {
  color: #59C1FD;
}
.block-product-menu .product-list .product-item.is-active img {
  display: none;
}
.block-product-menu .product-list .product-item.is-active img + img {
  display: block;
}

.category-image {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .category-image {
    flex-shrink: 0;
  }
}

.block-product .color-picker-wrapper {
  position: relative;
}
.block-product .col:first-child {
  padding-right: 10px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .block-product .col:first-child {
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.block-product .col:first-child .image-wrapper {
  aspect-ratio: 1/1;
  position: relative;
}
.block-product .col:first-child img {
  border: 5px solid #4f8bfd;
  border-radius: 30px;
  display: block;
  width: 100%;
}
.block-product .col:last-child {
  padding-right: 60px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .block-product .col:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.block-product .text-content-wrapper,
.block-product .color-picker {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .block-product .text-content-wrapper,
  .block-product .color-picker {
    padding-bottom: 10px;
  }
}
.block-product .price-wrapper {
  margin-bottom: 20px;
}
.block-product .price-wrapper .block-title {
  padding-bottom: 0;
  line-height: 1.1;
}
.block-product .price-wrapper .block-title div {
  padding-top: 5px;
}
.block-product .color-picker ul {
  display: flex;
  flex-wrap: wrap;
}
.block-product .color-picker .product--rendered-attribute,
.block-product .color-picker .product--pseudo-attribute {
  margin-bottom: 20px;
}
.block-product .color-picker .product--rendered-attribute .option,
.block-product .color-picker .product--pseudo-attribute .option {
  cursor: pointer;
}
.block-product .color-picker .product--rendered-attribute__selected ~ label.option,
.block-product .color-picker .product--pseudo-attribute__selected ~ label.option {
  border-radius: 50%;
  border-color: #009be2;
  border-width: 2px;
  width: 54px;
  height: 54px;
}
.block-product .color-picker .product--rendered-attribute .fieldset-legend,
.block-product .color-picker .product--pseudo-attribute .fieldset-legend {
  display: none;
}
.block-product .color-picker .form-actions {
  margin-top: 20px;
}
.block-product .field--name-field-selected-color .product--pseudo-attribute .option {
  cursor: pointer;
}
.block-product .field--name-field-selected-color .product--pseudo-attribute__selected ~ label.option {
  border-radius: 50%;
  border-color: #009be2;
  border-width: 2px;
  width: 54px;
  height: 54px;
}
.block-product .field--name-field-selected-size .product--pseudo-attribute label.option {
  width: auto;
  height: auto;
  background: #939392;
  border: 3px solid #939392;
  border-radius: 10px;
  position: relative;
  padding: 0px 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
.block-product .field--name-field-selected-size .product--pseudo-attribute__selected ~ label.option {
  border-color: #4f8bfd;
}
.block-product .control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-left: 60px;
  width: 50%;
}
.block-product .control .slogan,
.block-product .control .button {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.block-product .control .slogan {
  text-transform: unset;
}
.block-product .control .details {
  position: relative;
  padding-right: 40px;
}
.block-product .control .details:after {
  content: "\f0e8";
  font-family: "anri";
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.block-product .panel-content {
  padding: 40px 0;
  transition: opacity 0.25s ease-in-out;
}
.block-product .tabel-sizes {
  width: 50%;
  margin-bottom: 30px;
}
.block-product .tabel-sizes img {
  width: 100%;
}
.block-product .link-page {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.block-product .link-page:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: border-color 0.3s;
}
@media (max-width: 767px) {
  .block-product .link-page:after {
    width: 30px;
    height: 30px;
  }
}
.block-product .link-page.prev-page {
  left: 0;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .block-product .link-page.prev-page {
    margin-left: -30px;
  }
}
.block-product .link-page.prev-page:after {
  margin-right: 7.5px;
  transform: rotate(-45deg);
}
.block-product .link-page.next-page {
  right: -100%;
  margin-right: -60px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .block-product .link-page.next-page {
    right: 0;
    margin-right: -30px;
  }
}
.block-product .link-page.next-page:after {
  margin-left: 7.5px;
  transform: rotate(135deg);
}
.block-product .link-page:hover:after, .block-product .link-page.hover:after {
  border-color: rgba(0, 163, 227, 0.8);
}
@media (max-width: 0) {
  .block-product .control {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .block-product .control {
    padding-left: 0;
  }
  .block-product .text-content-wrapper {
    padding: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .block-product .cols {
    padding: 0 30px;
  }
  .block-product .control {
    width: 100%;
  }
  .block-product .tabel-sizes {
    width: 100%;
  }
}

.block-product-description .text-content-wrapper--mobile {
  display: none;
}
@media (max-width: 767px) {
  .block-product-description {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .block-product-description .text-content-wrapper {
    display: none;
  }
  .block-product-description .text-content-wrapper--mobile {
    display: block;
  }
  .block-product-description .button--add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

#unityContainer {
  width: 420px !important;
  height: 640px !important;
  margin: 0 auto !important;
}

.views-element-container .views-row {
  border-top: 1px solid #009be2;
  padding: 40px 0;
}
.views-element-container .views-row:first-child {
  border-top: 0;
}
.views-element-container .block-item {
  display: flex;
  width: 100%;
  position: relative;
}
.views-element-container .item-image {
  flex: 0 0 33%;
  margin-right: 25px;
}
.views-element-container .block-title a {
  text-decoration: none;
  color: #4f8bfd;
}
.views-element-container .block-title a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.views-element-container .category {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.views-element-container .category div {
  background: #009be2;
  border-radius: 30px;
  margin: 0 10px 10px 0;
  display: inline-block;
  white-space: nowrap;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .views-element-container .block-item {
    flex-direction: column;
  }
  .views-element-container .item-image {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .views-element-container .block-title {
    text-align: center;
  }
}

.block-steps-item {
  display: flex;
  padding: 0 100px;
}
.block-steps-item .block-item {
  padding: 15px;
  text-align: center;
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .block-steps-item .block-item {
    width: 100%;
  }
}
.block-steps-item .title,
.block-steps-item .description {
  text-align: center;
}
.block-steps-item .title {
  font-size: 18px;
  line-height: 1.1;
  padding: 24px 0 12px;
}
.block-steps-item .icon {
  position: relative;
}
.block-steps-item .icon img {
  width: 48px;
  height: auto;
}
.block-steps-item .icon .decorate-line {
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #009be2;
  width: calc(100% - 48px + 30px - 48px);
  left: calc(50% + 24px + 24px);
}
.block-steps-item .block-item:last-child .decorate-line {
  display: none;
}
@media (max-width: 1024px) {
  .block-steps-item {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .block-steps-item {
    padding: 0;
    flex-direction: column;
  }
  .block-steps-item .block-item {
    margin-bottom: 25px;
  }
  .block-steps-item .block-item .decorate-line {
    display: none;
  }
  .block-steps-item .block-item:last-child {
    margin-bottom: 0;
  }
}

.block-ways-printing .block-item .item-image {
  padding: 10px;
  border: 3px solid #009be2;
}
.block-ways-printing .block-item .block-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.block-ways-printing .block-item .block-title.with-bg {
  font-size: 20px;
  text-align: left;
  background: #009be2;
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
}
.block-ways-printing .block-item .text-content {
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .block-ways-printing .block-item {
    margin: 0;
  }
  .block-ways-printing .block-item .item-image img {
    width: 100%;
  }
}

.anri-social-links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .anri-social-links {
    right: 15px;
  }
}
.anri-social-links h2 {
  display: none;
}
.anri-social-links__icon {
  background: #919191;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 1px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .anri-social-links__icon {
    width: 42px;
    height: 42px;
    padding: 8px;
  }
}

.anri-social-link-icon {
  border: 4px solid #919191;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .anri-social-link-icon {
    border: 3px solid #919191;
    width: 50px;
    height: 50px;
  }
}

.main-menu {
  display: flex;
  gap: 26px;
  height: 100%;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  min-width: 860px;
}
@media (max-width: 1023px) {
  .main-menu {
    min-width: 0;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .main-menu {
    gap: 0;
  }
}
.main-menu a,
.main-menu span {
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 10px;
  transition: background-color 0.25s ease-in-out;
}
.main-menu .main-menu-level-1 {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: auto;
  top: 100%;
  left: 0;
  padding: 20px 0 0;
  display: block;
  position: absolute;
  background: transparent;
  width: auto;
  max-width: 100%;
  transition: opacity 0.25s ease-in-out;
}
.main-menu .menu-item-lvl-0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 32px;
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .main-menu .menu-item-lvl-0 {
    padding-top: 0;
  }
}
.main-menu .menu-item-lvl-0 .mobile-img {
  display: none;
}
.main-menu .menu-item-lvl-0 .arrow-top {
  position: relative;
  display: block;
  padding: 0;
  top: 6px;
  width: 100%;
}
@media (max-width: 1319px) and (min-width: 1024px) {
  .main-menu .menu-item-lvl-0 .arrow-top {
    top: -1px;
  }
}
.main-menu .menu-item-lvl-0 .arrow-top:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 14px solid #009be2;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: background-color 0.25s ease-in-out;
}
.main-menu .menu-item-lvl-0 .arrow-top:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #009be2;
  position: absolute;
  bottom: -13px;
  opacity: 0;
  transition: background-color 0.25s ease-in-out;
}
@media (min-width: 1025px) {
  .main-menu .menu-item-lvl-0:hover a,
  .main-menu .menu-item-lvl-0:hover span, .main-menu .menu-item-lvl-0.hover a,
  .main-menu .menu-item-lvl-0.hover span {
    background: #009be2;
  }
  .main-menu .menu-item-lvl-0:hover .arrow-top:after, .main-menu .menu-item-lvl-0:hover .arrow-top:before, .main-menu .menu-item-lvl-0.hover .arrow-top:after, .main-menu .menu-item-lvl-0.hover .arrow-top:before {
    opacity: 1;
  }
  .main-menu .menu-item-lvl-0:hover .main-menu-level-1, .main-menu .menu-item-lvl-0.hover .main-menu-level-1 {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
}
.main-menu .main-menu-level-1-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 10px;
  width: 100%;
  background: #263754;
  border-radius: 30px;
  justify-content: center;
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 {
  flex: 0 0 20%;
  padding: 0 10px 10px;
  min-width: fit-content;
}
@media (max-width: 767px) {
  .main-menu .main-menu-level-1-content .menu-item-lvl-1 {
    padding: 0 5px;
  }
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 a {
  background: transparent !important;
  padding: 20px;
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 a:hover img, .main-menu .main-menu-level-1-content .menu-item-lvl-1 a.hover img {
  border: 5px solid #009be2;
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 img,
.main-menu .main-menu-level-1-content .menu-item-lvl-1 .title {
  display: block;
  text-align: center;
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 img {
  background: #000;
  border: 5px solid #4f8bfd;
  border-radius: 20px;
  transition: border-color 0.25s ease-in-out;
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 .title {
  position: relative;
  font-weight: 700;
  padding: 10px 0 0;
  text-transform: uppercase;
  background: transparent !important;
}
.main-menu .main-menu-level-1-content .menu-item-lvl-1 .title .title {
  width: 100%;
  text-align: center;
}
@media (max-width: 0) {
  .main-menu .menu-item-lvl-0 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .main-menu .menu-item-lvl-0 .arrow-top:before {
    bottom: -12px;
  }
}
@media (max-width: 1023px) {
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    background: #000;
    padding: 0 5px 20px;
    align-items: flex-start;
    align-content: baseline;
  }
  .main-menu .menu-item {
    display: block;
    text-align: center;
  }
  .main-menu .menu-item.menu-item-lvl-0 {
    padding: 5px;
    width: 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
    position: relative;
  }
  .main-menu .menu-item.menu-item-lvl-0 .mobile-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  .main-menu .menu-item.menu-item-lvl-0 .mobile-img img {
    display: block;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0.85;
    border: 5px solid #4f8bfd;
  }
  .main-menu .menu-item.menu-item-lvl-0:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    z-index: 1;
  }
  .main-menu .menu-item.menu-item-lvl-0 span,
  .main-menu .menu-item.menu-item-lvl-0 a {
    padding: 0;
    position: absolute;
    top: 14px;
    left: 18px;
    bottom: 0;
    right: 0;
    white-space: normal;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
  }
  .main-menu .menu-item.menu-item-lvl-0.is-active .main-menu-level-1 {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    position: relative;
    padding: 0 0 10px;
    position: fixed;
    top: 124px;
    background: #009be2;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    max-height: 100%;
  }
  .main-menu .menu-item.menu-item-lvl-0.is-active .main-menu-level-1 .main-menu-level-1-content {
    display: flex;
    align-items: flex-start;
    align-content: baseline;
    background: #009be2;
    color: #000;
    padding: 10px 5px;
  }
  .main-menu .menu-item.menu-item-lvl-0.is-active .main-menu-level-1 .menu-item-lvl-1 {
    display: block;
  }
  .main-menu .menu-item.menu-item-lvl-0.is-active .main-menu-level-1 .menu-item-lvl-1 a,
  .main-menu .menu-item.menu-item-lvl-0.is-active .main-menu-level-1 .menu-item-lvl-1 span {
    padding: 10px 0 0;
    text-transform: none;
    position: initial;
  }
  .main-menu .menu-item .arrow-top {
    display: none;
    opacity: 0;
  }
  .main-menu .menu-item .main-menu-level-1 .main-menu-level-1-content {
    display: none;
    background: #009be2;
    padding: 0;
    justify-content: left;
  }
  .main-menu .menu-item .main-menu-level-1 .menu-item-lvl-1 {
    display: block;
    min-width: 0;
    width: 33%;
    flex: 0 0 33%;
  }
  .main-menu .menu-item .main-menu-level-1 .menu-item-lvl-1 a,
  .main-menu .menu-item .main-menu-level-1 .menu-item-lvl-1 span {
    padding: 10px 0 0;
    text-transform: none;
  }
  .main-menu .menu-item .main-menu-level-1 .menu-item-lvl-1 img {
    width: auto;
  }
  .main-menu .menu-item .main-menu-level-1 .back-link {
    margin-bottom: 10px;
    flex: 0 0 100%;
    text-align: left;
  }
}
@media (max-width: 474px) {
  .main-menu .menu-item.menu-item-lvl-0 {
    width: 50%;
    flex: 0 0 50%;
  }
  .main-menu .menu-item .main-menu-level-1 .menu-item-lvl-1 {
    width: 50%;
    flex: 0 0 50%;
  }
  .main-menu .menu-item .main-menu-level-1 .back-link {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 374px) {
  .main-menu .menu-item.menu-item-lvl-0.is-active .main-menu-level-1 {
    top: 108px;
  }
}

.social-network {
  display: flex;
  justify-content: center;
  padding: 10px 0 15px;
}
.social-network .menu-item {
  margin-left: 10px;
  padding: 0 10px;
}
.social-network .menu-item:first-child {
  margin-left: 0;
}
.social-network .menu-item a {
  text-decoration: none;
}
.social-network .menu-item span:before {
  font-size: 18px;
}
@media (max-width: 0) {
  .social-network {
    padding: 15px;
    width: 70%;
  }
}

.anri-social-links-footer {
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}
.anri-social-links-footer__bottom {
  font-size: 18px;
}
.anri-social-links-footer h2 {
  text-align: center;
  padding: 0;
}
.anri-social-links-footer .social-network {
  gap: 10px;
  justify-content: flex-start;
  padding: 15px 0;
}
.anri-social-links-footer .menu-item {
  margin: 0;
  padding: 0;
}
.anri-social-links-footer .anri-social-link-icon--email, .anri-social-links-footer .anri-social-link-icon--phone {
  display: none;
}
.anri-social-links-footer .anri-social-links__icon {
  background: none;
  padding: 0;
  width: 60px;
  height: 60px;
}
.anri-social-links-footer a {
  color: #009be2;
}
.anri-social-links-footer p {
  padding: 0 0 3px;
}