@charset "UTF-8";
/*
Theme Name: Atomicrebuild
Author: Anonymous
Author URI:
Version: 1
Description: Atomicrebuild theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atomicrebuild
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, .menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 400 14px/1.4 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 400px) {
    body {
      font-size: 16px; } }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.4em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.4em; }

table {
  border: 1px solid #999;
  width: 100%; }

th, td {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: .6em .4em;
  text-align: left;
  vertical-align: top;
  text-align: center; }

th {
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-size: 11px; }
  @media (min-width: 550px) {
    th {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    th {
      font-size: 16px; } }

td {
  font-size: 12px; }
  @media (min-width: 550px) {
    td {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    td {
      font-size: 16px; } }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 2px;
  margin-bottom: 1.7em; }
  dl dt {
    padding-right: 10px;
    font-weight: 400; }
  dl dd {
    margin: 0;
    overflow: hidden;
    font-weight: 700;
    text-align: right; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0 0 30px;
  padding: 0;
  border-style: none;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    form,
    fieldset {
      margin: 0 0 40px; } }
  form p,
  fieldset p {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      form p,
      fieldset p {
        margin-bottom: 14px; } }

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form input[type="url"],
form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0 12px;
  display: block;
  width: 100%;
  color: #000;
  font-size: 14px;
  height: 36px; }
  @media (min-width: 400px) {
    form input[type='text'],
    form input[type='tel'],
    form input[type='email'],
    form input[type='search'],
    form input[type='password'],
    form input[type="url"],
    form textarea {
      padding: 0 18px; } }
  form input[type='text'].wpcf7-not-valid,
  form input[type='tel'].wpcf7-not-valid,
  form input[type='email'].wpcf7-not-valid,
  form input[type='search'].wpcf7-not-valid,
  form input[type='password'].wpcf7-not-valid,
  form input[type="url"].wpcf7-not-valid,
  form textarea.wpcf7-not-valid {
    border-color: #c51230; }
  form input[type='text']:focus,
  form input[type='tel']:focus,
  form input[type='email']:focus,
  form input[type='search']:focus,
  form input[type='password']:focus,
  form input[type="url"]:focus,
  form textarea:focus {
    border-color: #246fb7; }
  form input[type='text']::-webkit-input-placeholder,
  form input[type='tel']::-webkit-input-placeholder,
  form input[type='email']::-webkit-input-placeholder,
  form input[type='search']::-webkit-input-placeholder,
  form input[type='password']::-webkit-input-placeholder,
  form input[type="url"]::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #878787; }
  form input[type='text']::-moz-placeholder,
  form input[type='tel']::-moz-placeholder,
  form input[type='email']::-moz-placeholder,
  form input[type='search']::-moz-placeholder,
  form input[type='password']::-moz-placeholder,
  form input[type="url"]::-moz-placeholder,
  form textarea::-moz-placeholder {
    opacity: 1;
    color: #878787; }
  form input[type='text']:-moz-placeholder,
  form input[type='tel']:-moz-placeholder,
  form input[type='email']:-moz-placeholder,
  form input[type='search']:-moz-placeholder,
  form input[type='password']:-moz-placeholder,
  form input[type="url"]:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: #878787; }
  form input[type='text']:-ms-input-placeholder,
  form input[type='tel']:-ms-input-placeholder,
  form input[type='email']:-ms-input-placeholder,
  form input[type='search']:-ms-input-placeholder,
  form input[type='password']:-ms-input-placeholder,
  form input[type="url"]:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: #878787; }
  form input[type='text'].placeholder,
  form input[type='tel'].placeholder,
  form input[type='email'].placeholder,
  form input[type='search'].placeholder,
  form input[type='password'].placeholder,
  form input[type="url"].placeholder,
  form textarea.placeholder {
    color: #878787; }

form select {
  -webkit-border-radius: 0; }

form textarea {
  padding: 9px 12px;
  height: 132px;
  resize: none;
  vertical-align: top; }
  @media (min-width: 400px) {
    form textarea {
      padding: 10px 18px; } }

form button,
form input[type='button'],
form input[type='reset'],
form input[type='file'],
form input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  border: none;
  background-color: #246fb7;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 15px 10px;
  color: #fff;
  min-width: 134px;
  text-align: center;
  float: right;
  transition: .3s; }
  form button:hover,
  form input[type='button']:hover,
  form input[type='reset']:hover,
  form input[type='file']:hover,
  form input[type='submit']:hover {
    background-color: #104b84; }

.wpcf7-spinner {
  float: right; }

.wpcf7-response-output {
  margin: 15px 0 15px !important; }

.wpcf7-not-valid-tip {
  font-size: 13px; }

.site-3 .wpcf7-form input[type='text']:focus,
.site-3 .wpcf7-form input[type='tel']:focus,
.site-3 .wpcf7-form input[type='email']:focus,
.site-3 .wpcf7-form input[type='search']:focus,
.site-3 .wpcf7-form input[type='password']:focus,
.site-3 .wpcf7-form input[type="url"]:focus,
.site-3 .wpcf7-form textarea:focus {
  border-color: #c51230; }

.site-3 .wpcf7-form button,
.site-3 .wpcf7-form input[type='button'],
.site-3 .wpcf7-form input[type='reset'],
.site-3 .wpcf7-form input[type='file'],
.site-3 .wpcf7-form input[type='submit'] {
  background-color: #c51230; }
  .site-3 .wpcf7-form button:hover,
  .site-3 .wpcf7-form input[type='button']:hover,
  .site-3 .wpcf7-form input[type='reset']:hover,
  .site-3 .wpcf7-form input[type='file']:hover,
  .site-3 .wpcf7-form input[type='submit']:hover {
    background-color: #860000; }

.custom-checkbox-style {
  text-align: left; }
  .custom-checkbox-style input[type="checkbox"] {
    display: none; }
    .custom-checkbox-style input[type="checkbox"]:checked + .custom-label:before {
      display: block; }
  .custom-checkbox-style .custom-label {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block;
    cursor: pointer;
    user-select: none; }
    .custom-checkbox-style .custom-label:before, .custom-checkbox-style .custom-label:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      top: 2px;
      left: 0; }
    .custom-checkbox-style .custom-label:after {
      border: 2px solid #707070; }
    .custom-checkbox-style .custom-label:before {
      background: url(img/svg/checked-grey.html) center/70% no-repeat;
      display: none; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    overflow-x: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.widget {
  margin-bottom: 1.4em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form {
  margin-bottom: 0; }
  .comment-form label {
    display: block;
    padding-bottom: 4px; }
  .comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px; }
  .comment-form textarea,
  .comment-form input[type='text'] {
    margin: 0 4px 0 0;
    max-width: 100%;
    width: 100%; }
  .comment-form input[type='submit'] {
    display: block;
    float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px;
  width: 100%;
  max-width: 500px; }
  .search-form fieldset {
    margin-bottom: 0;
    width: 100%;
    display: flex; }
  .search-form input[type="submit"] {
    min-width: 100px; }
  .search-form input[type="search"] {
    height: 37px;
    margin-right: 10px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #246fb7;
  color: #fff;
  height: auto;
  border: none;
  padding: 10px 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #104b84; }

.site-3 .comment-form input[type='submit'],
.site-3 .post-password-form input[type='submit'],
.site-3 .search-form input[type='submit'] {
  background: #c51230; }
  .site-3 .comment-form input[type='submit']:hover,
  .site-3 .post-password-form input[type='submit']:hover,
  .site-3 .search-form input[type='submit']:hover {
    background: #860000; }

.commentlist {
  margin: 0 0 1.4em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.4em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.4em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.4em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 4px;
    background: #246fb7;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    margin-bottom: 2px; }
    .navigation .page-numbers.current,
    .navigation-comments .page-numbers.current {
      background-color: #09427a;
      cursor: pointer; }
    .navigation .page-numbers:hover,
    .navigation-comments .page-numbers:hover {
      background: #104b84; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }

.site-3 .navigation .page-numbers,
.site-3 .navigation-comments .page-numbers {
  background: #c51230; }
  .site-3 .navigation .page-numbers.current,
  .site-3 .navigation-comments .page-numbers.current {
    background-color: #610419; }
  .site-3 .navigation .page-numbers:hover,
  .site-3 .navigation-comments .page-numbers:hover {
    background: #860000; }

.navigation-single {
  margin-bottom: 1.4em;
  margin-top: 40px; }
  .navigation-single .next a,
  .navigation-single .prev a {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 20px 7px;
    background: #246fb7;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    margin-bottom: 2px;
    text-decoration: none; }
    .navigation-single .next a:hover,
    .navigation-single .prev a:hover {
      background: #104b84; }
  .navigation-single .next {
    float: right; }

.site-3 .navigation-single .next a,
.site-3 .navigation-single .prev a {
  background: #c51230; }
  .site-3 .navigation-single .next a:hover,
  .site-3 .navigation-single .prev a:hover {
    background: #860000; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.4em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.4em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.4em; }

.mejs-container {
  margin-bottom: 1.4em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.comment-respond {
  width: 100%;
  max-width: 500px; }

.comment-form-cookies-consent {
  display: flex; }
  .comment-form-cookies-consent input {
    margin-right: 10px;
    margin-top: 2px;
    width: 16px;
    height: 16px; }

.search-results-container > div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 7px;
  width: 100%; }
  .search-results-container > div .title h2 a {
    color: #000;
    text-decoration: none; }
    .search-results-container > div .title h2 a:hover {
      color: #246fb7; }
  .search-results-container > div .content img {
    max-width: 300px; }

.site-3 .search-results-container > div .title h2 a:hover {
  color: #c51230; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 14px;
  color: inherit;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      margin: 0 0 16px; } }

h1, .h1 {
  font-size: 25px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 27px; } }

h2, .h2 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 18px; } }

h6, .h6 {
  font-size: 14px; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 16px; } }

p {
  margin: 0 0 25px; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

.header {
  background-color: #fff;
  position: relative;
  z-index: 200; }
  .header .text-logo {
    color: #246fb7;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block; }
  @media (min-width: 1400px) {
    .header .logo {
      position: relative;
      z-index: 30000; } }
  .header .logo img {
    display: block; }
    .header .logo img[src$=".jpg"], .header .logo img[src$=".png"] {
      max-height: 20px; }
      @media (min-width: 768px) {
        .header .logo img[src$=".jpg"], .header .logo img[src$=".png"] {
          max-height: 100%; } }
    .header .logo img[src$=".svg"] {
      height: 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .header .logo img[src$=".svg"] {
          height: 24px; } }
  .header .bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  @media (max-width: 767px) {
    .header .container, .header .container-min {
      padding-left: 12px;
      padding-right: 12px; } }
  .header .right {
    display: flex;
    align-items: center;
    padding-left: 10px; }
  .header #amount {
    position: absolute;
    font-size: 11px;
    background-color: #246fb7;
    color: #fff;
    padding: 3px 4px 2px;
    line-height: 1;
    border-radius: 4px;
    right: -4px;
    bottom: -4px;
    font-weight: bold;
    z-index: 3; }
    .header #amount.empty-cart {
      display: none; }
  .header .custom-logo-link {
    display: block; }

.site-3 .header .text-logo {
  color: #c51230; }

.site-3 .header #amount {
  background-color: #c51230; }

.show-als-search .asl-atomic-search-wrap {
  transform: translateX(0);
  max-width: 100%;
  overflow: visible;
  pointer-events: all; }

.asl-atomic-search-wrap {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out, max-width 0.3s ease-in-out;
  transform: translateX(100%);
  max-width: 0;
  overflow: hidden;
  pointer-events: none; }
  .asl-atomic-search-wrap .asl-atmic-search {
    width: 100%;
    max-width: calc(100% - 86px);
    margin-left: -48px; }
    @media (min-width: 1024px) {
      .asl-atomic-search-wrap .asl-atmic-search {
        max-width: 70%; } }
    @media (min-width: 1400px) {
      .asl-atomic-search-wrap .asl-atmic-search {
        margin-left: 0;
        max-width: 640px; } }
  .asl-atomic-search-wrap .promagnifier {
    left: 10px !important;
    top: 5px !important;
    position: absolute; }
  .asl-atomic-search-wrap .probox {
    height: 25px !important;
    padding: 6px !important;
    border: none !important;
    background: #f0f0f0 !important; }
  .asl-atomic-search-wrap .promagnifier {
    box-shadow: none !important; }
  .asl-atomic-search-wrap #ajaxsearchlite1 .probox .proinput,
  .asl-atomic-search-wrap div.asl_w .probox .proinput {
    width: 100%;
    margin: 0 0 0 35px; }
  .asl-atomic-search-wrap #ajaxsearchlite1 .probox .proinput input,
  .asl-atomic-search-wrap div.asl_w .probox .proinput input {
    font-size: 14px;
    font-family: 'Roboto'; }
  .asl-atomic-search-wrap div.asl_m .probox .proclose {
    top: -1px; }
  .asl-atomic-search-wrap div.asl_w .probox .promagnifier .innericon svg {
    transition: .1s; }
    .asl-atomic-search-wrap div.asl_w .probox .promagnifier .innericon svg:hover {
      fill: #246fb7; }
  .asl-atomic-search-wrap div.asl_m .probox .proclose svg {
    transition: .1s; }
    .asl-atomic-search-wrap div.asl_m .probox .proclose svg:hover {
      background: #246fb7; }
  .asl-atomic-search-wrap .asl-atmic-search {
    position: relative; }
  .asl-atomic-search-wrap .close-asl-search {
    position: absolute;
    cursor: pointer;
    font-size: 0;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #f0f0f0;
    right: -50px;
    top: 0;
    transition: .1s; }
    @media (min-width: 1400px) {
      .asl-atomic-search-wrap .close-asl-search {
        right: -120px; } }
    .asl-atomic-search-wrap .close-asl-search:hover {
      background: #d9d9d9; }
    .asl-atomic-search-wrap .close-asl-search:after, .asl-atomic-search-wrap .close-asl-search:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      background-color: #000;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -8px; }
    .asl-atomic-search-wrap .close-asl-search:after {
      transform: rotate(45deg); }
    .asl-atomic-search-wrap .close-asl-search:before {
      transform: rotate(-45deg); }

.site-3 .asl-atomic-search-wrap div.asl_m .probox .proclose svg:hover {
  background: #c51230; }

.site-3 .asl-atomic-search-wrap div.asl_w .probox .promagnifier .innericon svg:hover {
  fill: #c51230; }

html div.asl_r.vertical {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin-top: 15px;
  border: none !important;
  border-top: 1px solid #a9a9a9 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-top: 12px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    html div.asl_r.vertical {
      margin-top: 8px; } }

html .admin-bar div.asl_r.vertical {
  margin-top: -34px; }
  @media (min-width: 768px) {
    html .admin-bar div.asl_r.vertical {
      margin-top: -24px; } }

html .asp_simplebar-content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important; }
  @media (min-width: 1024px) {
    html .asp_simplebar-content-wrapper {
      max-width: 70% !important;
      left: -23px; } }
  @media (min-width: 1400px) {
    html .asp_simplebar-content-wrapper {
      max-width: 640px !important;
      left: auto; } }

html .asp_simplebar-scrollbar:before {
  opacity: 1; }

html div.asl_r .results .item .asl_content h3,
html div.asl_r .results .item .asl_content h3 a {
  font-size: 18px;
  font-weight: 700;
  color: #adadad !important;
  padding: 5px !important; }

html div.asl_r .results .item .asl_content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3; }

html div.asl_r .results .item:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-color: #f0f0f0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .2s;
  opacity: 0;
  visibility: hidden; }

html div.asl_r .results .item:hover:before {
  opacity: 1;
  visibility: visible; }

html div.asl_r .results .item .asl_content h3 a:hover {
  font-size: 18px;
  font-weight: 600; }

.header-top {
  background-color: #f0f0f0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: right; }
  @media (max-width: 1399px) {
    .header-top {
      display: none; } }
  .header-top .sign-in-link {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none; }
    .header-top .sign-in-link:hover {
      color: #246fb7; }

.site-3 .header-top .sign-in-link:hover {
  color: #c51230; }

.header-bottom {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative; }
  @media (min-width: 1400px) {
    .header-bottom {
      background-color: #000;
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media (max-width: 1399px) {
    .header-bottom .center {
      display: none; } }

.acc-link {
  font-size: 0;
  cursor: pointer;
  width: 23px;
  height: 24px;
  position: relative;
  display: block;
  text-decoration: none;
  margin-left: 31px;
  display: none; }
  @media (min-width: 1400px) {
    .acc-link {
      display: block;
      margin-left: 20px; } }
  .acc-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 24px;
    pointer-events: none;
    transition: .1s;
    background: url(img/svg/account.html) center/contain no-repeat; }
  .acc-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 24px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    background: url(img/svg/account-blue.html) center/contain no-repeat; }
  .acc-link:hover:before {
    opacity: 0;
    visibility: hidden; }
  .acc-link:hover:after {
    opacity: 1;
    visibility: visible; }

.cart-ic {
  cursor: pointer;
  width: 23px;
  height: 24px;
  position: relative;
  display: block;
  text-decoration: none;
  margin-left: 16px;
  transition: .2s; }
  .cart-ic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 24px;
    pointer-events: none;
    transition: .1s;
    background: url(img/svg/cart-dark.html) center/contain no-repeat; }
  .cart-ic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 24px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    background: url(img/svg/cart-blue.html) center/contain no-repeat; }
  .cart-ic:hover:before {
    opacity: 0;
    visibility: hidden; }
  .cart-ic:hover:after {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .cart-ic {
      margin-left: 21px; } }
  .cart-ic a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.search-ic {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
  text-decoration: none;
  margin-left: 17px; }
  @media (min-width: 768px) {
    .search-ic {
      margin-left: 21px; } }
  @media (min-width: 1400px) {
    .search-ic {
      order: -1; } }
  @media (min-width: 1400px) {
    .search-ic.toggle-search {
      display: none; } }
  @media (min-width: 1400px) {
    .search-ic.toggle-asl-search {
      margin-left: 148px; } }
  .search-ic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    pointer-events: none;
    transition: .1s;
    background: url(img/svg/search.html) center/100% no-repeat; }
  .search-ic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    background: url(img/svg/search-blue.html) center/100% no-repeat; }
  .search-ic:hover:before {
    opacity: 0;
    visibility: hidden; }
  .search-ic:hover:after {
    opacity: 1;
    visibility: visible; }

.site-3 .acc-link:after {
  background: url(img/svg/account-red.html) center/contain no-repeat; }

.site-3 .cart-ic:after {
  background: url(img/svg/cart-red.html) center/contain no-repeat; }

.site-3 .search-ic:after {
  background: url(img/svg/search-red.html) center/100% no-repeat; }

.burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 16px;
  position: relative; }
  @media (min-width: 768px) {
    .burger {
      margin-left: 21px; } }
  @media (min-width: 1400px) {
    .burger {
      display: none; } }
  .burger > div {
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    top: 50%;
    left: 0;
    margin-top: -1px; }
    .burger > div:after, .burger > div:before {
      content: '';
      position: absolute;
      left: 0;
      height: 2px;
      width: 22px;
      background-color: #000;
      border-radius: 4px; }
    .burger > div:after {
      transform: translateY(-8px); }
    .burger > div:before {
      transform: translateY(8px); }
  .burger:hover > div {
    background-color: #246fb7; }
    .burger:hover > div:after, .burger:hover > div:before {
      background-color: #246fb7; }

.site-3 .burger:hover > div {
  background-color: #c51230; }
  .site-3 .burger:hover > div:after, .site-3 .burger:hover > div:before {
    background-color: #c51230; }

.no-touch .menu a:hover {
  color: #000; }
  .no-touch .menu a:hover:after {
    filter: invert(100%); }

.center-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .center-menu > li:hover .default-drop-holder {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: .3s ease-in-out; }
  .center-menu li {
    margin: 3px 10px;
    position: relative; }
  .center-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s; }
    .center-menu a:hover {
      color: #246fb7; }

.site-3 .center-menu a:hover {
  color: #c51230; }

.menu {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 26px; }
  .menu .default-drop-holder {
    display: none; }
  .menu > li {
    margin-bottom: 30px; }
    @media (min-height: 750px) {
      .menu > li {
        margin-bottom: 46px; } }
  .menu a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 34px;
    transition: .3s; }
    .menu a:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 30px;
      right: 5px;
      top: 50%;
      margin-top: -13px;
      background: url(img/svg/right-w.html) center/84px no-repeat;
      transition: 300ms; }

.menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: calc(100% - 40px);
  z-index: 2020;
  overflow-y: auto;
  padding: 35px 27px 40px 38px;
  background: url(img/menu-bg.html) center/cover no-repeat;
  transition: 300ms;
  transform: translateX(100%); }
  @media (min-width: 400px) {
    .menu-wrap {
      max-width: 352px; } }
  @media (min-width: 1200px) {
    .menu-wrap {
      max-width: 452px;
      padding: 35px 60px 30px 60px; } }
  .menu-wrap .text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px; }
    @media (min-height: 750px) {
      .menu-wrap .text {
        margin-bottom: 50px; } }
  .menu-wrap .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.default-drop-holder {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #fff;
  padding: 12px 0 8px;
  transition: .2s; }
  .default-drop-holder ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .default-drop-holder ul a {
      color: #9d9d9d;
      font-size: 14px;
      white-space: nowrap;
      display: block;
      padding: 1px 9px; }

.custom-jerseys-drop {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px); }
  .custom-jerseys-drop .drop-container {
    max-width: 1280px;
    padding: 0 36px;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .custom-jerseys-drop .jerseys-menu-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .custom-jerseys-drop .jerseys-menu-block {
    padding: 40px 22px 46px; }
  .custom-jerseys-drop .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px; }
  .custom-jerseys-drop a {
    color: #9d9d9d;
    font-size: 14px; }

.has-jerseys-drop {
  position: static !important; }
  .has-jerseys-drop .default-drop-holder {
    display: none !important; }
  .has-jerseys-drop > a {
    position: relative;
    display: block; }
    .has-jerseys-drop > a:after {
      content: '';
      position: absolute;
      width: calc(100% + 30px);
      height: 30px;
      cursor: default;
      left: 50%;
      transform: translate(-50%);
      top: 100%;
      margin-top: -2px;
      opacity: 0;
      visibility: hidden; }
    .has-jerseys-drop > a:before {
      content: '';
      position: absolute;
      top: 100%;
      margin-top: 11px;
      width: calc(100% + 20px);
      background-color: #333;
      height: 2px;
      left: 50%;
      transform: translate(-50%);
      opacity: 0;
      visibility: hidden;
      transition: .2s; }
  .has-jerseys-drop:hover > a {
    color: #246fb7; }
    .has-jerseys-drop:hover > a:before, .has-jerseys-drop:hover > a:after {
      opacity: 1;
      visibility: visible; }
    .has-jerseys-drop:hover > a:before {
      transition: .3s ease-in-out; }
  .has-jerseys-drop:hover .custom-jerseys-drop {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: .3s ease-in-out; }

.site-3 .has-jerseys-drop:hover > a {
  color: #c51230; }

.close-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2023;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateX(352px); }
  @media (min-width: 400px) {
    .close-menu {
      right: 352px;
      left: auto; } }
  @media (min-width: 1200px) {
    .close-menu {
      right: 452px;
      transform: translateX(452px); } }
  .close-menu:after, .close-menu:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #fff;
    top: 20px;
    left: 9px; }
  .close-menu:after {
    transform: rotate(45deg); }
  .close-menu:before {
    transform: rotate(-45deg); }

.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2019;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 300ms;
  opacity: 0;
  visibility: hidden; }

.show-menu body {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }
  .show-menu body.admin-bar {
    padding-top: 32px; }
    .show-menu body.admin-bar .menu-wrap {
      padding-top: 50px; }
    .show-menu body.admin-bar .close-menu {
      top: 30px; }

.show-menu .menu-overlay {
  opacity: 1;
  visibility: visible; }

.show-menu .menu-wrap {
  transform: none;
  box-shadow: -2px 0 99px #5c5858; }

.show-menu .close-menu {
  transform: none;
  opacity: 1;
  visibility: visible; }

.show-menu .header {
  z-index: 3000; }

.example-carousel .item-wrap {
  display: flex; }

.hint {
  background-color: #f0f0f0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 11px 10px; }
  .hint a {
    color: #000;
    font-weight: 700; }
  .hint p:last-child {
    margin-bottom: 0; }

.front-slide .logo-1 {
  top: 10%; }

.slide-logos > div {
  position: absolute; }

@media (min-width: 1400px) {
  .header-search .search-form {
    width: 157px;
    height: 36px;
    margin-bottom: 0;
    position: relative; }
    .header-search .search-form:after {
      content: '';
      position: absolute;
      background: transparent url(img/svg/search-ic-blue.html) top 59% right -4px/80% no-repeat !important;
      pointer-events: none;
      opacity: 0;
      visibility: hidden; }
  .header-search fieldset {
    position: static;
    overflow: visible; }
  .header-search input[type="search"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    margin: 0;
    padding: 0 10px 0 40px; }
    .header-search input[type="search"]:focus {
      box-shadow: none;
      outline: none;
      border-color: #246fb7; }
  .header-search input[type="submit"] {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    font-size: 0;
    width: 35px;
    height: 36px;
    min-width: 10px;
    padding: 0;
    margin: 0;
    background: transparent url(img/svg/search-ic.html) top 59% right -4px/80% no-repeat !important; }
    .header-search input[type="submit"]:hover {
      background: transparent url(img/svg/search-ic-blue.html) top 59% right -4px/80% no-repeat !important; } }

@media (max-width: 1399px) {
  .header-search {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 300000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    pointer-events: none; }
    .header-search .search-form {
      width: 100%;
      margin: 0;
      max-width: 100%;
      z-index: 5; }
      .header-search .search-form input[type="search"] {
        background: #fff;
        border: none !important;
        width: 100%;
        height: 40px;
        padding: 0 110px 0 50px;
        font-size: 20px;
        margin: 0; }
        .header-search .search-form input[type="search"]:focus {
          outline: none;
          box-shadow: none; }
      .header-search .search-form input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px; } }

@media (min-width: 1400px) {
  .site-3 .header-search .search-form:after {
    background: transparent url(img/svg/search-ic-red.html) top 59% right -4px/80% no-repeat !important; }
  .site-3 .header-search input[type="search"]:focus {
    border-color: #246fb7; }
  .site-3 .header-search input[type="submit"]:hover {
    background: transparent url(img/svg/search-ic-red.html) top 59% right -4px/80% no-repeat !important; } }

@media (max-width: 1399px) {
  .show-search .header-search {
    opacity: 1;
    visibility: visible;
    pointer-events: all; } }

.search-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74); }
  @media (min-width: 1400px) {
    .search-overlay {
      display: none; } }

.close-search {
  position: fixed;
  top: 55px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: 7;
  cursor: pointer; }
  @media (min-width: 1400px) {
    .close-search {
      display: none; } }
  .close-search:hover:before, .close-search:hover:after {
    background-color: #246fb7; }
  .close-search:after, .close-search:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
    background-color: #000; }
  .close-search:after {
    transform: rotate(-45deg); }
  .close-search:before {
    transform: rotate(45deg); }

.site-3 .close-search:hover:before, .site-3 .close-search:hover:after {
  background-color: #c51230; }

.footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 199; }
  .footer a {
    color: #fff; }
  .footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: normal; }
  .footer .phone {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 2px 2px 1px 22px;
    font-size: 17px; }
    @media (min-width: 768px) {
      .footer .phone {
        margin-bottom: 14px;
        margin-right: 30px; } }
    .footer .phone:after {
      content: '';
      position: absolute;
      width: 16px;
      height: 28px;
      left: 0;
      top: 0;
      background: url(img/svg/phone.html) center/contain no-repeat; }
  @media (min-width: 768px) {
    .footer .social-links {
      margin: 0 6px 9px 0; } }

.footer-content {
  position: relative;
  overflow: hidden; }

.social-links {
  list-style: none;
  margin: 22px 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: -1px; }
  .social-links li {
    margin: 0 10px 5px 0; }
    .social-links li:last-child {
      margin-right: 0; }
  .social-links a {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #878787;
    border-radius: 50%;
    position: relative; }
    .social-links a img {
      position: absolute;
      max-width: 65%;
      max-height: 65%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.footer-contact-box {
  padding: 28px 0 4px; }
  @media (min-width: 768px) {
    .footer-contact-box {
      padding: 20px 0 8px; } }
  @media (min-width: 768px) {
    .footer-contact-box .container, .footer-contact-box .container-min {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 768px) {
    .footer-contact-box h3 {
      margin-right: 30px; } }

.copyright {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  padding: 10px 10px; }

.footer-row {
  border-bottom: 1px solid #464646; }
  .footer-row:last-child {
    border: none; }

.knowledge-block {
  padding: 30px 0 13px; }
  @media (min-width: 768px) {
    .knowledge-block {
      padding: 40px 0 2px; } }
  @media (min-width: 768px) {
    .knowledge-block .container, .knowledge-block .container-min {
      column-count: 4;
      column-gap: 20px;
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1024px) {
    .knowledge-block .container, .knowledge-block .container-min {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .knowledge-block .container, .knowledge-block .container-min {
      column-gap: 70px; } }
  .knowledge-block .col {
    break-inside: avoid-column;
    margin-bottom: 14px; }

.no-touch .knowledge-menu a:hover {
  text-decoration: underline;
  color: #fff; }

.no-touch .footer .phone {
  transition: .3s; }
  .no-touch .footer .phone:hover {
    color: #246fb7; }

.no-touch .social-links a {
  transition: .3s; }
  .no-touch .social-links a:hover {
    background-color: #246fb7; }

.site-3.no-touch .footer .phone:hover {
  color: #c51230; }

.site-3.no-touch .social-links a:hover {
  background-color: #c51230; }

.knowledge-menu {
  font-size: 16px; }
  .knowledge-menu a {
    text-decoration: none;
    color: #89898a;
    display: inline-block; }
  .knowledge-menu.active .head:after {
    transform: rotate(180deg); }
  .knowledge-menu .head {
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 767px) {
      .knowledge-menu .head {
        cursor: pointer; } }
    .knowledge-menu .head:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      background: url(img/svg/chevron-b-w.html) center/contain no-repeat;
      transition: .3s; }
      @media (min-width: 768px) {
        .knowledge-menu .head:after {
          display: none; } }
  .knowledge-menu .drop-block {
    display: none; }
    @media (min-width: 768px) {
      .knowledge-menu .drop-block {
        display: block !important; } }
  .knowledge-menu .body {
    list-style: none;
    padding: 10px 0 10px;
    margin: 0;
    font-size: 15px; }
    @media (min-width: 768px) {
      .knowledge-menu .body {
        font-size: 13px;
        padding: 8px 0 10px; } }
    @media (min-width: 1024px) {
      .knowledge-menu .body {
        font-size: 15px; } }
    .knowledge-menu .body li {
      margin-bottom: 7px; }

body {
  position: relative;
  overflow-x: hidden; }
  body.fancybox-active {
    height: 100%; }

#wrapper {
  max-width: 100%;
  position: relative; }

#content > .title {
  padding: 24px 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  background: url(img/title-bg.html) center/cover no-repeat; }
  #content > .title h1 {
    margin-bottom: 0;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px; }
  @media (max-width: 1023px) {
    #content > .title.title-long h1 {
      font-size: 24px;
      line-height: 30px; } }

.accessibility {
  position: absolute;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
  top: auto; }

#sidebar {
  padding: 10px; }

.page-holder {
  min-height: 100%; }

.content-container,
.container,
.container-min {
  max-width: 1280px;
  padding: 0 14px;
  margin: 0 auto; }
  @media (min-width: 400px) {
    .content-container,
    .container,
    .container-min {
      padding: 0 36px; } }

.container-big {
  max-width: 1920px; }
  @media (min-width: 1200px) {
    .container-big {
      padding: 0 46px; } }

.content-container > p:first-child, .content-container > h1:first-child, .content-container > h2:first-child, .content-container > h3:first-child, .content-container > h4:first-child, .content-container > h5:first-child, .content-container > h6:first-child, .content-container blockquote:first-child {
  margin-top: 30px; }

div.default-content {
  padding-top: 40px;
  padding-bottom: 60px; }

.container-min {
  padding: 0 10px; }

.full-width {
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 400px) {
    .full-width {
      margin-left: -36px;
      margin-right: -36px; } }
  @media (min-width: 1250px) {
    .full-width {
      margin-left: 0;
      margin-right: 0;
      width: 100vw;
      left: 50%;
      margin-left: -50vw; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px; } }

html .woocommerce .blockUI.blockOverlay,
html .woocommerce .loader {
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important; }

html .woocommerce .blockUI.blockOverlay:before,
html .woocommerce .loader:before {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  display: block;
  content: '';
  animation: none;
  background-image: url("img/loader2.html") !important;
  background-position: center;
  background-size: 100px;
  opacity: 1; }

html.site-3 .woocommerce .blockUI.blockOverlay:before,
html.site-3 .woocommerce .loader:before {
  background-image: url("img/loader3.html") !important; }

html.site-3 .default-loader:before {
  background-image: url("img/loader3.html") !important; }

html .default-loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  html .default-loader:before {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    content: '';
    animation: none;
    background-image: url("img/loader2.html") !important;
    background-position: center;
    background-size: 100px;
    opacity: 1; }

.asl-atomic-not-found-search-wrap div.asl_w .probox .proinput input.autocomplete,
.asl-atomic-not-found-search-wrap #ajaxsearchlite1 .probox .proinput input,
.asl-atomic-not-found-search-wrap div.asl_w .probox .proinput input {
  font-size: 18px;
  font-family: 'Roboto'; }

html #ajaxsearchliteres2 .asp_simplebar-content-wrapper {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important; }
  @media (min-width: 400px) {
    html #ajaxsearchliteres2 .asp_simplebar-content-wrapper {
      padding: 0 36px; } }

html .ui-widget {
  font-family: "Roboto"; }

.wpcf7-form-control-wrap.recaptcha {
  margin-bottom: 14px;
  display: block;
  text-align: right; }

.wpcf7-form-control.g-recaptcha {
  display: flex;
  justify-content: flex-end; }

.success-checkmark {
  width: 90px;
  height: 90px;
  margin: 0 auto; }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50; }
    .success-checkmark .check-icon::before {
      top: 3px;
      left: -2px;
      width: 30px;
      transform-origin: 100% 50%;
      border-radius: 100px 0 0 100px; }
    .success-checkmark .check-icon::after {
      top: 0;
      left: 30px;
      width: 60px;
      transform-origin: 0 50%;
      border-radius: 0 100px 100px 0;
      animation: rotate-circle 4.25s ease-in; }
    .success-checkmark .check-icon .icon-line {
      height: 5px;
      background-color: #4caf50;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 10; }
      .success-checkmark .check-icon .icon-line.line-tip {
        top: 46px;
        left: 14px;
        width: 25px;
        transform: rotate(45deg);
        animation: icon-line-tip 0.75s; }
      .success-checkmark .check-icon .icon-line.line-long {
        top: 38px;
        right: 8px;
        width: 47px;
        transform: rotate(-45deg);
        animation: icon-line-long 0.75s; }
    .success-checkmark .check-icon .icon-circle {
      top: -4px;
      left: -4px;
      z-index: 10;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      box-sizing: content-box;
      border: 4px solid rgba(76, 175, 80, 0.5); }

.success-checkmark-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none; }
  .success-checkmark-wrap .success-title {
    font-weight: 500;
    font-size: 24px;
    text-align: center; }

.recaptcha-notice {
  font-size: 11px;
  color: #a1a1a1; }
  .recaptcha-notice a {
    color: #a1a1a1; }

.grecaptcha-badge {
  visibility: hidden; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.grecaptcha-badge {
  z-index: 200; }

.square-btn,
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-account .addresses .title .edit,
.site-3 .woocommerce #respond input#submit,
.site-3 .woocommerce a.button,
.site-3 .woocommerce button.button,
.site-3 .woocommerce input.button,
body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a {
  font-family: "Roboto" !important;
  display: inline-block;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  user-select: none;
  transition: .3s; }

.square-btn {
  border-radius: 0; }
  .square-btn.square-btn-light {
    background-color: #999;
    border-color: #999; }

.btn-light {
  display: inline-block;
  background-color: #fff;
  padding: 12px 30px 12px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  border-radius: 30px;
  transition: .3s;
  margin-bottom: 10px;
  cursor: pointer; }

.btn-blue {
  background-color: #246fb7;
  color: #fff !important;
  border-color: #246fb7; }
  .btn-blue:hover {
    color: #000 !important; }

.btn-black {
  background-color: #000;
  color: #fff !important;
  border-color: #000; }
  .btn-black:hover {
    background-color: transparent !important;
    color: #000 !important; }

.btn-green {
  background-color: #179B21;
  color: #fff !important;
  border-color: #179B21; }
  .btn-green:hover {
    background-color: transparent !important;
    color: #000 !important; }

.btn-red {
  background-color: #D5000E;
  color: #fff !important;
  border-color: #D5000E; }
  .btn-red:hover {
    background-color: transparent !important;
    color: #000 !important; }

.btn-warning {
  background-color: #da8a2f;
  border: 2px solid #da8a2f;
  color: #000000; }
  .btn-warning:hover {
    background-color: transparent;
    color: #da8a2f !important; }

.btn-grey, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a {
  background-color: #D2CFD8;
  border-color: #D2CFD8;
  color: #000; }
  .btn-grey:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #179B21;
    border-color: #179B21;
    color: #fff; }

.site-3 .btn-black:hover {
  background-color: transparent;
  border-color: #000; }

.site-3 .btn-blue {
  background-color: #c51230;
  color: #fff !important;
  border-color: #c51230; }
  .site-3 .btn-blue:hover {
    color: #000 !important; }

.site-3 .woocommerce-MyAccount-content .message-block button[type="submit"]:hover {
  color: #fff !important; }

.btn-border {
  background-color: transparent;
  color: #000; }

.btn-light-border {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 10px 22px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  transition: .3s;
  margin-bottom: 10px;
  cursor: pointer; }

.no-touch .square-btn:hover,
.no-touch .btn-blue:hover {
  background-color: transparent;
  color: #000; }

.no-touch .btn-light-hover:hover {
  background-color: #fff;
  color: #000; }

.no-touch .btn-border:hover,
.no-touch .btn-light:hover,
.no-touch .btn-light-border:hover {
  background-color: #000;
  color: #fff;
  border-color: #000; }

.no-touch .btn-default-hover:hover, .no-touch .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .no-touch .edit:hover {
  background-color: #246fb7;
  border-color: #246fb7; }

.site-3.no-touch .btn-default-hover:hover, .site-3.no-touch .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .site-3.no-touch .edit:hover {
  background-color: #c51230;
  border-color: #c51230; }

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:after, .simplebar-content:before {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

body.blocked {
  overflow: hidden;
  position: relative; }

#builder-app {
  position: relative;
  overflow: hidden; }
  #builder-app button {
    user-select: none; }

#shadowSlide {
  display: none; }

.show-modal body {
  overflow: hidden; }

.product-title-holder {
  display: none; }

.show-header body.single.single-product #header,
.show-header body.single.single-product .footer-content {
  display: block; }

.show-header body.single.single-product .hint {
  display: block; }

.show-header .sticky-preview {
  transition: 0s;
  transform: translateY(-200%); }

body.single.single-product:not(.branded-apparel-body) #header,
body.single.single-product:not(.branded-apparel-body) .footer-content,
.page-template-template-builder #header,
.page-template-template-builder .footer-content {
  display: none; }

body.single.single-product:not(.branded-apparel-body) .hint,
.page-template-template-builder .hint {
  display: none; }

@media (min-width: 768px) {
  .jersey-builder {
    display: flex; } }

@media screen and (orientation: landscape) and (max-width: 767px) {
  .jersey-builder {
    display: flex; } }

@media (max-width: 619px) {
  .jersey-builder[data-step="add-to-cart"] {
    display: block !important; } }

@media (max-width: 619px) {
  .jersey-builder[data-step="add-to-cart"] .builder-body {
    width: 100%;
    left: auto; } }

@media (min-width: 768px) {
  .builder-body {
    width: 50%;
    left: 50%;
    position: relative; } }

@media screen and (orientation: landscape) and (max-width: 767px) {
  .builder-body {
    width: 50%;
    left: 50%;
    position: relative; } }

.products-wrap {
  margin: 0 auto;
  padding: 20px 0 30px; }
  @media (min-width: 1100px) {
    .products-wrap {
      max-width: 1280px;
      padding-left: 36px;
      padding-right: 36px; } }
  .products-wrap .title {
    margin-left: 35px;
    color: #246fb7;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    padding-bottom: 2px; }

.site-3 .products-wrap .title {
  color: #c51230; }

.site-3 .products-loading:after {
  background: url(img/loader3.html) center/100px no-repeat; }

.product-row {
  margin-bottom: 5px; }

.atomic-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px; }

.atomic-product {
  display: block;
  width: 50%;
  padding: 0 6px;
  margin-bottom: 34px; }
  @media (min-width: 700px) {
    .atomic-product {
      width: 33.33333%; } }
  @media (min-width: 1100px) {
    .atomic-product {
      width: 25%; } }
  .atomic-product:hover .img {
    background-color: #b8b8b8;
    background-color: #d4d4d4; }
  .atomic-product:hover .price,
  .atomic-product:hover .product-title {
    color: #246fb7; }
  .atomic-product .block {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px; }
  .atomic-product .product-subtitle {
    color: #878787;
    font-weight: 400; }
  .atomic-product .price,
  .atomic-product .product-title {
    color: #000;
    transition: 300ms; }
  .atomic-product .img {
    background-color: #f0f0f0;
    position: relative;
    padding-bottom: 100%;
    transition: 300ms; }
    .atomic-product .img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: calc(100% - 46px);
      max-height: calc(100% - 46px); }
  .atomic-product .text {
    padding: 8px 10px 0 27px; }
  .atomic-product .price {
    margin-top: 2px; }

.site-3 .atomic-product:hover .price,
.site-3 .atomic-product:hover .product-title {
  color: #c51230; }

.products-loading {
  height: 40vh;
  position: relative; }
  .products-loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/loader2.html) center/100px no-repeat; }

.builder-header {
  background-color: #f0f0f0;
  border-bottom: 2px solid #c9c9c9;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .builder-header {
      width: 50%;
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 100; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .builder-header {
      width: 50%;
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 100; } }

.builder-proof-img {
  padding: 30px 50px 25px;
  text-align: center; }
  .builder-proof-img a {
    display: inline-block; }
  .builder-proof-img img {
    display: block;
    margin: 0 auto;
    max-height: calc(var(--app-height) - 40px); }

@media (max-width: 619px) {
  .jersey-builder[data-step="add-to-cart"] .builder-header {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    z-index: unset; } }

.sticky-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 211;
  transition: .4s;
  transform: translateY(-100%);
  background-color: #f0f0f0;
  border-bottom: 2px solid #c9c9c9; }
  @media (min-width: 768px) {
    .sticky-preview {
      position: absolute;
      left: -1999px;
      width: 400px;
      overflow: hidden;
      top: -500px;
      height: 400px; } }
  @media screen and (orientation: landscape) {
    .sticky-preview {
      position: absolute;
      left: -1999px;
      width: 400px;
      overflow: hidden;
      top: -500px;
      height: 400px; } }
  .sticky-preview .swiper-pagination,
  .sticky-preview .builder-nav-wrap {
    display: none; }
  .sticky-preview .builder-slider .slide {
    max-width: 230px; }
  .sticky-preview .builder-slider .slide-logos .placeholder:after {
    font-size: 10px;
    font-weight: 500;
    text-shadow: 0px 0px 5px #000;
    background: rgba(142, 142, 142, 0.7);
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    padding: 0 2px;
    letter-spacing: .5px; }
  .sticky-preview .builder-slider .front-slide .logo-11 .placeholder:after,
  .sticky-preview .builder-slider .front-slide .logo-10 .placeholder:after,
  .sticky-preview .builder-slider .front-slide .logo-9 .placeholder:after,
  .sticky-preview .builder-slider .front-slide .logo-8 .placeholder:after,
  .sticky-preview .builder-slider .front-slide .logo-7 .placeholder:after {
    font-size: 9px;
    letter-spacing: 0; }

[data-step="add-to-cart"] .sticky-preview {
  position: absolute !important;
  left: -1999px !important;
  width: 400px !important;
  overflow: hidden !important;
  top: -500px !important;
  height: 400px !important; }

.scrolled .sticky-preview {
  opacity: 1;
  visibility: visible;
  transform: none; }

@media (max-width: 767px) {
  .save-wrap,
  .builder-slider {
    margin-left: -15px;
    margin-right: -15px; } }

.save-wrap .swiper,
.builder-slider .swiper {
  display: flex;
  flex-direction: column; }

.save-wrap .swiper-pagination,
.builder-slider .swiper-pagination {
  font-family: Oswald, sans-serif;
  text-align: center;
  padding: 8px 5px 8px;
  order: 5; }

.save-wrap .swiper-pagination-bullet,
.builder-slider .swiper-pagination-bullet {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  margin: 0 6px 5px;
  color: #878787;
  font-size: 12px;
  font-weight: 700;
  user-select: none; }
  @media (min-width: 400px) {
    .save-wrap .swiper-pagination-bullet,
    .builder-slider .swiper-pagination-bullet {
      margin: 0 10px 5px; } }
  @media (min-width: 1200px) {
    .save-wrap .swiper-pagination-bullet,
    .builder-slider .swiper-pagination-bullet {
      font-size: 14px; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .save-wrap .swiper-pagination-bullet,
    .builder-slider .swiper-pagination-bullet {
      margin: 0 3px 3px; } }
  .save-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .builder-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: default;
    color: #212121; }

.save-wrap .slide,
.builder-slider .slide {
  width: 100%;
  max-width: 420px;
  min-width: 190px;
  position: relative;
  margin: 0 auto;
  user-select: none; }
  @media (min-width: 1200px) {
    .save-wrap .slide,
    .builder-slider .slide {
      max-width: 470px; } }
  @media screen and (orientation: portrait) and (max-height: 750px) {
    .save-wrap .slide,
    .builder-slider .slide {
      max-width: calc(100vh - 315px); } }
  @media screen and (orientation: landscape) and (max-height: 520px) {
    .save-wrap .slide,
    .builder-slider .slide {
      max-width: calc(100vh - 100px); } }
  .save-wrap .slide:after,
  .builder-slider .slide:after {
    content: '';
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f0f0f0 url(img/loader2.html) center/100px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
  .save-wrap .slide .pos-last,
  .builder-slider .slide .pos-last {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-last,
  .builder-slider .slide div.pos-last {
    z-index: 999; }
  .save-wrap .slide div.pos-1,
  .builder-slider .slide div.pos-1 {
    z-index: 0; }
  .save-wrap .slide .pos-1,
  .builder-slider .slide .pos-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-2,
  .builder-slider .slide div.pos-2 {
    z-index: 100; }
  .save-wrap .slide .pos-2,
  .builder-slider .slide .pos-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-3,
  .builder-slider .slide div.pos-3 {
    z-index: 102; }
  .save-wrap .slide .pos-3,
  .builder-slider .slide .pos-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-4,
  .builder-slider .slide div.pos-4 {
    z-index: 104; }
  .save-wrap .slide .pos-4,
  .builder-slider .slide .pos-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-5,
  .builder-slider .slide div.pos-5 {
    z-index: 106; }
  .save-wrap .slide .pos-5,
  .builder-slider .slide .pos-5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-6,
  .builder-slider .slide div.pos-6 {
    z-index: 108; }
  .save-wrap .slide .pos-6,
  .builder-slider .slide .pos-6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-7,
  .builder-slider .slide div.pos-7 {
    z-index: 110; }
  .save-wrap .slide .pos-7,
  .builder-slider .slide .pos-7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-8,
  .builder-slider .slide div.pos-8 {
    z-index: 112; }
  .save-wrap .slide .pos-8,
  .builder-slider .slide .pos-8 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-9,
  .builder-slider .slide div.pos-9 {
    z-index: 114; }
  .save-wrap .slide .pos-9,
  .builder-slider .slide .pos-9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide div.pos-10,
  .builder-slider .slide div.pos-10 {
    z-index: 116; }
  .save-wrap .slide .pos-10,
  .builder-slider .slide .pos-10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .save-wrap .slide img,
  .builder-slider .slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0; }
  .save-wrap .slide svg,
  .builder-slider .slide svg {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute; }

.save-wrap .slide-jersey:after,
.builder-slider .slide-jersey:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 3px solid #f0f0f0; }

.save-wrap .slide-jersey,
.save-wrap .slide-logos,
.builder-slider .slide-jersey,
.builder-slider .slide-logos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.save-wrap .slide-logos,
.builder-slider .slide-logos {
  z-index: 300; }
  .save-wrap .slide-logos img,
  .builder-slider .slide-logos img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */ }
  .save-wrap .slide-logos .placeholder.active:after,
  .builder-slider .slide-logos .placeholder.active:after {
    display: none !important; }
  .save-wrap .slide-logos .placeholder:after,
  .builder-slider .slide-logos .placeholder:after {
    content: attr(data-num);
    position: absolute;
    border: 1px solid #909090;
    background: rgba(142, 142, 142, 0.7);
    text-shadow: 0px 0px 3px #000;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-weight: bold;
    z-index: 300;
    font-size: 11px;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center; }
  .save-wrap .slide-logos .placeholder[data-custom]:after,
  .builder-slider .slide-logos .placeholder[data-custom]:after {
    content: 'custom';
    text-shadow: 0px 0px 5px #000;
    background: rgba(142, 142, 142, 0.7);
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    padding: 0 2px;
    letter-spacing: .5px; }

.save-wrap .slide-block,
.builder-slider .slide-block {
  position: relative;
  padding-bottom: 96%; }

.save-wrap .swiper-slide,
.builder-slider .swiper-slide {
  opacity: 0 !important;
  transition: transform 0s, opacity 300ms !important; }

.save-wrap .swiper-slide-active,
.builder-slider .swiper-slide-active {
  opacity: 1 !important; }

.front-slide .placeholder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 56%; }

.front-slide .logo-1 {
  left: 28%;
  top: 10%;
  width: 17.1%; }

.front-slide .logo-2 {
  left: 55%;
  top: 10%;
  width: 17.1%; }

.front-slide .logo-3 {
  left: 28%;
  top: 26%;
  width: 17.1%; }

.front-slide .logo-4 {
  left: 55%;
  top: 26%;
  width: 17.1%; }

.front-slide .logo-5 {
  left: 35.6%;
  top: 37%;
  width: 28.8%; }

.front-slide .logo-6 {
  left: 35.6%;
  top: 56%;
  width: 28.8%; }

.front-slide .logo-7 {
  left: 29%;
  top: 75%;
  width: 12.8%; }

.front-slide .logo-8 {
  left: 43.6%;
  top: 75%;
  width: 12.8%; }

.front-slide .logo-9 {
  left: 59%;
  top: 75%;
  width: 12.8%; }

.front-slide .logo-10 {
  left: 36%;
  top: 83%;
  width: 12.8%; }

.front-slide .logo-11 {
  left: 51%;
  top: 83%;
  width: 12.8%; }

.back-slide .placeholder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 56%; }

.back-slide .logo-12 {
  left: 35.6%;
  top: 21%;
  width: 28.8%; }

.back-slide .logo-13 {
  left: 35.6%;
  top: 44%;
  width: 28.8%; }

.back-slide .logo-14 {
  left: 31%;
  top: 66%;
  width: 20%; }
  .back-slide .logo-14 .placeholder {
    padding-bottom: 57.4%; }

.back-slide .logo-15 {
  left: 51%;
  top: 66%;
  width: 20%; }
  .back-slide .logo-15 .placeholder {
    padding-bottom: 57.4%; }

.back-slide .logo-16 {
  left: 31%;
  top: 82%;
  width: 20%; }
  .back-slide .logo-16 .placeholder {
    padding-bottom: 57.4%; }

.back-slide .logo-17 {
  left: 51%;
  top: 82%;
  width: 20%; }
  .back-slide .logo-17 .placeholder {
    padding-bottom: 57.4%; }

.left-slide .placeholder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 55%; }

.left-slide .logo-18 {
  left: 42%;
  top: 15.8%;
  width: 12.8%; }

.left-slide .logo-19 {
  left: 42%;
  top: 23%;
  width: 12.8%; }

.left-slide .logo-20 {
  left: 42%;
  top: 31%;
  width: 12.8%; }

.right-slide .placeholder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 55%; }

.right-slide .logo-21 {
  left: 45%;
  top: 15.8%;
  width: 12.8%; }

.right-slide .logo-22 {
  left: 45%;
  top: 23%;
  width: 12.8%; }

.right-slide .logo-23 {
  left: 45%;
  top: 31%;
  width: 12.8%; }

.jersey-builder[data-step="add-logos"] .builder-slider .slide-logos .placeholder:after {
  display: flex; }

.jersey-builder .builder-slider .slide-logos .placeholder[data-custom="true"]:after {
  display: flex; }

.slider-helper {
  display: none; }

.jersey-builder.data-loading {
  pointer-events: none; }
  .jersey-builder.data-loading .slide:after {
    opacity: 1;
    visibility: visible; }

.site-3 .save-wrap .slide:after,
.site-3 .builder-slider .slide:after {
  background: #f0f0f0 url(img/loader3.html) center/100px no-repeat; }

.builder-nav-wrap {
        font-family: Oswald, sans-serif;
  padding: 40px 10px 20px; }
  @media (min-width: 1200px) {
    .builder-nav-wrap {
      padding: 40px 10px 30px; } }
  .builder-nav-wrap[data-done="2"] .nav-item:nth-child(1) ~ .nav-item:before {
    opacity: 1;
    visibility: visible; }
  .builder-nav-wrap[data-done="3"] .nav-item:nth-child(2) ~ .nav-item:before {
    opacity: 1;
    visibility: visible; }
  .builder-nav-wrap[data-done="4"] .nav-item:nth-child(3) ~ .nav-item:before {
    opacity: 1;
    visibility: visible; }
  .builder-nav-wrap[data-done="1"] .nav-item:before {
    opacity: 1 !important;
    visibility: visible !important; }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .builder-nav-wrap {
      padding-top: 30px; } }

.site-3 .builder-nav-wrap[data-active="1"] .nav-item:nth-child(1) .name {
  color: #c51230 !important; }

.site-3 .builder-nav-wrap[data-active="2"] .nav-item:nth-child(2) .name {
  color: #c51230 !important; }

.site-3 .builder-nav-wrap[data-active="3"] .nav-item:nth-child(3) .name {
  color: #c51230 !important; }

.site-3 .builder-nav-wrap[data-active="4"] .nav-item:nth-child(4) .name {
  color: #c51230 !important; }

.builder-nav {
  width: 100%;
  max-width: 343px;
  height: 7px;
  margin: 0 auto;
  background-color: #878787;
  display: flex;
  border-radius: 10px;
  position: relative; }
  @media (min-width: 700px) {
    .builder-nav {
      max-width: 400px; } }
  @media (min-width: 1200px) {
    .builder-nav {
      max-width: 500px; } }
  .builder-nav .nav-item {
    width: 25%;
    height: 7px;
    text-align: center;
    position: relative;
    color: #878787;
    font-size: 10px;
    font-weight: 500; }
    @media (min-width: 700px) {
      .builder-nav .nav-item {
        font-size: 10px; } }
    @media (min-width: 1200px) {
      .builder-nav .nav-item {
        font-size: 13px; } }
    .builder-nav .nav-item.nav-item-products {
      width: 22%; }
      @media (min-width: 374px) {
        .builder-nav .nav-item.nav-item-products {
          width: 21%; } }
    .builder-nav .nav-item.nav-item-design {
      width: 16%; }
      @media (min-width: 374px) {
        .builder-nav .nav-item.nav-item-design {
          width: 14%; } }
      .builder-nav .nav-item.nav-item-design .name {
        left: -3px; }
        @media (min-width: 374px) {
          .builder-nav .nav-item.nav-item-design .name {
            left: -15px; } }
        @media (min-width: 1200px) {
          .builder-nav .nav-item.nav-item-design .name {
            left: -19px; } }
    .builder-nav .nav-item.nav-item-colors {
      width: 16%; }
      @media (min-width: 374px) {
        .builder-nav .nav-item.nav-item-colors {
          width: 14%; } }
      .builder-nav .nav-item.nav-item-colors .name {
        left: -3px; }
        @media (min-width: 374px) {
          .builder-nav .nav-item.nav-item-colors .name {
            left: -15px; } }
        @media (min-width: 1200px) {
          .builder-nav .nav-item.nav-item-colors .name {
            left: -19px; } }
    .builder-nav .nav-item.nav-item-add-logos {
      width: 16%; }
      @media (min-width: 374px) {
        .builder-nav .nav-item.nav-item-add-logos {
          width: 14%; } }
      .builder-nav .nav-item.nav-item-add-logos .name {
        left: -3px; }
        @media (min-width: 374px) {
          .builder-nav .nav-item.nav-item-add-logos .name {
            left: -15px; } }
        @media (min-width: 1200px) {
          .builder-nav .nav-item.nav-item-add-logos .name {
            left: -19px; } }
    .builder-nav .nav-item.nav-item-add-to-cart {
      width: 32%; }
      @media (min-width: 374px) {
        .builder-nav .nav-item.nav-item-add-to-cart {
          width: 37%; } }
      .builder-nav .nav-item.nav-item-add-to-cart:after {
        left: auto;
        right: -3px; }
      .builder-nav .nav-item.nav-item-add-to-cart .name {
        font-family: Oswald, sans-serif;
        text-align: right;
        display: flex;
        justify-content: end;
        left: auto;
        right: -7px; }
        @media (min-width: 374px) {
          .builder-nav .nav-item.nav-item-add-to-cart .name {
            white-space: nowrap; } }
    .builder-nav .nav-item:last-child:before {
      border-radius: 0 10px 10px 0; }
    .builder-nav .nav-item:first-child:before {
      border-radius: 10px 0 0 10px; }
    .builder-nav .nav-item:before {
      content: '';
      position: absolute;
      height: 7px;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #cbc8c8;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .builder-nav .nav-item:after {
      content: '';
      position: absolute;
      top: -2px;
      left: -3px;
      width: 10px;
      height: 11px;
      border: 1px solid #878787;
      background-color: #ffffff;
      border-radius: 10px;
      pointer-events: none;
      transition: .3s;
      z-index: 10; }
  .builder-nav .name {
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: left;
    bottom: 0;
    left: -5px;
    padding: 12px 3px 15px;
    line-height: 1;
    cursor: pointer;
    word-break: break-word;
    transition: .3s;
    user-select: none; }

.no-touch .builder-nav .name:hover {
  color: #000 !important; }

.jersey-builder[data-step="products"] .nav-item:nth-child(1) .name {
  color: #246fb7 !important;
  pointer-events: none; }

.jersey-builder[data-step="design"] .nav-item:nth-child(2) .name {
  color: #246fb7 !important;
  pointer-events: none; }

.jersey-builder[data-step="colors"] .nav-item:nth-child(3) .name {
  color: #246fb7 !important;
  pointer-events: none; }

.jersey-builder[data-step="add-logos"] .nav-item:nth-child(4) .name {
  color: #246fb7 !important;
  pointer-events: none; }

.jersey-builder[data-step="add-to-cart"] .nav-item:nth-child(5) .name {
  color: #246fb7 !important;
  pointer-events: none; }

.site-3 .jersey-builder[data-step="products"] .nav-item:nth-child(1) .name {
  color: #c51230 !important; }

.site-3 .jersey-builder[data-step="design"] .nav-item:nth-child(2) .name {
  color: #c51230 !important; }

.site-3 .jersey-builder[data-step="colors"] .nav-item:nth-child(3) .name {
  color: #c51230 !important; }

.site-3 .jersey-builder[data-step="add-logos"] .nav-item:nth-child(4) .name {
  color: #c51230 !important; }

.site-3 .jersey-builder[data-step="add-to-cart"] .nav-item:nth-child(5) .name {
  color: #c51230 !important; }

body.admin-bar .builder-nav-wrap {
  margin-top: 30px; }

.select-design-wrap {
  position: relative; }

.select-design {
  margin: 0 auto;
  padding: 25px 0 70px;
  position: relative; }
  @media (min-width: 1100px) {
    .select-design {
      max-width: 1280px;
      padding-left: 36px;
      padding-right: 36px; } }
  .select-design .title {
    font-family: Oswald, sans-serif;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px; }

.no-designs {
  text-align: center;
  width: 100%; }

.no-touch .designs .block:hover .img {
        font-family: Oswald, sans-serif;
  border-color: rgba(0, 0, 0, 0.3); }

.no-touch .designs .block:hover .caption {
  opacity: 1;
  visibility: visible; }

.designs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }
  @media (min-width: 400px) {
    .designs {
      padding: 0 20px; } }
  .designs .block {
    width: 33.33333%;
    margin-bottom: 0;
    cursor: pointer; }
    .designs .block.active .img {
      border-color: #000; }
    .designs .block.active .caption {
      opacity: 1;
      visibility: visible; }
  .designs .img {
    position: relative;
    padding-bottom: 107%;
    border: 1px solid transparent;
    transition: .3s; }
    .designs .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 95%;
      max-height: 95%; }
  .designs .caption {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    padding: 6px 5px 2px; }
    @media (min-width: 400px) {
      .designs .caption {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .designs .caption {
        font-size: 16px; } }

.btns-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.btns-height {
  height: 100%;
  position: relative; }

.child-helper {
  position: relative;
  height: calc(100% - 61px); }

.btns-block {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #212121;
  padding: 11px 20px 0px;
  text-align: center;
  pointer-events: all;
  z-index: 120;
  user-select: none; }
  @media (min-width: 768px) {
    .btns-block {
      width: 50%;
      left: 50%; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .btns-block {
      width: 50%;
      left: 50%; } }
  @media (min-width: 1024px) {
    .btns-block {
      padding: 16px 20px 5px; } }
  .btns-block.two-btns {
    padding: 10px 5px 0px; }
    .btns-block.two-btns .btn, .btns-block.two-btns .woocommerce #respond input#submit, .woocommerce #respond .btns-block.two-btns input#submit, .btns-block.two-btns .woocommerce a.button, .woocommerce .btns-block.two-btns a.button, .btns-block.two-btns .woocommerce button.button, .woocommerce .btns-block.two-btns button.button, .btns-block.two-btns .woocommerce input.button, .woocommerce .btns-block.two-btns input.button, .btns-block.two-btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .btns-block.two-btns .edit, .btns-block.two-btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-block.two-btns a {
      padding: 12px 10px;
      margin: 0 5px 10px;
      min-width: 120px; }
      @media (min-width: 370px) {
        .btns-block.two-btns .btn, .btns-block.two-btns .woocommerce #respond input#submit, .woocommerce #respond .btns-block.two-btns input#submit, .btns-block.two-btns .woocommerce a.button, .woocommerce .btns-block.two-btns a.button, .btns-block.two-btns .woocommerce button.button, .woocommerce .btns-block.two-btns button.button, .btns-block.two-btns .woocommerce input.button, .woocommerce .btns-block.two-btns input.button, .btns-block.two-btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .btns-block.two-btns .edit, .btns-block.two-btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-block.two-btns a {
          min-width: 144px;
          margin: 0 10px 10px; } }
  .btns-block .btn, .btns-block .woocommerce #respond input#submit, .woocommerce #respond .btns-block input#submit, .btns-block .woocommerce a.button, .woocommerce .btns-block a.button, .btns-block .woocommerce button.button, .woocommerce .btns-block button.button, .btns-block .woocommerce input.button, .woocommerce .btns-block input.button, .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .btns-block .edit, .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-block a {
    border-radius: 50px;
    background-color: #09b431;
    border: 2px solid #09b431;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 10px 14px;
    margin-bottom: 10px;
    text-align: center;
    float: none;
    text-transform: none; }
  .btns-block .btn-danger {
    background-color: #ef2020;
    border: 2px solid #ef2020; }
  .btns-block .btn-warning {
    background-color: #da8a2f;
    border: 2px solid #da8a2f; }

.no-touch .btns-block .btn:hover, .no-touch .btns-block .woocommerce #respond input#submit:hover, .woocommerce #respond .no-touch .btns-block input#submit:hover, .no-touch .btns-block .woocommerce a.button:hover, .woocommerce .no-touch .btns-block a.button:hover, .no-touch .btns-block .woocommerce button.button:hover, .woocommerce .no-touch .btns-block button.button:hover, .no-touch .btns-block .woocommerce input.button:hover, .woocommerce .no-touch .btns-block input.button:hover, .no-touch .btns-block .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .no-touch .btns-block .edit:hover, .no-touch .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .no-touch .btns-block a:hover {
  background-color: transparent;
  color: #09b431; }

.no-touch .btns-block .btn-danger:hover {
  background-color: transparent;
  color: #ef2020; }

.no-touch .btns-block .btn-warning:hover {
  background-color: transparent;
  color: #da8a2f; }

.colors-wrap {
  position: relative; }

.colors-container {
  margin: 0 auto;
  padding: 25px 15px 70px;
  position: relative; }
  @media (min-width: 400px) {
    .colors-container {
      padding: 25px 37px 70px; } }
  @media (min-width: 1100px) {
    .colors-container {
      max-width: 1280px;
      padding-left: 36px;
      padding-right: 36px; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .colors-container {
      padding: 25px 30px 70px; } }

.colors-top {
  display: flex;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 27px; }

@media (min-width: 1100px) {
  .colors-row {
    margin-right: 30px; }
    .colors-row:last-child {
      margin-right: 0; } }

.colors-block-num {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 18px 2px;
  position: relative;
  white-space: nowrap; }
  .colors-block-num:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000; }

.colors-block-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0 0 15px; }

.colors-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
  display: none; }

.colors-block {
  margin-bottom: 20px; }

.no-touch .colors .color:hover:before {
  opacity: 1;
  visibility: visible; }

.colors {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: 7px; }
  .colors .color {
    width: 42px;
    height: 95px;
    position: relative;
    display: flex;
    align-items: flex-end;
    cursor: pointer; }
    @media (min-width: 400px) {
      .colors .color {
        width: 46px;
        height: 95px; } }
    @media (min-width: 480px) {
      .colors .color {
        width: 55px;
        height: 110px; } }
    @media (min-width: 768px) {
      .colors .color {
        width: 42px;
        height: 95px; } }
    @media (min-width: 1200px) {
      .colors .color {
        width: 55px;
        height: 110px; } }
    @media (min-width: 1600px) {
      .colors .color {
        width: 62px;
        height: 110px; } }
    .colors .color:nth-child(8), .colors .color:nth-child(1) {
      margin-right: 12px; }
    .colors .color:nth-child(6) {
      margin-right: 12px; }
    .colors .color:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      box-shadow: inset 0 0 0 2px #000;
      opacity: 0;
      visibility: hidden;
      transition: .2s; }
    .colors .color.active:after, .colors .color:hover:after {
      opacity: 1;
      visibility: visible; }
  .colors .color-hash {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .colors .color-hash[style="background: rgb(255, 255, 255);"] {
      box-shadow: inset 0 0 0 1px #000; }
      .colors .color-hash[style="background: rgb(255, 255, 255);"] + .color-name {
        color: #000; }
  .colors .color-name {
    color: #fff;
    z-index: 4;
    position: relative;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    padding: 0 4px 7px;
    width: 100%;
    line-height: 1.3; }
    @media (min-width: 480px) {
      .colors .color-name {
        font-size: 11px; } }
    @media (min-width: 768px) {
      .colors .color-name {
        font-size: 9px; } }

.logos-wrap {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400; }

.logos-container {
  margin: 0 auto;
  padding: 30px 15px 126px;
  position: relative;
  max-width: 680px; }
  @media (min-width: 400px) {
    .logos-container {
      padding: 30px 38px 126px 38px; } }
  @media (min-width: 768px) {
    .logos-container {
      min-height: 100vh; } }
  @media (min-width: 1024px) {
    .logos-container {
      margin: 0; } }

.logos-block {
  margin-bottom: 27px; }

.logos-block-title {
  color: #ef2020;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.logo-position {
  margin-right: 5px;
  white-space: nowrap; }

.logo-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 22px 0 22px; }
  .logo-block:after {
    content: '';
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 2px;
    background-color: #1c1c1c;
    bottom: 0; }
    @media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
      .logo-block:after {
        width: 100%;
        left: 0;
        margin-left: 0; } }
  .logo-block .edit {
    display: none;
    color: #ef2020; }
  .logo-block.filled .add-custom {
    display: none; }
  .logo-block.filled .add-stock {
    display: none; }
  .logo-block.filled .edit {
    display: block; }

.logo-name-wrap {
  display: flex;
  padding: 7px 0 7px; }

.logo-nav {
  display: flex;
  color: #1dcb26; }
  .logo-nav > div {
    margin-left: 30px;
    cursor: pointer;
    transition: .1s;
    padding: 7px 0 7px 2px; }
    .logo-nav > div:hover {
      opacity: 0.8; }

.logos-notice-wrap {
  text-align: center; }
  .logos-notice-wrap .text-wrap {
    margin-bottom: 70px;
    margin-top: 5px; }
  .logos-notice-wrap .img {
    display: inline-block;
    background: transparent url(img/svg/attention.html) center/contain no-repeat;
    width: 73px;
    height: 66px;
    margin-top: -10px !important; }
  .logos-notice-wrap .title {
    font-weight: 700;
    margin-bottom: 4px; }
    @media (min-width: 400px) {
      .logos-notice-wrap .title {
        font-size: 18px; } }
  .logos-notice-wrap .text {
    color: #464646; }
  .logos-notice-wrap .btns .btn, .logos-notice-wrap .btns .woocommerce #respond input#submit, .woocommerce #respond .logos-notice-wrap .btns input#submit, .logos-notice-wrap .btns .woocommerce a.button, .woocommerce .logos-notice-wrap .btns a.button, .logos-notice-wrap .btns .woocommerce button.button, .woocommerce .logos-notice-wrap .btns button.button, .logos-notice-wrap .btns .woocommerce input.button, .woocommerce .logos-notice-wrap .btns input.button, .logos-notice-wrap .btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .logos-notice-wrap .btns .edit, .logos-notice-wrap .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .logos-notice-wrap .btns a {
    font-weight: 700;
    width: auto !important;
    min-width: 230px;
    margin-bottom: 12px; }

.custom-logos-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 50200;
  overflow-y: auto; }
  .custom-logos-wrap .description {
    padding: 30px 15px 80px;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px; }
    @media (min-width: 400px) {
      .custom-logos-wrap .description {
        padding: 40px 36px 80px; } }
    @media screen and (orientation: landscape) and (max-width: 767px) {
      .custom-logos-wrap .description {
        padding-bottom: 20px; } }
    .custom-logos-wrap .description strong {
      font-weight: 400;
      color: #ea0909; }
    .custom-logos-wrap .description .title {
      color: #000000;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .custom-logos-wrap {
      width: 50%;
      left: 50%; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .custom-logos-wrap .btns-block {
      position: relative;
      width: 100%;
      left: 0; } }
  .custom-logos-wrap .btns-block .btn, .custom-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .custom-logos-wrap .btns-block input#submit, .custom-logos-wrap .btns-block .woocommerce a.button, .woocommerce .custom-logos-wrap .btns-block a.button, .custom-logos-wrap .btns-block .woocommerce button.button, .woocommerce .custom-logos-wrap .btns-block button.button, .custom-logos-wrap .btns-block .woocommerce input.button, .woocommerce .custom-logos-wrap .btns-block input.button, .custom-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .custom-logos-wrap .btns-block .edit, .custom-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .custom-logos-wrap .btns-block a {
    min-width: 98px;
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (orientation: landscape) and (max-width: 767px) {
      .custom-logos-wrap .btns-block .btn, .custom-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .custom-logos-wrap .btns-block input#submit, .custom-logos-wrap .btns-block .woocommerce a.button, .woocommerce .custom-logos-wrap .btns-block a.button, .custom-logos-wrap .btns-block .woocommerce button.button, .woocommerce .custom-logos-wrap .btns-block button.button, .custom-logos-wrap .btns-block .woocommerce input.button, .woocommerce .custom-logos-wrap .btns-block input.button, .custom-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .custom-logos-wrap .btns-block .edit, .custom-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .custom-logos-wrap .btns-block a {
        min-width: 78px;
        margin-right: 4px;
        margin-left: 4px; } }
    @media (min-width: 1024px) {
      .custom-logos-wrap .btns-block .btn, .custom-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .custom-logos-wrap .btns-block input#submit, .custom-logos-wrap .btns-block .woocommerce a.button, .woocommerce .custom-logos-wrap .btns-block a.button, .custom-logos-wrap .btns-block .woocommerce button.button, .woocommerce .custom-logos-wrap .btns-block button.button, .custom-logos-wrap .btns-block .woocommerce input.button, .woocommerce .custom-logos-wrap .btns-block input.button, .custom-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .custom-logos-wrap .btns-block .edit, .custom-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .custom-logos-wrap .btns-block a {
        min-width: 120px;
        margin-left: 10px;
        margin-right: 10px; } }
    @media (min-width: 1200px) {
      .custom-logos-wrap .btns-block .btn, .custom-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .custom-logos-wrap .btns-block input#submit, .custom-logos-wrap .btns-block .woocommerce a.button, .woocommerce .custom-logos-wrap .btns-block a.button, .custom-logos-wrap .btns-block .woocommerce button.button, .woocommerce .custom-logos-wrap .btns-block button.button, .custom-logos-wrap .btns-block .woocommerce input.button, .woocommerce .custom-logos-wrap .btns-block input.button, .custom-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .custom-logos-wrap .btns-block .edit, .custom-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .custom-logos-wrap .btns-block a {
        min-width: 150px; } }
    @media (max-width: 369px) {
      .custom-logos-wrap .btns-block .btn, .custom-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .custom-logos-wrap .btns-block input#submit, .custom-logos-wrap .btns-block .woocommerce a.button, .woocommerce .custom-logos-wrap .btns-block a.button, .custom-logos-wrap .btns-block .woocommerce button.button, .woocommerce .custom-logos-wrap .btns-block button.button, .custom-logos-wrap .btns-block .woocommerce input.button, .woocommerce .custom-logos-wrap .btns-block input.button, .custom-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .custom-logos-wrap .btns-block .edit, .custom-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .custom-logos-wrap .btns-block a {
        min-width: 78px; } }

.custom-logos-container {
  min-height: calc(100vh - 105px); }

.custom-logo-form-wrap {
  background-color: #f0f0f0;
  border-bottom: 2px solid #c9c9c9; }

.custom-logo-form {
  padding: 35px 15px 2px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  width: 100%;
  max-width: 600px; }
  @media (min-width: 400px) {
    .custom-logo-form {
      padding: 35px 40px 2px; } }
  .custom-logo-form .field {
    display: block;
    margin-bottom: 26px; }
  .custom-logo-form .label {
    margin-bottom: 7px; }
  .custom-logo-form input,
  .custom-logo-form textarea {
    border: 2px solid #878787 !important;
    background-color: #f0f0f0;
    width: 100%;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px !important; }
    .custom-logo-form input:focus,
    .custom-logo-form textarea:focus {
      background-color: #fff;
      outline: none;
      box-shadow: none; }
  .custom-logo-form textarea {
    height: 136px;
    resize: none;
    padding: 8px 12px !important; }
  .custom-logo-form button {
    display: none; }

.stock-logos-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 50200;
  overflow-y: auto;
  height: 100vh; }
  @media (min-width: 768px) {
    .stock-logos-wrap {
      width: 50%;
      left: 50%; } }
  .stock-logos-wrap .btns-block .btn, .stock-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .stock-logos-wrap .btns-block input#submit, .stock-logos-wrap .btns-block .woocommerce a.button, .woocommerce .stock-logos-wrap .btns-block a.button, .stock-logos-wrap .btns-block .woocommerce button.button, .woocommerce .stock-logos-wrap .btns-block button.button, .stock-logos-wrap .btns-block .woocommerce input.button, .woocommerce .stock-logos-wrap .btns-block input.button, .stock-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .stock-logos-wrap .btns-block .edit, .stock-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .stock-logos-wrap .btns-block a {
    min-width: 98px;
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (orientation: landscape) and (max-width: 767px) {
      .stock-logos-wrap .btns-block .btn, .stock-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .stock-logos-wrap .btns-block input#submit, .stock-logos-wrap .btns-block .woocommerce a.button, .woocommerce .stock-logos-wrap .btns-block a.button, .stock-logos-wrap .btns-block .woocommerce button.button, .woocommerce .stock-logos-wrap .btns-block button.button, .stock-logos-wrap .btns-block .woocommerce input.button, .woocommerce .stock-logos-wrap .btns-block input.button, .stock-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .stock-logos-wrap .btns-block .edit, .stock-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .stock-logos-wrap .btns-block a {
        min-width: 78px;
        margin-right: 4px;
        margin-left: 4px; } }
    @media (min-width: 1024px) {
      .stock-logos-wrap .btns-block .btn, .stock-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .stock-logos-wrap .btns-block input#submit, .stock-logos-wrap .btns-block .woocommerce a.button, .woocommerce .stock-logos-wrap .btns-block a.button, .stock-logos-wrap .btns-block .woocommerce button.button, .woocommerce .stock-logos-wrap .btns-block button.button, .stock-logos-wrap .btns-block .woocommerce input.button, .woocommerce .stock-logos-wrap .btns-block input.button, .stock-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .stock-logos-wrap .btns-block .edit, .stock-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .stock-logos-wrap .btns-block a {
        min-width: 120px;
        margin-left: 10px;
        margin-right: 10px; } }
    @media (min-width: 1200px) {
      .stock-logos-wrap .btns-block .btn, .stock-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .stock-logos-wrap .btns-block input#submit, .stock-logos-wrap .btns-block .woocommerce a.button, .woocommerce .stock-logos-wrap .btns-block a.button, .stock-logos-wrap .btns-block .woocommerce button.button, .woocommerce .stock-logos-wrap .btns-block button.button, .stock-logos-wrap .btns-block .woocommerce input.button, .woocommerce .stock-logos-wrap .btns-block input.button, .stock-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .stock-logos-wrap .btns-block .edit, .stock-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .stock-logos-wrap .btns-block a {
        min-width: 150px; } }
    @media (max-width: 373px) {
      .stock-logos-wrap .btns-block .btn, .stock-logos-wrap .btns-block .woocommerce #respond input#submit, .woocommerce #respond .stock-logos-wrap .btns-block input#submit, .stock-logos-wrap .btns-block .woocommerce a.button, .woocommerce .stock-logos-wrap .btns-block a.button, .stock-logos-wrap .btns-block .woocommerce button.button, .woocommerce .stock-logos-wrap .btns-block button.button, .stock-logos-wrap .btns-block .woocommerce input.button, .woocommerce .stock-logos-wrap .btns-block input.button, .stock-logos-wrap .btns-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .stock-logos-wrap .btns-block .edit, .stock-logos-wrap .btns-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .stock-logos-wrap .btns-block a {
        width: auto !important;
        min-width: 82px; } }

.stock-logos-header {
  position: relative;
  background-color: #f0f0f0;
  border-bottom: 2px solid #c9c9c9;
  height: 277px; }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .stock-logos-header {
      width: 50%;
      height: calc(100vh - 52px); } }
  .stock-logos-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 95%;
    max-height: 95%;
    transform: translate(-50%, -50%); }

.alphabet-slider-wrap {
  border-bottom: 2px solid #c9c9c9; }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .alphabet-slider-wrap {
      width: 50%; } }

.alphabet-slider {
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  .alphabet-slider:before, .alphabet-slider:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 50px;
    top: 0;
    z-index: 20;
    pointer-events: none; }
  .alphabet-slider:after {
    right: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), #fff 55%); }
  .alphabet-slider:before {
    left: 30px;
    background: linear-gradient(90deg, #fff 55%, rgba(255, 255, 255, 0.4)); }
  .alphabet-slider .swiper-slide {
    width: 45px; }
  .alphabet-slider .slide {
    text-align: center;
    padding: 13px 4px 12px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    cursor: pointer; }
    .alphabet-slider .slide.active {
      color: #246fb7; }
  .alphabet-slider .as-prev,
  .alphabet-slider .as-next {
    position: absolute;
    top: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
    z-index: 30;
    cursor: pointer; }
    .alphabet-slider .as-prev:after,
    .alphabet-slider .as-next:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
  .alphabet-slider .as-prev {
    left: 0; }
    .alphabet-slider .as-prev:after {
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      margin-left: 8px; }
  .alphabet-slider .as-next {
    right: 0; }
    .alphabet-slider .as-next:after {
      border-right: 2px solid #000;
      border-top: 2px solid #000;
      margin-left: -8px; }

.site-3 .alphabet-slider .slide.active {
  color: #c51230; }

.stock-logos-list {
  height: calc(100vh - 391px); }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .stock-logos-list {
      height: calc(100vh - 62px); } }
  @media (min-width: 1024px) {
    .stock-logos-list {
      height: calc(100vh - 399px); } }
  .stock-logos-list .list-content {
    padding: 10px 0 10px; }
  .stock-logos-list .stock-logo {
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px 4px 40px; }
    .stock-logos-list .stock-logo.active {
      color: #246fb7; }

.site-3 .stock-logos-list .stock-logo.active {
  color: #c51230; }

@media screen and (orientation: landscape) and (max-width: 767px) {
  .stock-logos-list-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%; } }

.builder-sizes {
  padding: 30px 20px 28px;
  margin-bottom: 0;
  width: 100%; }
  @media (min-width: 400px) {
    .builder-sizes {
      padding: 30px 34px 28px; } }
  @media (min-width: 768px) {
    .builder-sizes {
      max-width: 500px; } }

.form-style .field {
  margin-bottom: 26px; }

.form-style .label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px; }

.form-style textarea,
.form-style select,
.form-style [type="text"],
.form-style [type="number"] {
  width: 100%;
  height: 37px;
  border: 2px solid #000;
  background-color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  color: #000;
  padding: 0 10px; }
  .form-style textarea:focus,
  .form-style select:focus,
  .form-style [type="text"]:focus,
  .form-style [type="number"]:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #000; }
  .form-style textarea::-webkit-input-placeholder,
  .form-style select::-webkit-input-placeholder,
  .form-style [type="text"]::-webkit-input-placeholder,
  .form-style [type="number"]::-webkit-input-placeholder {
    color: #464646;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400; }
  .form-style textarea::-moz-placeholder,
  .form-style select::-moz-placeholder,
  .form-style [type="text"]::-moz-placeholder,
  .form-style [type="number"]::-moz-placeholder {
    opacity: 1;
    color: #464646;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400; }
  .form-style textarea:-moz-placeholder,
  .form-style select:-moz-placeholder,
  .form-style [type="text"]:-moz-placeholder,
  .form-style [type="number"]:-moz-placeholder {
    color: #464646;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400; }
  .form-style textarea:-ms-input-placeholder,
  .form-style select:-ms-input-placeholder,
  .form-style [type="text"]:-ms-input-placeholder,
  .form-style [type="number"]:-ms-input-placeholder {
    color: #464646;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400; }
  .form-style textarea.placeholder,
  .form-style select.placeholder,
  .form-style [type="text"].placeholder,
  .form-style [type="number"].placeholder {
    color: #464646;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400; }
  .form-style textarea + input,
  .form-style textarea + select,
  .form-style textarea + textarea,
  .form-style select + input,
  .form-style select + select,
  .form-style select + textarea,
  .form-style [type="text"] + input,
  .form-style [type="text"] + select,
  .form-style [type="text"] + textarea,
  .form-style [type="number"] + input,
  .form-style [type="number"] + select,
  .form-style [type="number"] + textarea {
    margin-top: 16px; }

.form-style textarea {
  height: 97px;
  padding: 6px 10px;
  resize: none; }

.form-style select::-ms-expand {
  display: none; }

.form-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding: 1px 30px 0 10px;
  background: #fff url(img/svg/chevron-b-b.html) top 9px right 9px/14px no-repeat; }

.form-style input::-webkit-outer-spin-button,
.form-style input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form-style input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

.form-style .radios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 21px; }
  .form-style .radios input {
    display: none; }
    .form-style .radios input:checked + .radio-label {
      background-color: #000 !important;
      color: #fff; }

.form-style .radio {
  margin-bottom: 10px; }

.form-style .radio-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  height: 37px;
  border: 2px solid #000000;
  font-size: 15px;
  font-weight: 400;
  transition: .3s;
  cursor: pointer;
  text-transform: capitalize; }

.no-touch .form-style .radio-label:hover {
  background-color: #eee; }

.site-3 .dynamic-fields:after {
  background: #fff url(img/loader3.html) center/100px no-repeat; }

.site-3 .add-to-cart-btn-wrap:after {
  background: #fff url(img/loader3.html) center/100px no-repeat; }

.add-to-cart-btn {
  float: none;
  color: #000;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  width: 100%;
  border: 2px solid #000;
  padding: 22px 20px 21px;
  text-align: center;
  background: #09b431 !important;
  border-radius: 35px;
  margin-top: 20px;
  text-transform: none;
  cursor: pointer; }

.add-to-cart-btn:active {
  background: #00721a !important;
  color: white !important; }

@media (hover: hover) {
  .add-to-cart-btn:hover {
    background: #00721a !important;
    color: white !important; } }

.dynamic-fields {
  position: relative; }
  .dynamic-fields:after {
    content: '';
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff url(img/loader2.html) center/100px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }

.add-to-cart-btn-wrap {
  position: relative; }
  .add-to-cart-btn-wrap:after {
    content: '';
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff url(img/loader2.html) center/100px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }

.added-to-cart-mess {
  position: fixed;
  z-index: 1000000;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: none; }
  .added-to-cart-mess .woocommerce-message {
    background: #f0f0f0;
    margin-bottom: 0; }

.jersey-builder.data-loading .dynamic-fields:after {
  opacity: 1;
  visibility: visible; }

.jersey-builder.adding-to-cart {
  pointer-events: none; }
  .jersey-builder.adding-to-cart .add-to-cart-btn-wrap:after {
    opacity: 1;
    visibility: visible; }
  .jersey-builder.adding-to-cart .builder-cart {
    opacity: 0.5; }

.jersey-builder.removing-item {
  pointer-events: none; }
  .jersey-builder.removing-item .builder-cart .left,
  .jersey-builder.removing-item .builder-cart .total {
    opacity: 0.5; }
  .jersey-builder.removing-item .builder-cart .btns {
    opacity: 0.5; }
  .jersey-builder.removing-item .builder-cart .cart-product[data-removing="active"] .btns {
    opacity: 1; }
    .jersey-builder.removing-item .builder-cart .cart-product[data-removing="active"] .btns:after {
      opacity: 1;
      visibility: visible; }

.cart-products-wrap {
  background-color: #f0f0f0;
  margin-bottom: 27px;
  border-bottom: 2px solid #000; }
  @media (min-width: 768px) {
    .cart-products-wrap {
      border-left: 1px solid #ccc; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .cart-products-wrap {
      border-left: 1px solid #ccc; } }
  .cart-products-wrap .cart-item-img {
    width: 40%;
    max-width: 250px;
    padding: 10px 15px 10px 0; }
    @media (min-width: 768px) {
      .cart-products-wrap .cart-item-img {
        padding: 20px 20px 20px 0;
        width: 44%; } }
    .cart-products-wrap .cart-item-img img {
      width: 100%;
      max-width: 140px; }
  .cart-products-wrap .cart-item-info {
    width: 60%;
    position: relative; }
    @media (min-width: 768px) {
      .cart-products-wrap .cart-item-info {
        width: 56%; } }
    .cart-products-wrap .cart-item-info .title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 15px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .cart-products-wrap .cart-item-info .title {
          font-size: 18px; } }
    .cart-products-wrap .cart-item-info .options {
      font-size: 14px;
      font-weight: 500;
      color: #878787; }
      @media (min-width: 768px) {
        .cart-products-wrap .cart-item-info .options {
          font-size: 16px; } }
    .cart-products-wrap .cart-item-info .opt {
      margin-bottom: 1px; }
    .cart-products-wrap .cart-item-info .qty-opt {
      margin-top: 10px;
      margin-bottom: 10px; }
    .cart-products-wrap .cart-item-info .square-btn {
      padding: 4px 10px;
      margin-top: 7px; }
  .cart-products-wrap .details-header {
    font-weight: 500;
    font-size: 16px;
    padding: 6px 20px 6px 0;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    color: #000;
    transition: .1s; }
    .cart-products-wrap .details-header:hover {
      color: #246fb7; }
      .cart-products-wrap .details-header:hover:after {
        border-color: #246fb7; }
    .cart-products-wrap .details-header:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 2px solid #000;
      border-left: 2px solid #000;
      right: 0;
      top: 8px;
      transform: rotate(-135deg);
      transition: .1s; }
  .cart-products-wrap .details-body td {
    text-align: left;
    border: 1px solid #999; }
    .cart-products-wrap .details-body td:first-child {
      width: 140px; }

.item-details.active .details-header:after {
  transform: translateY(5px) rotate(45deg); }

.site-3 .cart-products-wrap .details-header:hover {
  color: #c51230; }
  .site-3 .cart-products-wrap .details-header:hover:after {
    border-color: #c51230; }

.cart-products {
  padding: 0 20px 2px;
  width: 100%; }
  @media (min-width: 400px) {
    .cart-products {
      padding: 0 34px 2px; } }
  @media (min-width: 768px) {
    .cart-products {
      max-width: 500px; } }

.cart-product {
  border-bottom: 2px solid #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 22px;
  padding-bottom: 5px;
  position: relative; }
  .cart-product[data-removing="active"] {
    pointer-events: none; }
    .cart-product[data-removing="active"]:after {
      opacity: 1;
      visibility: visible; }
  .cart-product:after {
    content: '';
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f0f0f0 url(img/loader2.html) center/100px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
  .cart-product .top {
    display: flex;
    align-items: center; }
  .cart-product:last-child {
    border: none; }
  .cart-product .option {
    margin-bottom: 20px; }
    .cart-product .option:last-child {
      margin-bottom: 16px; }
    .cart-product .option .title {
      font-weight: bold; }
  .cart-product .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right; }
  .cart-product .total {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px; }
    .cart-product .total span {
      color: #ea0909; }
  .cart-product .remove-item-link {
    display: block;
    font-size: 22px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #de0000;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .cart-product .remove-item-link:hover {
      color: #fff;
      background: #de0000; }
  .cart-product .remove {
    border-radius: 35px;
    background-color: #000;
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: .3s;
    padding: 4px 18px 3px;
    text-align: center;
    min-width: 88px;
    cursor: pointer; }
  .cart-product .details {
    border: 2px solid #000;
    border-radius: 35px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: .3s;
    padding: 2px 18px 1px;
    text-align: center;
    min-width: 88px;
    cursor: pointer; }

.cart-bottom {
  padding: 0 20px 28px;
  width: 100%; }
  @media (min-width: 400px) {
    .cart-bottom {
      padding: 0 34px 28px; } }
  @media (min-width: 768px) {
    .cart-bottom {
      max-width: 500px; } }

.to-checkout {
  color: #fff;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  width: 100%;
  display: block;
  text-decoration: none;
  border: 2px solid #000;
  padding: 22px 20px 21px;
  text-align: center;
  background: #000;
  border-radius: 35px;
  text-transform: none;
  transition: .3s;
  margin-bottom: 30px; }
  .to-checkout:hover {
    border-color: #246fb7;
    background: #246fb7; }

.site-3 .to-checkout:hover {
  border-color: #c51230;
  background: #c51230; }

.checkout-details {
  color: #ea0909;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  line-height: 21px;
  padding: 14px 0; }

.no-touch .cart-product .remove:hover {
  background-color: #ea0909; }

.no-touch .cart-product .details:hover {
  background-color: #246fb7;
  border-color: #246fb7;
  color: #fff; }

.site-3.no-touch .cart-product .details:hover {
  background-color: #c51230;
  border-color: #c51230; }

.site-3 .builder-cart .btns:after {
  background: #f0f0f0 url(img/loader3.html) center/100px no-repeat; }

.cart-item-price-wrap {
  padding-left: 5px;
  display: inline-block; }

.builder-cart .btns {
  position: relative;
  user-select: none; }
  .builder-cart .btns:after {
    content: '';
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: #f0f0f0 url(img/loader2.html) center/100px no-repeat;
    transition: .2s; }

.details-block-wrap {
  display: none; }

div.details-block {
  padding: 44px 20px 20px; }
  @media (min-width: 768px) {
    div.details-block {
      padding: 44px; } }
  div.details-block td {
    border: 1px solid #000;
    padding: 7px 7px;
    text-align: left;
    font-size: 13px; }
    @media (min-width: 400px) {
      div.details-block td {
        font-size: 14px;
        padding: 10px 10px; } }
    @media (min-width: 768px) {
      div.details-block td {
        font-size: 16px; } }
    div.details-block td:first-child {
      min-width: 100px; }
  div.details-block .row-detail,
  div.details-block .row-name {
    padding-left: 16px; }
    @media (min-width: 768px) {
      div.details-block .row-detail,
      div.details-block .row-name {
        padding-left: 20px; } }

.details-table {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .details-table {
      min-width: 500px; } }

.edit-mode {
  text-align: center;
  font-weight: 500;
  color: green;
  display: none; }

.site-3 .cart-product:after {
  background: #f0f0f0 url(img/loader3.html) center/100px no-repeat; }

.cart-not-logged-in-user {
  text-align: center;
  font-weight: 500;
  font-size: 18px; }

@media (max-width: 619px) {
  .jersey-builder[data-step="add-to-cart"] .sticky-btns {
    position: absolute;
    right: -1px;
    left: auto;
    transform: rotate(-90deg) scale(0.99);
    transform-origin: bottom right; } }

@media (max-width: 619px) {
  .jersey-builder[data-step="add-to-cart"] .sticky-btn > div {
    transform: none; } }

.sticky-btns {
  display: flex;
  position: absolute;
  z-index: 210;
  right: -2px;
  transform: rotate(-90deg) scale(1);
  transform-origin: bottom right;
  top: 12vh; }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .sticky-btns {
      position: fixed;
      right: auto;
      left: 0;
      transform-origin: bottom left;
      transform: rotate(90deg); } }
  @media (min-width: 768px) {
    .sticky-btns {
      position: fixed;
      right: auto;
      left: 0;
      transform-origin: bottom left;
      transform: rotate(90deg); } }

.branded-apparel-body .sticky-btns {
  top: 100px;
  position: absolute; }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .branded-apparel-body .sticky-btns {
      top: 100px; } }
  @media (min-width: 768px) {
    .branded-apparel-body .sticky-btns {
      top: 120px; } }
  @media (min-width: 1400px) {
    .branded-apparel-body .sticky-btns {
      top: 130px; } }
  @media screen and (max-height: 500px) {
    .branded-apparel-body .sticky-btns {
      top: 80px !important; } }

.sticky-btn {
  position: relative;
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 17px;
  text-align: center;
  border: 2px solid #707070;
  background-color: #fff;
  border-bottom: none;
  padding: 8px 11px;
  margin-right: 34px;
  cursor: pointer;
  transition: .3s;
  text-decoration: none; }
  .sticky-btn:last-child {
    margin-right: 0; }
  .sticky-btn:after, .sticky-btn:before {
    content: '';
    position: absolute;
    border: 11px solid transparent;
    border-bottom: 11px solid #707070;
    bottom: 0;
    pointer-events: none;
    transition: .3s; }
  .sticky-btn:after {
    left: -12px; }
  .sticky-btn:before {
    right: -12px; }
  .sticky-btn span {
    color: #ef9c3a; }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .sticky-btn > div {
      transform: rotate(180deg); } }
  @media (min-width: 768px) {
    .sticky-btn > div {
      transform: rotate(180deg); } }
  .sticky-btn.home-btn span.home-ic {
    color: #707070;
    display: block;
    position: relative;
    padding-left: 22px;
    transition: .3s; }
    .sticky-btn.home-btn span.home-ic:after {
      content: '';
      position: absolute;
      opacity: 0.5;
      width: 16px;
      height: 16px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      background: url(img/svg/home.html) center/contain no-repeat;
      transition: .3s; }
  .sticky-btn.home-btn:hover span.home-ic {
    color: #000; }
    .sticky-btn.home-btn:hover span.home-ic:after {
      opacity: 1; }

.no-touch .sticky-btn:hover {
  color: #000;
  border-color: #000; }
  .no-touch .sticky-btn:hover:after, .no-touch .sticky-btn:hover:before {
    border-bottom-color: #000; }
  .no-touch .sticky-btn:hover span {
    color: #f97e00; }

form.save-wrap {
  margin: 0; }
  @media screen and (orientation: landscape) and (max-height: 570px) {
    form.save-wrap {
      padding-left: 50%; } }
  form.save-wrap button.btn, form.save-wrap .woocommerce button.button, .woocommerce form.save-wrap button.button, form.save-wrap .woocommerce-account .addresses .title button.edit, .woocommerce-account .addresses .title form.save-wrap button.edit {
    min-width: 185px; }
  form.save-wrap .form-block {
    width: 100%;
    max-width: 274px;
    margin: 15px auto 0;
    padding-bottom: 37px; }
    @media screen and (orientation: portrait) and (min-height: 850px) {
      form.save-wrap .form-block {
        padding-bottom: 46px;
        padding-top: 10px; } }
    @media screen and (orientation: landscape) and (max-height: 570px) {
      form.save-wrap .form-block {
        max-width: 300px;
        padding-left: 15px;
        padding-right: 15px; } }
  form.save-wrap .text {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px; }
  form.save-wrap .title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    margin-bottom: 18px; }
    @media screen and (orientation: portrait) and (min-height: 850px) {
      form.save-wrap .title {
        margin-bottom: 32px; } }
  form.save-wrap .field {
    margin-top: 20px;
    display: block; }
    form.save-wrap .field input {
      height: 37px;
      border: 2px solid #878787;
      background-color: #fff;
      padding: 0 10px;
      font-size: 16px; }
      form.save-wrap .field input:focus {
        outline: none;
        box-shadow: none;
        border-color: #000; }
  form.save-wrap .label {
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 7px; }
  form.save-wrap .share-block {
    border-top: 2px solid #c9c9c9;
    padding: 30px 0 80px;
    position: relative; }
    @media screen and (orientation: portrait) and (min-height: 850px) {
      form.save-wrap .share-block {
        padding-top: 46px; } }
    @media screen and (orientation: landscape) and (max-height: 570px) {
      form.save-wrap .share-block {
        padding-bottom: 2px; } }
    form.save-wrap .share-block:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      background: rgba(255, 255, 255, 0.9) url(img/loader2.html) top 20px center/100px no-repeat; }
    form.save-wrap .share-block .text {
      width: 100%;
      max-width: 274px;
      margin: 15px auto 0;
      padding-bottom: 20px; }
  form.save-wrap .share-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 10px; }
  form.save-wrap .share-btn {
    height: 34px;
    width: 34px;
    margin: 0 24px 10px;
    position: relative;
    cursor: pointer; }
    form.save-wrap .share-btn:before, form.save-wrap .share-btn:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: .3s; }
    form.save-wrap .share-btn:after {
      opacity: 0;
      visibility: hidden; }
  form.save-wrap .share-email {
    width: 48px; }
    form.save-wrap .share-email:after {
      background: url(img/svg/email.html) center/100% no-repeat; }
    form.save-wrap .share-email:before {
      background: url(img/svg/email-g.html) center/100% no-repeat; }
  form.save-wrap .share-fb:after {
    background: url(img/svg/fb.html) center/contain no-repeat; }
  form.save-wrap .share-fb:before {
    background: url(img/svg/fb-g.html) center/contain no-repeat; }
  form.save-wrap .share-instagram:after {
    background: url(img/svg/instagram.html) center/contain no-repeat; }
  form.save-wrap .share-instagram:before {
    background: url(img/svg/instagram-g.html) center/contain no-repeat; }
  form.save-wrap .share-download:after {
    background: url(img/svg/download.html) center/contain no-repeat; }
  form.save-wrap .share-download:before {
    background: url(img/svg/download-g.html) center/contain no-repeat; }
  form.save-wrap .btns-block {
    width: 100% !important;
    left: 0 !important; }
    @media screen and (orientation: landscape) and (max-height: 570px) {
      form.save-wrap .btns-block {
        width: 50% !important; } }
  @media screen and (max-height: 850px) {
    form.save-wrap .slide {
      max-width: calc(100vh - 375px); } }
  @media screen and (orientation: landscape) and (max-height: 570px) {
    form.save-wrap .slide {
      max-width: calc(100vh - 55px); } }
  form.save-wrap .design-preview {
    background-color: #f0f0f0; }
    @media screen and (orientation: landscape) and (max-height: 570px) {
      form.save-wrap .design-preview {
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f0f0f0; } }
  form.save-wrap #canvas-render-slide {
    width: 520px;
    height: 500px;
    position: absolute;
    top: -600px;
    left: -540px;
    z-index: 3000; }
    form.save-wrap #canvas-render-slide .slide {
      max-width: 520px !important;
      width: 100% !important; }
  form.save-wrap .btns-block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.94) url(img/loader2.html) top 20px center/100px no-repeat; }
  form.save-wrap[loader="loading"] .btns-block {
    opacity: 0.5;
    pointer-events: none; }
  form.save-wrap[loader="loading"] .share-block {
    pointer-events: none; }
    form.save-wrap[loader="loading"] .share-block:after {
      opacity: 1;
      visibility: visible; }
  form.save-wrap[loader="save-loading"] {
    pointer-events: none; }
    form.save-wrap[loader="save-loading"] .share-block {
      opacity: 0.4; }
    form.save-wrap[loader="save-loading"] .btns-block:after {
      opacity: 1;
      visibility: visible; }

.no-touch form.save-wrap .share-btn:hover:after {
  opacity: 1;
  visibility: visible; }

.no-touch form.save-wrap .share-btn:hover:before {
  opacity: 0;
  visibility: hidden; }

.save-image-wrap {
  position: relative;
  z-index: 10; }
  @media screen and (orientation: landscape) and (max-height: 570px) {
    .save-image-wrap {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100vh; } }

.no-touch .close-save:hover:after, .no-touch .close-save:hover:before {
  background-color: #000; }

.close-save {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  width: 24px;
  height: 24px;
  top: 15px;
  right: 20px;
  font-size: 0; }
  .close-save:before, .close-save:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    background-color: #707070;
    transition: .3s; }
  .close-save:after {
    transform: rotate(45deg); }
  .close-save:before {
    transform: rotate(-45deg); }

.fancybox-container.custom-fancy {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
  pointer-events: none; }
  .fancybox-container.custom-fancy:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    display: none; }
  .fancybox-container.custom-fancy .fancybox-content {
    opacity: 0;
    visibility: hidden;
    transition: 0s; }
  .fancybox-container.custom-fancy.show-custom-fancy {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
    .fancybox-container.custom-fancy.show-custom-fancy .fancybox-content {
      opacity: 1;
      visibility: visible; }
  .fancybox-container.custom-fancy .fancybox-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9) url(img/loader2.html) center/100px no-repeat;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }

.body-helper .fancybox-container.custom-fancy {
  transition: opacity .4s, visibility .4s; }
  .body-helper .fancybox-container.custom-fancy .fancybox-content {
    transition: opacity .3s .2s, visibility .3s .2s; }

.fancybox-container.fancy-email .email-modal {
  padding-bottom: 35px;
  width: 360px; }

.fancybox-container.fancy-email .field {
  margin-bottom: 14px;
  display: block; }
  .fancybox-container.fancy-email .field input {
    height: 37px;
    border: 2px solid #878787;
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px; }
    .fancybox-container.fancy-email .field input:focus {
      outline: none;
      box-shadow: none;
      border-color: #000; }

.fancybox-container.fancy-email .label {
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  margin-bottom: 7px; }

.fancybox-container.fancy-email .btn, .fancybox-container.fancy-email .woocommerce #respond input#submit, .woocommerce #respond .fancybox-container.fancy-email input#submit, .fancybox-container.fancy-email .woocommerce a.button, .woocommerce .fancybox-container.fancy-email a.button, .fancybox-container.fancy-email .woocommerce button.button, .woocommerce .fancybox-container.fancy-email button.button, .fancybox-container.fancy-email .woocommerce input.button, .woocommerce .fancybox-container.fancy-email input.button, .fancybox-container.fancy-email .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .fancybox-container.fancy-email .edit, .fancybox-container.fancy-email body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .fancybox-container.fancy-email a {
  float: none; }
  .fancybox-container.fancy-email .btn.btn-send, .fancybox-container.fancy-email .woocommerce #respond input.btn-send#submit, .woocommerce #respond .fancybox-container.fancy-email input.btn-send#submit, .fancybox-container.fancy-email .woocommerce a.btn-send.button, .woocommerce .fancybox-container.fancy-email a.btn-send.button, .fancybox-container.fancy-email .woocommerce button.btn-send.button, .woocommerce .fancybox-container.fancy-email button.btn-send.button, .fancybox-container.fancy-email .woocommerce input.btn-send.button, .woocommerce .fancybox-container.fancy-email input.btn-send.button, .fancybox-container.fancy-email .woocommerce-account .addresses .title .btn-send.edit, .woocommerce-account .addresses .title .fancybox-container.fancy-email .btn-send.edit, .fancybox-container.fancy-email body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-send, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .fancybox-container.fancy-email a.btn-send {
    background-color: #09b431;
    color: #000;
    border-color: #09b431;
    width: 100%;
    font-weight: bold;
    text-transform: none; }

.fancybox-container.fancy-email[loader="loading-email"] .fancybox-content:after {
  opacity: 1;
  visibility: visible; }

.fancybox-container.fancy-email[loader="loading-email"]:before {
  display: block; }

.fancybox-container.fancy-email .success,
.fancybox-container.fancy-email .error {
  display: none; }

.fancybox-container.fancy-email .fancybox-content.email-success .fields {
  display: none; }

.fancybox-container.fancy-email .fancybox-content.email-success .success,
.fancybox-container.fancy-email .fancybox-content.email-success .result-message {
  display: block; }

.fancybox-container.fancy-email .fancybox-content.email-error .fields {
  display: none; }

.fancybox-container.fancy-email .fancybox-content.email-error .error,
.fancybox-container.fancy-email .fancybox-content.email-error .result-message {
  display: block; }

.result-message {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  display: none; }
  .result-message .success {
    color: #000; }
  .result-message .error {
    color: red; }

.no-touch .fancybox-container.fancy-email .btn.btn-send:hover, .no-touch .fancybox-container.fancy-email .woocommerce #respond input.btn-send#submit:hover, .woocommerce #respond .no-touch .fancybox-container.fancy-email input.btn-send#submit:hover, .no-touch .fancybox-container.fancy-email .woocommerce a.btn-send.button:hover, .woocommerce .no-touch .fancybox-container.fancy-email a.btn-send.button:hover, .no-touch .fancybox-container.fancy-email .woocommerce button.btn-send.button:hover, .woocommerce .no-touch .fancybox-container.fancy-email button.btn-send.button:hover, .no-touch .fancybox-container.fancy-email .woocommerce input.btn-send.button:hover, .woocommerce .no-touch .fancybox-container.fancy-email input.btn-send.button:hover, .no-touch .fancybox-container.fancy-email .woocommerce-account .addresses .title .btn-send.edit:hover, .woocommerce-account .addresses .title .no-touch .fancybox-container.fancy-email .btn-send.edit:hover, .no-touch .fancybox-container.fancy-email body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-send:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .no-touch .fancybox-container.fancy-email a.btn-send:hover {
  background-color: #fff; }

body.admin-bar form.save-wrap .close-save {
  top: 40px; }

.site-3 form.save-wrap .share-block:after {
  background: rgba(255, 255, 255, 0.9) url(img/loader3.html) top 20px center/100px no-repeat; }

.site-3 form.save-wrap .btns-block:after {
  background: rgba(255, 255, 255, 0.94) url(img/loader3.html) top 20px center/100px no-repeat; }

.site-3 .fancybox-container.custom-fancy .fancybox-content:after {
  background: rgba(255, 255, 255, 0.9) url(img/loader3.html) center/100px no-repeat; }

.page-template-template-branded-apparel #builder-app {
  overflow: unset;
  min-height: 400px;
  position: relative; }
  .page-template-template-branded-apparel #builder-app:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 400px;
    transition: .2s;
    background: url(img/loader2.html) top 40px center/100px no-repeat; }

.dealers-loaded .page-template-template-branded-apparel #builder-app:after {
  opacity: 0;
  visibility: hidden; }

.dealers-loaded .dealers-main-wrap {
  opacity: 1;
  visibility: visible; }

.dealers-main-wrap {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: .6s; }
  .dealers-main-wrap .btns-block {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-height: 600px) and (min-width: 1024px) {
      .dealers-main-wrap .btns-block {
        padding: 11px 20px 0px; } }
  .dealers-main-wrap div.alphabet-slider-wrap {
    background-color: #fff;
    width: 100%; }
  .dealers-main-wrap .stock-logo {
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px 4px 40px;
    display: block;
    text-decoration: none;
    user-select: none;
    width: 100%;
    max-width: 891px;
    margin: 0 auto; }
    .dealers-main-wrap .stock-logo:hover {
      color: #c51230; }
    .dealers-main-wrap .stock-logo.active {
      color: #246fb7; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealers-main-wrap .alphabet-slider .slide {
      padding: 17px 4px 16px; } }

.site-3 .page-template-template-branded-apparel #builder-app:after {
  background: url(img/loader3.html) top 40px center/100px no-repeat; }

.site-3 .dealers-main-wrap .stock-logo.active {
  color: #c51230; }

.dealers-container {
  position: relative; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealers-container {
      min-height: 100vh; } }

.dealer-product {
  position: relative;
  background-color: #f0f0f0;
  border-bottom: 2px solid #c9c9c9;
  height: 280px;
  overflow: hidden; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealer-product {
      height: calc(100vh - 60px); } }
  .dealer-product img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%); }

.dealers-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 114px;
  pointer-events: none; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealers-header-wrap {
      right: 50%;
      bottom: 0; } }

.dealers-header {
  position: sticky;
  top: 0;
  pointer-events: all; }

.dealers-list {
  padding-bottom: 20px;
  padding-top: 344px;
  font-weight: 700; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealers-list {
      width: 50%;
      padding-top: 5px;
      margin-left: 50%; } }

.dealers-btns {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealers-btns {
      top: calc(100vh - 62px);
      width: 50%;
      left: 50%; } }
  .dealers-btns .height-helper {
    height: calc(100% - 62px); }
    @media (min-width: 1024px) {
      .dealers-btns .height-helper {
        height: calc(100% - 72px); } }
    @media screen and (max-height: 600px) and (min-width: 1024px) {
      .dealers-btns .height-helper {
        height: calc(100% - 62px); } }

.dealers-slider {
  width: 660px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -330px; }

.dealer-product .dealer-slide {
  width: 220px;
  margin: 0 auto; }

.dealer-product .img {
  height: 280px; }
  @media screen and (max-height: 500px) and (orientation: landscape) {
    .dealer-product .img {
      height: calc(100vh - 60px); } }
  .dealer-product .img img {
    max-width: 112%;
    max-height: 112%; }

.branded-apparel-body .no-image {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px; }

.branded-apparel-body .logos-wrap {
  background-color: #fff;
  color: #000;
  font-weight: 500; }
  .branded-apparel-body .logos-wrap .btns-wrap {
    display: none; }
  .branded-apparel-body .logos-wrap .logos-container {
    padding-bottom: 0;
    min-height: 10px; }

.branded-apparel-body .logos-block-title {
  color: #000; }

.branded-apparel-body .logos-block {
  margin-bottom: 0; }

.branded-apparel-body .logo-block:last-child:after {
  display: none; }

.branded-apparel-body .builder-header {
  padding-top: 10px; }
  @media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
    .branded-apparel-body .builder-header {
      position: absolute;
      height: 100%;
      overflow: visible; } }

@media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
  .branded-apparel-body .builder-slider {
    position: sticky;
    top: 0;
    margin-left: 0;
    margin-right: 0; } }

.branded-apparel-body .jersey-builder {
  position: relative; }

@media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
  .branded-apparel-body #builder-app {
    overflow: visible; } }

.branded-apparel-body .save-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  z-index: 99991; }

.builder-accordion-link {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 17px 10px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  pointer-events: none; }
  @media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
    .builder-accordion-link {
      text-align: left;
      padding: 17px 10px 17px 18px; } }
  .builder-accordion-link div {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 374px) {
      .builder-accordion-link div {
        min-width: 300px; } }
    @media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
      .builder-accordion-link div {
        min-width: 10px;
        padding-right: 30px; } }
    .builder-accordion-link div:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      right: 0;
      top: 5px;
      transform: rotate(-135deg); }

.builder-accordion-item.active .builder-accordion-link div:after {
  transform: rotate(-135deg); }

.builder-accordion-body .notice {
  background-color: #f0f0f0;
  color: #246fb7;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px; }
  @media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
    .builder-accordion-body .notice {
      text-align: left;
      padding: 10px 38px 10px 38px; } }
  .builder-accordion-body .notice div {
    display: inline-block;
    width: 100%;
    max-width: 300px; }
    @media screen and (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
      .builder-accordion-body .notice div {
        max-width: 680px; } }

.site-3 .builder-accordion-body .notice {
  color: #c51230; }

.builder-body .custom-jersey-catalog-main-wrap {
  position: relative; }

.builder-body .custom-jersey-catalog {
  padding-bottom: 60px; }

.builder-body .woocommerce-loop-product__link {
  cursor: pointer; }

.builder-body .product-row {
  font-family: Oswald, sans-serif;
  margin-bottom: 18px; }

.builder-body .products-wrap {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1600px) {
    .builder-body .products-wrap {
      padding-left: 36px;
      padding-right: 36px; } }
  @media (max-width: 399px) {
    .builder-body .products-wrap {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 1598px) {
  .builder-body .products-wrap .title {
    margin-bottom: 25px;
    font-size: 26px; } }

@media screen and (orientation: landscape) and (max-width: 767px) {
  .builder-body .products-wrap .title {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 17px; } }

.builder-body #wc-product-page li.product {
  width: 50%;
  margin-bottom: 14px; }
  @media (min-width: 1600px) {
    .builder-body #wc-product-page li.product {
      width: 25%; } }
  @media screen and (orientation: landscape) and (max-width: 767px) {
    .builder-body #wc-product-page li.product {
      width: 100%; } }

div.modal {
  overflow: hidden;
  max-width: 340px;
  padding: 44px 20px 20px;
  cursor: default !important; }
  @media (min-width: 400px) {
    div.modal {
      padding: 44px 34px 30px; } }
  @media (min-width: 768px) {
    div.modal {
      max-width: 390px; } }
  div.modal > .img:first-child {
    margin-top: -20px; }
  div.modal .btn, div.modal .woocommerce #respond input#submit, .woocommerce #respond div.modal input#submit, div.modal .woocommerce a.button, .woocommerce div.modal a.button, div.modal .woocommerce button.button, .woocommerce div.modal button.button, div.modal .woocommerce input.button, .woocommerce div.modal input.button, div.modal .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title div.modal .edit, div.modal body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li div.modal a {
    min-width: 187px; }

.no-touch div.sign-in-modal .btn:hover, .no-touch div.sign-in-modal .woocommerce #respond input#submit:hover, .woocommerce #respond .no-touch div.sign-in-modal input#submit:hover, .no-touch div.sign-in-modal .woocommerce a.button:hover, .woocommerce .no-touch div.sign-in-modal a.button:hover, .no-touch div.sign-in-modal .woocommerce button.button:hover, .woocommerce .no-touch div.sign-in-modal button.button:hover, .no-touch div.sign-in-modal .woocommerce input.button:hover, .woocommerce .no-touch div.sign-in-modal input.button:hover, .no-touch div.sign-in-modal .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .no-touch div.sign-in-modal .edit:hover, .no-touch div.sign-in-modal body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .no-touch div.sign-in-modal a:hover,
.no-touch div.delivery-modal .btn:hover,
.no-touch div.delivery-modal .woocommerce #respond input#submit:hover,
.woocommerce #respond .no-touch div.delivery-modal input#submit:hover,
.no-touch div.delivery-modal .woocommerce a.button:hover,
.woocommerce .no-touch div.delivery-modal a.button:hover,
.no-touch div.delivery-modal .woocommerce button.button:hover,
.woocommerce .no-touch div.delivery-modal button.button:hover,
.no-touch div.delivery-modal .woocommerce input.button:hover,
.woocommerce .no-touch div.delivery-modal input.button:hover,
.no-touch div.delivery-modal .woocommerce-account .addresses .title .edit:hover,
.woocommerce-account .addresses .title .no-touch div.delivery-modal .edit:hover,
.no-touch div.delivery-modal body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover,
body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .no-touch div.delivery-modal a:hover {
  background-color: #246fb7;
  border-color: #246fb7; }

.site-3.no-touch div.sign-in-modal .btn:hover, .woocommerce #respond .site-3.no-touch div.sign-in-modal input#submit:hover, .woocommerce .site-3.no-touch div.sign-in-modal a.button:hover, .woocommerce .site-3.no-touch div.sign-in-modal button.button:hover, .woocommerce .site-3.no-touch div.sign-in-modal input.button:hover, .site-3.no-touch div.sign-in-modal .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .site-3.no-touch div.sign-in-modal .edit:hover, .site-3.no-touch div.sign-in-modal .woocommerce #respond input#submit:hover, .site-3.no-touch .woocommerce #respond div.sign-in-modal input#submit:hover, .site-3.no-touch div.sign-in-modal .woocommerce a.button:hover, .site-3.no-touch .woocommerce div.sign-in-modal a.button:hover, .site-3.no-touch div.sign-in-modal .woocommerce button.button:hover, .site-3.no-touch .woocommerce div.sign-in-modal button.button:hover, .site-3.no-touch div.sign-in-modal .woocommerce input.button:hover, .site-3.no-touch .woocommerce div.sign-in-modal input.button:hover, .site-3.no-touch div.sign-in-modal body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .site-3.no-touch div.sign-in-modal a:hover,
.site-3.no-touch div.delivery-modal .btn:hover,
.woocommerce #respond .site-3.no-touch div.delivery-modal input#submit:hover,
.woocommerce .site-3.no-touch div.delivery-modal a.button:hover,
.woocommerce .site-3.no-touch div.delivery-modal button.button:hover,
.woocommerce .site-3.no-touch div.delivery-modal input.button:hover,
.site-3.no-touch div.delivery-modal .woocommerce-account .addresses .title .edit:hover,
.woocommerce-account .addresses .title .site-3.no-touch div.delivery-modal .edit:hover,
.site-3.no-touch div.delivery-modal .woocommerce #respond input#submit:hover,
.site-3.no-touch .woocommerce #respond div.delivery-modal input#submit:hover,
.site-3.no-touch div.delivery-modal .woocommerce a.button:hover,
.site-3.no-touch .woocommerce div.delivery-modal a.button:hover,
.site-3.no-touch div.delivery-modal .woocommerce button.button:hover,
.site-3.no-touch .woocommerce div.delivery-modal button.button:hover,
.site-3.no-touch div.delivery-modal .woocommerce input.button:hover,
.site-3.no-touch .woocommerce div.delivery-modal input.button:hover,
.site-3.no-touch div.delivery-modal body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover,
body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .site-3.no-touch div.delivery-modal a:hover {
  background-color: #c51230;
  border-color: #c51230; }

div.feature-modal,
div.add-phone-modal,
div.cl-readmore-modal,
div.registration-modal,
div.sign-in-modal,
div.delivery-modal {
  text-align: center; }
  div.feature-modal .img,
  div.add-phone-modal .img,
  div.cl-readmore-modal .img,
  div.registration-modal .img,
  div.sign-in-modal .img,
  div.delivery-modal .img {
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      div.feature-modal .img,
      div.add-phone-modal .img,
      div.cl-readmore-modal .img,
      div.registration-modal .img,
      div.sign-in-modal .img,
      div.delivery-modal .img {
        margin-bottom: 13px; } }
    div.feature-modal .img img,
    div.add-phone-modal .img img,
    div.cl-readmore-modal .img img,
    div.registration-modal .img img,
    div.sign-in-modal .img img,
    div.delivery-modal .img img {
      width: 100%;
      max-width: 100px; }
      @media (min-width: 768px) {
        div.feature-modal .img img,
        div.add-phone-modal .img img,
        div.cl-readmore-modal .img img,
        div.registration-modal .img img,
        div.sign-in-modal .img img,
        div.delivery-modal .img img {
          max-width: 144px; } }
  div.feature-modal .text,
  div.add-phone-modal .text,
  div.cl-readmore-modal .text,
  div.registration-modal .text,
  div.sign-in-modal .text,
  div.delivery-modal .text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      div.feature-modal .text,
      div.add-phone-modal .text,
      div.cl-readmore-modal .text,
      div.registration-modal .text,
      div.sign-in-modal .text,
      div.delivery-modal .text {
        font-size: 16px; } }
    div.feature-modal .text p,
    div.add-phone-modal .text p,
    div.cl-readmore-modal .text p,
    div.registration-modal .text p,
    div.sign-in-modal .text p,
    div.delivery-modal .text p {
      margin-bottom: 12px; }
  div.feature-modal .title,
  div.add-phone-modal .title,
  div.cl-readmore-modal .title,
  div.registration-modal .title,
  div.sign-in-modal .title,
  div.delivery-modal .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      div.feature-modal .title,
      div.add-phone-modal .title,
      div.cl-readmore-modal .title,
      div.registration-modal .title,
      div.sign-in-modal .title,
      div.delivery-modal .title {
        font-size: 18px; } }

div.cl-readmore-modal {
  max-width: 360px; }
  @media (min-width: 768px) {
    div.cl-readmore-modal {
      max-width: 500px; } }
  div.cl-readmore-modal .title {
    margin-bottom: 20px; }
  div.cl-readmore-modal .text strong[style] {
    font-weight: 400; }

div.sign-in-modal .top {
  position: relative;
  padding-bottom: 20px; }
  div.sign-in-modal .top > .img:first-child {
    margin-top: -20px; }
  div.sign-in-modal .top:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 1px;
    width: calc(100% + 40px);
    left: -20px;
    bottom: 0; }
    @media (min-width: 400px) {
      div.sign-in-modal .top:after {
        width: calc(100% + 68px);
        left: -34px; } }
  div.sign-in-modal .top .text {
    margin-bottom: 15px; }

div.sign-in-modal .create-acc-wrap a {
  text-decoration: none;
  font-size: 14px;
  cursor: pointer; }
  @media (min-width: 768px) {
    div.sign-in-modal .create-acc-wrap a {
      font-size: 16px; } }
  div.sign-in-modal .create-acc-wrap a:hover {
    text-decoration: underline; }

div.sign-in-modal input {
  margin-bottom: 16px;
  padding: 0 10px;
  color: #000;
  font-size: 16px; }
  div.sign-in-modal input:focus {
    outline: none;
    border-color: 1px solid #246fb7; }
  div.sign-in-modal input::-webkit-input-placeholder {
    color: #878787;
    opacity: 0.99;
    color: #464646;
    font-size: 14px; }
  div.sign-in-modal input::-moz-placeholder {
    opacity: 1;
    color: #878787;
    opacity: 0.99;
    color: #464646;
    font-size: 14px; }
  div.sign-in-modal input:-moz-placeholder {
    color: #878787;
    opacity: 0.99;
    color: #464646;
    font-size: 14px; }
  div.sign-in-modal input:-ms-input-placeholder {
    color: #878787;
    opacity: 0.99;
    color: #464646;
    font-size: 14px; }
  div.sign-in-modal input.placeholder {
    color: #878787;
    opacity: 0.99;
    color: #464646;
    font-size: 14px; }

div.sign-in-modal .sign-in-form {
  margin-bottom: 0;
  padding-top: 25px;
  position: relative; }
  div.sign-in-modal .sign-in-form .title {
    margin-bottom: 15px; }
  div.sign-in-modal .sign-in-form .btn, div.sign-in-modal .sign-in-form .woocommerce #respond input#submit, .woocommerce #respond div.sign-in-modal .sign-in-form input#submit, div.sign-in-modal .sign-in-form .woocommerce a.button, .woocommerce div.sign-in-modal .sign-in-form a.button, div.sign-in-modal .sign-in-form .woocommerce button.button, .woocommerce div.sign-in-modal .sign-in-form button.button, div.sign-in-modal .sign-in-form .woocommerce input.button, .woocommerce div.sign-in-modal .sign-in-form input.button, div.sign-in-modal .sign-in-form .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title div.sign-in-modal .sign-in-form .edit, div.sign-in-modal .sign-in-form body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li div.sign-in-modal .sign-in-form a {
    float: none; }
  div.sign-in-modal .sign-in-form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.9) url(img/loader2.html) center/100px no-repeat; }
  div.sign-in-modal .sign-in-form.auth-success .success-mess {
    display: block; }
  div.sign-in-modal .sign-in-form.auth-success .error-mess {
    display: none !important; }
  div.sign-in-modal .sign-in-form.loading {
    pointer-events: none; }
    div.sign-in-modal .sign-in-form.loading:after {
      opacity: 1;
      visibility: visible; }

div.sign-in-modal .forgot-password {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 12px; }
  div.sign-in-modal .forgot-password a {
    color: #464646;
    text-decoration: none; }
    div.sign-in-modal .forgot-password a:hover {
      color: #246fb7; }

div.sign-in-modal .success-mess {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-top: 80px;
  z-index: 10;
  display: none; }

div.sign-in-modal .error-mess {
  background-color: #f0f0f0;
  padding: 5px 10px;
  text-align: left;
  border-left: 3px solid red;
  margin-bottom: 10px;
  font-size: 13px; }

.site-3 div.sign-in-modal input:focus {
  border-color: 1px solid #c51230; }

.site-3 div.sign-in-modal .forgot-password a:hover {
  color: #c51230; }

.site-3 div.sign-in-modal .sign-in-form:after {
  background: rgba(255, 255, 255, 0.9) url(img/loader3.html) center/100px no-repeat; }

.site-3 .recaptcha-wrap .loader div:after {
  background: url(img/loader3.html) center/52px no-repeat; }

.site-3 form.atomic-register .submit-btn:after {
  background: url(img/loader3.html) center/contain no-repeat; }

div.registration-modal {
  padding: 40px 25px 20px;
  width: 400px; }
  @media (max-width: 767px) {
    div.registration-modal {
      padding: 35px 20px 20px; } }
  div.registration-modal a:focus {
    outline: none; }
  div.registration-modal .country-field {
    display: none; }
  div.registration-modal .email-field {
    margin-bottom: 30px; }
  div.registration-modal .account-information-fields {
    border: 1px solid #000;
    padding: 14px 25px 14px;
    margin-bottom: 20px; }
  div.registration-modal .title {
    margin-bottom: 16px; }
  div.registration-modal .min-title {
    font-weight: bold;
    margin-bottom: 10px; }
  div.registration-modal .label {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px; }
    div.registration-modal .label.name-label {
      margin-top: 0; }
    div.registration-modal .label.email-label {
      margin-top: 15px; }
    div.registration-modal .label span {
      color: red;
      font-style: italic;
      font-size: 11px;
      display: inline-block;
      padding-left: 5px; }
      div.registration-modal .label span.opt {
        color: #000;
        opacity: 0.6; }
  div.registration-modal .form-bottom {
    padding: 0 26px; }
    div.registration-modal .form-bottom .min-title {
      margin-bottom: 5px; }
  div.registration-modal .cell-phone-notice {
    font-size: 11px;
    opacity: 0.6; }
  div.registration-modal .hidden-phone-field {
    display: none; }
  div.registration-modal .recaptcha-notice {
    margin-top: 16px; }

.register-top-block .img {
  margin-top: -20px; }

.recaptcha-wrap {
  position: relative;
  margin-bottom: 15px;
  margin-top: 7px; }
  .recaptcha-wrap .loader {
    text-align: center;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 42px; }
    .recaptcha-wrap .loader div {
      position: relative;
      white-space: nowrap; }
      .recaptcha-wrap .loader div:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        background: url(img/loader2.html) center/52px no-repeat; }
  .recaptcha-wrap.loaded .loader {
    display: none; }

#authrecaptcha {
  min-height: 78px; }
  #authrecaptcha > div {
    margin: 0 auto; }
    @media (max-width: 767px) {
      #authrecaptcha > div {
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }

form.atomic-register {
  overflow: visible;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative; }
  form.atomic-register:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 2; }
  form.atomic-register.loading {
    pointer-events: none; }
    form.atomic-register.loading:after {
      display: block; }
    form.atomic-register.loading .submit-btn:after {
      display: block; }
  form.atomic-register .field.country-field {
    cursor: not-allowed; }
  form.atomic-register .disabled-selection {
    cursor: disabled;
    pointer-events: none;
    opacity: 0.4; }
  form.atomic-register > * {
    order: 50; }
  form.atomic-register .recaptcha-wrap {
    order: 97; }
  form.atomic-register .submit-btn {
    order: 99;
    position: relative; }
    form.atomic-register .submit-btn:after {
      content: '';
      position: absolute;
      width: 100px;
      height: 100px;
      left: 50%;
      top: 50%;
      margin-top: -50px;
      margin-left: -50px;
      z-index: 10;
      display: none;
      background: url(img/loader2.html) center/contain no-repeat; }
    form.atomic-register .submit-btn [data-fancybox-close] {
      display: none; }
  form.atomic-register .bottom-text-wrap {
    order: 100;
    color: #878787;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    margin: 16px auto 0; }
    form.atomic-register .bottom-text-wrap p:last-child {
      margin-bottom: 0; }
  form.atomic-register .woocommerce-privacy-policy-text {
    display: none; }
  form.atomic-register select,
  form.atomic-register input {
    margin-bottom: 10px;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    height: 33px;
    width: 100%;
    border: 1px solid #000;
    background: #fff; }
    form.atomic-register select:focus,
    form.atomic-register input:focus {
      outline: none;
      border-color: 1px solid #246fb7; }
    form.atomic-register select::-webkit-input-placeholder,
    form.atomic-register input::-webkit-input-placeholder {
      opacity: 0.99;
      color: #878787;
      font-size: 14px; }
    form.atomic-register select::-moz-placeholder,
    form.atomic-register input::-moz-placeholder {
      opacity: 1;
      opacity: 0.99;
      color: #878787;
      font-size: 14px; }
    form.atomic-register select:-moz-placeholder,
    form.atomic-register input:-moz-placeholder {
      opacity: 0.99;
      color: #878787;
      font-size: 14px; }
    form.atomic-register select:-ms-input-placeholder,
    form.atomic-register input:-ms-input-placeholder {
      opacity: 0.99;
      color: #878787;
      font-size: 14px; }
    form.atomic-register select.placeholder,
    form.atomic-register input.placeholder {
      opacity: 0.99;
      color: #878787;
      font-size: 14px; }
  form.atomic-register select:required:invalid {
    color: gray; }
  form.atomic-register option {
    color: black; }
  form.atomic-register select {
    padding: 0 5px;
    cursor: pointer; }
  form.atomic-register iframe {
    margin-bottom: 0; }
  form.atomic-register div.btn, form.atomic-register .woocommerce-account .addresses .title div.edit, .woocommerce-account .addresses .title form.atomic-register div.edit,
  form.atomic-register button.btn,
  form.atomic-register .woocommerce button.button,
  .woocommerce form.atomic-register button.button,
  form.atomic-register .woocommerce-account .addresses .title button.edit,
  .woocommerce-account .addresses .title form.atomic-register button.edit {
    float: none;
    min-width: 214px;
    text-transform: none; }
  form.atomic-register .phone-field {
    margin-bottom: 23px; }
  form.atomic-register .double-inputs-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  form.atomic-register .zip-wrap {
    width: calc(36% - 5px); }
  form.atomic-register .city-field {
    width: calc(64% - 5px); }
  form.atomic-register .success-mess {
    background-color: #f0f0f0;
    padding: 10px 10px;
    text-align: left;
    border-left: 4px solid #09b431;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    display: none;
    order: 97; }
    form.atomic-register .success-mess h4 {
      font-size: 16px;
      margin-bottom: 0;
      line-height: 1.4; }
    form.atomic-register .success-mess > div {
      text-align: left; }
  form.atomic-register .countdown-to-reload {
    padding-left: 5px; }
  form.atomic-register.reg-success .success-mess {
    display: block; }
  form.atomic-register.reg-success .submit-btn [type="submit"] {
    display: none; }
  form.atomic-register.reg-success .submit-btn [data-fancybox-close] {
    display: inline-block; }
  form.atomic-register.reg-success .recaptcha-wrap {
    display: none; }
  form.atomic-register .error-mess {
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: left;
    border-left: 3px solid red;
    margin-bottom: 10px;
    font-size: 13px;
    display: none;
    order: 97; }
    form.atomic-register .error-mess a {
      display: none; }

.receive-communication {
  text-align: left;
  position: relative;
  padding-left: 28px;
  margin-top: 10px; }
  .receive-communication .checkbox-label {
    color: red;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    cursor: pointer; }
  .receive-communication input {
    width: 18px !important;
    height: 18px !important;
    position: absolute;
    left: 0;
    top: 2px; }
  .receive-communication .communication-hint {
    font-weight: bold;
    font-size: 9px;
    opacity: 0.6;
    margin-top: 3px; }

.site-3 form.atomic-register select:focus,
.site-3 form.atomic-register input:focus {
  border-color: 1px solid #c51230; }

.proofing-modal-wrap {
  display: none; }

#proof-modal.fancybox-content {
  border-radius: 7px;
  padding: 0; }
  @media (min-width: 1024px) {
    #proof-modal.fancybox-content {
      border-radius: 16px; } }
  #proof-modal.fancybox-content .fancybox-button {
    display: none; }

.proof-modal-block .upload-proofs-header,
.proof-modal-block .modal-proof-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 12px;
  border-bottom: 2px solid #3b3b3b; }
  @media (min-width: 1024px) {
    .proof-modal-block .upload-proofs-header,
    .proof-modal-block .modal-proof-header {
      padding: 18px 42px; } }
  .proof-modal-block .upload-proofs-header .left,
  .proof-modal-block .modal-proof-header .left {
    font-size: 16px;
    padding-right: 15px;
    word-break: break-word;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .proof-modal-block .upload-proofs-header .left,
      .proof-modal-block .modal-proof-header .left {
        font-size: 24px;
        font-weight: 500;
        padding-right: 30px; } }
  .proof-modal-block .upload-proofs-header .btn, .proof-modal-block .upload-proofs-header .woocommerce #respond input#submit, .woocommerce #respond .proof-modal-block .upload-proofs-header input#submit, .proof-modal-block .upload-proofs-header .woocommerce a.button, .woocommerce .proof-modal-block .upload-proofs-header a.button, .proof-modal-block .upload-proofs-header .woocommerce button.button, .woocommerce .proof-modal-block .upload-proofs-header button.button, .proof-modal-block .upload-proofs-header .woocommerce input.button, .woocommerce .proof-modal-block .upload-proofs-header input.button, .proof-modal-block .upload-proofs-header .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proof-modal-block .upload-proofs-header .edit, .proof-modal-block .upload-proofs-header body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proof-modal-block .upload-proofs-header a,
  .proof-modal-block .modal-proof-header .btn,
  .proof-modal-block .modal-proof-header .woocommerce #respond input#submit,
  .woocommerce #respond .proof-modal-block .modal-proof-header input#submit,
  .proof-modal-block .modal-proof-header .woocommerce a.button,
  .woocommerce .proof-modal-block .modal-proof-header a.button,
  .proof-modal-block .modal-proof-header .woocommerce button.button,
  .woocommerce .proof-modal-block .modal-proof-header button.button,
  .proof-modal-block .modal-proof-header .woocommerce input.button,
  .woocommerce .proof-modal-block .modal-proof-header input.button,
  .proof-modal-block .modal-proof-header .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title .proof-modal-block .modal-proof-header .edit,
  .proof-modal-block .modal-proof-header body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proof-modal-block .modal-proof-header a {
    padding: 3px 12px; }
    @media (min-width: 1024px) {
      .proof-modal-block .upload-proofs-header .btn, .proof-modal-block .upload-proofs-header .woocommerce #respond input#submit, .woocommerce #respond .proof-modal-block .upload-proofs-header input#submit, .proof-modal-block .upload-proofs-header .woocommerce a.button, .woocommerce .proof-modal-block .upload-proofs-header a.button, .proof-modal-block .upload-proofs-header .woocommerce button.button, .woocommerce .proof-modal-block .upload-proofs-header button.button, .proof-modal-block .upload-proofs-header .woocommerce input.button, .woocommerce .proof-modal-block .upload-proofs-header input.button, .proof-modal-block .upload-proofs-header .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proof-modal-block .upload-proofs-header .edit, .proof-modal-block .upload-proofs-header body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proof-modal-block .upload-proofs-header a,
      .proof-modal-block .modal-proof-header .btn,
      .proof-modal-block .modal-proof-header .woocommerce #respond input#submit,
      .woocommerce #respond .proof-modal-block .modal-proof-header input#submit,
      .proof-modal-block .modal-proof-header .woocommerce a.button,
      .woocommerce .proof-modal-block .modal-proof-header a.button,
      .proof-modal-block .modal-proof-header .woocommerce button.button,
      .woocommerce .proof-modal-block .modal-proof-header button.button,
      .proof-modal-block .modal-proof-header .woocommerce input.button,
      .woocommerce .proof-modal-block .modal-proof-header input.button,
      .proof-modal-block .modal-proof-header .woocommerce-account .addresses .title .edit,
      .woocommerce-account .addresses .title .proof-modal-block .modal-proof-header .edit,
      .proof-modal-block .modal-proof-header body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
      body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proof-modal-block .modal-proof-header a {
        padding: 4px 20px; } }

.proof-modal-block .modal-proof-body {
  padding: 10px 10px 10px;
  text-align: center; }
  @media (min-width: 1024px) {
    .proof-modal-block .modal-proof-body {
      padding: 20px 42px 42px; } }
  .proof-modal-block .modal-proof-body img {
    display: block;
    margin: 0 auto; }

.proogin-default-modal {
  max-width: 450px; }
  .proogin-default-modal.approve-single-proof {
    width: 100%;
    max-width: 370px; }
  .proogin-default-modal .block {
    text-align: center; }
  .proogin-default-modal .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(img/svg/attention.html) center/contain no-repeat;
    margin-bottom: 10px; }
  .proogin-default-modal .img-icon {
    display: inline-block;
    margin-bottom: 10px; }
  .proogin-default-modal .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px; }
  .proogin-default-modal .btns {
    margin-top: 30px; }
  .proogin-default-modal .btn, .proogin-default-modal .woocommerce #respond input#submit, .woocommerce #respond .proogin-default-modal input#submit, .proogin-default-modal .woocommerce a.button, .woocommerce .proogin-default-modal a.button, .proogin-default-modal .woocommerce button.button, .woocommerce .proogin-default-modal button.button, .proogin-default-modal .woocommerce input.button, .woocommerce .proogin-default-modal input.button, .proogin-default-modal .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proogin-default-modal .edit, .proogin-default-modal body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proogin-default-modal a {
    max-width: 230px;
    width: 100%;
    margin: 6px auto;
    float: none;
    text-transform: none; }
  .proogin-default-modal.review-description-modal .block {
    text-align: left; }
  .proogin-default-modal.review-description-modal ol {
    padding-left: 18px; }
  .proogin-default-modal.review-description-modal .btns {
    text-align: center; }
  .proogin-default-modal.review-process-text-modal .block {
    text-align: left; }
  .proogin-default-modal.review-process-text-modal ol {
    padding-left: 18px;
    color: #464646; }
    .proogin-default-modal.review-process-text-modal ol li {
      margin-bottom: 15px; }
  .proogin-default-modal.review-process-text-modal .title {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px; }
  .proogin-default-modal.review-process-text-modal .btns {
    text-align: center; }
  .proogin-default-modal.review-process-text-modal strong {
    font-weight: 400;
    text-decoration: underline; }

div.verification-complete {
  text-align: center;
  padding: 44px 15px 15px;
  max-width: 340px;
  width: 100%; }
  div.verification-complete .phone-verified-text,
  div.verification-complete .email-verified-text {
    color: #01911B;
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-right: 16px; }
    div.verification-complete .phone-verified-text.hide,
    div.verification-complete .email-verified-text.hide {
      display: none; }
    div.verification-complete .phone-verified-text:after,
    div.verification-complete .email-verified-text:after {
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      top: 2px;
      right: 0;
      background: url(img/svg/checked-g.html) center/contain no-repeat; }
  div.verification-complete .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #01911B; }
  div.verification-complete .registration-complete {
    background: #01911B;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 12px;
    padding: 9px 5px;
    margin-top: 27px; }

div.not-verified-email-phone,
div.not-verified-email,
div.phone-verified,
div.email-verified {
  text-align: center;
  max-width: 500px;
  width: 100%;
  font-size: 14px;
  padding: 35px 25px 20px; }
  div.not-verified-email-phone .icon img,
  div.not-verified-email .icon img,
  div.phone-verified .icon img,
  div.email-verified .icon img {
    width: 42px; }
  div.not-verified-email-phone .title,
  div.not-verified-email .title,
  div.phone-verified .title,
  div.email-verified .title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px; }
  div.not-verified-email-phone p,
  div.not-verified-email p,
  div.phone-verified p,
  div.email-verified p {
    margin-bottom: 16px; }
  div.not-verified-email-phone .text,
  div.not-verified-email .text,
  div.phone-verified .text,
  div.email-verified .text {
    text-align: left;
    width: 100%;
    max-width: 350px;
    margin: 10px auto 0; }
    div.not-verified-email-phone .text strong,
    div.not-verified-email .text strong,
    div.phone-verified .text strong,
    div.email-verified .text strong {
      font-weight: bold;
      color: red; }
  div.not-verified-email-phone ol,
  div.not-verified-email ol,
  div.phone-verified ol,
  div.email-verified ol {
    padding-left: 0; }
  div.not-verified-email-phone .text-2,
  div.not-verified-email .text-2,
  div.phone-verified .text-2,
  div.email-verified .text-2 {
    margin-top: 30px; }
  div.not-verified-email-phone .text-3,
  div.not-verified-email .text-3,
  div.phone-verified .text-3,
  div.email-verified .text-3 {
    margin-top: 24px; }
  div.not-verified-email-phone .text-2,
  div.not-verified-email-phone .text-3,
  div.not-verified-email .text-2,
  div.not-verified-email .text-3,
  div.phone-verified .text-2,
  div.phone-verified .text-3,
  div.email-verified .text-2,
  div.email-verified .text-3 {
    opacity: 0.7;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  div.not-verified-email-phone .btn, div.not-verified-email-phone .woocommerce #respond input#submit, .woocommerce #respond div.not-verified-email-phone input#submit, div.not-verified-email-phone .woocommerce a.button, .woocommerce div.not-verified-email-phone a.button, div.not-verified-email-phone .woocommerce button.button, .woocommerce div.not-verified-email-phone button.button, div.not-verified-email-phone .woocommerce input.button, .woocommerce div.not-verified-email-phone input.button, div.not-verified-email-phone .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title div.not-verified-email-phone .edit, div.not-verified-email-phone body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li div.not-verified-email-phone a,
  div.not-verified-email .btn,
  div.not-verified-email .woocommerce #respond input#submit,
  .woocommerce #respond div.not-verified-email input#submit,
  div.not-verified-email .woocommerce a.button,
  .woocommerce div.not-verified-email a.button,
  div.not-verified-email .woocommerce button.button,
  .woocommerce div.not-verified-email button.button,
  div.not-verified-email .woocommerce input.button,
  .woocommerce div.not-verified-email input.button,
  div.not-verified-email .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title div.not-verified-email .edit,
  div.not-verified-email body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li div.not-verified-email a,
  div.phone-verified .btn,
  div.phone-verified .woocommerce #respond input#submit,
  .woocommerce #respond div.phone-verified input#submit,
  div.phone-verified .woocommerce a.button,
  .woocommerce div.phone-verified a.button,
  div.phone-verified .woocommerce button.button,
  .woocommerce div.phone-verified button.button,
  div.phone-verified .woocommerce input.button,
  .woocommerce div.phone-verified input.button,
  div.phone-verified .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title div.phone-verified .edit,
  div.phone-verified body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li div.phone-verified a,
  div.email-verified .btn,
  div.email-verified .woocommerce #respond input#submit,
  .woocommerce #respond div.email-verified input#submit,
  div.email-verified .woocommerce a.button,
  .woocommerce div.email-verified a.button,
  div.email-verified .woocommerce button.button,
  .woocommerce div.email-verified button.button,
  div.email-verified .woocommerce input.button,
  .woocommerce div.email-verified input.button,
  div.email-verified .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title div.email-verified .edit,
  div.email-verified body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li div.email-verified a {
    width: 100%;
    max-width: 260px;
    font-size: 16px;
    margin-top: 20px; }
  div.not-verified-email-phone .proceed-btn,
  div.not-verified-email .proceed-btn,
  div.phone-verified .proceed-btn,
  div.email-verified .proceed-btn {
    opacity: 0.6; }
    div.not-verified-email-phone .proceed-btn:hover,
    div.not-verified-email .proceed-btn:hover,
    div.phone-verified .proceed-btn:hover,
    div.email-verified .proceed-btn:hover {
      opacity: 1; }

div.phone-verified {
  padding: 35px 25px 30px;
  max-width: 440px; }
  div.phone-verified .text {
    max-width: 340px; }

div.not-verified-email {
  padding: 35px 25px 30px;
  max-width: 480px; }
  div.not-verified-email .text {
    max-width: 390px; }

div.not-verified-email-phone {
  padding: 35px 25px 20px;
  max-width: 480px; }
  div.not-verified-email-phone .text {
    max-width: 390px; }

div.reenter-modal {
  padding: 60px 44px 44px; }
  div.reenter-modal form {
    margin-bottom: 0; }
    div.reenter-modal form .loader {
      background: rgba(255, 255, 255, 0.8); }
    div.reenter-modal form.loading .loader {
      opacity: 1;
      visibility: visible; }
  div.reenter-modal .label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  div.reenter-modal .field {
    margin-bottom: 35px; }
  div.reenter-modal .submit-wrap {
    text-align: center; }
  div.reenter-modal button[type="submit"] {
    float: none;
    text-transform: none;
    min-width: 240px; }
  div.reenter-modal .errors {
    background-color: #f0f0f0;
    padding: 5px 10px;
    text-align: left;
    border-left: 3px solid red;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
    display: none; }

div.add-phone-modal {
  width: 444px;
  padding: 35px 28px 30px; }
  @media (min-width: 410px) {
    div.add-phone-modal {
      padding: 35px 35px 30px; } }
  div.add-phone-modal form {
    margin-bottom: 10px; }
  div.add-phone-modal .phone-field {
    margin-top: 20px; }
    div.add-phone-modal .phone-field .label {
      font-size: 14px;
      font-weight: 500;
      color: #000;
      text-align: left;
      display: block;
      margin-bottom: 5px; }
      @media (min-width: 410px) {
        div.add-phone-modal .phone-field .label {
          font-size: 16px; } }
    div.add-phone-modal .phone-field .opt {
      color: #878787;
      font-style: italic;
      font-size: 12px;
      font-weight: bold; }
  div.add-phone-modal .cellphone-notice {
    font-size: 12px;
    text-align: center;
    color: #878787;
    margin-top: 15px; }
  div.add-phone-modal .submit-btn-wrap {
    margin-top: 28px; }
    div.add-phone-modal .submit-btn-wrap button {
      float: none;
      padding: 7px 30px;
      text-transform: none; }
  div.add-phone-modal .bottom-text {
    margin-top: 20px; }
    div.add-phone-modal .bottom-text button {
      padding: 7px 30px; }
  div.add-phone-modal .common-errors {
    display: none;
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-align: left; }

.without-phone-loader {
  background-color: rgba(255, 255, 255, 0.9); }

.proceed-loading {
  position: relative; }
  .proceed-loading .without-phone-loader {
    opacity: 1;
    visibility: visible; }

.reenter-loading .loader {
  opacity: 1;
  visibility: visible; }

.add-phone-modal form {
  position: static; }

.add-phone-modal.verify-loading .verify-loader {
  opacity: 1;
  visibility: visible; }

.add-phone-modal .default-loader {
  background-color: rgba(255, 255, 255, 0.9); }

.password-input-wrap {
  position: relative; }
  .password-input-wrap input {
    padding-right: 30px !important; }
  .password-input-wrap.show-pass .toggle-pass-visibility {
    background: url(img/svg/password-hidden.html) center/18px no-repeat; }
  .password-input-wrap .toggle-pass-visibility {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(img/svg/password-visible.html) center/18px no-repeat;
    cursor: pointer;
    opacity: 0.6; }
    .password-input-wrap .toggle-pass-visibility:hover {
      opacity: 1; }

div.feature-modal {
  max-width: 520px; }
  div.feature-modal .title {
    margin-bottom: 16px; }
  div.feature-modal .text {
    text-align: center; }
  div.feature-modal .feature-option {
    display: flex;
    text-align: left;
    margin-bottom: 10px; }
  div.feature-modal .feature-img {
    width: 90px;
    min-width: 90px;
    padding-right: 30px; }
    div.feature-modal .feature-img img {
      max-width: 60px;
      max-height: 60px; }
  div.feature-modal .feature-name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px; }
  div.feature-modal .feature-text {
    font-size: 14px; }
  div.feature-modal .feature-text-block {
    width: 100%; }
  div.feature-modal p {
    color: #707070;
    margin-bottom: 14px; }

div.change-history-wrap {
  max-width: 600px;
  width: 100%;
  text-align: center; }
  div.change-history-wrap .message-wrap {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap; }
  div.change-history-wrap textarea {
    position: relative;
    border-radius: 10px;
    line-height: 1.3;
    height: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    resize: none;
    display: block;
    width: 100%;
    background-color: #8b8b8b;
    overflow: hidden !important;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 16px 14px 16px; }
  div.change-history-wrap .time {
    margin-top: 5px;
    order: 5;
    width: 100%;
    font-size: 12px;
    color: #888; }

.empty-history {
  margin-top: 30px; }
  .empty-history p:last-child {
    margin-bottom: 0; }

.knowledge-center-block {
  padding: 20px 0 10px;
  position: relative; }
  @media (min-width: 1024px) {
    .knowledge-center-block {
      display: flex;
      align-items: flex-start; } }
  @media (min-width: 1024px) {
    .knowledge-center-block .accordion {
      width: 400px;
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    .knowledge-center-block .info-box {
      order: 5;
      width: calc(100% - 400px);
      margin: 22px 0 20px; } }
  .knowledge-center-block:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8) url(img/loader2.html) center/100px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  @media (max-width: 1023px) {
    .knowledge-center-block.loading:after {
      opacity: 1;
      visibility: visible; } }
  .knowledge-center-block.loading .info-box:after {
    opacity: 1;
    visibility: visible; }

.faqs-fancybox-wrap {
  display: none; }

.info-box {
  background-color: #f0f0f0;
  padding: 14px 10px 2px 14px;
  margin-bottom: 23px;
  font-size: 14px;
  position: relative; }
  @media (min-width: 400px) {
    .info-box {
      margin-left: -14px;
      margin-right: -14px; } }
  @media (min-width: 1024px) {
    .info-box:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f0f0f0 url(img/loader2.html) center/100px no-repeat;
      opacity: 0;
      visibility: hidden;
      transition: .3s; } }
  .info-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 2px; }

.site-3 .knowledge-center-block:after {
  background: rgba(255, 255, 255, 0.8) url(img/loader3.html) center/100px no-repeat; }

@media (min-width: 1024px) {
  .site-3 .info-box:after {
    background: #f0f0f0 url(img/loader3.html) center/100px no-repeat; } }

.accordion {
  list-style: none;
  margin: 23px 0;
  padding: 0; }
  .accordion > li {
    border-top: 2px solid #707070; }
    .accordion > li.active .opener:after {
      transform: translateY(-50%); }
  .accordion .opener {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 10px 10px 16px;
    position: relative; }
    .accordion .opener:after, .accordion .opener:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #246fb7;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .accordion .opener:after {
      transition: .3s;
      transform: translateY(-50%) rotate(90deg); }
  .accordion .slide {
    display: none; }

.site-3 .accordion .opener:after, .site-3 .accordion .opener:before {
  background-color: #c51230; }

.faqs {
  list-style: none;
  padding: 0 0 15px 16px; }
  .faqs a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 3px 0; }
    .faqs a.active, .faqs a:hover {
      color: #246fb7; }

.site-3 .faqs a.active, .site-3 .faqs a:hover {
  color: #c51230; }

.fancybox-container .info-box {
  padding: 32px 20px 5px;
  margin-bottom: 0;
  max-width: 600px;
  width: 100%; }

.pricing-block {
  padding: 30px 0 10px; }
  .pricing-block .section-title {
    text-align: center;
    font-size: 21px;
    margin-bottom: 23px; }
  .pricing-block.white-text {
    background: url(img/bg.html) center/cover no-repeat;
    color: #fff;
    padding: 30px 0 40px; }

.guidelines {
  border: 1px solid #000;
  font-size: 15px;
  margin-bottom: 24px;
  background-color: #fff;
  color: #000; }
  @media (min-width: 1024px) {
    .guidelines {
      font-size: 16px;
      margin-bottom: 36px; } }
  .guidelines .guidelines-title {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    padding: 12px 12px; }
  .guidelines .caption {
    color: #c51230;
    font-weight: 700; }
  .guidelines .text {
    padding: 15px 14px 5px;
    line-height: 1.35; }
    .guidelines .text p {
      margin-bottom: 14px; }

.pricing-notes {
  color: #c51230; }

.contact-info-text {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: top right;
  margin: 22px 0 24px; }
  @media (min-width: 400px) {
    .contact-info-text {
      margin: 22px -14px 28px; } }
  @media (min-width: 1024px) {
    .contact-info-text {
      margin: 22px 0 20px; } }

.contact-group {
  margin: 0 0 40px; }
  @media (min-width: 768px) {
    .contact-group {
      margin: 0 0 60px; } }
  @media (min-width: 768px) {
    .contact-group .wp-block-group__inner-container {
      display: flex;
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .contact-group .wp-block-group__inner-container .contact-info-text {
      order: 4;
      width: 50%;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .contact-group .wp-block-group__inner-container .wpcf7 {
      width: 50%;
      margin-top: 22px;
      padding-right: 40px; } }
  .contact-group .wp-block-group__inner-container .wpcf7 h4 {
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .contact-group .wp-block-group__inner-container .wpcf7 h4 {
        display: none; } }
  @media (min-width: 768px) {
    .contact-group .wp-block-group__inner-container .wpcf7 form {
      margin-bottom: 6px; } }

.get-started-block {
  text-align: center;
  margin: 20px 0 40px; }
  .get-started-block form {
    text-align: left;
    width: 100%;
    max-width: 600px;
    margin: 24px auto 0; }
    .get-started-block form textarea {
      height: 100px; }
      @media (min-width: 768px) {
        .get-started-block form textarea {
          height: 84px; } }
  .get-started-block .icon-holder {
    margin-bottom: 3px; }
    .get-started-block .icon-holder img {
      width: 60px; }
  .get-started-block .title-section {
    font-size: 21px; }
  .get-started-block .call-heading {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700; }
  .get-started-block .phone-number {
    text-decoration: none;
    color: #246fb7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    transition: .3s; }
    .get-started-block .phone-number:hover {
      color: #104b84; }
  .get-started-block .btns {
    margin-top: 20px;
    margin-bottom: 20px; }
    .get-started-block .btns .btn, .get-started-block .btns .woocommerce #respond input#submit, .woocommerce #respond .get-started-block .btns input#submit, .get-started-block .btns .woocommerce a.button, .woocommerce .get-started-block .btns a.button, .get-started-block .btns .woocommerce button.button, .woocommerce .get-started-block .btns button.button, .get-started-block .btns .woocommerce input.button, .woocommerce .get-started-block .btns input.button, .get-started-block .btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .get-started-block .btns .edit, .get-started-block .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .get-started-block .btns a {
      margin: 0 3px 3px; }
      @media (max-width: 767px) {
        .get-started-block .btns .btn, .get-started-block .btns .woocommerce #respond input#submit, .woocommerce #respond .get-started-block .btns input#submit, .get-started-block .btns .woocommerce a.button, .woocommerce .get-started-block .btns a.button, .get-started-block .btns .woocommerce button.button, .woocommerce .get-started-block .btns button.button, .get-started-block .btns .woocommerce input.button, .woocommerce .get-started-block .btns input.button, .get-started-block .btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .get-started-block .btns .edit, .get-started-block .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .get-started-block .btns a {
          padding: 4px 20px; } }
  .get-started-block .text {
    font-weight: bold; }
    .get-started-block .text p {
      margin-bottom: 7px; }
    .get-started-block .text a[href^="tel"] {
      text-decoration: none;
      font-size: 20px;
      color: #246fb7; }
      .get-started-block .text a[href^="tel"]:hover {
        text-decoration: underline; }

.site-3 .get-started-block .phone-number {
  color: #c51230; }
  .site-3 .get-started-block .phone-number:hover {
    color: #860000; }

.site-3 .get-started-block .text a[href^="tel"] {
  color: #c51230; }

@media (min-width: 1024px) {
  .team-programs-group .wp-block-group__inner-container {
    display: flex;
    align-items: center; } }

@media (min-width: 1024px) {
  .team-programs-group .get-started-block {
    width: 45%;
    padding-right: 40px; } }

@media (min-width: 1024px) {
  .team-programs-group .testimonials-slider-block {
    width: 55%; } }

.testimonials-slider-block {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .testimonials-slider-block {
      margin-bottom: 50px; } }
  .testimonials-slider-block .top {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .testimonials-slider-block .top {
        margin-bottom: 30px; } }
  .testimonials-slider-block .image-holder {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 2px; }
    @media (min-width: 768px) {
      .testimonials-slider-block .image-holder {
        max-width: 350px; } }
    .testimonials-slider-block .image-holder img {
      display: block; }
  .testimonials-slider-block .subtitle {
    font-size: 16px;
    margin-bottom: -8px; }
    @media (min-width: 768px) {
      .testimonials-slider-block .subtitle {
        font-size: 18px; } }
  .testimonials-slider-block .title {
    font-size: 45px; }

.testimonials-slider-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 0 30px; }
  @media (min-width: 400px) {
    .testimonials-slider-wrap {
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .testimonials-slider-wrap {
      padding: 0 60px; } }
  .testimonials-slider-wrap .slick-arrow {
    padding: 0;
    font-size: 0;
    border: none;
    width: 30px;
    height: 34px;
    color: #000;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    margin-top: -14px; }
    .testimonials-slider-wrap .slick-arrow:hover {
      opacity: 1; }
    .testimonials-slider-wrap .slick-arrow:focus {
      outline: none; }
  .testimonials-slider-wrap .slick-prev {
    left: -40px;
    background: transparent url(img/svg/chevron-l.html) center/16px no-repeat; }
    @media (min-width: 400px) {
      .testimonials-slider-wrap .slick-prev {
        left: -37px; } }
    @media (min-width: 768px) {
      .testimonials-slider-wrap .slick-prev {
        left: -80px; } }
  .testimonials-slider-wrap .slick-next {
    right: -40px;
    background: transparent url(img/svg/chevron-r.html) center/16px no-repeat; }
    @media (min-width: 400px) {
      .testimonials-slider-wrap .slick-next {
        right: -37px; } }
    @media (min-width: 768px) {
      .testimonials-slider-wrap .slick-next {
        right: -80px; } }
  .testimonials-slider-wrap .block {
    text-align: center; }
  .testimonials-slider-wrap .text {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 20px 14px 20px; }
    @media (min-width: 400px) {
      .testimonials-slider-wrap .text {
        padding: 20px 34px 30px; } }
    @media (min-width: 768px) {
      .testimonials-slider-wrap .text {
        font-size: 20px;
        padding: 20px 27px 30px; } }
    .testimonials-slider-wrap .text p {
      margin-bottom: 0; }
    .testimonials-slider-wrap .text:after, .testimonials-slider-wrap .text:before {
      position: absolute;
      line-height: 1;
      font-size: 40px;
      font-family: 'Roboto';
      font-weight: 700; }
      @media (min-width: 400px) {
        .testimonials-slider-wrap .text:after, .testimonials-slider-wrap .text:before {
          font-size: 50px; } }
    .testimonials-slider-wrap .text:after {
      content: '”';
      bottom: -17px;
      right: 5px; }
      @media (min-width: 400px) {
        .testimonials-slider-wrap .text:after {
          bottom: -8px;
          right: 10px; } }
      @media (min-width: 768px) {
        .testimonials-slider-wrap .text:after {
          right: 0;
          bottom: -12px; } }
    .testimonials-slider-wrap .text:before {
      content: '“';
      top: 5px;
      left: 5px; }
      @media (min-width: 400px) {
        .testimonials-slider-wrap .text:before {
          top: 8px;
          left: 10px; } }
      @media (min-width: 768px) {
        .testimonials-slider-wrap .text:before {
          left: 0;
          top: 0; } }
  .testimonials-slider-wrap .caption {
    font-weight: 700;
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonials-slider-wrap .caption {
        font-size: 22px; } }

.product-sizing-block {
  padding: 60px 0 60px; }
  @media (min-width: 1024px) {
    .product-sizing-block {
      padding: 50px 0 40px; } }
  .product-sizing-block .top-text {
    width: 100%;
    order: 0; }
    .product-sizing-block .top-text h2 {
      margin-bottom: 5px; }
    .product-sizing-block .top-text h3 {
      font-size: 17px; }
  .product-sizing-block .bottom-text {
    width: 100%;
    order: 4; }
    .product-sizing-block .bottom-text ul {
      list-style: none;
      padding: 0; }
  @media (max-width: 1023px) {
    .product-sizing-block .size-gallery-text {
      padding-left: 20px;
      padding-right: 20px; } }
  .product-sizing-block .size-gallery-text ul {
    list-style: none;
    padding: 0; }
  .product-sizing-block > .container, .product-sizing-block > .container-min {
    display: flex; }
    @media (max-width: 1023px) {
      .product-sizing-block > .container, .product-sizing-block > .container-min {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .product-sizing-block > .container, .product-sizing-block > .container-min {
        flex-wrap: wrap; } }
  .product-sizing-block + .product-sizing-block {
    padding-top: 0; }
    .product-sizing-block + .product-sizing-block:before {
      margin-bottom: 60px;
      content: '';
      display: block;
      height: 20px;
      width: 100%;
      background: url(img/title-bg.html) center/cover no-repeat;
      background-color: #333; }
      @media (min-width: 1024px) {
        .product-sizing-block + .product-sizing-block:before {
          margin-bottom: 60px; } }

.no-touch .size-gallery-wrap .slick-dots li > div:hover:after,
.no-touch .size-gallery-wrap .slick-dots li > a:hover:after {
  z-index: 10;
  opacity: 1;
  visibility: visible; }

.thumbs-info {
  display: none; }

.size-gallery-wrap {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 1024px) {
    .size-gallery-wrap {
      width: 50%;
      order: 2;
      margin-left: 0;
      margin-right: 0;
      padding-right: 20px; } }
  .size-gallery-wrap .img {
    text-align: center; }
    .size-gallery-wrap .img img {
      margin: 0 auto; }
  .size-gallery-wrap .slick-dots {
    list-style: none;
    padding: 10px 0 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .size-gallery-wrap .slick-dots li {
      position: relative;
      margin-left: -2px; }
      .size-gallery-wrap .slick-dots li > div,
      .size-gallery-wrap .slick-dots li > a {
        display: block;
        width: 72px;
        padding-bottom: 94.9%;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        cursor: pointer; }
        .size-gallery-wrap .slick-dots li > div:after,
        .size-gallery-wrap .slick-dots li > a:after {
          content: '';
          position: absolute;
          top: 1px;
          left: 0;
          right: 0;
          bottom: 1px;
          border: 2px solid #333;
          opacity: 0;
          visibility: hidden;
          transition: .3s;
          pointer-events: none; }
  .size-gallery-wrap .go-to-link {
    background: url(img/1.html) center/contain no-repeat; }

.text-gallery {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  order: 5; }
  .text-gallery li {
    margin-right: 16px; }
    .text-gallery li:last-child {
      margin-right: 0; }

@media (max-width: 1023px) {
  .size-chart-wrap {
    margin-bottom: 25px; } }

@media (min-width: 1024px) {
  .size-chart-wrap {
    width: 50%;
    order: 3;
    margin-top: 0; } }

.size-table {
  border: 1px solid #333;
  text-align: center; }
  .size-table .tr {
    display: flex; }
  .size-table .th {
    background-color: #000;
    color: #fff;
    font-size: 12px; }
    @media (min-width: 550px) {
      .size-table .th {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .size-table .th {
        font-size: 16px; } }
  .size-table .td {
    font-size: 13px; }
    @media (min-width: 550px) {
      .size-table .td {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .size-table .td {
        font-size: 16px; } }
  .size-table .th,
  .size-table .td {
    flex-grow: 1;
    flex-basis: 0;
    padding: .76em .3em;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 550px) {
      .size-table .th,
      .size-table .td {
        padding: .76em .4em; } }
    .size-table .th:last-child,
    .size-table .td:last-child {
      padding-right: 1em; }
  .size-table .t-scrolled {
    max-height: 418px; }
    @media (min-width: 1024px) {
      .size-table .t-scrolled {
        max-height: 429px; } }
  .size-table .simplebar-track {
    background-color: #ebebeb;
    width: 14px; }
  .size-table .simplebar-scrollbar:before {
    left: 4px;
    right: 3px;
    opacity: 0.3; }

.page-template-template-home .content-container .banner-slider-wrap:first-child,
.page-template-template-home .content-container .home-banner:first-child {
  margin-top: 0; }

.home-banner {
  margin-top: 45px; }
  @media (min-width: 768px) {
    .home-banner {
      margin-top: 110px; } }
  @media (max-width: 767px) {
    .home-banner .container, .home-banner .container-min {
      padding: 0 12px; } }
  .home-banner .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .home-banner .title {
        font-size: 24px;
        margin-bottom: 20px; } }
  .home-banner img {
    display: block;
    width: 100%; }
  .home-banner a {
    display: block; }
  .home-banner .slick-track {
    display: block !important; }
  .home-banner .slick-slide {
    height: 100% !important; }
  .home-banner .slick-dots {
    list-style: none;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0 10px 7px; }
    @media (min-width: 768px) {
      .home-banner .slick-dots {
        padding: 0 10px 10px; } }
    .home-banner .slick-dots li {
      display: inline-block;
      margin: 0 6px 6px; }
      @media (min-width: 768px) {
        .home-banner .slick-dots li {
          margin: 0 10px 10px; } }
    .home-banner .slick-dots .slick-active button {
      background-color: #fff !important; }
      .home-banner .slick-dots .slick-active button:after {
        border-color: #000; }
    .home-banner .slick-dots button {
      width: 10px;
      height: 10px;
      padding: 0;
      font-size: 0;
      margin: 0;
      background: #000;
      position: relative;
      border-radius: 50%;
      border: none;
      opacity: 1; }
      @media (min-width: 768px) {
        .home-banner .slick-dots button {
          width: 12px;
          height: 12px; } }
      .home-banner .slick-dots button:hover {
        background-color: #fff; }
        .home-banner .slick-dots button:hover:after {
          border-color: #000; }
      .home-banner .slick-dots button:after {
        content: '';
        position: absolute;
        background-color: transparent;
        border: 4px solid rgba(255, 255, 255, 0.3);
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%; }
        @media (min-width: 768px) {
          .home-banner .slick-dots button:after {
            width: calc(100% + 12px);
            height: calc(100% + 12px);
            border: 6px solid rgba(255, 255, 255, 0.3); } }

.home-banner-two-col {
  margin-top: 45px; }
  @media (min-width: 768px) {
    .home-banner-two-col {
      margin-top: 110px; } }
  @media (max-width: 767px) {
    .home-banner-two-col .container, .home-banner-two-col .container-min {
      padding: 0 12px; } }
  .home-banner-two-col .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .home-banner-two-col .title {
        font-size: 24px;
        margin-bottom: 20px; } }
  .home-banner-two-col .img {
    display: block; }
    @media (max-width: 767px) {
      .home-banner-two-col .img {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .home-banner-two-col .img:last-child {
        margin-bottom: 0; } }
    .home-banner-two-col .img img {
      display: block;
      width: 100%; }
  @media (min-width: 768px) {
    .home-banner-two-col .images {
      display: grid;
      column-gap: 24px;
      grid-template-columns: calc(50% - 12px) calc(50% - 12px); } }

.slides-count-1 .slick-dots {
  display: none; }

.features-icons-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 1px; }
  @media (min-width: 768px) {
    .features-icons-block {
      padding: 50px 0 20px; } }
  @media (max-width: 1199px) {
    .features-icons-block {
      margin-left: -36px;
      margin-right: -36px; } }
  @media (max-width: 399px) {
    .features-icons-block {
      margin-left: -10px;
      margin-right: -10px; } }
  .features-icons-block .col {
    width: 33.3333%;
    text-align: center;
    padding: 0 7px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .features-icons-block .col {
        padding: 0 20px; } }
  .features-icons-block .text {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    font-size: 12px; }
    @media (min-width: 768px) {
      .features-icons-block .text {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .features-icons-block .text {
        line-height: 1.25; } }
    .features-icons-block .text p:last-child {
      margin-bottom: 0; }
  .features-icons-block .icon {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 90px;
    height: 50px;
    position: relative; }
    @media (min-width: 768px) {
      .features-icons-block .icon {
        margin: 0 auto 20px;
        max-width: 160px;
        height: 80px; } }
    .features-icons-block .icon img {
      position: absolute;
      width: auto;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 100%;
      max-height: 100%; }

.banner-slider-wrap {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .banner-slider-wrap {
      margin-top: 100px;
      margin-bottom: 60px; } }
  .banner-slider-wrap .banner-slider-wrap {
    text-align: center;
    margin-top: 47px;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
      .banner-slider-wrap .banner-slider-wrap {
        margin: 47px -70px 3px !important; } }
  @media (max-width: 767px) {
    .banner-slider-wrap .container, .banner-slider-wrap .container-min {
      padding: 0; } }
  .banner-slider-wrap .slick-slide {
    padding-top: 97vw;
    position: relative; }
    @media (min-width: 480px) {
      .banner-slider-wrap .slick-slide {
        padding-top: 91vw; } }
    @media (min-width: 768px) {
      .banner-slider-wrap .slick-slide {
        padding-top: 30vw; } }
    @media (min-width: 1200px) {
      .banner-slider-wrap .slick-slide {
        padding-top: 22vw; } }
    @media (min-width: 1750px) {
      .banner-slider-wrap .slick-slide {
        padding-top: 394px; } }
    .banner-slider-wrap .slick-slide img {
      display: inline-block;
      transition: .4s ease-in-out;
      transform-origin: bottom center;
      will-change: transform;
      transform: scale(0.8);
      backface-visibility: hidden; }
      @media (max-width: 767px) {
        .banner-slider-wrap .slick-slide img {
          width: 240%;
          max-width: 240%;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate3D(-63%, 0, 0) scale(0.72) !important; } }
      @media (min-width: 768px) {
        .banner-slider-wrap .slick-slide img {
          transform: scale(1.3); } }
      @media (min-width: 1200px) {
        .banner-slider-wrap .slick-slide img {
          transform: scale(1.1); } }
    .banner-slider-wrap .slick-slide.slick-current + .slick-slide {
      position: relative;
      z-index: 10; }
      .banner-slider-wrap .slick-slide.slick-current + .slick-slide img {
        transform: scale(1);
        transition: .4s ease-in-out; }
        @media (max-width: 767px) {
          .banner-slider-wrap .slick-slide.slick-current + .slick-slide img {
            transform: translate3D(-50%, 5px, 0) scale(1) !important; } }
        @media (min-width: 768px) {
          .banner-slider-wrap .slick-slide.slick-current + .slick-slide img {
            transform: scale(1.7); } }
        @media (min-width: 1200px) {
          .banner-slider-wrap .slick-slide.slick-current + .slick-slide img {
            transform: scale(1.4); } }
    @media (max-width: 767px) {
      .banner-slider-wrap .slick-slide.slick-current + .slick-slide + .slick-slide img {
        transform: translate3D(-37%, 0, 0) scale(0.72) !important; } }
    @media (max-width: 767px) {
      .banner-slider-wrap .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide img,
      .banner-slider-wrap .slick-slide.slick-current + .slick-slide + .slick-slide + .slick-slide img {
        visibility: hidden;
        opacity: 0; } }
  .banner-slider-wrap .slick-dots {
    list-style: none;
    padding: 16px 0 45px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 768px) {
      .banner-slider-wrap .slick-dots {
        padding: 24px 0 20px; } }
    .banner-slider-wrap .slick-dots li {
      margin: 0 2px 3px; }
    .banner-slider-wrap .slick-dots .slick-active button {
      border-color: #878787 !important; }
    .banner-slider-wrap .slick-dots button {
      border: 1px solid transparent;
      width: 18px;
      height: 18px;
      padding: 0;
      font-size: 0;
      margin: 0;
      background: transparent;
      position: relative;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .banner-slider-wrap .slick-dots button {
          width: 28px;
          height: 28px; } }
      .banner-slider-wrap .slick-dots button:hover {
        border-color: #ccc; }
      .banner-slider-wrap .slick-dots button:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #878787;
        border-radius: 50%; }
        @media (min-width: 768px) {
          .banner-slider-wrap .slick-dots button:after {
            width: 15px;
            height: 15px; } }
  .banner-slider-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 14px;
    z-index: -1;
    padding: 0 70px; }
    @media (min-width: 400px) {
      .banner-slider-wrap .bg {
        padding: 0 70px; } }
    @media (min-width: 768px) {
      .banner-slider-wrap .bg {
        padding: 0 36px; } }

.social-feed-block {
  background-color: #f0f0f0;
  padding: 33px 0 36px; }
  .social-feed-block .title {
    font-size: 25px; }
  .social-feed-block .text-holder {
    text-align: center;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .social-feed-block .container-big {
      padding: 0 8px; } }
  .social-feed-block .text {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .social-feed-block .text p:last-child {
      margin-bottom: 0; }
  .social-feed-block .socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .social-feed-block .socials li {
      margin: 0 3px 2px; }
    .social-feed-block .socials a {
      text-decoration: none;
      color: #000; }
      .social-feed-block .socials a:hover {
        color: #246fb7; }
    .social-feed-block .socials svg {
      width: 30px;
      height: 30px; }
    .social-feed-block .socials path {
      transition: .3s; }

.site-3 .socials a:hover {
  color: #c51230; }

body.woocommerce-account:not(.dashboard-orders-page) #content > .title {
  display: none; }

body.woocommerce-account:not(.dashboard-orders-page) .woocommerce-MyAccount-navigation {
  display: none; }

body.woocommerce-account:not(.dashboard-orders-page) .woocommerce-MyAccount-content {
  margin: 0 auto 40px !important; }

.acc-header {
  position: relative;
  padding: 24px 20px;
  background: #fff; }
  .acc-header:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(img/title-bg.html) center/cover no-repeat; }
  .acc-header .logo {
    display: flex;
    justify-content: center; }
    @media (min-width: 1400px) {
      .acc-header .logo {
        position: relative;
        z-index: 30000; } }
    .acc-header .logo img {
      display: block; }
      .acc-header .logo img[src$=".jpg"], .acc-header .logo img[src$=".png"] {
        max-height: 20px; }
        @media (min-width: 768px) {
          .acc-header .logo img[src$=".jpg"], .acc-header .logo img[src$=".png"] {
            max-height: 24px; } }
      .acc-header .logo img[src$=".svg"] {
        height: 20px;
        width: 100%; }
        @media (min-width: 768px) {
          .acc-header .logo img[src$=".svg"] {
            height: 24px; } }

.content-container > .woocommerce {
  padding-top: 40px;
  margin-bottom: 40px; }

.my-acc-login-page {
  min-height: 30vh;
  padding: 30px 20px;
  text-align: center; }
  .my-acc-login-page .title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px; }
  .my-acc-login-page .btn, .my-acc-login-page .woocommerce #respond input#submit, .woocommerce #respond .my-acc-login-page input#submit, .my-acc-login-page .woocommerce a.button, .woocommerce .my-acc-login-page a.button, .my-acc-login-page .woocommerce button.button, .woocommerce .my-acc-login-page button.button, .my-acc-login-page .woocommerce input.button, .woocommerce .my-acc-login-page input.button, .my-acc-login-page .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .my-acc-login-page .edit, .my-acc-login-page body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .my-acc-login-page a {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px 22px 10px;
    font-size: 16px; }
    .my-acc-login-page .btn:last-child, .my-acc-login-page .woocommerce #respond input#submit:last-child, .woocommerce #respond .my-acc-login-page input#submit:last-child, .my-acc-login-page .woocommerce a.button:last-child, .woocommerce .my-acc-login-page a.button:last-child, .my-acc-login-page .woocommerce button.button:last-child, .woocommerce .my-acc-login-page button.button:last-child, .my-acc-login-page .woocommerce input.button:last-child, .woocommerce .my-acc-login-page input.button:last-child, .my-acc-login-page .woocommerce-account .addresses .title .edit:last-child, .woocommerce-account .addresses .title .my-acc-login-page .edit:last-child, .my-acc-login-page body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:last-child, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .my-acc-login-page a:last-child {
      margin-right: 0; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .woocommerce-MyAccount-navigation {
      margin-top: -20px; } }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 7px 20px 7px 20px;
    margin: 0;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column; }
    .woocommerce-MyAccount-navigation ul li {
      border-bottom: 1px solid #a3a3a3;
      order: 10; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
        border: none;
        order: 12; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #246fb7; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notification-preferences {
        order: 2; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account {
        order: 1; }
      .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-designs {
        order: 0; }
    .woocommerce-MyAccount-navigation ul a {
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      color: #000;
      display: block;
      padding: 7px 0 6px;
      transition: .2s; }
      .woocommerce-MyAccount-navigation ul a:hover {
        color: #246fb7; }

@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px; } }

@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 330px); } }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #246fb7;
  border-color: #246fb7; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    border-color: #246fb7;
    color: #000; }

.woocommerce-account .addresses .title .edit {
  padding: 2px 15px 1px; }

.woocommerce form .form-row label {
  line-height: 1.4;
  font-size: 14px; }

.woocommerce form .form-row {
  margin-bottom: 10px; }

.woocommerce-MyAccount-content fieldset {
  margin-bottom: 0;
  margin-top: 20px; }
  .woocommerce-MyAccount-content fieldset legend {
    font-weight: 600; }

.woocommerce-MyAccount-content button[type="submit"] {
  float: none;
  background-color: #000;
  border-color: #000;
  padding: 10px 20px 9px;
  min-width: 184px;
  margin-top: 10px; }
  .woocommerce-MyAccount-content button[type="submit"]:hover {
    background-color: #246fb7;
    border-color: #246fb7;
    color: #fff; }

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper select {
  border: 1px solid #000 !important;
  height: 36px !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  width: 100% !important;
  padding: 0 6px !important; }
  @media (min-width: 400px) {
    .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper select {
      padding: 0 12px !important; } }

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container {
  display: none !important; }

.woocommerce-message::before {
  color: #09b431; }

.woocommerce-message {
  border-top-color: #09b431; }

.woocommerce-info::before {
  color: #246fb7; }

.woocommerce-info {
  border-top-color: #246fb7; }

form.lost_reset_password {
  text-align: center; }
  form.lost_reset_password [type="submit"] {
    float: none;
    width: 100%;
    max-width: 300px;
    padding: 9px 12px 8px;
    margin-top: 14px; }
  form.lost_reset_password p {
    float: none !important;
    padding: 0 !important; }
  form.lost_reset_password .form-row-last,
  form.lost_reset_password .form-row-first {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 20px auto 0 !important; }

.saved-designs {
  margin-top: 10px;
  margin-bottom: 40px; }
  .saved-designs table td {
    vertical-align: middle; }
  .saved-designs td {
    position: relative;
    background-color: #fff; }
  .saved-designs .view-design {
    color: #000;
    text-decoration: none;
    word-break: break-word; }
    .saved-designs .view-design:hover {
      color: #246fb7; }
  .saved-designs .btn, .saved-designs .woocommerce #respond input#submit, .woocommerce #respond .saved-designs input#submit, .saved-designs .woocommerce a.button, .woocommerce .saved-designs a.button, .saved-designs .woocommerce button.button, .woocommerce .saved-designs button.button, .saved-designs .woocommerce input.button, .woocommerce .saved-designs input.button, .saved-designs .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .saved-designs .edit, .saved-designs body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .saved-designs a {
    padding: 2px 10px;
    font-size: 13px;
    min-width: 62px;
    margin-top: 2px;
    margin-bottom: 2px; }
  .saved-designs .view-btn {
    border: 2px solid #09b431;
    background-color: #09b431;
    color: #fff; }
    .saved-designs .view-btn:hover {
      color: #000; }
  .saved-designs .delete-btn {
    border: 2px solid #ef2020;
    background-color: #ef2020; }
  .saved-designs .action-cell:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white url(img/loader2.html) center/80px no-repeat;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .saved-designs tr.removing-design {
    pointer-events: none; }
    .saved-designs tr.removing-design .action-cell:after {
      opacity: 1;
      visibility: visible; }

.no-touch .saved-designs .view-btn:hover {
  background-color: transparent;
  color: #000; }

.no-touch .saved-designs .delete-btn:hover {
  background-color: transparent;
  color: #000; }

.site-3 .saved-designs .action-cell:after {
  background: white url(img/loader3.html) center/80px no-repeat; }

.site-3 .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #c51230; }

.site-3 .woocommerce-MyAccount-navigation ul a:hover {
  color: #c51230; }

.site-3 .woocommerce #respond input#submit, .site-3 .woocommerce a.button, .site-3 .woocommerce button.button, .site-3 .woocommerce input.button {
  background-color: #c51230;
  border-color: #c51230; }
  .site-3 .woocommerce #respond input#submit:hover, .site-3 .woocommerce a.button:hover, .site-3 .woocommerce button.button:hover, .site-3 .woocommerce input.button:hover {
    border-color: #c51230;
    background-color: #fff; }

.site-3 .woocommerce-ResetPassword button[type="submit"]:hover {
  background-color: #fff !important;
  border-color: #c51230 !important;
  color: #000 !important; }

.site-3 .woocommerce-MyAccount-content button[type="submit"]:hover {
  background-color: #fff;
  border-color: #c51230;
  color: #000 !important; }

.site-3 .woocommerce-info::before {
  color: #c51230; }

.site-3 .woocommerce-info {
  border-top-color: #c51230; }

.site-3 .saved-designs .view-design:hover {
  color: #c51230; }

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .ui-accordion-content {
  padding: 0;
  height: auto !important;
  border: none;
  border-radius: 0; }

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .ui-accordion-header {
  display: none; }

body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_phone_field {
  display: none; }

.my-acc-header {
  display: flex;
  justify-content: space-between; }
  .my-acc-header .title {
    font-size: 18px; }
    @media (min-width: 768px) {
      .my-acc-header .title {
        font-size: 20px; } }
  .my-acc-header .acc-back a {
    font-weight: bold;
    display: inline-block;
    padding: 1px 0 1px 12px;
    position: relative;
    transition: .2s;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 2px;
    color: #333;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .my-acc-header .acc-back a {
        font-size: 15px; } }
    .my-acc-header .acc-back a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -60%);
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 7px solid #333;
      transition: .2s; }
    .my-acc-header .acc-back a:hover {
      color: #246fb7; }
      .my-acc-header .acc-back a:hover:after {
        border-right-color: #246fb7;
        transform: translate(-3px, -57%); }

.acc-content-wrap {
  padding: 30px 20px 30px; }
  @media (min-width: 768px) {
    .acc-content-wrap {
      padding: 40px 20px; } }
  @media (min-width: 1024px) {
    .acc-content-wrap {
      padding: 40px 40px; } }
  @media (min-width: 768px) {
    .acc-content-wrap .acc-content {
      background: #F0F0F0;
      border-radius: 20px;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      padding: 30px 40px 50px; } }
  .acc-content-wrap .my-acc-header {
    margin-bottom: 20px; }

.completed-orders-block {
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 450px; }

.archive-product-page .woocommerce-ordering,
.archive-product-page .woocommerce-result-count,
.archive-product-page .woocommerce-breadcrumb {
  display: none; }

.archive-product-page .woocommerce-products-header {
  padding-top: 20px; }
  .archive-product-page .woocommerce-products-header .title {
    margin-left: 35px;
    color: #246fb7;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
    padding-bottom: 2px; }

.site-3 .archive-product-page .woocommerce-products-header .title {
  color: #c51230; }

.shop-page .woocommerce-products-header {
  display: none; }

#wc-product-page {
  position: relative;
  overflow: hidden; }
  #wc-product-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    padding: 0; }
    #wc-product-page ul.products:before, #wc-product-page ul.products:after {
      display: none !important; }
    #wc-product-page ul.products .button {
      display: none; }
    #wc-product-page ul.products > li {
      float: none; }
  #wc-product-page li.product {
    display: block;
    width: 50%;
    padding: 0 6px;
    margin: 0 0 34px;
    float: none; }
    @media (min-width: 700px) {
      #wc-product-page li.product {
        width: 33.33333%; } }
    @media (min-width: 1100px) {
      #wc-product-page li.product {
        width: 25%; } }
    #wc-product-page li.product .woocommerce-loop-product__link:hover .img {
      background-color: #d4d4d4; }
    #wc-product-page li.product .woocommerce-loop-product__link:hover .price,
    #wc-product-page li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
      color: #246fb7; }
    #wc-product-page li.product .woocommerce-loop-product__link {
      color: #000;
      text-decoration: none;
      font-weight: 700;
      font-size: 17px; }
      @media (max-width: 399px) {
        #wc-product-page li.product .woocommerce-loop-product__link {
          font-size: 15px; } }
    #wc-product-page li.product .categories {
      color: #878787;
      font-weight: 400;
      padding-left: 22px;
      line-height: 1.05;
      margin: 3px 0 4px; }
    #wc-product-page li.product .price,
    #wc-product-page li.product .woocommerce-loop-product__title {
      color: #000;
      transition: 300ms;
      padding-left: 22px;
      font-weight: 700;
      font-size: 17px; }
      @media (max-width: 399px) {
        #wc-product-page li.product .price,
        #wc-product-page li.product .woocommerce-loop-product__title {
          font-size: 15px; } }
    #wc-product-page li.product .price {
      margin-top: 2px;
      margin-bottom: 0;
      display: block; }
    #wc-product-page li.product .woocommerce-loop-product__title {
      padding-top: 8px;
      padding-bottom: 2px;
      margin-bottom: 0; }
    #wc-product-page li.product .img {
      background-color: #f0f0f0;
      position: relative;
      padding-bottom: 100%;
      transition: 300ms; }
      #wc-product-page li.product .img img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: calc(100% - 46px);
        max-height: calc(100% - 38px);
        width: auto; }

.site-3 #wc-product-page li.product .woocommerce-loop-product__link:hover .price,
.site-3 #wc-product-page li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #c51230; }

.archive.tax-branded_apparel #wc-product-page li.product .woocommerce-loop-product__link:hover .img {
  background-color: #f0f0f0; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  font-size: 17px; }

body.search-results ul.products {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important; }
  body.search-results ul.products > li {
    margin-bottom: 0 !important; }

html .woocommerce #respond input#submit.alt,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt {
  background-color: #13aa13;
  border: 2px solid #13aa13;
  border-radius: 0;
  font-weight: bold; }
  @media (min-width: 768px) {
    html .woocommerce #respond input#submit.alt,
    html .woocommerce a.button.alt,
    html .woocommerce button.button.alt,
    html .woocommerce input.button.alt {
      font-size: 16px; } }
  html .woocommerce #respond input#submit.alt:hover,
  html .woocommerce a.button.alt:hover,
  html .woocommerce button.button.alt:hover,
  html .woocommerce input.button.alt:hover {
    background-color: #13aa13;
    border: 2px solid #13aa13;
    color: #fff; }

html.no-touch .woocommerce #respond input#submit.alt:hover,
html.no-touch .woocommerce a.button.alt:hover,
html.no-touch .woocommerce button.button.alt:hover,
html.no-touch .woocommerce input.button.alt:hover {
  background-color: transparent;
  border: 2px solid #13aa13;
  color: #000; }

html .woocommerce #payment #place_order,
html .woocommerce-page #payment #place_order {
  padding: 13px 25px;
  text-align: center;
  min-width: 220px;
  margin-bottom: 10px;
  width: auto;
  float: right; }

.empty-cart-content .btn, .empty-cart-content .woocommerce #respond input#submit, .woocommerce #respond .empty-cart-content input#submit, .empty-cart-content .woocommerce a.button, .woocommerce .empty-cart-content a.button, .empty-cart-content .woocommerce button.button, .woocommerce .empty-cart-content button.button, .empty-cart-content .woocommerce input.button, .woocommerce .empty-cart-content input.button, .empty-cart-content .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .empty-cart-content .edit, .empty-cart-content body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .empty-cart-content a {
  background-color: #246fb7;
  border-color: #246fb7;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 200px; }

.no-touch .empty-cart-content .btn:hover, .no-touch .empty-cart-content .woocommerce #respond input#submit:hover, .woocommerce #respond .no-touch .empty-cart-content input#submit:hover, .no-touch .empty-cart-content .woocommerce a.button:hover, .woocommerce .no-touch .empty-cart-content a.button:hover, .no-touch .empty-cart-content .woocommerce button.button:hover, .woocommerce .no-touch .empty-cart-content button.button:hover, .no-touch .empty-cart-content .woocommerce input.button:hover, .woocommerce .no-touch .empty-cart-content input.button:hover, .no-touch .empty-cart-content .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .no-touch .empty-cart-content .edit:hover, .no-touch .empty-cart-content body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .no-touch .empty-cart-content a:hover {
  background-color: transparent;
  color: #000; }

.cart-main-wrap {
  border: 1px solid #000; }
  .cart-main-wrap .atomic-shop-table {
    border: none;
    margin-bottom: 10px; }
    .cart-main-wrap .atomic-shop-table input[type="text"],
    .cart-main-wrap .atomic-shop-table input[type="number"] {
      border: 1px solid #000;
      border-radius: 0; }
      .cart-main-wrap .atomic-shop-table input[type="text"]:focus,
      .cart-main-wrap .atomic-shop-table input[type="number"]:focus {
        outline: none;
        box-shadow: none;
        color: #000;
        border-color: #246fb7; }
  .cart-main-wrap .cart-table-title {
    text-align: left;
    border: none;
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px; }
  .cart-main-wrap .woocommerce-cart-form {
    margin-bottom: 0; }
  .cart-main-wrap .atomic-checkout-item .top {
    width: 100%;
    position: relative; }
    .cart-main-wrap .atomic-checkout-item .top .name {
      padding-right: 28px; }
  .cart-main-wrap .atomic-checkout-item .img img {
    width: auto !important; }
  .cart-main-wrap .atomic-checkout-item .remove-item {
    position: absolute;
    top: 0;
    right: 0; }
  .cart-main-wrap .atomic-checkout-item .edit-btns {
    margin-top: 20px; }
  .cart-main-wrap .atomic-checkout-item .square-btn {
    font-weight: 500;
    padding: 4px 10px;
    margin-bottom: 4px; }
  .cart-main-wrap .qty-info-row {
    display: flex;
    align-items: center; }
    .cart-main-wrap .qty-info-row input[type="number"] {
      width: 36px;
      height: 24px;
      padding: 2px;
      margin: 0 6px; }
  .cart-main-wrap .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important; }
  .cart-main-wrap .cart-collaterals tr {
    display: table-row !important; }
  .cart-main-wrap .cart-collaterals td {
    display: table-cell !important;
    text-align: right;
    color: #878787;
    font-size: 14px;
    font-weight: 500 !important;
    padding-top: 3px !important;
    padding-bottom: 2px !important;
    border: none !important;
    background: transparent !important; }
    @media (min-width: 768px) {
      .cart-main-wrap .cart-collaterals td {
        font-size: 18px; } }
    .cart-main-wrap .cart-collaterals td:before {
      display: none !important; }
  .cart-main-wrap .cart-collaterals th {
    display: table-cell !important;
    text-align: left;
    background-color: #fff;
    color: #878787;
    font-size: 14px;
    font-weight: 500 !important;
    padding-top: 3px !important;
    padding-bottom: 2px !important;
    border: none !important;
    background: transparent !important; }
    @media (min-width: 768px) {
      .cart-main-wrap .cart-collaterals th {
        font-size: 18px; } }
    .cart-main-wrap .cart-collaterals th:before {
      display: none !important; }
  .cart-main-wrap .cart-collaterals h2 {
    display: none; }
  .cart-main-wrap .cart-collaterals table {
    width: 100%;
    border: none; }
  .cart-main-wrap td.actions {
    border: none !important;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px; }
  .cart-main-wrap .actions-separator {
    border-bottom: 1px solid #000;
    padding-top: 20px; }
  .cart-main-wrap .order-total th {
    text-transform: uppercase;
    color: #464646; }
  .cart-main-wrap .order-total .amount {
    color: #ea0909; }
  .cart-main-wrap .wc-proceed-to-checkout {
    padding-top: 9px;
    padding-bottom: 5px;
    padding-right: 14px; }
  .cart-main-wrap .checkout-button {
    float: right;
    text-transform: uppercase;
    padding: 13px 18px !important;
    font-size: 16px !important; }
  .cart-main-wrap .coupon {
    display: flex; }
    @media (max-width: 599px) {
      .cart-main-wrap .coupon {
        margin-bottom: 15px; } }
    .cart-main-wrap .coupon input[type="text"] {
      width: 100%;
      padding: 0 12px;
      margin-right: 10px; }
      @media (min-width: 600px) {
        .cart-main-wrap .coupon input[type="text"] {
          width: 170px; } }
    .cart-main-wrap .coupon label {
      display: none; }
  .cart-main-wrap .actions-header {
    display: block; }
    @media (min-width: 600px) {
      .cart-main-wrap .actions-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    .cart-main-wrap .actions-header [type="submit"] {
      float: none !important;
      border-radius: 0; }
      @media (max-width: 599px) {
        .cart-main-wrap .actions-header [type="submit"] {
          display: block;
          width: 100%; } }
  .cart-main-wrap [type="submit"][disabled] {
    pointer-events: none;
    color: #fff !important; }
  .cart-main-wrap input[type=number]::-webkit-outer-spin-button,
  .cart-main-wrap input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  .cart-main-wrap input[type=number] {
    -moz-appearance: textfield;
    appearance: none; }

.site-3 .empty-cart-content .btn, .woocommerce #respond .site-3 .empty-cart-content input#submit, .woocommerce .site-3 .empty-cart-content a.button, .woocommerce .site-3 .empty-cart-content button.button, .woocommerce .site-3 .empty-cart-content input.button, .site-3 .empty-cart-content .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .site-3 .empty-cart-content .edit, .site-3 .empty-cart-content .woocommerce #respond input#submit, .site-3 .woocommerce #respond .empty-cart-content input#submit, .site-3 .empty-cart-content .woocommerce a.button, .site-3 .woocommerce .empty-cart-content a.button, .site-3 .empty-cart-content .woocommerce button.button, .site-3 .woocommerce .empty-cart-content button.button, .site-3 .empty-cart-content .woocommerce input.button, .site-3 .woocommerce .empty-cart-content input.button, .site-3 .empty-cart-content body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .site-3 .empty-cart-content a {
  background-color: #c51230;
  border-color: #c51230; }

.site-3 .cart-main-wrap .atomic-shop-table input[type="text"]:focus,
.site-3 .cart-main-wrap .atomic-shop-table input[type="number"]:focus {
  border-color: #c51230; }

html .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #000;
  height: 36px;
  padding-top: 4px;
  margin-bottom: 0; }

html .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px; }

html .select2-dropdown {
  border-color: #000;
  border-radius: 0;
  margin-top: -1px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #f0f0f0; }

html .select2-container--open.select2-container--default .select2-selection--single {
  background: #f0f0f0; }

html .woocommerce table.shop_table {
  border: none !important;
  border-collapse: unset;
  margin-bottom: 0; }

html .woocommerce table.shop_table thead td,
html .woocommerce table.shop_table thead th,
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th {
  border: none; }

html .woocommerce table.shop_table tfoot td {
  text-align: right;
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 2px; }
  @media (min-width: 768px) {
    html .woocommerce table.shop_table tfoot td {
      font-size: 18px; } }

html .woocommerce table.shop_table tfoot th {
  text-align: left;
  background-color: #fff;
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 2px; }
  @media (min-width: 768px) {
    html .woocommerce table.shop_table tfoot th {
      font-size: 18px; } }

html .woocommerce table.shop_table tfoot .order-total th {
  text-transform: uppercase;
  color: #464646; }

html .woocommerce table.shop_table tfoot .order-total td {
  color: #ea0909; }

html .review-order-title {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.3px; }

html .woocommerce-checkout-review-order {
  border: 1px solid #000;
  margin-top: 20px; }

html .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: none; }

html .woocommerce-checkout-payment .place-order {
  margin-bottom: 0; }

html .woocommerce-checkout #payment {
  background-color: transparent; }

html .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding-bottom: 0; }

html .checkout.woocommerce-checkout #billing_phone_field {
  display: none; }

html #order_review_heading {
  display: none; }

html mark {
  background: transparent;
  font-weight: bold; }

html .woocommerce ul.order_details {
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px; }
  html .woocommerce ul.order_details li {
    margin-bottom: 10px;
    margin-right: 1.6em;
    padding-right: 1.6em; }
    @media (min-width: 768px) {
      html .woocommerce ul.order_details li {
        margin-right: 2em;
        padding-right: 2em; } }
    html .woocommerce ul.order_details li:last-child {
      margin-right: 0;
      padding-right: 0; }
  html .woocommerce ul.order_details strong {
    font-size: 17px; }

@media (min-width: 1024px) {
  html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
    width: calc(100% - 330px);
    max-width: 100%; } }

@media (max-width: 767px) {
  html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
    padding-left: 14px;
    padding-right: 14px; } }

@media (max-width: 767px) {
  html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-column--billing-address {
    margin-bottom: 20px; } }

html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .my-acc-header .title {
  font-size: 16px;
  margin-top: 3px; }
  @media (min-width: 374px) {
    html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .my-acc-header .title {
      font-size: 18px;
      margin-top: 2px; } }
  @media (min-width: 768px) {
    html body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .my-acc-header .title {
      font-size: 20px; } }

.view-order-main-section {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 14px; }
  @media (min-width: 374px) {
    .view-order-main-section {
      padding: 20px 20px; } }

.removing-order-item .woocommerce-checkout-review-order:after {
  opacity: 1;
  visibility: visible; }

.woocommerce-checkout-review-order {
  position: relative; }
  .woocommerce-checkout-review-order:after {
    content: '';
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7) url(img/loader2.html) center/100px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  text-transform: uppercase;
  color: #246FB7;
  font-weight: 700;
  font-size: 17px; }

.site-3 .woocommerce-checkout-review-order:after {
  background: rgba(255, 255, 255, 0.7) url(img/loader3.html) center/100px no-repeat; }

.site-3 body.woocommerce-order-received .woocommerce-thankyou-order-received {
  color: #EA2A22; }

section.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: 1px solid #000 !important;
  border-radius: 0; }
  section.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .da-slide {
    padding-bottom: 20px;
    padding-top: 5px; }
  section.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .order-total th,
  section.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .order-total td {
    padding-bottom: 10px; }

.atomic-checkout-item > td {
  text-align: left;
  padding: 28px 14px 10px 14px !important;
  border: none !important; }

.atomic-checkout-item .top {
  display: flex;
  padding-bottom: 10px;
  position: relative; }
  .atomic-checkout-item .top .img {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    position: relative; }
    @media (min-width: 768px) {
      .atomic-checkout-item .top .img {
        height: 200px;
        width: 200px; } }
    .atomic-checkout-item .top .img a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .atomic-checkout-item .top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%; }
  .atomic-checkout-item .top .right {
    padding-left: 16px;
    color: #878787;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px; }
    @media (min-width: 768px) {
      .atomic-checkout-item .top .right {
        font-size: 16px; } }
  .atomic-checkout-item .top .name {
    color: #464646;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 10px;
    padding-right: 28px; }
    @media (min-width: 768px) {
      .atomic-checkout-item .top .name {
        font-size: 18px;
        margin-bottom: 20px; } }
    .atomic-checkout-item .top .name a {
      text-decoration: none;
      color: #464646; }
      .atomic-checkout-item .top .name a:hover {
        color: #246fb7; }
  .atomic-checkout-item .top .info-row {
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      .atomic-checkout-item .top .info-row {
        margin-bottom: 4px; } }

.atomic-checkout-item .bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 8px; }

.atomic-checkout-item .cart-details-table {
  border-collapse: collapse;
  border: 1px solid #000; }
  .atomic-checkout-item .cart-details-table td {
    text-align: left;
    border: 1px solid #000;
    padding: 5px 10px !important; }
    .atomic-checkout-item .cart-details-table td:first-child {
      min-width: 100px; }

.site-3 .atomic-checkout-item .top .name a:hover {
  color: #c51230; }

.dynamic-accordion .da-opener {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  position: relative;
  display: block;
  cursor: 0;
  text-decoration: none;
  padding: 7px 20px 7px 0;
  transition: .2s; }
  @media (min-width: 768px) {
    .dynamic-accordion .da-opener {
      font-size: 16px; } }
  .dynamic-accordion .da-opener:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-left: 2px solid #878787;
    border-top: 2px solid #878787;
    transform: rotate(-135deg);
    right: 2px;
    top: 7px;
    transition: .2s; }

.dynamic-accordion .da-row.active .da-opener:after {
  transform: translateY(5px) rotate(45deg); }

.dynamic-accordion .da-slide {
  padding-top: 10px; }

.no-touch .dynamic-accordion .da-opener:hover {
  color: #000; }
  .no-touch .dynamic-accordion .da-opener:hover:after {
    border-left-color: #000;
    border-top-color: #000; }

.view-in-builder {
  padding: 3px 0;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block;
  text-decoration: underline !important; }
  .view-in-builder:hover {
    text-decoration: none !important; }
  .view-in-builder:focus {
    outline: none;
    box-shadow: none; }

.remove-order-item {
  display: block;
  font-size: 22px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #de0000;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  .remove-order-item:hover {
    color: #fff;
    background: #de0000; }

.brand-top-text {
  margin-top: 20px;
  margin-bottom: 20px; }
  .brand-top-text p {
    margin-bottom: 10px; }
  .brand-top-text a[href^="tel:"] {
    color: #000;
    text-decoration: none; }
    .brand-top-text a[href^="tel:"]:hover {
      color: #246fb7; }

.site-3 a[href^="tel:"]:hover {
  color: #c51230; }

ul.accordion.default-accordion > li {
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #fff; }
  ul.accordion.default-accordion > li.active .opener:before {
    transform: translateY(-50%) rotate(180deg); }

ul.accordion.default-accordion .opener {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  padding: 10px 30px 8px;
  text-align: center;
  font-size: 16px; }
  @media (max-width: 479px) {
    ul.accordion.default-accordion .opener {
      font-size: 14px; } }
  ul.accordion.default-accordion .opener:after {
    display: none; }
  ul.accordion.default-accordion .opener:before {
    left: auto;
    right: 10px;
    width: 20px;
    height: 15px;
    background: transparent url(img/svg/chevron-b-w.html) center/contain no-repeat; }
    @media (min-width: 768px) {
      ul.accordion.default-accordion .opener:before {
        height: 18px; } }

ul.accordion.default-accordion .slide {
  border: 1px solid #707070;
  color: #878787;
  padding: 15px 15px; }
  @media (max-width: 479px) {
    ul.accordion.default-accordion .slide {
      font-size: 14px; } }
  ul.accordion.default-accordion .slide strong {
    color: #000; }
  ul.accordion.default-accordion .slide p {
    margin-bottom: 14px; }
    ul.accordion.default-accordion .slide p:last-child {
      margin-bottom: 0; }

.text-banner {
  text-align: center;
  font-size: 16px;
  margin-top: 44px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .text-banner {
      font-size: 20px;
      margin-top: 120px;
      margin-bottom: 70px; } }
  .text-banner .title {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .text-banner .title {
        font-size: 95px; } }
  .text-banner .sub-title {
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1; }
    @media (min-width: 768px) {
      .text-banner .sub-title {
        font-size: 73px; } }
  .text-banner .text {
    max-width: 340px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .text-banner .text {
        max-width: 100%;
        margin: 25px auto 0; } }
  .text-banner .btn, .text-banner .woocommerce #respond input#submit, .woocommerce #respond .text-banner input#submit, .text-banner .woocommerce a.button, .woocommerce .text-banner a.button, .text-banner .woocommerce button.button, .woocommerce .text-banner button.button, .text-banner .woocommerce input.button, .woocommerce .text-banner input.button, .text-banner .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .text-banner .edit, .text-banner body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .text-banner a {
    min-width: 148px; }
    @media (min-width: 768px) {
      .text-banner .btn, .text-banner .woocommerce #respond input#submit, .woocommerce #respond .text-banner input#submit, .text-banner .woocommerce a.button, .woocommerce .text-banner a.button, .text-banner .woocommerce button.button, .woocommerce .text-banner button.button, .text-banner .woocommerce input.button, .woocommerce .text-banner input.button, .text-banner .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .text-banner .edit, .text-banner body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .text-banner a {
        padding: 9px 12px;
        margin-top: 20px; } }
  @media (min-width: 768px) {
    .text-banner + .home-banner-two-col {
      margin-top: 80px; } }

.popular-products-slider-wrap {
  margin-top: 25px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .popular-products-slider-wrap {
      margin-top: 90px; } }
  @media (max-width: 767px) {
    .popular-products-slider-wrap .container, .popular-products-slider-wrap .container-min {
      padding: 0 12px; } }
  @media (max-width: 767px) {
    .popular-products-slider-wrap .popular-products-slider {
      margin-left: -12px;
      margin-right: -12px; } }
  .popular-products-slider-wrap .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .popular-products-slider-wrap .title {
        font-size: 24px;
        margin-bottom: 20px; } }
  .popular-products-slider-wrap .block {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100vw; }
    @media (min-width: 768px) {
      .popular-products-slider-wrap .block {
        width: 718px;
        padding-right: 14px; } }
    @media (min-width: 1024px) {
      .popular-products-slider-wrap .block {
        width: 850px; } }
  .popular-products-slider-wrap a.block:hover .name {
    color: #246fb7; }
  @media (min-width: 768px) {
    .popular-products-slider-wrap .info {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .popular-products-slider-wrap .info {
      padding: 0 12px; } }
  .popular-products-slider-wrap .right-price,
  .popular-products-slider-wrap .name {
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .popular-products-slider-wrap .right-price,
      .popular-products-slider-wrap .name {
        font-size: 18px; } }
  .popular-products-slider-wrap .right-price {
    padding-right: 20px; }
  .popular-products-slider-wrap .cat {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      .popular-products-slider-wrap .cat {
        font-size: 16px; } }
  .popular-products-slider-wrap .img {
    padding-bottom: 82%;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 10px;
    display: block; }
    @media (min-width: 768px) {
      .popular-products-slider-wrap .img {
        padding-bottom: 78%; } }
    .popular-products-slider-wrap .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      max-width: 98%;
      max-height: calc(100% - 24px); }
  .popular-products-slider-wrap .info-wrap {
    display: block;
    color: #000;
    text-decoration: none; }
    .popular-products-slider-wrap .info-wrap:hover .name {
      color: #246fb7; }
  .popular-products-slider-wrap .bottom-block {
    position: relative; }
    @media (max-width: 767px) {
      .popular-products-slider-wrap .bottom-block {
        padding-right: 70px; } }
  @media (min-width: 768px) {
    .popular-products-slider-wrap .zoom-wrap {
      display: none; } }
  .popular-products-slider-wrap .zoom-link {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    font-size: 0;
    right: 8px;
    background: rgba(255, 255, 255, 0.9) url(img/svg/zoom-plus-black.html) center/24px no-repeat; }
  .popular-products-slider-wrap .slick-list {
    overflow: visible; }
  .popular-products-slider-wrap .slick-arrow {
    background-color: #f6f6f6;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    border: none;
    right: 12px;
    top: -45px; }
    @media (min-width: 768px) {
      .popular-products-slider-wrap .slick-arrow {
        width: 53px;
        height: 53px;
        top: -69px; } }
    .popular-products-slider-wrap .slick-arrow:hover {
      background-color: #e5e5e5; }
    .popular-products-slider-wrap .slick-arrow:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid #111;
      border-left: 1px solid #111;
      transform: rotate(135deg);
      top: 50%;
      left: 50%;
      margin-left: -8px;
      margin-top: -5px; }
      @media (min-width: 768px) {
        .popular-products-slider-wrap .slick-arrow:after {
          width: 14px;
          height: 14px;
          margin-left: -10px;
          margin-top: -7px; } }
    .popular-products-slider-wrap .slick-arrow.slick-prev {
      right: 54px; }
      @media (min-width: 768px) {
        .popular-products-slider-wrap .slick-arrow.slick-prev {
          right: 63px; } }
      .popular-products-slider-wrap .slick-arrow.slick-prev:after {
        transform: rotate(-45deg);
        left: 24px; }
        @media (min-width: 768px) {
          .popular-products-slider-wrap .slick-arrow.slick-prev:after {
            left: 32px; } }
    .popular-products-slider-wrap .slick-arrow.slick-disabled {
      cursor: default;
      opacity: .5; }

.site-3 a.block:hover .name {
  color: #c51230; }

.advanced-text-content {
  padding-top: 30px;
  padding-bottom: 20px; }
  .advanced-text-content h2 {
    margin-bottom: 20px; }
  .advanced-text-content .guidelines strong {
    color: #c51230; }
  .advanced-text-content.section-with-bg {
    color: #fff; }
    .advanced-text-content.section-with-bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(19, 39, 50, 0.3);
      pointer-events: none; }
    .advanced-text-content.section-with-bg > .container, .advanced-text-content.section-with-bg > .container-min {
      position: relative;
      z-index: 10; }
    .advanced-text-content.section-with-bg .tables-section > .title {
      color: #fff; }

.tables-section {
  color: #000;
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .tables-section {
      margin-bottom: 30px; } }
  .tables-section > .title {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .tables-section > .title {
        font-size: 18px; } }
  .tables-section .tables-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px; }
  .tables-section .table-block {
    width: 50%;
    padding: 0 8px; }
    .tables-section .table-block.full-width-table {
      width: 100%; }
  .tables-section .table-title {
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 4px; }
    @media (min-width: 1024px) {
      .tables-section .table-title {
        font-size: 16px; } }
  .tables-section th {
    padding: 2px 5px;
    font-weight: 500;
    border: 1px solid #000; }
  .tables-section td {
    padding: 3px 5px;
    font-weight: 500;
    background-color: #a9d08e;
    border: 1px solid #000; }
  .tables-section .text-block-table {
    margin-bottom: 14px; }

.ditty-custom-wrap + .home-banner,
.ditty + .home-banner {
  margin-top: 0 !important; }

.ditty-item {
  will-change: transform; }

.ditty-custom-wrap {
  background-color: #f0f0f0;
  font-size: 15px;
  font-weight: 500;
  padding-top: 11px;
  padding-bottom: 11px;
  min-height: 42px; }
  .ditty-custom-wrap a {
    text-decoration: none !important;
    color: #000; }
    .ditty-custom-wrap a strong {
      text-decoration: underline; }
      .ditty-custom-wrap a strong:hover {
        text-decoration: none; }
  .ditty-custom-wrap .ditty-ticker__items {
    min-height: 20px; }

@media (max-width: 767px) {
  body.endpoint-proof-and-change-history,
  body.endpoint-reorder,
  body.endpoint-proofs,
  body.endpoint-completed-orders,
  body.endpoint-saved-designs,
  body.woocommerce-edit-account,
  body.woocommerce-edit-address,
  body.endpoint-notification-preferences,
  body.endpoint-upload-logos,
  body.woocommerce-account.woocommerce-view-order,
  body.endpoint-previous-orders,
  body.endpoint-active-orders,
  body.endpoint-chat {
    background-color: #f0f0f0; } }

body.endpoint-proof-and-change-history #main,
body.endpoint-reorder #main,
body.endpoint-proofs #main,
body.endpoint-completed-orders #main,
body.endpoint-saved-designs #main,
body.woocommerce-edit-account #main,
body.woocommerce-edit-address #main,
body.endpoint-notification-preferences #main,
body.endpoint-upload-logos #main,
body.woocommerce-account.woocommerce-view-order #main,
body.endpoint-previous-orders #main,
body.endpoint-active-orders #main,
body.endpoint-chat #main {
  min-height: 40vh; }

body.endpoint-proof-and-change-history .content-container > .woocommerce,
body.endpoint-reorder .content-container > .woocommerce,
body.endpoint-proofs .content-container > .woocommerce,
body.endpoint-completed-orders .content-container > .woocommerce,
body.endpoint-saved-designs .content-container > .woocommerce,
body.woocommerce-edit-account .content-container > .woocommerce,
body.woocommerce-edit-address .content-container > .woocommerce,
body.endpoint-notification-preferences .content-container > .woocommerce,
body.endpoint-upload-logos .content-container > .woocommerce,
body.woocommerce-account.woocommerce-view-order .content-container > .woocommerce,
body.endpoint-previous-orders .content-container > .woocommerce,
body.endpoint-active-orders .content-container > .woocommerce,
body.endpoint-chat .content-container > .woocommerce {
  display: flex; }
  @media (max-width: 767px) {
    body.endpoint-proof-and-change-history .content-container > .woocommerce,
    body.endpoint-reorder .content-container > .woocommerce,
    body.endpoint-proofs .content-container > .woocommerce,
    body.endpoint-completed-orders .content-container > .woocommerce,
    body.endpoint-saved-designs .content-container > .woocommerce,
    body.woocommerce-edit-account .content-container > .woocommerce,
    body.woocommerce-edit-address .content-container > .woocommerce,
    body.endpoint-notification-preferences .content-container > .woocommerce,
    body.endpoint-upload-logos .content-container > .woocommerce,
    body.woocommerce-account.woocommerce-view-order .content-container > .woocommerce,
    body.endpoint-previous-orders .content-container > .woocommerce,
    body.endpoint-active-orders .content-container > .woocommerce,
    body.endpoint-chat .content-container > .woocommerce {
      flex-direction: column;
      margin-bottom: 0;
      padding-top: 26px; }
      body.endpoint-proof-and-change-history .content-container > .woocommerce:after, body.endpoint-proof-and-change-history .content-container > .woocommerce:before,
      body.endpoint-reorder .content-container > .woocommerce:after,
      body.endpoint-reorder .content-container > .woocommerce:before,
      body.endpoint-proofs .content-container > .woocommerce:after,
      body.endpoint-proofs .content-container > .woocommerce:before,
      body.endpoint-completed-orders .content-container > .woocommerce:after,
      body.endpoint-completed-orders .content-container > .woocommerce:before,
      body.endpoint-saved-designs .content-container > .woocommerce:after,
      body.endpoint-saved-designs .content-container > .woocommerce:before,
      body.woocommerce-edit-account .content-container > .woocommerce:after,
      body.woocommerce-edit-account .content-container > .woocommerce:before,
      body.woocommerce-edit-address .content-container > .woocommerce:after,
      body.woocommerce-edit-address .content-container > .woocommerce:before,
      body.endpoint-notification-preferences .content-container > .woocommerce:after,
      body.endpoint-notification-preferences .content-container > .woocommerce:before,
      body.endpoint-upload-logos .content-container > .woocommerce:after,
      body.endpoint-upload-logos .content-container > .woocommerce:before,
      body.woocommerce-account.woocommerce-view-order .content-container > .woocommerce:after,
      body.woocommerce-account.woocommerce-view-order .content-container > .woocommerce:before,
      body.endpoint-previous-orders .content-container > .woocommerce:after,
      body.endpoint-previous-orders .content-container > .woocommerce:before,
      body.endpoint-active-orders .content-container > .woocommerce:after,
      body.endpoint-active-orders .content-container > .woocommerce:before,
      body.endpoint-chat .content-container > .woocommerce:after,
      body.endpoint-chat .content-container > .woocommerce:before {
        display: none; } }

@media (max-width: 767px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-navigation,
  body.endpoint-reorder .woocommerce-MyAccount-navigation,
  body.endpoint-proofs .woocommerce-MyAccount-navigation,
  body.endpoint-completed-orders .woocommerce-MyAccount-navigation,
  body.endpoint-saved-designs .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-account .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-address .woocommerce-MyAccount-navigation,
  body.endpoint-notification-preferences .woocommerce-MyAccount-navigation,
  body.endpoint-upload-logos .woocommerce-MyAccount-navigation,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation,
  body.endpoint-previous-orders .woocommerce-MyAccount-navigation,
  body.endpoint-active-orders .woocommerce-MyAccount-navigation,
  body.endpoint-chat .woocommerce-MyAccount-navigation {
    order: 4;
    margin-top: 0; } }

@media (max-width: 767px) {
  body.endpoint-proof-and-change-history .content-container,
  body.endpoint-reorder .content-container,
  body.endpoint-proofs .content-container,
  body.endpoint-completed-orders .content-container,
  body.endpoint-saved-designs .content-container,
  body.woocommerce-edit-account .content-container,
  body.woocommerce-edit-address .content-container,
  body.endpoint-notification-preferences .content-container,
  body.endpoint-upload-logos .content-container,
  body.woocommerce-account.woocommerce-view-order .content-container,
  body.endpoint-previous-orders .content-container,
  body.endpoint-active-orders .content-container,
  body.endpoint-chat .content-container {
    padding: 0; } }

@media (max-width: 767px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-content,
  body.endpoint-reorder .woocommerce-MyAccount-content,
  body.endpoint-proofs .woocommerce-MyAccount-content,
  body.endpoint-completed-orders .woocommerce-MyAccount-content,
  body.endpoint-saved-designs .woocommerce-MyAccount-content,
  body.woocommerce-edit-account .woocommerce-MyAccount-content,
  body.woocommerce-edit-address .woocommerce-MyAccount-content,
  body.endpoint-notification-preferences .woocommerce-MyAccount-content,
  body.endpoint-upload-logos .woocommerce-MyAccount-content,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content,
  body.endpoint-previous-orders .woocommerce-MyAccount-content,
  body.endpoint-active-orders .woocommerce-MyAccount-content,
  body.endpoint-chat .woocommerce-MyAccount-content {
    padding: 0 26px; } }

@media (max-width: 399px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-content,
  body.endpoint-reorder .woocommerce-MyAccount-content,
  body.endpoint-proofs .woocommerce-MyAccount-content,
  body.endpoint-completed-orders .woocommerce-MyAccount-content,
  body.endpoint-saved-designs .woocommerce-MyAccount-content,
  body.woocommerce-edit-account .woocommerce-MyAccount-content,
  body.woocommerce-edit-address .woocommerce-MyAccount-content,
  body.endpoint-notification-preferences .woocommerce-MyAccount-content,
  body.endpoint-upload-logos .woocommerce-MyAccount-content,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content,
  body.endpoint-previous-orders .woocommerce-MyAccount-content,
  body.endpoint-active-orders .woocommerce-MyAccount-content,
  body.endpoint-chat .woocommerce-MyAccount-content {
    padding: 0 14px; } }

@media (min-width: 768px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-content,
  body.endpoint-reorder .woocommerce-MyAccount-content,
  body.endpoint-proofs .woocommerce-MyAccount-content,
  body.endpoint-completed-orders .woocommerce-MyAccount-content,
  body.endpoint-saved-designs .woocommerce-MyAccount-content,
  body.woocommerce-edit-account .woocommerce-MyAccount-content,
  body.woocommerce-edit-address .woocommerce-MyAccount-content,
  body.endpoint-notification-preferences .woocommerce-MyAccount-content,
  body.endpoint-upload-logos .woocommerce-MyAccount-content,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content,
  body.endpoint-previous-orders .woocommerce-MyAccount-content,
  body.endpoint-active-orders .woocommerce-MyAccount-content,
  body.endpoint-chat .woocommerce-MyAccount-content {
    background-color: #f0f0f0;
    padding: 25px 30px 5px;
    border-radius: 8px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px; } }

@media (min-width: 768px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-navigation,
  body.endpoint-reorder .woocommerce-MyAccount-navigation,
  body.endpoint-proofs .woocommerce-MyAccount-navigation,
  body.endpoint-completed-orders .woocommerce-MyAccount-navigation,
  body.endpoint-saved-designs .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-account .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-address .woocommerce-MyAccount-navigation,
  body.endpoint-notification-preferences .woocommerce-MyAccount-navigation,
  body.endpoint-upload-logos .woocommerce-MyAccount-navigation,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation,
  body.endpoint-previous-orders .woocommerce-MyAccount-navigation,
  body.endpoint-active-orders .woocommerce-MyAccount-navigation,
  body.endpoint-chat .woocommerce-MyAccount-navigation {
    min-width: 230px;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-navigation,
  body.endpoint-reorder .woocommerce-MyAccount-navigation,
  body.endpoint-proofs .woocommerce-MyAccount-navigation,
  body.endpoint-completed-orders .woocommerce-MyAccount-navigation,
  body.endpoint-saved-designs .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-account .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-address .woocommerce-MyAccount-navigation,
  body.endpoint-notification-preferences .woocommerce-MyAccount-navigation,
  body.endpoint-upload-logos .woocommerce-MyAccount-navigation,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation,
  body.endpoint-previous-orders .woocommerce-MyAccount-navigation,
  body.endpoint-active-orders .woocommerce-MyAccount-navigation,
  body.endpoint-chat .woocommerce-MyAccount-navigation {
    padding: 20px 36px 40px;
    background-color: #fff;
    margin-bottom: 0; } }

@media (max-width: 399px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-navigation,
  body.endpoint-reorder .woocommerce-MyAccount-navigation,
  body.endpoint-proofs .woocommerce-MyAccount-navigation,
  body.endpoint-completed-orders .woocommerce-MyAccount-navigation,
  body.endpoint-saved-designs .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-account .woocommerce-MyAccount-navigation,
  body.woocommerce-edit-address .woocommerce-MyAccount-navigation,
  body.endpoint-notification-preferences .woocommerce-MyAccount-navigation,
  body.endpoint-upload-logos .woocommerce-MyAccount-navigation,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation,
  body.endpoint-previous-orders .woocommerce-MyAccount-navigation,
  body.endpoint-active-orders .woocommerce-MyAccount-navigation,
  body.endpoint-chat .woocommerce-MyAccount-navigation {
    padding: 20px 14px; } }

@media (max-width: 767px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-navigation ul,
  body.endpoint-reorder .woocommerce-MyAccount-navigation ul,
  body.endpoint-proofs .woocommerce-MyAccount-navigation ul,
  body.endpoint-completed-orders .woocommerce-MyAccount-navigation ul,
  body.endpoint-saved-designs .woocommerce-MyAccount-navigation ul,
  body.woocommerce-edit-account .woocommerce-MyAccount-navigation ul,
  body.woocommerce-edit-address .woocommerce-MyAccount-navigation ul,
  body.endpoint-notification-preferences .woocommerce-MyAccount-navigation ul,
  body.endpoint-upload-logos .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation ul,
  body.endpoint-previous-orders .woocommerce-MyAccount-navigation ul,
  body.endpoint-active-orders .woocommerce-MyAccount-navigation ul,
  body.endpoint-chat .woocommerce-MyAccount-navigation ul {
    background-color: #fff; } }

body.endpoint-proof-and-change-history .ui-accordion-content,
body.endpoint-reorder .ui-accordion-content,
body.endpoint-proofs .ui-accordion-content,
body.endpoint-completed-orders .ui-accordion-content,
body.endpoint-saved-designs .ui-accordion-content,
body.woocommerce-edit-account .ui-accordion-content,
body.woocommerce-edit-address .ui-accordion-content,
body.endpoint-notification-preferences .ui-accordion-content,
body.endpoint-upload-logos .ui-accordion-content,
body.woocommerce-account.woocommerce-view-order .ui-accordion-content,
body.endpoint-previous-orders .ui-accordion-content,
body.endpoint-active-orders .ui-accordion-content,
body.endpoint-chat .ui-accordion-content {
  background: transparent !important;
  overflow: visible !important; }

@media (min-width: 768px) {
  body.endpoint-proof-and-change-history .woocommerce-MyAccount-content,
  body.endpoint-reorder .woocommerce-MyAccount-content {
    max-width: 600px; } }

@media (min-width: 768px) {
  body.endpoint-previous-orders .woocommerce-MyAccount-content,
  body.endpoint-active-orders .woocommerce-MyAccount-content {
    max-width: 1100px; } }

@media (max-width: 479px) {
  .message-block .my-acc-header .title {
    font-size: 16px;
    margin-top: 3px; } }

.message-block .title-text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px; }

.message-block .designer-block {
  display: flex;
  align-items: center;
  border: 1px solid #A5A5A5;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  margin-bottom: 20px; }

.message-block .designer-name {
  font-weight: 600; }

.message-block .ic {
  width: 44px;
  min-width: 44px;
  height: 44px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px; }
  .message-block .ic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    flex-grow: 0; }

.message-block .messages-body textarea {
  position: relative;
  border-radius: 10px;
  line-height: 1.3;
  height: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  resize: none;
  display: block;
  width: 100%;
  background-color: #8B8B8B;
  overflow: hidden !important;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 16px 14px 16px; }

.message-block .message-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }
  .message-block .message-wrap:last-child {
    margin-bottom: 40px; }

.message-block .admin-message {
  padding-right: 40px; }
  @media (min-width: 400px) {
    .message-block .admin-message {
      padding-right: 60px; } }

.message-block .user-message {
  padding-left: 40px; }
  @media (min-width: 400px) {
    .message-block .user-message {
      padding-left: 60px; } }
  .message-block .user-message textarea {
    background-color: #3A6DB2; }
  .message-block .user-message .time {
    text-align: right; }

.message-block .time {
  font-size: 11px;
  color: #888;
  width: 100%;
  order: 5;
  padding: 3px 15px 0; }

.send-message-form.loading {
  pointer-events: none; }
  .send-message-form.loading .loader {
    visibility: visible; }
  .send-message-form.loading .btn, .send-message-form.loading .woocommerce #respond input#submit, .woocommerce #respond .send-message-form.loading input#submit, .send-message-form.loading .woocommerce a.button, .woocommerce .send-message-form.loading a.button, .send-message-form.loading .woocommerce button.button, .woocommerce .send-message-form.loading button.button, .send-message-form.loading .woocommerce input.button, .woocommerce .send-message-form.loading input.button, .send-message-form.loading .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .send-message-form.loading .edit, .send-message-form.loading body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .send-message-form.loading a {
    opacity: 0;
    visibility: hidden; }

.send-message-form textarea {
  background-color: #fff;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  padding: 16px 14px 16px;
  font-size: 14px;
  font-weight: 500; }

.send-message-form .btn-wrap {
  text-align: center;
  margin-top: 10px;
  position: relative; }

.send-message-form .btn, .send-message-form .woocommerce #respond input#submit, .woocommerce #respond .send-message-form input#submit, .send-message-form .woocommerce a.button, .woocommerce .send-message-form a.button, .send-message-form .woocommerce button.button, .woocommerce .send-message-form button.button, .send-message-form .woocommerce input.button, .woocommerce .send-message-form input.button, .send-message-form .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .send-message-form .edit, .send-message-form body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .send-message-form a {
  background: #179B21 !important;
  border-color: #179B21 !important; }
  .send-message-form .btn:hover, .send-message-form .woocommerce #respond input#submit:hover, .woocommerce #respond .send-message-form input#submit:hover, .send-message-form .woocommerce a.button:hover, .woocommerce .send-message-form a.button:hover, .send-message-form .woocommerce button.button:hover, .woocommerce .send-message-form button.button:hover, .send-message-form .woocommerce input.button:hover, .woocommerce .send-message-form input.button:hover, .send-message-form .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .send-message-form .edit:hover, .send-message-form body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .send-message-form a:hover {
    background: #000 !important;
    border-color: #000 !important; }

.send-message-form .loader {
  visibility: hidden; }

.no-messages {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 20px; }

.disabled-chat-btn {
  text-align: center;
  padding: 20px 0 40px; }
  .disabled-chat-btn .btn-green {
    color: #000 !important;
    font-weight: 500;
    padding: 7px 25px; }

@media (min-width: 768px) {
  body.endpoint-upload-logos .woocommerce-MyAccount-content {
    max-width: 800px; } }

.page-template-new-order-blocks {
  background-color: #F0F0F0; }

.upload-logos-wrap {
  background-color: #F0F0F0;
  padding: 0 0 15px;
  min-height: 520px; }
  .upload-logos-wrap .my-acc-header {
    margin-bottom: 10px; }
  @media (max-width: 479px) {
    .upload-logos-wrap .my-acc-header .title {
      font-size: 16px;
      margin-top: 3px; } }
  .upload-logos-wrap .container, .upload-logos-wrap .container-min {
    padding: 0 15px;
    max-width: 720px; }
  .upload-logos-wrap .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
  .upload-logos-wrap .min-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 16px; }
  .upload-logos-wrap.loading .recent-uploads,
  .upload-logos-wrap.loading .drop-zone {
    pointer-events: none; }
    .upload-logos-wrap.loading .recent-uploads:before,
    .upload-logos-wrap.loading .drop-zone:before {
      opacity: 1;
      visibility: visible; }
  .upload-logos-wrap.loading .send-logos-wrap .loader {
    opacity: 1;
    visibility: visible; }
  .upload-logos-wrap.loading .send-logos-wrap .btn, .upload-logos-wrap.loading .send-logos-wrap .woocommerce #respond input#submit, .woocommerce #respond .upload-logos-wrap.loading .send-logos-wrap input#submit, .upload-logos-wrap.loading .send-logos-wrap .woocommerce a.button, .woocommerce .upload-logos-wrap.loading .send-logos-wrap a.button, .upload-logos-wrap.loading .send-logos-wrap .woocommerce button.button, .woocommerce .upload-logos-wrap.loading .send-logos-wrap button.button, .upload-logos-wrap.loading .send-logos-wrap .woocommerce input.button, .woocommerce .upload-logos-wrap.loading .send-logos-wrap input.button, .upload-logos-wrap.loading .send-logos-wrap .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .upload-logos-wrap.loading .send-logos-wrap .edit, .upload-logos-wrap.loading .send-logos-wrap body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .upload-logos-wrap.loading .send-logos-wrap a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .upload-logos-wrap.removing {
    pointer-events: none; }
    .upload-logos-wrap.removing .img-wrap:not(.removing),
    .upload-logos-wrap.removing .drop-zone {
      opacity: 0.5; }
  .upload-logos-wrap .complete-message {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 0;
    margin-bottom: -10px;
    display: none; }

.drop-zone {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  transition: opacity .3s; }
  .drop-zone.active-dragging {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    .drop-zone.active-dragging:after {
      opacity: 1; }
    .drop-zone.active-dragging .text label {
      pointer-events: none; }
  .drop-zone:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border: 5px dashed #333;
    border-radius: 16px;
    opacity: 0;
    transition: opacity .2s; }
  .drop-zone .top {
    padding: 36px 15px 36px; }
  .drop-zone .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    background: url(img/svg/upl.html) center/contain no-repeat; }
  .drop-zone .text {
    font-size: 20px;
    margin-bottom: 36px; }
    .drop-zone .text label {
      color: #246fb7;
      text-decoration: underline;
      cursor: pointer;
      font-weight: bold;
      position: relative;
      z-index: 20; }
      .drop-zone .text label:hover {
        text-decoration: none; }
  .drop-zone .notice {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px; }
    .drop-zone .notice span {
      display: inline-block;
      position: relative; }
      .drop-zone .notice span:after {
        content: '';
        width: 100%;
        bottom: 3px;
        left: 0;
        position: absolute;
        height: 2px;
        background-color: #000; }
  .drop-zone .bottom {
    background-color: #BCBDBE;
    font-size: 16px;
    padding: 14px 10px 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBDBE;
    position: relative;
    overflow: hidden; }
    .drop-zone .bottom .left {
      padding: 3px 10px; }
  .drop-zone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    cursor: default;
    width: 100%;
    height: 100%;
    display: block; }

.upload-logos {
  background-color: #F0F0F0; }

.recent-uploads {
  padding: 15px 0;
  position: relative;
  min-height: 20px; }
  .recent-uploads .img-wrap {
    margin-bottom: 10px;
    transition: opacity .3s; }
    .recent-uploads .img-wrap .text {
      display: flex; }
    .recent-uploads .img-wrap.error .img {
      background-color: #ffebeb; }
    .recent-uploads .img-wrap .error-text {
      padding-left: 10px;
      font-style: italic; }
    .recent-uploads .img-wrap a[href="null"],
    .recent-uploads .img-wrap a[href="#"] {
      display: none; }
    .recent-uploads .img-wrap.removing .img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.9) url(img/loader2.html) top 50% right -10px/64px no-repeat;
      z-index: 40; }
    .recent-uploads .img-wrap.removing .img:before {
      content: '';
      position: absolute;
      z-index: 30;
      background-color: #fff;
      height: 100%;
      width: 44px;
      top: 0;
      right: 0; }
  .recent-uploads .img {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 8px 50px 8px 20px;
    font-size: 18px;
    transition: .3s;
    display: inline-block;
    min-width: 230px;
    word-break: break-word; }
    .recent-uploads .img:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }
    .recent-uploads .img a {
      color: #000;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .recent-uploads .img .remove {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px;
      cursor: pointer; }
      .recent-uploads .img .remove:hover div {
        background-color: red; }
      .recent-uploads .img .remove div {
        background-color: #BCBDBE;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        transition: .3s;
        z-index: 4; }
        .recent-uploads .img .remove div:after, .recent-uploads .img .remove div:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -1px;
          margin-left: -6px;
          width: 12px;
          height: 1px;
          background-color: #000; }
        .recent-uploads .img .remove div:after {
          transform: rotate(45deg); }
        .recent-uploads .img .remove div:before {
          transform: rotate(-45deg); }

.site-3 .drop-zone .text label {
  color: #c51230; }

.site-3 .drop-zone:before {
  background: rgba(255, 255, 255, 0.9) url(img/loader3.html) center/100px no-repeat; }

.site-3 .recent-uploads:before {
  background: rgba(240, 240, 240, 0.7) url(img/loader3.html) center/100px no-repeat; }

.site-3 .recent-uploads .img-wrap.removing .img:after {
  background: rgba(255, 255, 255, 0.9) url(img/loader3.html) top 50% right -10px/64px no-repeat; }

.send-logos-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .send-logos-wrap .btn, .send-logos-wrap .woocommerce #respond input#submit, .woocommerce #respond .send-logos-wrap input#submit, .send-logos-wrap .woocommerce a.button, .woocommerce .send-logos-wrap a.button, .send-logos-wrap .woocommerce button.button, .woocommerce .send-logos-wrap button.button, .send-logos-wrap .woocommerce input.button, .woocommerce .send-logos-wrap input.button, .send-logos-wrap .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .send-logos-wrap .edit, .send-logos-wrap body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .send-logos-wrap a {
    min-width: 200px; }
  .send-logos-wrap .loader {
    opacity: 0;
    visibility: hidden; }

body.endpoint-proofing #wrapper {
  display: block; }

body.endpoint-proofing .acc-header {
  display: none; }

body.endpoint-proofing .footer {
  display: none !important; }

body.endpoint-proofing .btn.btn-green, body.endpoint-proofing .woocommerce #respond input.btn-green#submit, .woocommerce #respond body.endpoint-proofing input.btn-green#submit, body.endpoint-proofing .woocommerce a.btn-green.button, .woocommerce body.endpoint-proofing a.btn-green.button, body.endpoint-proofing .woocommerce button.btn-green.button, .woocommerce body.endpoint-proofing button.btn-green.button, body.endpoint-proofing .woocommerce input.btn-green.button, .woocommerce body.endpoint-proofing input.btn-green.button, body.endpoint-proofing .woocommerce-account .addresses .title .btn-green.edit, .woocommerce-account .addresses .title body.endpoint-proofing .btn-green.edit, body.endpoint-proofing body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-green, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li body.endpoint-proofing a.btn-green {
  background-color: #09B431 !important;
  border-color: #09B431 !important;
  color: #000 !important;
  font-weight: 500;
  text-transform: none; }
  body.endpoint-proofing .btn.btn-green:hover, body.endpoint-proofing .woocommerce #respond input.btn-green#submit:hover, .woocommerce #respond body.endpoint-proofing input.btn-green#submit:hover, body.endpoint-proofing .woocommerce a.btn-green.button:hover, .woocommerce body.endpoint-proofing a.btn-green.button:hover, body.endpoint-proofing .woocommerce button.btn-green.button:hover, .woocommerce body.endpoint-proofing button.btn-green.button:hover, body.endpoint-proofing .woocommerce input.btn-green.button:hover, .woocommerce body.endpoint-proofing input.btn-green.button:hover, body.endpoint-proofing .woocommerce-account .addresses .title .btn-green.edit:hover, .woocommerce-account .addresses .title body.endpoint-proofing .btn-green.edit:hover, body.endpoint-proofing body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-green:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li body.endpoint-proofing a.btn-green:hover {
    background-color: transparent !important; }

body.endpoint-proofing .edit-page-link {
  display: none; }

@media (max-width: 767px) {
  html body.endpoint-proofing-process {
    background: #F0F0F0; } }

html body.endpoint-proofing-process .content-container > .woocommerce {
  padding: 0;
  margin: 0; }

html body.endpoint-proofing-process .top-content-container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

html body.endpoint-proofing-process #wrapper #main div.woocommerce-MyAccount-content {
  position: relative;
  width: 100%;
  float: none;
  margin: 0 !important; }
  @media (min-width: 768px) {
    html body.endpoint-proofing-process #wrapper #main div.woocommerce-MyAccount-content {
      overflow: hidden; } }

html body.endpoint-proofing-process.active-proofing-process {
  background: #F0F0F0; }

body.endpoint-proofing-landing .content-container > .woocommerce {
  display: flex;
  padding-top: 14px; }
  @media (max-width: 767px) {
    body.endpoint-proofing-landing .content-container > .woocommerce {
      flex-direction: column;
      margin-bottom: 0; }
      body.endpoint-proofing-landing .content-container > .woocommerce:after, body.endpoint-proofing-landing .content-container > .woocommerce:before {
        display: none; } }

@media (max-width: 767px) {
  body.endpoint-proofing-landing .woocommerce-MyAccount-navigation {
    order: 4;
    margin-top: 0; } }

@media (max-width: 767px) {
  body.endpoint-proofing-landing .content-container {
    padding: 0; } }

body.endpoint-proofing-landing .woocommerce-MyAccount-content {
  margin: 0 auto; }
  @media (max-width: 767px) {
    body.endpoint-proofing-landing .woocommerce-MyAccount-content {
      padding: 0; } }
  @media (max-width: 399px) {
    body.endpoint-proofing-landing .woocommerce-MyAccount-content {
      padding: 0; } }
  @media (min-width: 768px) {
    body.endpoint-proofing-landing .woocommerce-MyAccount-content {
      padding: 0 30px 1px;
      border-radius: 8px;
      width: 100%;
      max-width: 600px; } }

@media (min-width: 768px) {
  body.endpoint-proofing-landing .woocommerce-MyAccount-navigation {
    min-width: 230px; } }

@media (max-width: 767px) {
  body.endpoint-proofing-landing .woocommerce-MyAccount-navigation {
    padding: 20px 36px 40px;
    margin-bottom: 40px;
    margin-top: 20px; } }

@media (max-width: 399px) {
  body.endpoint-proofing-landing .woocommerce-MyAccount-navigation {
    padding: 0 14px; } }

@media (max-width: 767px) {
  .acc-no-proofing {
    text-align: center;
    padding: 20px 0; } }

#review-description {
  padding-top: 50px; }
  @media (max-width: 767px) {
    #review-description {
      padding-left: 36px;
      padding-right: 36px; } }
  @media (max-width: 399px) {
    #review-description {
      padding-left: 18px;
      padding-right: 18px; } }

.description-text-block strong {
  font-weight: 400;
  color: #D50000; }

.description-text-block p + h3 {
  margin-top: 50px; }

.get-started-form {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 35px;
  border-bottom: 4px solid #C9C9C9; }
  @media (max-width: 767px) {
    .get-started-form {
      padding-left: 36px;
      padding-right: 36px; } }
  @media (max-width: 399px) {
    .get-started-form {
      padding-left: 18px;
      padding-right: 18px; } }
  .get-started-form img {
    width: 160px;
    height: auto;
    margin-bottom: 20px; }
  .get-started-form .order-num {
    font-size: 22px;
    margin-bottom: 10px; }
  .get-started-form h1 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 10px; }
  .get-started-form .title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 24px; }
  .get-started-form .btn, .get-started-form .woocommerce #respond input#submit, .woocommerce #respond .get-started-form input#submit, .get-started-form .woocommerce a.button, .woocommerce .get-started-form a.button, .get-started-form .woocommerce button.button, .woocommerce .get-started-form button.button, .get-started-form .woocommerce input.button, .woocommerce .get-started-form input.button, .get-started-form .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .get-started-form .edit, .get-started-form body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .get-started-form a {
    min-width: 270px !important; }
  .get-started-form .proofing-hint {
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto; }
    .get-started-form .proofing-hint a {
      color: #000; }
  .get-started-form .btn-wrap {
    position: relative;
    margin-top: 20px; }
  .get-started-form .loader {
    top: 0;
    opacity: 0;
    visibility: hidden; }
  .get-started-form.loading .btn, .get-started-form.loading .woocommerce #respond input#submit, .woocommerce #respond .get-started-form.loading input#submit, .get-started-form.loading .woocommerce a.button, .woocommerce .get-started-form.loading a.button, .get-started-form.loading .woocommerce button.button, .woocommerce .get-started-form.loading button.button, .get-started-form.loading .woocommerce input.button, .woocommerce .get-started-form.loading input.button, .get-started-form.loading .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .get-started-form.loading .edit, .get-started-form.loading body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .get-started-form.loading a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .get-started-form.loading .loader {
    opacity: 1;
    visibility: visible;
    pointer-events: none; }

.pl-bottom .title {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: bold; }

.pl-bottom .text {
  font-size: 16px; }
  .pl-bottom .text ol {
    padding-left: 22px; }
    .pl-bottom .text ol li {
      margin-bottom: 3px; }

.proofing-process-wrap .my-acc-header {
  margin-bottom: 16px; }
  .proofing-process-wrap .my-acc-header .title {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0; }
  .proofing-process-wrap .my-acc-header .acc-back a {
    margin-left: 0; }

.review-description-link {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 25px; }

.proofing-process-header {
  margin-bottom: 35px; }
  .proofing-process-header .review-process-text {
    font-size: 14px; }
    @media (min-width: 768px) {
      .proofing-process-header .review-process-text {
        font-size: 16px; } }
    .proofing-process-header .review-process-text ol {
      color: #464646;
      padding-left: 18px; }
      .proofing-process-header .review-process-text ol li {
        margin-bottom: 10px; }
      .proofing-process-header .review-process-text ol strong {
        font-weight: 400;
        text-decoration: underline; }
    .proofing-process-header .review-process-text .title {
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .proofing-process-header .review-process-text .title {
          font-size: 18px; } }
  .proofing-process-header .my-acc-header {
    padding: 16px 0 0;
    position: relative; }
    @media (min-width: 768px) {
      .proofing-process-header .my-acc-header {
        padding: 20px 0 0; } }
    .proofing-process-header .my-acc-header .hint-link {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      top: 3px;
      position: relative;
      opacity: 0;
      visibility: hidden; }
      .proofing-process-header .my-acc-header .hint-link:focus, .proofing-process-header .my-acc-header .hint-link:active {
        text-decoration: underline; }
      .proofing-process-header .my-acc-header .hint-link:hover {
        text-decoration: none; }
      @media (min-width: 412px) {
        .proofing-process-header .my-acc-header .hint-link {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%);
          font-size: 12px; } }
      @media (min-width: 768px) {
        .proofing-process-header .my-acc-header .hint-link {
          font-size: 13px;
          margin-top: 6px; } }
  .proofing-process-header.is-reviewed-proof .my-acc-header .hint-link {
    opacity: 1;
    visibility: visible; }
  .proofing-process-header.is-reviewed-proof .review-process-text-wrap {
    display: none; }

.proofs-to-review-wrap .proof-block {
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 26px;
  position: relative;
  overflow: hidden; }
  .proofs-to-review-wrap .proof-block .proof-body {
    padding: 22px 20px 22px;
    text-align: center; }
  .proofs-to-review-wrap .proof-block .proof-header {
    background-color: #484849;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .proofs-to-review-wrap .proof-block .proof-header {
        font-size: 16px; } }
    .proofs-to-review-wrap .proof-block .proof-header .center {
      word-break: break-word; }
  .proofs-to-review-wrap .proof-block .name {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    word-break: break-word;
    margin-bottom: 25px; }
    @media (min-width: 450px) {
      .proofs-to-review-wrap .proof-block .name {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .proofs-to-review-wrap .proof-block .name {
        font-size: 18px; } }
  .proofs-to-review-wrap .proof-block .btn, .proofs-to-review-wrap .proof-block .woocommerce #respond input#submit, .woocommerce #respond .proofs-to-review-wrap .proof-block input#submit, .proofs-to-review-wrap .proof-block .woocommerce a.button, .woocommerce .proofs-to-review-wrap .proof-block a.button, .proofs-to-review-wrap .proof-block .woocommerce button.button, .woocommerce .proofs-to-review-wrap .proof-block button.button, .proofs-to-review-wrap .proof-block .woocommerce input.button, .woocommerce .proofs-to-review-wrap .proof-block input.button, .proofs-to-review-wrap .proof-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proofs-to-review-wrap .proof-block .edit, .proofs-to-review-wrap .proof-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofs-to-review-wrap .proof-block a {
    padding: 12px 24px; }

.proofs-to-review-wrap .proofs-to-review {
  display: none; }

.proofs-in-proggress-mess {
  text-align: center;
  margin-bottom: 40px;
  display: none; }
  .proofs-in-proggress-mess .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px; }

.proofing-order-item {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 26px;
  position: relative;
  overflow: hidden; }
  .proofing-order-item .top {
    padding: 25px 14px 22px;
    text-align: center; }
  .proofing-order-item .bottom {
    background-color: #BCBDBE; }
  .proofing-order-item .title {
    font-weight: bold;
    font-size: 16px; }
    @media (min-width: 450px) {
      .proofing-order-item .title {
        font-size: 18px; } }
  .proofing-order-item .table {
    font-size: 14px; }
    @media (min-width: 450px) {
      .proofing-order-item .table {
        font-size: 16px; } }
  .proofing-order-item .tablehead {
    background-color: #484849;
    color: #fff; }
    .proofing-order-item .tablehead .th {
      padding-top: 8px;
      padding-bottom: 8px; }
  .proofing-order-item .tbody {
    color: #484849; }
    .proofing-order-item .tbody .td {
      padding-top: 22px;
      padding-bottom: 22px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .proofing-order-item .tbody .status {
      font-weight: bold; }
  .proofing-order-item .tablehead,
  .proofing-order-item .tbody {
    display: flex;
    justify-content: space-between; }
    .proofing-order-item .tablehead .date,
    .proofing-order-item .tablehead .action,
    .proofing-order-item .tbody .date,
    .proofing-order-item .tbody .action {
      width: 76px;
      min-width: 76px;
      white-space: nowrap; }
      @media (min-width: 450px) {
        .proofing-order-item .tablehead .date,
        .proofing-order-item .tablehead .action,
        .proofing-order-item .tbody .date,
        .proofing-order-item .tbody .action {
          width: 90px;
          min-width: 90px; } }
    .proofing-order-item .tablehead .date,
    .proofing-order-item .tbody .date {
      padding-left: 10px;
      justify-content: start; }
      @media (min-width: 450px) {
        .proofing-order-item .tablehead .date,
        .proofing-order-item .tbody .date {
          padding-left: 20px; } }
    .proofing-order-item .tablehead .action,
    .proofing-order-item .tbody .action {
      text-align: center; }
    .proofing-order-item .tablehead .status,
    .proofing-order-item .tbody .status {
      padding-left: 5px;
      padding-right: 5px; }
  .proofing-order-item .action a.btn, .proofing-order-item .action .woocommerce a.button, .woocommerce .proofing-order-item .action a.button, .proofing-order-item .action .woocommerce-account .addresses .title a.edit, .woocommerce-account .addresses .title .proofing-order-item .action a.edit, .proofing-order-item .action body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-order-item .action a {
    padding: 4px 12px;
    border-color: #484849; }
    @media (min-width: 450px) {
      .proofing-order-item .action a.btn, .proofing-order-item .action .woocommerce a.button, .woocommerce .proofing-order-item .action a.button, .proofing-order-item .action .woocommerce-account .addresses .title a.edit, .woocommerce-account .addresses .title .proofing-order-item .action a.edit, .proofing-order-item .action body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-order-item .action a {
        padding: 4px 17px; } }
    .proofing-order-item .action a.btn:hover, .proofing-order-item .action .woocommerce a.button:hover, .woocommerce .proofing-order-item .action a.button:hover, .proofing-order-item .action .woocommerce-account .addresses .title a.edit:hover, .woocommerce-account .addresses .title .proofing-order-item .action a.edit:hover, .proofing-order-item .action body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-order-item .action a:hover {
      background-color: #484849;
      border-color: #484849; }
  .proofing-order-item[data-status="approved"] .td.status > div, .proofing-order-item[data-status="changes_requested"] .td.status > div {
    padding: 0 0 0 26px;
    position: relative; }
    .proofing-order-item[data-status="approved"] .td.status > div:after, .proofing-order-item[data-status="changes_requested"] .td.status > div:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      left: 0;
      top: 50%;
      margin-top: -11px; }
  .proofing-order-item[data-status="approved"] .td.status > div:after {
    background: #fff url(img/svg/checked-g.html) top 55% center/63% no-repeat; }
  .proofing-order-item[data-status="approved"] .text-approved {
    display: block; }
  .proofing-order-item[data-status="approved"] .text-needs-review {
    display: none; }
  .proofing-order-item[data-status="changes_requested"] .td.status > div:after {
    background: #fff url(img/svg/cross.html) center/45% no-repeat; }
  .proofing-order-item[data-status="changes_requested"] .text-changes {
    display: block; }
  .proofing-order-item[data-status="changes_requested"] .text-needs-review {
    display: none; }
  .proofing-order-item[data-status="waiting_for_proof"] .text-waiting-for-proof, .proofing-order-item[data-status="empty"] .text-waiting-for-proof {
    display: block; }
  .proofing-order-item[data-status="waiting_for_proof"] .text-needs-review, .proofing-order-item[data-status="empty"] .text-needs-review {
    display: none; }
  .proofing-order-item[data-status="in_proofing"] .text-needs-review {
    display: block; }
  .proofing-order-item .view-proof-img {
    position: absolute;
    left: -300vw;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.text-needs-review,
.text-waiting-for-proof,
.text-changes,
.text-approved {
  display: none; }

.btns-footer {
  position: relative;
  background-color: #212121;
  text-align: center;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .btns-footer {
      position: sticky;
      bottom: 0;
      margin-left: -26px;
      margin-right: -26px; } }
  @media (max-width: 449px) {
    .btns-footer {
      margin-left: -14px;
      margin-right: -14px; } }
  @media (min-width: 768px) {
    .btns-footer:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -55vw;
      width: 110vw;
      height: 100%;
      background-color: #212121; } }
  .btns-footer button.btn, .btns-footer .woocommerce button.button, .woocommerce .btns-footer button.button, .btns-footer .woocommerce-account .addresses .title button.edit, .woocommerce-account .addresses .title .btns-footer button.edit {
    float: none;
    text-transform: none; }
  .btns-footer .btn, .btns-footer .woocommerce #respond input#submit, .woocommerce #respond .btns-footer input#submit, .btns-footer .woocommerce a.button, .woocommerce .btns-footer a.button, .btns-footer .woocommerce button.button, .woocommerce .btns-footer button.button, .btns-footer .woocommerce input.button, .woocommerce .btns-footer input.button, .btns-footer .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .btns-footer .edit, .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-footer a {
    position: relative;
    z-index: 5;
    margin: 5px 6px;
    color: #212121 !important;
    font-weight: bold;
    padding: 9px 30px; }
    .btns-footer .btn.btn-green, .btns-footer .woocommerce #respond input.btn-green#submit, .woocommerce #respond .btns-footer input.btn-green#submit, .btns-footer .woocommerce a.btn-green.button, .woocommerce .btns-footer a.btn-green.button, .btns-footer .woocommerce button.btn-green.button, .woocommerce .btns-footer button.btn-green.button, .btns-footer .woocommerce input.btn-green.button, .woocommerce .btns-footer input.btn-green.button, .btns-footer .woocommerce-account .addresses .title .btn-green.edit, .woocommerce-account .addresses .title .btns-footer .btn-green.edit, .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-green, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-footer a.btn-green {
      background-color: #09B431;
      border-color: #09B431; }
      .btns-footer .btn.btn-green:hover, .btns-footer .woocommerce #respond input.btn-green#submit:hover, .woocommerce #respond .btns-footer input.btn-green#submit:hover, .btns-footer .woocommerce a.btn-green.button:hover, .woocommerce .btns-footer a.btn-green.button:hover, .btns-footer .woocommerce button.btn-green.button:hover, .woocommerce .btns-footer button.btn-green.button:hover, .btns-footer .woocommerce input.btn-green.button:hover, .woocommerce .btns-footer input.btn-green.button:hover, .btns-footer .woocommerce-account .addresses .title .btn-green.edit:hover, .woocommerce-account .addresses .title .btns-footer .btn-green.edit:hover, .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-green:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-footer a.btn-green:hover {
        background-color: transparent;
        color: #09B431 !important; }
    .btns-footer .btn.btn-red:hover, .btns-footer .woocommerce #respond input.btn-red#submit:hover, .woocommerce #respond .btns-footer input.btn-red#submit:hover, .btns-footer .woocommerce a.btn-red.button:hover, .woocommerce .btns-footer a.btn-red.button:hover, .btns-footer .woocommerce button.btn-red.button:hover, .woocommerce .btns-footer button.btn-red.button:hover, .btns-footer .woocommerce input.btn-red.button:hover, .woocommerce .btns-footer input.btn-red.button:hover, .btns-footer .woocommerce-account .addresses .title .btn-red.edit:hover, .woocommerce-account .addresses .title .btns-footer .btn-red.edit:hover, .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-red:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-footer a.btn-red:hover {
      color: #D5000E !important; }
    .btns-footer .btn.btn-warning:hover, .btns-footer .woocommerce #respond input.btn-warning#submit:hover, .woocommerce #respond .btns-footer input.btn-warning#submit:hover, .btns-footer .woocommerce a.btn-warning.button:hover, .woocommerce .btns-footer a.btn-warning.button:hover, .btns-footer .woocommerce button.btn-warning.button:hover, .woocommerce .btns-footer button.btn-warning.button:hover, .btns-footer .woocommerce input.btn-warning.button:hover, .woocommerce .btns-footer input.btn-warning.button:hover, .btns-footer .woocommerce-account .addresses .title .btn-warning.edit:hover, .woocommerce-account .addresses .title .btns-footer .btn-warning.edit:hover, .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a.btn-warning:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .btns-footer a.btn-warning:hover {
      color: #da8a2f !important; }
  .btns-footer .changes-requested,
  .btns-footer .approved-mess {
    padding: 3px 0 3px 31px;
    position: relative;
    color: #fff;
    z-index: 5;
    font-size: 18px;
    margin: 0 auto 18px;
    display: none; }
    .btns-footer .changes-requested:after,
    .btns-footer .approved-mess:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      left: 0;
      top: 50%;
      margin-top: -12px; }
  .btns-footer .changes-requested:after {
    background: #fff url(img/svg/cross.html) center/50% no-repeat; }
  .btns-footer .approved-mess:after {
    background: #fff url(img/svg/checked-g.html) top 52% center/65% no-repeat; }
  .btns-footer .default-loader {
    z-index: 6; }

.proofing-step-3,
.proofing-step-2 {
  display: none; }

html.show-view-proof .proofing-step-2 {
  display: block; }

html.show-view-proof .acc-content-wrap {
  display: none; }

html.show-view-proof header.acc-header {
  display: none !important; }

#main[data-step="2"] .proofing-step-1 {
  display: none; }

#main[data-step="2"] .proofing-step-2 {
  display: block; }

#main[data-step="3"] .proofing-step-1 {
  display: none; }

#main[data-step="3"] .proofing-step-3 {
  display: block; }

.proofing-step-2 {
  min-height: var(--app-height);
  position: relative;
  overflow: hidden;
  padding-bottom: 92px; }
  .proofing-step-2[data-status="loading"] .btns-footer {
    pointer-events: none; }
  .proofing-step-2[data-status="loading"] .btn, .proofing-step-2[data-status="loading"] .woocommerce #respond input#submit, .woocommerce #respond .proofing-step-2[data-status="loading"] input#submit, .proofing-step-2[data-status="loading"] .woocommerce a.button, .woocommerce .proofing-step-2[data-status="loading"] a.button, .proofing-step-2[data-status="loading"] .woocommerce button.button, .woocommerce .proofing-step-2[data-status="loading"] button.button, .proofing-step-2[data-status="loading"] .woocommerce input.button, .woocommerce .proofing-step-2[data-status="loading"] input.button, .proofing-step-2[data-status="loading"] .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proofing-step-2[data-status="loading"] .edit, .proofing-step-2[data-status="loading"] body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-step-2[data-status="loading"] a {
    opacity: 0;
    visibility: hidden; }
  .proofing-step-2[data-status="loading"] .default-loader {
    opacity: 1;
    visibility: visible; }
  .proofing-step-2 .step-2-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .proofing-step-2 .btns-footer {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important; }
  .proofing-step-2 .my-acc-header {
    position: relative;
    padding-top: 18px; }
  .proofing-step-2 .review-description-link a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #EA2A22; }

.proofing-step-3 {
  min-height: var(--app-height);
  position: relative;
  overflow: hidden;
  padding-bottom: 92px; }
  .proofing-step-3 .success-mess {
    position: relative;
    z-index: 6;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px;
    display: none; }
  .proofing-step-3[data-status="loading"] .btns-footer {
    pointer-events: none; }
  .proofing-step-3[data-status="loading"] .btn, .proofing-step-3[data-status="loading"] .woocommerce #respond input#submit, .woocommerce #respond .proofing-step-3[data-status="loading"] input#submit, .proofing-step-3[data-status="loading"] .woocommerce a.button, .woocommerce .proofing-step-3[data-status="loading"] a.button, .proofing-step-3[data-status="loading"] .woocommerce button.button, .woocommerce .proofing-step-3[data-status="loading"] button.button, .proofing-step-3[data-status="loading"] .woocommerce input.button, .woocommerce .proofing-step-3[data-status="loading"] input.button, .proofing-step-3[data-status="loading"] .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proofing-step-3[data-status="loading"] .edit, .proofing-step-3[data-status="loading"] body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-step-3[data-status="loading"] a {
    opacity: 0;
    visibility: hidden; }
  .proofing-step-3[data-status="loading"] .default-loader {
    opacity: 1;
    visibility: visible; }
  .proofing-step-3[data-status="success"] .submit-change-js {
    display: none; }
  .proofing-step-3[data-status="success"] .success-mess {
    display: block; }
  .proofing-step-3[data-status="success"] textarea {
    pointer-events: none; }
  .proofing-step-3 .btns-footer {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    .proofing-step-3 .btns-footer .btn, .proofing-step-3 .btns-footer .woocommerce #respond input#submit, .woocommerce #respond .proofing-step-3 .btns-footer input#submit, .proofing-step-3 .btns-footer .woocommerce a.button, .woocommerce .proofing-step-3 .btns-footer a.button, .proofing-step-3 .btns-footer .woocommerce button.button, .woocommerce .proofing-step-3 .btns-footer button.button, .proofing-step-3 .btns-footer .woocommerce input.button, .woocommerce .proofing-step-3 .btns-footer input.button, .proofing-step-3 .btns-footer .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proofing-step-3 .btns-footer .edit, .proofing-step-3 .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-step-3 .btns-footer a {
      margin: 5px 8px;
      width: auto; }
      @media (max-width: 369px) {
        .proofing-step-3 .btns-footer .btn, .proofing-step-3 .btns-footer .woocommerce #respond input#submit, .woocommerce #respond .proofing-step-3 .btns-footer input#submit, .proofing-step-3 .btns-footer .woocommerce a.button, .woocommerce .proofing-step-3 .btns-footer a.button, .proofing-step-3 .btns-footer .woocommerce button.button, .woocommerce .proofing-step-3 .btns-footer button.button, .proofing-step-3 .btns-footer .woocommerce input.button, .woocommerce .proofing-step-3 .btns-footer input.button, .proofing-step-3 .btns-footer .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proofing-step-3 .btns-footer .edit, .proofing-step-3 .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-step-3 .btns-footer a {
          padding: 8px 20px; } }
  .proofing-step-3 .my-acc-header {
    position: relative;
    padding-top: 18px; }
  .proofing-step-3 .review-description-link a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #EA2A22; }

.review-proof-block .proof-name {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 2px 14px 2px;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 520px) {
    .review-proof-block .proof-name {
      font-size: 18px; } }
  .review-proof-block .proof-name .title {
    line-height: 1.1; }

.review-proof-block .proof-body {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  position: relative;
  overflow: hidden; }

.review-proof-block .img-wrap {
  position: relative;
  overflow: hidden;
  height: calc(var(--app-height) - 333px);
  min-height: 200px; }

.review-proof-block .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px; }
  .review-proof-block .img img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.review-proof-block .proof-nav {
  background-color: #BCBDBE;
  padding: 8px 10px;
  text-align: center;
  user-select: none; }

.review-proof-block .zoom {
  background: #484849;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 8px 52px 8px 25px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 5px 5px;
  border-radius: 50px;
  position: relative;
  user-select: none;
  transition: .2s; }
  .review-proof-block .zoom:hover {
    background-color: #000; }
  .review-proof-block .zoom:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    right: 16px; }

.review-proof-block .zoom-plus:after {
  background: url(img/svg/zoom-plus.html) center/contain no-repeat; }

.review-proof-block .zoom-minus {
  display: none; }
  .review-proof-block .zoom-minus:after {
    background: url(img/svg/zoom-minus.html) center/contain no-repeat; }

.review-proof-block.show-zoom-minus .zoom-minus {
  display: inline-block; }

.review-proof-block.hide-zoom-plus .zoom-plus {
  display: none; }

.changes-form-wrap {
  overflow: visible;
  margin-bottom: 0;
  position: static; }
  .changes-form-wrap .fields {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    padding: 20px 20px 20px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 400px) {
      .changes-form-wrap .fields {
        padding: 30px 30px 30px; } }
    .changes-form-wrap .fields .title {
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      font-size: 18px;
      margin-left: -17px;
      margin-right: -17px; }
      @media (min-width: 400px) {
        .changes-form-wrap .fields .title {
          margin-left: -26px;
          margin-right: -26px; } }
    .changes-form-wrap .fields textarea {
      border: 2px solid #878787;
      width: 100%;
      height: calc(var(--app-height) - 480px);
      resize: vertical;
      min-height: 100px; }
      @media (min-width: 400px) {
        .changes-form-wrap .fields textarea {
          height: calc(var(--app-height) - 520px); } }
      .changes-form-wrap .fields textarea:focus {
        border-color: #000; }
  .changes-form-wrap .changes-notice {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    padding: 30px 30px 25px;
    position: relative;
    overflow: hidden; }
    .changes-form-wrap .changes-notice p:last-child {
      margin-bottom: 0; }
  @media (max-width: 619px) {
    .changes-form-wrap .btn, .changes-form-wrap .woocommerce #respond input#submit, .woocommerce #respond .changes-form-wrap input#submit, .changes-form-wrap .woocommerce a.button, .woocommerce .changes-form-wrap a.button, .changes-form-wrap .woocommerce button.button, .woocommerce .changes-form-wrap button.button, .changes-form-wrap .woocommerce input.button, .woocommerce .changes-form-wrap input.button, .changes-form-wrap .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .changes-form-wrap .edit, .changes-form-wrap body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .changes-form-wrap a {
      display: block;
      width: 100%;
      max-width: 260px;
      margin: 17px auto; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .changes-form-wrap .btn, .changes-form-wrap .woocommerce #respond input#submit, .woocommerce #respond .changes-form-wrap input#submit, .changes-form-wrap .woocommerce a.button, .woocommerce .changes-form-wrap a.button, .changes-form-wrap .woocommerce button.button, .woocommerce .changes-form-wrap button.button, .changes-form-wrap .woocommerce input.button, .woocommerce .changes-form-wrap input.button, .changes-form-wrap .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .changes-form-wrap .edit, .changes-form-wrap body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .changes-form-wrap a {
      display: block;
      width: 100%;
      max-width: 260px;
      margin: 17px auto; } }

.approve-form {
  overflow: visible; }
  .approve-form .btns {
    position: relative; }
  .approve-form.loading {
    pointer-events: none; }
    .approve-form.loading .btn, .approve-form.loading .woocommerce #respond input#submit, .woocommerce #respond .approve-form.loading input#submit, .approve-form.loading .woocommerce a.button, .woocommerce .approve-form.loading a.button, .approve-form.loading .woocommerce button.button, .woocommerce .approve-form.loading button.button, .approve-form.loading .woocommerce input.button, .woocommerce .approve-form.loading input.button, .approve-form.loading .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .approve-form.loading .edit, .approve-form.loading body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .approve-form.loading a {
      opacity: 0;
      visibility: hidden; }
    .approve-form.loading .default-loader {
      opacity: 1;
      visibility: visible; }
  .approve-form.success .success-checkmark-wrap {
    display: block; }
  .approve-form.success .default-loader {
    display: none; }

.changing-step .woocommerce-MyAccount-content {
  background-color: #fff !important; }

.changing-step .steps-loader {
  opacity: 1;
  visibility: visible; }

.changing-step .acc-proofing {
  opacity: 0;
  visibility: hidden; }

.proofing-process-footer .btn-grey:hover, .proofing-process-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proofing-process-footer a:hover {
  border-color: #D2CFD8;
  color: #D2CFD8 !important;
  background-color: transparent; }

html.active-proofing {
  pointer-events: none; }
  html.active-proofing .approve-modal-js .btns {
    pointer-events: none; }
  html.active-proofing .approve-modal-js .default-loader {
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 1;
    visibility: visible; }

html.bulk-proofing {
  pointer-events: none; }
  html.bulk-proofing .proofing-step-3 .btns-footer .btn, html.bulk-proofing .proofing-step-3 .btns-footer .woocommerce #respond input#submit, .woocommerce #respond html.bulk-proofing .proofing-step-3 .btns-footer input#submit, html.bulk-proofing .proofing-step-3 .btns-footer .woocommerce a.button, .woocommerce html.bulk-proofing .proofing-step-3 .btns-footer a.button, html.bulk-proofing .proofing-step-3 .btns-footer .woocommerce button.button, .woocommerce html.bulk-proofing .proofing-step-3 .btns-footer button.button, html.bulk-proofing .proofing-step-3 .btns-footer .woocommerce input.button, .woocommerce html.bulk-proofing .proofing-step-3 .btns-footer input.button, html.bulk-proofing .proofing-step-3 .btns-footer .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title html.bulk-proofing .proofing-step-3 .btns-footer .edit, html.bulk-proofing .proofing-step-3 .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .proofing-step-3 .btns-footer a,
  html.bulk-proofing .proofing-step-3 .btns .btn,
  html.bulk-proofing .proofing-step-3 .btns .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .proofing-step-3 .btns input#submit,
  html.bulk-proofing .proofing-step-3 .btns .woocommerce a.button,
  .woocommerce html.bulk-proofing .proofing-step-3 .btns a.button,
  html.bulk-proofing .proofing-step-3 .btns .woocommerce button.button,
  .woocommerce html.bulk-proofing .proofing-step-3 .btns button.button,
  html.bulk-proofing .proofing-step-3 .btns .woocommerce input.button,
  .woocommerce html.bulk-proofing .proofing-step-3 .btns input.button,
  html.bulk-proofing .proofing-step-3 .btns .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .proofing-step-3 .btns .edit,
  html.bulk-proofing .proofing-step-3 .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .proofing-step-3 .btns a,
  html.bulk-proofing .proofing-step-2 .btns-footer .btn,
  html.bulk-proofing .proofing-step-2 .btns-footer .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .proofing-step-2 .btns-footer input#submit,
  html.bulk-proofing .proofing-step-2 .btns-footer .woocommerce a.button,
  .woocommerce html.bulk-proofing .proofing-step-2 .btns-footer a.button,
  html.bulk-proofing .proofing-step-2 .btns-footer .woocommerce button.button,
  .woocommerce html.bulk-proofing .proofing-step-2 .btns-footer button.button,
  html.bulk-proofing .proofing-step-2 .btns-footer .woocommerce input.button,
  .woocommerce html.bulk-proofing .proofing-step-2 .btns-footer input.button,
  html.bulk-proofing .proofing-step-2 .btns-footer .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .proofing-step-2 .btns-footer .edit,
  html.bulk-proofing .proofing-step-2 .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .proofing-step-2 .btns-footer a,
  html.bulk-proofing .proofing-step-2 .btns .btn,
  html.bulk-proofing .proofing-step-2 .btns .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .proofing-step-2 .btns input#submit,
  html.bulk-proofing .proofing-step-2 .btns .woocommerce a.button,
  .woocommerce html.bulk-proofing .proofing-step-2 .btns a.button,
  html.bulk-proofing .proofing-step-2 .btns .woocommerce button.button,
  .woocommerce html.bulk-proofing .proofing-step-2 .btns button.button,
  html.bulk-proofing .proofing-step-2 .btns .woocommerce input.button,
  .woocommerce html.bulk-proofing .proofing-step-2 .btns input.button,
  html.bulk-proofing .proofing-step-2 .btns .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .proofing-step-2 .btns .edit,
  html.bulk-proofing .proofing-step-2 .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .proofing-step-2 .btns a,
  html.bulk-proofing .reviewed-all-proofs .btns-footer .btn,
  html.bulk-proofing .reviewed-all-proofs .btns-footer .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .reviewed-all-proofs .btns-footer input#submit,
  html.bulk-proofing .reviewed-all-proofs .btns-footer .woocommerce a.button,
  .woocommerce html.bulk-proofing .reviewed-all-proofs .btns-footer a.button,
  html.bulk-proofing .reviewed-all-proofs .btns-footer .woocommerce button.button,
  .woocommerce html.bulk-proofing .reviewed-all-proofs .btns-footer button.button,
  html.bulk-proofing .reviewed-all-proofs .btns-footer .woocommerce input.button,
  .woocommerce html.bulk-proofing .reviewed-all-proofs .btns-footer input.button,
  html.bulk-proofing .reviewed-all-proofs .btns-footer .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .reviewed-all-proofs .btns-footer .edit,
  html.bulk-proofing .reviewed-all-proofs .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .reviewed-all-proofs .btns-footer a,
  html.bulk-proofing .reviewed-all-proofs .btns .btn,
  html.bulk-proofing .reviewed-all-proofs .btns .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .reviewed-all-proofs .btns input#submit,
  html.bulk-proofing .reviewed-all-proofs .btns .woocommerce a.button,
  .woocommerce html.bulk-proofing .reviewed-all-proofs .btns a.button,
  html.bulk-proofing .reviewed-all-proofs .btns .woocommerce button.button,
  .woocommerce html.bulk-proofing .reviewed-all-proofs .btns button.button,
  html.bulk-proofing .reviewed-all-proofs .btns .woocommerce input.button,
  .woocommerce html.bulk-proofing .reviewed-all-proofs .btns input.button,
  html.bulk-proofing .reviewed-all-proofs .btns .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .reviewed-all-proofs .btns .edit,
  html.bulk-proofing .reviewed-all-proofs .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .reviewed-all-proofs .btns a,
  html.bulk-proofing .finish-proofs .btns-footer .btn,
  html.bulk-proofing .finish-proofs .btns-footer .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .finish-proofs .btns-footer input#submit,
  html.bulk-proofing .finish-proofs .btns-footer .woocommerce a.button,
  .woocommerce html.bulk-proofing .finish-proofs .btns-footer a.button,
  html.bulk-proofing .finish-proofs .btns-footer .woocommerce button.button,
  .woocommerce html.bulk-proofing .finish-proofs .btns-footer button.button,
  html.bulk-proofing .finish-proofs .btns-footer .woocommerce input.button,
  .woocommerce html.bulk-proofing .finish-proofs .btns-footer input.button,
  html.bulk-proofing .finish-proofs .btns-footer .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .finish-proofs .btns-footer .edit,
  html.bulk-proofing .finish-proofs .btns-footer body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .finish-proofs .btns-footer a,
  html.bulk-proofing .finish-proofs .btns .btn,
  html.bulk-proofing .finish-proofs .btns .woocommerce #respond input#submit,
  .woocommerce #respond html.bulk-proofing .finish-proofs .btns input#submit,
  html.bulk-proofing .finish-proofs .btns .woocommerce a.button,
  .woocommerce html.bulk-proofing .finish-proofs .btns a.button,
  html.bulk-proofing .finish-proofs .btns .woocommerce button.button,
  .woocommerce html.bulk-proofing .finish-proofs .btns button.button,
  html.bulk-proofing .finish-proofs .btns .woocommerce input.button,
  .woocommerce html.bulk-proofing .finish-proofs .btns input.button,
  html.bulk-proofing .finish-proofs .btns .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title html.bulk-proofing .finish-proofs .btns .edit,
  html.bulk-proofing .finish-proofs .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li html.bulk-proofing .finish-proofs .btns a {
    opacity: 0;
    visibility: hidden; }
  html.bulk-proofing .proofing-step-3 .default-loader,
  html.bulk-proofing .proofing-step-2 .default-loader,
  html.bulk-proofing .reviewed-all-proofs .default-loader,
  html.bulk-proofing .finish-proofs .default-loader {
    background-color: transparent;
    opacity: 1;
    visibility: visible; }
  html.bulk-proofing .proofing-step-3 .btns-footer,
  html.bulk-proofing .proofing-step-2 .btns-footer {
    background-color: #f0f0f0; }
    html.bulk-proofing .proofing-step-3 .btns-footer:after,
    html.bulk-proofing .proofing-step-2 .btns-footer:after {
      background-color: #f0f0f0; }

.approve-modal-js .btns {
  position: relative; }

.close-proof-landing {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .close-proof-landing a {
    display: block;
    font-size: 0;
    position: relative;
    width: 30px;
    height: 30px;
    left: 12px; }
    @media (min-width: 400px) {
      .close-proof-landing a {
        left: 25px; } }
    @media (min-width: 768px) {
      .close-proof-landing a {
        left: 5px; } }
    .close-proof-landing a:after, .close-proof-landing a:before {
      content: '';
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #000;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -12px; }
    .close-proof-landing a:after {
      transform: rotate(45deg); }
    .close-proof-landing a:before {
      transform: rotate(-45deg); }

.proofing-step-1 {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  min-height: var(--app-height); }

.proofing-step-1-top {
  padding: 0 10px; }
  @media (min-width: 400px) {
    .proofing-step-1-top {
      padding: 0 15px; } }
  @media (min-width: 768px) {
    .proofing-step-1-top {
      padding: 0 36px; } }

.proofing-step-1-container {
  margin: 0 auto;
  width: 100%;
  max-width: 600px; }

.proofing-step-1-bottom {
  flex-grow: 1;
  background-color: #000;
  color: #fff; }
  .proofing-step-1-bottom .bottom-title {
    font-size: 20px;
    font-weight: 700;
    color: #09B431;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 10px; }

.proofing-step-1-bottom-container {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px; }

.reviewed-proofs-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .reviewed-proofs-list .item {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px; }
  .reviewed-proofs-list .name {
    width: calc(100% - 140px);
    min-width: calc(100% - 140px);
    word-break: break-word;
    padding-right: 10px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .reviewed-proofs-list .name {
        font-size: 16px;
        width: calc(100% - 150px);
        min-width: calc(100% - 150px); } }
  .reviewed-proofs-list .status {
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .reviewed-proofs-list .status {
        font-size: 16px; } }
    .reviewed-proofs-list .status.approved {
      color: #09B431; }
    .reviewed-proofs-list .status.changes-requested {
      color: #ef2020; }
  .reviewed-proofs-list .link-block {
    width: 40px;
    text-align: right; }
    @media (min-width: 768px) {
      .reviewed-proofs-list .link-block {
        width: 50px; } }
    .reviewed-proofs-list .link-block a {
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .reviewed-proofs-list .link-block a {
          font-size: 16px; } }
      .reviewed-proofs-list .link-block a:hover {
        color: #39f; }

.reviewed-proof-item {
  border-top: 2px solid #1c1c1c; }
  .reviewed-proof-item:last-child {
    border-bottom: 2px solid #1c1c1c; }

.proofing-step-3-container,
.step-2-top {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  padding: 0 14px; }
  @media (min-width: 400px) {
    .proofing-step-3-container,
    .step-2-top {
      padding: 0 26px; } }

.proofing-step-1-bottom,
.finish-proofs,
.reviewed-all-proofs {
  display: none; }

.finish-proofs,
.reviewed-all-proofs {
  text-align: center;
  margin-bottom: 20px; }
  .finish-proofs .title,
  .reviewed-all-proofs .title {
    font-weight: bold;
    margin-bottom: 8px; }
  .finish-proofs .text,
  .reviewed-all-proofs .text {
    color: #464646;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .finish-proofs .text,
      .reviewed-all-proofs .text {
        font-size: 16px;
        max-width: 340px; } }
    .finish-proofs .text strong,
    .reviewed-all-proofs .text strong {
      font-weight: 400;
      color: #D50000; }
    .finish-proofs .text p,
    .reviewed-all-proofs .text p {
      margin-bottom: 20px; }
      .finish-proofs .text p:last-child,
      .reviewed-all-proofs .text p:last-child {
        margin-bottom: 10px; }
  .finish-proofs .btn, .finish-proofs .woocommerce #respond input#submit, .woocommerce #respond .finish-proofs input#submit, .finish-proofs .woocommerce a.button, .woocommerce .finish-proofs a.button, .finish-proofs .woocommerce button.button, .woocommerce .finish-proofs button.button, .finish-proofs .woocommerce input.button, .woocommerce .finish-proofs input.button, .finish-proofs .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .finish-proofs .edit, .finish-proofs body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .finish-proofs a,
  .reviewed-all-proofs .btn,
  .reviewed-all-proofs .woocommerce #respond input#submit,
  .woocommerce #respond .reviewed-all-proofs input#submit,
  .reviewed-all-proofs .woocommerce a.button,
  .woocommerce .reviewed-all-proofs a.button,
  .reviewed-all-proofs .woocommerce button.button,
  .woocommerce .reviewed-all-proofs button.button,
  .reviewed-all-proofs .woocommerce input.button,
  .woocommerce .reviewed-all-proofs input.button,
  .reviewed-all-proofs .woocommerce-account .addresses .title .edit,
  .woocommerce-account .addresses .title .reviewed-all-proofs .edit,
  .reviewed-all-proofs body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .reviewed-all-proofs a {
    min-width: 220px; }
  .finish-proofs .btns,
  .reviewed-all-proofs .btns {
    text-align: center;
    position: relative;
    padding: 10px 0; }
    .finish-proofs .btns .btn, .finish-proofs .btns .woocommerce #respond input#submit, .woocommerce #respond .finish-proofs .btns input#submit, .finish-proofs .btns .woocommerce a.button, .woocommerce .finish-proofs .btns a.button, .finish-proofs .btns .woocommerce button.button, .woocommerce .finish-proofs .btns button.button, .finish-proofs .btns .woocommerce input.button, .woocommerce .finish-proofs .btns input.button, .finish-proofs .btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .finish-proofs .btns .edit, .finish-proofs .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .finish-proofs .btns a,
    .reviewed-all-proofs .btns .btn,
    .reviewed-all-proofs .btns .woocommerce #respond input#submit,
    .woocommerce #respond .reviewed-all-proofs .btns input#submit,
    .reviewed-all-proofs .btns .woocommerce a.button,
    .woocommerce .reviewed-all-proofs .btns a.button,
    .reviewed-all-proofs .btns .woocommerce button.button,
    .woocommerce .reviewed-all-proofs .btns button.button,
    .reviewed-all-proofs .btns .woocommerce input.button,
    .woocommerce .reviewed-all-proofs .btns input.button,
    .reviewed-all-proofs .btns .woocommerce-account .addresses .title .edit,
    .woocommerce-account .addresses .title .reviewed-all-proofs .btns .edit,
    .reviewed-all-proofs .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a,
    body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .reviewed-all-proofs .btns a {
      float: none; }

.reviewed-all-proofs .img-icon {
  margin-bottom: 5px; }

.is-last-final-approve .finish-proofs {
  display: block; }

.is-last-approve .reviewed-all-proofs {
  display: block; }

html.show-acc-header body header.acc-header {
  display: block; }

.ready-proofs {
  list-style: none;
  padding: 15px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 400px) {
    .ready-proofs {
      padding: 30px 30px;
      border-radius: 22px; } }
  .ready-proofs .proof {
    border: 3px solid #999;
    margin-bottom: 30px; }
    .ready-proofs .proof:last-child {
      margin-bottom: 0; }
  .ready-proofs .row {
    border-bottom: 1px solid #999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px; }
    .ready-proofs .row .left {
      font-weight: bold;
      margin-right: 5px; }
    .ready-proofs .row .right {
      word-break: break-word; }
    .ready-proofs .row:last-child {
      border: none; }
    .ready-proofs .row.date-row {
      position: relative;
      padding-right: 70px; }
  .ready-proofs .link a {
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }

body.admin-bar .proofing-step-3,
body.admin-bar .proofing-step-2,
body.admin-bar .proofing-step-1 {
  min-height: calc(var(--app-height) - 32px); }
  @media screen and (max-width: 782px) {
    body.admin-bar .proofing-step-3,
    body.admin-bar .proofing-step-2,
    body.admin-bar .proofing-step-1 {
      min-height: calc(var(--app-height) - 46px); } }

body.admin-bar .changes-form-wrap .fields textarea {
  height: calc(var(--app-height) - 522px); }
  @media screen and (max-width: 782px) {
    body.admin-bar .changes-form-wrap .fields textarea {
      height: calc(var(--app-height) - 576px); } }

body.admin-bar .review-proof-block .img-wrap {
  height: calc(var(--app-height) - 375px); }
  @media screen and (max-width: 782px) {
    body.admin-bar .review-proof-block .img-wrap {
      height: calc(var(--app-height) - 380px); } }

body.admin-bar .fancybox-content {
  margin-top: 40px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .fancybox-content {
      margin-top: 60px; } }

.history-link-js {
  display: none; }

.show-change-history-btn .history-link-js {
  display: block; }

.show-change-history-btn .description-link {
  display: none; }

.custom-order-block {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 16px 20px; }
  .custom-order-block .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ccc;
    padding: 7px 7px 5px 7px; }
    .custom-order-block .row .left {
      font-weight: bold;
      font-size: 16px; }
    .custom-order-block .row .right {
      font-size: 16px; }
  .custom-order-block .btns-row {
    text-align: center;
    padding: 20px 10px 10px; }
    .custom-order-block .btns-row .btn, .custom-order-block .btns-row .woocommerce #respond input#submit, .woocommerce #respond .custom-order-block .btns-row input#submit, .custom-order-block .btns-row .woocommerce a.button, .woocommerce .custom-order-block .btns-row a.button, .custom-order-block .btns-row .woocommerce button.button, .woocommerce .custom-order-block .btns-row button.button, .custom-order-block .btns-row .woocommerce input.button, .woocommerce .custom-order-block .btns-row input.button, .custom-order-block .btns-row .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .custom-order-block .btns-row .edit, .custom-order-block .btns-row body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .custom-order-block .btns-row a {
      width: 200px;
      margin: 5px auto; }
  .custom-order-block .order-delivery-mess {
    color: #D50000;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 0 1px;
    font-weight: 600; }

.active-orders-wrap {
  padding-bottom: 10px; }

@media (max-width: 1199px) {
  .proofed-proofs-block {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px 20px; } }

@media (min-width: 1200px) {
  .proofs-row table {
    margin-top: 15px;
    margin-bottom: 25px; }
    .proofs-row table th {
      border-color: #494949 !important;
      background-color: #494949;
      font-size: 14px;
      color: #bdbebf; }
    .proofs-row table td {
      font-size: 14px;
      border: 1px solid #ccc;
      background: #fff; } }

@media (max-width: 1199px) {
  .proofs-row table {
    border: none;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 10px; }
  .proofs-row thead {
    display: none; }
  .proofs-row tbody {
    display: block; }
  .proofs-row .proof-info-tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border: 3px solid #a9a9a9; }
    .proofs-row .proof-info-tr:last-child {
      margin-bottom: 10px; }
    .proofs-row .proof-info-tr td {
      width: 100%;
      font-weight: 400;
      display: flex;
      flex-wrap: wrap;
      border: none;
      border-bottom: 1px solid #ccc;
      padding: 8px 12px;
      color: #6e6e6e;
      color: #000;
      font-size: 14px;
      vertical-align: middle; }
      .proofs-row .proof-info-tr td:before {
        content: attr(data-title);
        margin-right: 4px;
        display: inline-block;
        font-weight: 600; }
  .proofs-row tr td.date {
    width: 70%; }
  .proofs-row tr td.view {
    width: 30%;
    text-align: right;
    justify-content: flex-end; }
    .proofs-row tr td.view:before {
      display: none; } }

.proofs-row .proof-status-block.approved {
  color: #179B21; }

.proofs-row .view a {
  color: #246fb7;
  font-weight: 600; }

.old-type-order {
  text-align: center;
  font-weight: 600;
  margin: 20px auto 24px;
  font-size: 16px; }

.reorder-item-wrap {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 20px 20px; }
  .reorder-item-wrap .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px; }
  .reorder-item-wrap .btn, .reorder-item-wrap .woocommerce #respond input#submit, .woocommerce #respond .reorder-item-wrap input#submit, .reorder-item-wrap .woocommerce a.button, .woocommerce .reorder-item-wrap a.button, .reorder-item-wrap .woocommerce button.button, .woocommerce .reorder-item-wrap button.button, .reorder-item-wrap .woocommerce input.button, .woocommerce .reorder-item-wrap input.button, .reorder-item-wrap .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .reorder-item-wrap .edit, .reorder-item-wrap body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .reorder-item-wrap a {
    margin: 10px 0 0;
    min-width: 160px; }
  .reorder-item-wrap .btn-grey:hover, .reorder-item-wrap body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .reorder-item-wrap a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.reorder-item-title {
  text-align: center;
  font-size: 15px; }

.reorder-block table {
  border: none;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 10px; }

.reorder-block thead {
  display: none; }

.reorder-block tbody {
  display: block; }

.reorder-block .proof-info-tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  border: 3px solid #a9a9a9; }
  .reorder-block .proof-info-tr:last-child {
    margin-bottom: 10px; }
  .reorder-block .proof-info-tr td {
    width: 100%;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 12px;
    color: #6e6e6e;
    color: #000;
    font-size: 14px;
    vertical-align: middle; }
    .reorder-block .proof-info-tr td:before {
      content: attr(data-title);
      margin-right: 4px;
      display: inline-block;
      font-weight: 600; }

.reorder-block tr td.date {
  width: 70%; }

.reorder-block tr td.view {
  width: 30%;
  text-align: right;
  justify-content: flex-end; }
  .reorder-block tr td.view:before {
    display: none; }

.no-product-text {
  text-align: center;
  margin: 20px 0 0; }

.proof-change-history-wrap .reorder-block table {
  margin-top: 0; }

.proof-change-history-wrap .reorder-block tr td.date {
  width: 100%; }

.proof-change-history-wrap td.btns-td {
  border-bottom: none;
  background-color: #a9a9a9; }
  .proof-change-history-wrap td.btns-td:before {
    display: none; }
  .proof-change-history-wrap td.btns-td .btns {
    width: 100%;
    row-gap: 8px; }
  .proof-change-history-wrap td.btns-td .btn, .proof-change-history-wrap td.btns-td .woocommerce #respond input#submit, .woocommerce #respond .proof-change-history-wrap td.btns-td input#submit, .proof-change-history-wrap td.btns-td .woocommerce a.button, .woocommerce .proof-change-history-wrap td.btns-td a.button, .proof-change-history-wrap td.btns-td .woocommerce button.button, .woocommerce .proof-change-history-wrap td.btns-td button.button, .proof-change-history-wrap td.btns-td .woocommerce input.button, .woocommerce .proof-change-history-wrap td.btns-td input.button, .proof-change-history-wrap td.btns-td .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .proof-change-history-wrap td.btns-td .edit, .proof-change-history-wrap td.btns-td body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .proof-change-history-wrap td.btns-td a {
    margin: 2px 0 0; }

.proof-change-history-wrap .proof-info-tr:last-child {
  margin-bottom: 0; }

.proof-change-history-wrap .proof-status-block.approved {
  color: #179B21; }

.proof-change-history-wrap .proof-status-block.changes_requested {
  color: #ea2b33; }

.notification-preferences-block {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 20px 30px; }
  @media (min-width: 768px) {
    .notification-preferences-block {
      width: 100%;
      max-width: 480px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto; } }

form.notification-preferences-form {
  margin-bottom: 0;
  position: relative;
  text-align: center; }
  form.notification-preferences-form.loading .loader {
    opacity: 1;
    visibility: visible; }
  form.notification-preferences-form .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85) !important;
    opacity: 0;
    visibility: hidden; }
  form.notification-preferences-form label {
    font-weight: bold; }
  form.notification-preferences-form .btn-wrap {
    text-align: center;
    margin: 40px 0 20px; }
  form.notification-preferences-form .btn, form.notification-preferences-form .woocommerce #respond input#submit, .woocommerce #respond form.notification-preferences-form input#submit, form.notification-preferences-form .woocommerce a.button, .woocommerce form.notification-preferences-form a.button, form.notification-preferences-form .woocommerce button.button, .woocommerce form.notification-preferences-form button.button, form.notification-preferences-form .woocommerce input.button, .woocommerce form.notification-preferences-form input.button, form.notification-preferences-form .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title form.notification-preferences-form .edit, form.notification-preferences-form body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li form.notification-preferences-form a {
    text-transform: none;
    float: none;
    font-size: 14px !important; }
  form.notification-preferences-form .custom-checkbox-style {
    display: inline-block;
    width: 100%;
    max-width: 400px; }

.notification-preferences-wrap .remove-user-phone {
  position: relative;
  overflow: hidden; }
  .notification-preferences-wrap .remove-user-phone .default-loader {
    background: rgba(255, 255, 255, 0.9); }
  .notification-preferences-wrap .remove-user-phone.loading .default-loader {
    opacity: 1;
    visibility: visible; }

.notification-preferences-wrap .email-notifications {
  margin-bottom: 45px; }

.notification-preferences-wrap .notifications-text .title {
  font-size: 16px;
  color: #000;
  margin-bottom: 4px; }

.notification-preferences-wrap .notifications-text .text {
  font-size: 14px;
  margin-bottom: 0; }
  .notification-preferences-wrap .notifications-text .text p {
    margin: 0 0 25px; }

.notification-preferences-wrap .phone-number {
  white-space: nowrap;
  display: inline-block; }

.notification-preferences-wrap .btns {
  text-align: center; }
  .notification-preferences-wrap .btns .btn, .notification-preferences-wrap .btns .woocommerce #respond input#submit, .woocommerce #respond .notification-preferences-wrap .btns input#submit, .notification-preferences-wrap .btns .woocommerce a.button, .woocommerce .notification-preferences-wrap .btns a.button, .notification-preferences-wrap .btns .woocommerce button.button, .woocommerce .notification-preferences-wrap .btns button.button, .notification-preferences-wrap .btns .woocommerce input.button, .woocommerce .notification-preferences-wrap .btns input.button, .notification-preferences-wrap .btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .notification-preferences-wrap .btns .edit, .notification-preferences-wrap .btns body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .notification-preferences-wrap .btns a {
    text-transform: none;
    float: none;
    min-width: 200px;
    padding: 7px 20px 6px; }
  .notification-preferences-wrap .btns .btn-default-hover, .notification-preferences-wrap .btns .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .notification-preferences-wrap .btns .edit {
    color: #fff;
    background: #7c7c7c;
    border-color: #7c7c7c; }
    .notification-preferences-wrap .btns .btn-default-hover:hover, .notification-preferences-wrap .btns .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .notification-preferences-wrap .btns .edit:hover {
      background: #000;
      border-color: #000; }

#verified-user_add-phone-modal form.verify-form {
  position: relative; }
  #verified-user_add-phone-modal form.verify-form.verify-loading .default-loader {
    opacity: 1;
    visibility: visible; }

body.dashboard-orders-page .content-container {
  padding: 0; }
  body.dashboard-orders-page .content-container > .woocommerce {
    padding-top: 0;
    margin-bottom: 0; }

body.dashboard-orders-page .woocommerce-MyAccount-navigation {
  margin: 0;
  order: 0;
  float: none;
  width: 100%; }
  body.dashboard-orders-page .woocommerce-MyAccount-navigation ul {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 20px;
    padding: 35px 10px 40px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      body.dashboard-orders-page .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 760px; } }
    @media (min-width: 1024px) {
      body.dashboard-orders-page .woocommerce-MyAccount-navigation ul {
        max-width: 1020px;
        column-gap: 40px; } }
    @media (max-width: 419px) {
      body.dashboard-orders-page .woocommerce-MyAccount-navigation ul {
        column-gap: 10px; } }
    body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li {
      border: none; }
      body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a {
        width: 100%;
        white-space: nowrap; }
        @media (max-width: 419px) {
          body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a {
            font-size: 13px;
            padding-left: 10px;
            padding-right: 10px; } }

body.dashboard-orders-page .woocommerce-MyAccount-navigation-link--customer-logout {
  display: none; }

body.dashboard-orders-page .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    body.dashboard-orders-page .woocommerce-MyAccount-content {
      margin-bottom: 40px; } }

body.dashboard-orders-page .dashboard-title {
  padding-left: 20px;
  font-size: 18px; }
  @media (min-width: 768px) {
    body.dashboard-orders-page .dashboard-title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    body.dashboard-orders-page .dashboard-title {
      margin-bottom: 6px; } }

body.dashboard-orders-page .dashboard-orders {
  background-color: #f0f0f0;
  padding: 20px 20px; }
  @media (min-width: 768px) {
    body.dashboard-orders-page .dashboard-orders {
      border-radius: 30px; } }

@media (min-width: 768px) {
  body.dashboard-orders-page .dashboard-orders-wrap {
    padding-left: 20px;
    padding-right: 20px; } }

.dashboard-order-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px; }

.dashboard-order-fields {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }

.to-completed-orders {
  text-align: center;
  padding: 10px 0 30px; }
  .to-completed-orders a {
    color: #000; }

.dashboard-order-block {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto; }
  .dashboard-order-block .order-header {
    background-color: #484849;
    color: #fff;
    text-align: center; }
    .dashboard-order-block .order-header .order-delivery-mess {
      font-weight: bold;
      padding: 20px 14px 15px; }
      .dashboard-order-block .order-header .order-delivery-mess time {
        color: #E2FE3B;
        text-transform: uppercase;
        margin-top: 3px;
        display: block; }
  .dashboard-order-block .order-body {
    padding: 20px 20px 30px; }
  .dashboard-order-block .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #D2CFD8;
    padding: 10px 10px;
    font-weight: bold; }
    @media (max-width: 399px) {
      .dashboard-order-block .row {
        font-size: 16px; } }
    .dashboard-order-block .row time {
      font-weight: 400; }
    @media (min-width: 374px) {
      .dashboard-order-block .row .right {
        text-align: center;
        width: 140px; } }
  .dashboard-order-block .status-row .right {
    color: #D50000; }
  .dashboard-order-block .btns-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px auto 0;
    row-gap: 14px;
    column-gap: 14px; }
    @media (min-width: 400px) {
      .dashboard-order-block .btns-row {
        width: 100%;
        max-width: 400px; } }
  .dashboard-order-block .btn-row {
    width: 100%;
    position: relative; }
    @media (min-width: 425px) {
      .dashboard-order-block .btn-row {
        width: calc(50% - 7px); } }
    .dashboard-order-block .btn-row.btn-history-large {
      width: 100%;
      order: -1; }
  .dashboard-order-block .btn, .dashboard-order-block .woocommerce #respond input#submit, .woocommerce #respond .dashboard-order-block input#submit, .dashboard-order-block .woocommerce a.button, .woocommerce .dashboard-order-block a.button, .dashboard-order-block .woocommerce button.button, .woocommerce .dashboard-order-block button.button, .dashboard-order-block .woocommerce input.button, .woocommerce .dashboard-order-block input.button, .dashboard-order-block .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .dashboard-order-block .edit, .dashboard-order-block body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li a, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .dashboard-order-block a {
    width: 100%;
    min-width: 146px; }
  .dashboard-order-block.status-completed .status-row .right {
    color: #09B431; }

.spotlight {
  padding: 12px 10px 5px; }
  .spotlight .title {
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding: 4px 30px;
    margin-bottom: 2px; }
    @media (max-width: 399px) {
      .spotlight .title {
        font-size: 16px; } }

.spotlight-icon {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(img/svg/spotlight.html) center/contain no-repeat;
  z-index: 2;
  pointer-events: none;
  top: -14px;
  right: -10px; }
  .spotlight-icon + .btn, .woocommerce #respond .spotlight-icon + input#submit, .woocommerce .spotlight-icon + a.button, .woocommerce .spotlight-icon + button.button, .woocommerce .spotlight-icon + input.button, .woocommerce-account .addresses .title .spotlight-icon + .edit, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .spotlight-icon + a {
    background-color: #E2FE3B;
    border-color: #E2FE3B; }
    .spotlight-icon + .btn:hover, .woocommerce #respond .spotlight-icon + input#submit:hover, .woocommerce .spotlight-icon + a.button:hover, .woocommerce .spotlight-icon + button.button:hover, .woocommerce .spotlight-icon + input.button:hover, .woocommerce-account .addresses .title .spotlight-icon + .edit:hover, body.dashboard-orders-page .woocommerce-MyAccount-navigation ul li .spotlight-icon + a:hover {
      background-color: #179B21;
      border-color: #179B21; }

.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .spotlight-actions a {
    text-decoration: none;
    color: #CFED52; }
    .spotlight-actions a:hover {
      color: #E2FE3B; }
  .spotlight-actions .action-item {
    margin: 4px 0;
    font-weight: bold; }
  .spotlight-actions .action-item + .action-item:before {
    content: '|';
    color: #fff;
    font-weight: bold;
    margin: 0 2px 0 5px; }

.verify-modal {
  width: 410px;
  padding: 35px 25px 30px; }
  .verify-modal .img {
    text-align: center;
    margin-bottom: 10px; }
    .verify-modal .img img {
      max-width: 140px;
      position: relative; }
  .verify-modal form {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
    .verify-modal form.verify-loading {
      pointer-events: none; }
      .verify-modal form.verify-loading .verify-loader {
        opacity: 1;
        visibility: visible; }
    .verify-modal form .default-loader {
      background: rgba(255, 255, 255, 0.9); }
  .verify-modal .field {
    margin-bottom: 10px; }
  .verify-modal .verified-success {
    display: none;
    color: #009900;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 28px 5px 0;
    position: relative; }
    .verify-modal .verified-success:after {
      content: '';
      position: absolute;
      right: 0;
      top: 7px;
      width: 18px;
      height: 18px;
      background: url(img/svg/checked-green.html) center/contain no-repeat; }
  .verify-modal .left {
    width: 200px;
    padding-right: 20px; }
  .verify-modal .right {
    width: 140px; }
  .verify-modal label {
    font-size: 14px;
    font-weight: 600;
    display: block; }
  .verify-modal input {
    width: 100% !important;
    font-size: 20px !important; }
  .verify-modal .submit-btn-wrap {
    text-align: center; }
  .verify-modal button {
    float: none; }
    .verify-modal button[type="submit"] {
      text-transform: none;
      padding: 6px 10px;
      margin-top: 8px;
      min-width: 200px; }
  .verify-modal .verified-success {
    display: none; }
  .verify-modal .error-message {
    color: red;
    font-weight: 400;
    display: none; }
  .verify-modal .not-receive {
    margin-top: 5px;
    margin-right: 5px; }
  .verify-modal .resend-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 5px 0 0;
    color: #246fb7;
    text-transform: none;
    display: flex;
    align-items: center;
    font-size: 12px; }
    .verify-modal .resend-btn:first-child {
      margin-right: 10px; }
    .verify-modal .resend-btn .btn-text {
      text-decoration: underline; }
    .verify-modal .resend-btn:hover {
      color: #000;
      text-decoration: none; }
    .verify-modal .resend-btn .timer {
      display: none;
      padding: 4px 4px 3px;
      border: 1px dashed #000;
      color: #000;
      border-radius: 50%;
      font-size: 13px;
      font-weight: 600;
      margin-left: 5px;
      text-decoration: none;
      text-align: center;
      min-width: 27px; }
    .verify-modal .resend-btn.disabled {
      color: #000;
      opacity: .5;
      pointer-events: none; }
      .verify-modal .resend-btn.disabled .timer {
        display: block; }
  .verify-modal .title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center; }
  .verify-modal .text {
    margin-bottom: 10px; }
  .verify-modal .text {
    font-size: 14px; }
  .verify-modal .bottom-text {
    font-size: 12px;
    opacity: 0.7;
    width: 100%;
    max-width: 280px;
    margin: 0 auto; }
    .verify-modal .bottom-text p:last-child {
      margin-bottom: 0; }
  .verify-modal .common-errors {
    display: none;
    color: #c40000;
    font-weight: 600; }
  .verify-modal .sent-to-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 10px; }
    .verify-modal .sent-to-wrap .user-email {
      word-break: break-word; }
  .verify-modal .sent-to {
    margin-right: 6px; }
  .verify-modal .phone-wrap,
  .verify-modal .email-wrap {
    border: 1px solid #000;
    padding: 13px 25px 20px;
    margin-bottom: 20px; }
  .verify-modal .change-link {
    background: none;
    color: red;
    text-transform: none;
    padding: 0;
    min-width: 10px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px; }
    .verify-modal .change-link:hover {
      text-decoration: none; }
  .verify-modal .label {
    font-weight: bold;
    font-size: 14px; }

.resend-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  margin-top: -4px;
  position: relative; }
  .resend-btn-wrap .default-loader:before {
    width: 64px;
    height: 64px;
    background-size: contain; }
  .resend-btn-wrap.loading-resend .default-loader {
    opacity: 1;
    visibility: visible; }

.resend-block {
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  .resend-block.loading-resend {
    pointer-events: none; }
    .resend-block.loading-resend .default-loader {
      opacity: 1;
      visibility: visible; }
  .resend-block .default-loader {
    background: rgba(255, 255, 255, 0.9); }
    .resend-block .default-loader:before {
      height: 70px;
      width: 70px;
      background-size: contain; }

.site-3 .verify-modal .resend-btn {
  color: #c51230; }
  .site-3 .verify-modal .resend-btn:hover {
    color: #000; }

.site-3 .verify-modal button[type="submit"] {
  background: #000; }
  .site-3 .verify-modal button[type="submit"]:hover {
    background: #c51230; }

.reloading-title {
  text-align: center;
  padding: 18vh 20px; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

:root {
  --app-height: 100%; }

/*# sourceMappingURL=style.css.map */