:root {
  --max-mobile-width: 767px;
  --min-tablet-width: 768px;
  --max-tablet-width: 998px;
  --min-laptop-width: 999px;
  --max-laptop-width: 1199px;
  --min-desktop-width: 1200px;
  --max-desktop-width: 1599px;
  --min-hd-width: 1600px;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    box-sizing: border-box;
    line-height: 1.2;
    overflow-y: scroll;
    touch-action: manipulation;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, main, footer, header, nav, section, details, summary {
    display: block;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

hr {
    border: 0;
    background: #ccc;
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
}

pre {
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

small {
    font-size: 80%;
}

b,
strong {
    font-weight: bold;
}

td img {
    vertical-align: top;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* standardize any monospaced elements */

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

* {
    /* Remove default webkit and possible mozilla styles. Keeping this as :active to remove browser styles */
    /*-moz-appearance: none;
    -webkit-appearance: none;*/
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Removing 300ms delay */

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

/* Add the correct display in IE */

template {
    display: none;
}

/* MEDIA ELEMENT */

audio,
canvas,
progress,
video {
    display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

img,
embed,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

/* Add the correct display in iOS 4-7. */

audio:not([controls]) {
    display: none;
    height: 0;
}

/* Hide the overflow in IE. */

svg:not(:root) {
    overflow: hidden;
}

/* Remove the border on images inside links in IE 10-. */

img {
    border: none;
}

/* FORMS */

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

/* hand cursor on clickable elements */

label,
input[type="radio"],
input[type="checkbox"],
input[type="button"],
input[type="submit"],
input[type="file"],
button {
    cursor: pointer;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: middle;
}

/* make buttons play nice in IE */

button {
    width: auto;
    overflow: visible;
}

/* Show the overflow in Edge. */

button,
input {
    overflow: visible;
}

/* Remove the inheritance of text transform in Firefox. */

button,
select {
    text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Restore the focus styles unset by the previous rule */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/* Correct the text wrapping in Edge and IE. */

/* Correct the color inheritance from `fieldset` elements in IE. */

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto; /* Internet Explorer 11+ */
    resize: vertical; /* Specify textarea resizability */
}

[disabled] {
    cursor: default;
}

/* Correct the odd appearance in Chrome and Safari. */

/* Correct the outline style in Safari. */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/* Remove the inner padding and cancel buttons in Chrome and Safari on OS X */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@font-face {
  font-family: 'HindSiliguri';
  src:  url('/assets/fonts/HindSiliguri-Regular.woff2') format('woff2'),
        url('/assets/fonts/HindSiliguri-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HindSiliguri';
  src:  url('/assets/fonts/HindSiliguri-Medium.woff2') format('woff2'),
        url('/assets/fonts/HindSiliguri-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HindSiliguri';
  src:  url('/assets/fonts/HindSiliguri-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/HindSiliguri-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HindSiliguri';
  src:  url('/assets/fonts/HindSiliguri-Bold.woff2') format('woff2'),
        url('/assets/fonts/HindSiliguri-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Neutra Text TF';
  src:  url('/assets/fonts/Neutra-Text-TF-Bold-Alt.woff2') format('woff2'),
  url('/assets/fonts/Neutra-Text-TF-Bold-Alt.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

html {
  touch-action: manipulation;
  overflow: hidden;
  overflow-y: scroll;
}

body {
  background: #e4e6ec;
  color: #2b2f3a;
  font: 400 15px "HindSiliguri", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

input,
button {
  font: inherit;
  letter-spacing: inherit;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
  }

ul {
  list-style: none;
}

::selection {
  background: rgba(0, 0, 0, .2);
}

#menu-toggler {
  display: none;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.no-transition,
  .no-transition * {
    transition: none !important;
  }

.center {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1345px;

  /*&--narrow { */
  /*  max-width: 1150px; */
  /*} */
  /* */
  /*&--wide { */
  /*  max-width: 1440px; */
  /*} */
}

.hide {
  display: none !important;
}

@media (max-width: 767px) {

.hide-mobile {
    display: none !important
}
  }

@media (min-width: 768px) and (max-width: 998px) {

.hide-tablet {
    display: none !important
}
  }

@media (min-width: 999px) and (max-width: 1199px) {

.hide-laptop {
    display: none !important
}
  }

@media (min-width: 1200px) and (max-width: 1599px) {

.hide-desktop {
    display: none !important
}
  }

@media (min-width: 1600px) {

.hide-hd {
    display: none !important
}
  }

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {

.show-mobile {
    display: none !important
}
  }

@media (max-width: 767px), (min-width: 999px) {

.show-tablet {
    display: none !important
}
  }

@media (max-width: 998px), (min-width: 1200px) {

.show-laptop {
    display: none !important
}
  }

@media (max-width: 1199px), (min-width: 1600px) {

.show-desktop {
    display: none !important
}
  }

@media (max-width: 1599px) {

.show-hd {
    display: none !important
}
  }

.header {
  background: #101010;
  color: #fff;
  position: fixed;
  transition: transform .3s ease, background-color .3s ease;
  width: 100%;
  z-index: 10;
}

.header__inner {
    display: flex;
    align-items: center;
    height: 55px;
  }

.header .logo {
    font: 700 24px "Neutra Text TF", sans-serif;
    letter-spacing: 0.01em;
    padding-top: 2px;
    text-transform: uppercase;
    z-index: 21;
  }

.header .logo:hover {
      text-decoration: none;
    }

.header--transparent {
    background: transparent;
  }

.main {
    min-height: 100vh;
    transition: all .5s ease;
    transform-origin: 50% 50vh;
}

.panel {
  padding: 118px 0 80px;
}

.panel__inner {
    display: flex;
    justify-content: space-between;
  }

.panel__content {
    flex-grow: 1;
    max-width: 1075px;
    position: relative;
  }

.panel__breadcrumbs {
    color: #898d97;
    position: absolute;
    top: -40px;
    left: 0;
  }

.panel__breadcrumbs a {
      color: #101010;
    }

.status {
  box-sizing: border-box;
  border-radius: 11px;
  display: none;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px;
  min-width: 82px;
  max-width: 85px;
}

.status i {
    background: url('/assets/images/status-icons.png') no-repeat 0 0 / 400% 100%;
    display: inline-block;
    flex-shrink: 0;
    height: 13px;
    margin-left: 3px;
    width: 13px;
  }

.status.pending {
    background: #e8eaf0;
    color: #606980;
  }

.status.shipped,
  .status.published {
    background: #d7f3e3;
    color: #14c05d;
  }

.status.shipped i, .status.published i {
      background-position-x: -13px;
    }

.status.refunded {
    background: #f5dfd8;
    color: #c94d26;
  }

.status.refunded i {
      background-position-x: -26px;
    }

.status.paused,
  .status.unpublished {
    background-color: #f5ead8;
    color: #d0952d;
  }

.status.paused i, .status.unpublished i {
      background-position-x: -39px;
    }

[data-status=pending] .pending {
  display: flex;
}

[data-status=shipped] .shipped {
  display: flex;
}

[data-status=refunded] .refunded {
  display: flex;
}

[data-status=paused] .paused {
  display: flex;
}

[data-status=published] .published {
  display: flex;
}

[data-status=unpublished] .unpublished {
  display: flex;
}

.btn {
  background: #0f6eda;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 1px 2px 6px 0 rgba(43, 37, 58, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 20px;
  min-width: 75px;
  padding: 6px 17px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}

.btn::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
    opacity: 0;
    transition: all .2s ease;
  }

.btn i {
    background: no-repeat 50% 50% / contain;
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    width: 20px;
  }

.btn span {
    line-height: 18px;
    padding-top: 2px;
  }

@media (max-width: 1199px) {

.btn {
    min-width: 0
}

    .btn span {
      display: none;
    }
  }

.btn--white {
    border-color: #c3c5ca;
    background: #ffffff;
    color: #2b2f3a;
  }

.btn--white::after {
      background: #b0b0b0;
    }

.btn--dark {
    background: #2b2f3a;
  }

.btn--blue {
    background: #0f6eda;
  }

.btn--red {
    background: #c94d26;
  }

.btn--uppercase {
    text-transform: uppercase;
    padding: 7px 17px 5px;
  }

.btn:hover {
    text-decoration: none;
  }

.btn:hover::after {
      opacity: 0.1;
    }

.column {
  width: 50%;
}

.column__line {
    display: flex;
    margin-bottom: 10px;
    padding-right: 30px;
  }

.column__line div,
    .column__line label,
    .column__line input,
    .column__line .select {
      flex-grow: 1;
      max-width: 120px;
    }

.column__line div:first-child, .column__line label:first-child, .column__line input:first-child, .column__line .select:first-child {
        opacity: .5;
        text-transform: capitalize;
      }

.column__line input,
    .column__line .select {
      max-width: 150px;
    }

.column__line.buttons {
      justify-content: flex-end;
    }

.column__line.buttons a {
        margin-left: 9px;
      }

.column--wide {
    width: 100%;
    padding-right: 40px;
  }

.column--wide label,
    .column--wide input,
    .column--wide textarea {
      display: block;
      max-width: none;
      width: 100%;
    }

.column .field {
    margin-bottom: 20px;
  }

.column .field .label {
      margin-bottom: 10px;
      opacity: .5;
    }

.column .field--inline {
      display: inline-block;
    }

.column .field--submit button {
        margin-left: auto;
      }

@media (min-width: 1200px) {
      .column__line div,
      .column__line label {
        max-width: 190px;
      }

      .column__line input,
      .column__line .select {
        max-width: 284px;
      }
  }

.select {
  box-shadow: 1px 2px 6px 0 rgba(43, 37, 58, 0.15);
  height: 36px;
  width: 100%;
  position: relative;
}

.select select {
    background: #fff !important;
    border-radius: 3px !important;
    border-color: #c3c5ca;
    cursor: pointer;
    padding: 0 12px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

.select select:focus {
      outline: none;
      border-color: currentColor;
    }

.select::after {
    content: '';
    position: absolute;
    border-top: 5px solid currentColor;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 10px;
    top: calc(50% - 2px);
  }

.nice-select {
  min-width: 130px;
}

.nice-select > span,
  .nice-select .option {
    display: flex;
    align-items: center;
  }

.nice-select > span::before, .nice-select .option::before {
      background: url('/assets/images/status-icons.png') no-repeat 0 0 / 400% 100%;
      content: '';
      display: inline-block;
      flex-shrink: 0;
      margin: 0 5px 2px;
      height: 13px;
      width: 13px;
    }

.nice-select .option[data-value=active] {
      color: #14c05d;
    }

.nice-select .option[data-value=active]::before {
        background-position-x: -13px;
      }

.nice-select .option[data-value=inactive] {
      color: #d0952d;
    }

.nice-select .option[data-value=inactive]::before {
        background-position-x: -39px
      }

.nice-select.active > span {
      color: #14c05d;
    }

.nice-select.active > span::before {
        background-position-x: -13px;
      }

.nice-select.inactive > span {
      color: #d0952d;
    }

.nice-select.inactive > span::before {
        background-position-x: -39px
      }

input,
textarea,
label.image {
  border: 1px solid #c3c5ca;
  border-radius: 3px;
  line-height: 22px;
  padding: 6px 12px;
  box-shadow: 1px 2px 6px 0 rgba(43, 37, 58, 0.15);
  resize: none;
}

input[type=file], textarea[type=file], label.image[type=file] {
    display: none;
  }

input:focus, textarea:focus, label.image:focus {
    outline: none;
    border-color: #101010;
  }

label.image {
  text-align: center;
}

label.image i {
    background: url('/assets/images/file-icon.png') no-repeat 50% 50% / contain;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0  6px -2px 0;
  }

.title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.88;
  padding-right: 20px;
}

@media (min-width: 1200px) {

.title {
    min-width: 190px
}
  }

.login {
  background: #101010;
  color: #ffffff;
  min-height: 100vh;
  position: relative;
}

.login__inner {
    background: #101010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 55px 40px 80px;
    position: relative;
    height: 100%;
    width: 50%;
    max-width: 543px;
  }

.login__inner > * {
      max-width: 350px;
    }

.login__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
  }

.login__form {
    width: 100%;
  }

.login__bg {
    position: absolute;
    right: 0;
    width: 58%;
    height: 100%;
  }

.login__bg img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.login__input {
    margin-bottom: 14px;
  }

.login__submit {
    padding-top: 5px;
  }

.login input,
  .login button {
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 10px 12px;
    line-height: 20px;
  }

.login input {
    background: #ffffff;
    border: transparent;
    position: relative;
  }

.login input:-webkit-autofill,
    .login input:-webkit-autofill:hover,
    .login input:-webkit-autofill:focus {
      position: absolute;
      top: 0;
    }

.login button {
    background: #0f6eda;
    border:none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: background .2s ease;
    line-height: 25px;
  }

.login button:hover {
      background: #117BF3;
    }

@media (min-width: 1200px) {
    .login__inner {
      padding: 55px 40px 144px;
    }
  }

.menu {
  font-size: 15px;
  max-width: 232px;
  padding: 6px 40px 0 0;
}

.menu li {
    margin-bottom: 14px;
  }

.menu .icon {
    background: url('/assets/images/menu-icons.png') no-repeat 0 0 / 400% 200%;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    height: 22px;
    width: 22px;
  }

.menu .icon.orders {
      background-position-x: 0;
    }

.menu .icon.customers {
      background-position-x: -22px;
    }

.menu .icon.discounts {
      background-position-x: -44px;
    }

.menu .icon.blog {
      background-position-x: -66px;
    }

.menu a {
    display: flex;
    align-items: center;
    transition: all .2s ease;
  }

.menu a.active {
      color: #0f6eda;
      font-weight: 600;
    }

.menu a.active .icon {
        background-position-y: -22px;
      }

.menu a:hover {
      text-decoration: none;
      color: #0f6eda;
    }

.table {
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.16);
}

.table__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px 0;
    height: 55px;
  }

.table table {
    border-collapse: collapse;
    overflow: hidden;
    min-width: 100%;
  }

.table table a {
      color: #0f6eda;
    }

.table table a:hover {
        text-decoration: none;
        color: #117ffb;
      }

.table thead {
    background: #eceef4;
    color: #5f666c;
    font-weight: 500;
    text-transform: uppercase;
  }

.table thead th {
      border: none !important;
    }

.table tbody {
    background: #ffffff;
  }

.table tr {
    border-bottom: 1px solid #e6e6e6 !important;
  }

.table th, .table td {
    padding: 9px 0 7px 10px;
  }

.table th:first-child, .table td:first-child {
      padding-left: 30px !important;
    }

.table th:last-child, .table td:last-child {
      padding-right: 30px !important;
    }

.table th {
    padding: 12px 0 9px 10px !important;
    font-weight: 500 !important;
  }

.table .dataTables_wrapper {
    padding: 20px 0;
  }

.table .dataTables_wrapper select {
      background: #ffffff;
      border-radius: 3px !important;
      border: 1px solid #c3c5ca;
      appearance: none;
      padding: 0 5px !important;
      -moz-appearance: none;
      -webkit-appearance: none;
    }

.table .dataTables_wrapper select:focus {
        outline: none;
      }

.table .dataTables_wrapper input {
      border: 1px solid #c3c5ca;
      border-radius: 3px;
      padding: 4px 8px;
    }

.table .dataTables_length {
    margin-left: 30px;
    margin-bottom: 10px;

  }

.table .dataTables_filter {
    margin-right: 30px;
    margin-bottom: 10px;
  }

.table .dataTables_info {
    margin: 10px 0 0 30px;
  }

.table .dataTables_paginate {
    display: flex;
    align-items: center;
    margin: 10px 30px 0 0;
  }

.table .dataTables_paginate .paginate_button {
      background: #ffffff;
      padding: 2px 8px !important;
      margin-left: 5px;
      min-width: 30px;
    }

.table .dataTables_paginate .paginate_button.previous,
      .table .dataTables_paginate .paginate_button.next {
        background: transparent;
        font-size: 0;
        position: relative;
      }

.table .dataTables_paginate .paginate_button.previous::after, .table .dataTables_paginate .paginate_button.next::after {
          content: '';
          display: block;
          border-left: 2px solid currentColor;
          border-bottom: 2px solid currentColor;
          width: 16px;
          height: 16px;
        }

.table .dataTables_paginate .paginate_button.previous:not(.disabled):hover, .table .dataTables_paginate .paginate_button.next:not(.disabled):hover {
          border-color: transparent;
          background: transparent;
        }

.table .dataTables_paginate .paginate_button.previous::after {
        transform: rotate(45deg);
      }

.table .dataTables_paginate .paginate_button.next::after {
        transform: rotate(225deg);
      }

.table .dataTables_paginate .paginate_button.disabled {
        opacity: .5;
      }

.table .dataTables_paginate .paginate_button.current {
        background: #0f6eda !important;
        border-color: transparent !important;
        color: #ffffff !important;
      }

.table .dataTables_paginate .paginate_button.current:hover {
          background: #117ffb !important;
          color: #ffffff !important;
        }

.table .dataTables_paginate .paginate_button:hover {
        background: #ffffff;
        border-color: transparent;
        color: #0f6eda !important;
      }

@media (min-width: 1200px) {
    .table__heading {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

.order {
  position: relative;
}

.content-block {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 18px;
}

.content-block__head {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px 0;
    height: 55px;
  }

.content-block__head .select {
      max-width: 120px;
      flex-shrink: 0;
    }

.content-block__head a {
      flex-shrink: 0;
    }

.content-block__head .edit {
      color: #0f6eda;
      font-weight: 500;
      text-transform: capitalize;
    }

.content-block__head .edit i {
        background: url('/assets/images/edit-icon.png') no-repeat 50% 50% / contain;
        display: inline-block;
        margin-right: 4px;
        margin-bottom: -5px;
        height: 20px;
        width: 20px;
      }

.content-block__controls {
    flex-grow: 1;
  }

.content-block__controls > * {
      margin-left: 9px;
    }

.content-block__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 40px;
  }

.content-block__body {
    display: flex;
    padding: 30px 15px;
  }

.content-block__product {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
  }

.content-block__product:not(:last-child) {
      border-bottom: 1px solid #e6e6e6;
    }

.content-block__product div {
      padding-right: 20px;
    }

.content-block__product .product-title {
      width: 50%
    }

.content-block__product .product-number {
      width: 20%
    }

.content-block__product .product-total {
      width: 30%
    }

@media (min-width: 1200px) {
    .content-block__head,
    .content-block__body {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity .3s .2s ease, visibility 0s .5s;
}

.popup__overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
  }

.popup__inner {
    background: #ffffff;
    border-radius: 6px;
    min-width: 350px;
    min-height: 150px;
    opacity: 0;
    padding: 32px 30px 68px;
    transform: scale(.8);
    transition: all .3s ease;
  }

.popup__close {
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
  }

.popup__close::before,
    .popup__close::after {
      background: currentColor;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: calc(50% - 11px);
      top: 50%;
      width: 22px;
      transform-origin: 50% 50%;
      transform: rotate(45deg);
    }

.popup__close::after {
      transform: rotate(-45deg);
    }

.popup__text {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 14px;
  }

.popup__buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 32px;
    width: 100%;
  }

.popup__buttons > * {
      margin: 0 5px;
    }

.popup.shown {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s 0s ease, visibility 0s 0s;
  }

.popup.shown .popup__inner {
      opacity: 1;
      transform: scale(1);
      transition: all .3s .2s ease;
    }




/*# sourceMappingURL=style.css.map */
