/**
 * --------------------------------------------------------------------------------------------------------
 * shared with all .scss files.
 * --------------------------------------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
@import url(../css/font-awesome.min.css);
/* line 17, ../sass/nice-select.scss */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 50px;
  border: solid 2px transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  line-height: 44px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  min-width: 140px;
  width: 100%;
  color: #717171;
}
/* line 42, ../sass/nice-select.scss */
.nice-select:hover, .nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #00AFEB;
}
/* line 46, ../sass/nice-select.scss */
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
/* line 65, ../sass/nice-select.scss */
.nice-select.open:after {
  transform: rotate(-135deg);
}
/* line 68, ../sass/nice-select.scss */
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  width: 100%;
}
/* line 75, ../sass/nice-select.scss */
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
/* line 79, ../sass/nice-select.scss */
.nice-select.disabled:after {
  border-color: #cccccc;
}
/* line 85, ../sass/nice-select.scss */
.nice-select.wide {
  width: 100%;
}
/* line 87, ../sass/nice-select.scss */
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
/* line 92, ../sass/nice-select.scss */
.nice-select.right {
  float: right;
}
/* line 94, ../sass/nice-select.scss */
.nice-select.right .list {
  left: auto;
  right: 0;
}
/* line 99, ../sass/nice-select.scss */
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
/* line 103, ../sass/nice-select.scss */
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
/* line 107, ../sass/nice-select.scss */
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
/* line 114, ../sass/nice-select.scss */
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 44px;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-23px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  margin: 0;
}
/* line 131, ../sass/nice-select.scss */
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
/* line 135, ../sass/nice-select.scss */
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 23px;
  list-style: none;
  outline: none;
  padding: 15px 15px !important;
  text-align: left;
  transition: all 0.2s;
}
/* line 144, ../sass/nice-select.scss */
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
/* line 147, ../sass/nice-select.scss */
.nice-select .option.selected {
  font-weight: 600;
}
/* line 150, ../sass/nice-select.scss */
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/* line 160, ../sass/nice-select.scss */
.no-csspointerevents .nice-select .list {
  display: none;
}
/* line 164, ../sass/nice-select.scss */
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* line 88, spr/*.png */
.spr-sprite {
  background-image: url('../images/spr-s1e597fdff3.png');
  background-repeat: no-repeat;
}

/*Fonts*/
/* Breakpoint */
/* Size */
/* Square Size */
/* Position: Relative */
/* Position: Absolute */
/* Position: Fixed */
/* Font */
/* Triangle Arrow */
/* Triangle Arrow With Border */
/* line 1, ../sass/components/_typography.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* line 6, ../sass/components/_typography.scss */
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 17, ../sass/components/_typography.scss */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}

/* line 23, ../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  color: #2a2a2c;
  line-height: 22px;
  padding: 10px 0 0;
  font-weight: 500;
}

/* line 31, ../sass/components/_typography.scss */
h1 {
  font-size: 48px;
  line-height: 55px;
}

/* line 36, ../sass/components/_typography.scss */
h2 {
  font-size: 38px;
  line-height: 38px;
}

/* line 41, ../sass/components/_typography.scss */
h3 {
  font-size: 28px;
  line-height: 32px;
}

/* line 46, ../sass/components/_typography.scss */
h4 {
  font-size: 24px;
}

/* line 50, ../sass/components/_typography.scss */
h5 {
  font-size: 21px;
}

/* line 54, ../sass/components/_typography.scss */
h6 {
  font-size: 19px;
}

/* line 59, ../sass/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 62, ../sass/components/_typography.scss */
.cat-heading {
  font-size: 26px;
  font-weight: 600;
}

/* line 67, ../sass/components/_typography.scss */
span.all {
  color: #00AFEB;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 10px;
}

/* line 74, ../sass/components/_typography.scss */
p {
  margin-bottom: 10px;
  color: #000;
}

/* line 79, ../sass/components/_typography.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 83, ../sass/components/_typography.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 87, ../sass/components/_typography.scss */
address {
  margin: 0 0 1.5em;
}

/* line 91, ../sass/components/_typography.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 103, ../sass/components/_typography.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 109, ../sass/components/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 114, ../sass/components/_typography.scss */
mark, ins {
  background: #196382;
  padding: 2px 4px;
  text-decoration: none;
  color: #fff;
}

/* line 121, ../sass/components/_typography.scss */
big {
  font-size: 125%;
}

/* line 1, ../sass/components/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 17, ../sass/components/_reset.scss */
body {
  margin: 0;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  background-color: #F3F3F3;
}

/* line 28, ../sass/components/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 61, ../sass/components/_reset.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 86, ../sass/components/_reset.scss */
b, strong {
  font-weight: 700;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 108, ../sass/components/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 124, ../sass/components/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 128, ../sass/components/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 139, ../sass/components/_reset.scss */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 171, ../sass/components/_reset.scss */
button, input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 215, ../sass/components/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 251, ../sass/components/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 259, ../sass/components/_reset.scss */
textarea {
  overflow: auto;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 292, ../sass/components/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/* line 300, ../sass/components/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 314, ../sass/components/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 330, ../sass/components/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 338, ../sass/components/_reset.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 349, ../sass/components/_reset.scss */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 361, ../sass/components/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 365, ../sass/components/_reset.scss */
* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
/* line 369, ../sass/components/_reset.scss */
*:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 376, ../sass/components/_reset.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 383, ../sass/components/_reset.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 387, ../sass/components/_reset.scss */
ul {
  list-style: disc;
}

/* line 391, ../sass/components/_reset.scss */
ol {
  list-style: decimal;
}

/* line 396, ../sass/components/_reset.scss */
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 402, ../sass/components/_reset.scss */
.elementor-text-editor ul li, .entry-content ul li, .elementor-tab-content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

/* line 408, ../sass/components/_reset.scss */
.elementor-text-editor ul li:before, .entry-content ul li:before, .elementor-tab-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #196382;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 9px;
}

/* line 422, ../sass/components/_reset.scss */
.bullet-white ul li {
  color: #fff;
}
/* line 423, ../sass/components/_reset.scss */
.bullet-white ul li:before {
  background: #fff;
}
/* line 427, ../sass/components/_reset.scss */
.bullet-white ul li ul li:before {
  background: #fff !important;
}
/* line 434, ../sass/components/_reset.scss */
.bullet-white a {
  color: #fff !important;
  text-decoration: underline !important;
}
/* line 438, ../sass/components/_reset.scss */
.bullet-white a:hover {
  text-decoration: none !important;
}

/* line 444, ../sass/components/_reset.scss */
ul li ul {
  margin-top: 10px !important;
  margin-left: 10px !important;
}

/* line 449, ../sass/components/_reset.scss */
.elementor-text-editor ul li ul li:before, .entry-content ul li ul li:before, .elementor-tab-content ul li ul li:before {
  border-radius: inherit;
}

/* line 453, ../sass/components/_reset.scss */
.elementor-tab-title a {
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* line 458, ../sass/components/_reset.scss */
dt {
  font-weight: bold;
}

/* line 462, ../sass/components/_reset.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 466, ../sass/components/_reset.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 475, ../sass/components/_reset.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 481, ../sass/components/_reset.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 486, ../sass/components/_reset.scss */
ol.alpha {
  list-style-type: lower-alpha;
}

/*
 * Button Styles here...
 */
/* line 5, ../sass/components/_buttons.scss */
.button,
[class*="button-"] {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 1em 1em 0;
  padding: 0 4em;
  height: 3.5em;
  font: 300 1em/3.5em;
  text-decoration: none;
  text--moz-box-shadow: 0, 1px, 3px, rgba(0, 0, 0, 0.35);
  text--webkit-box-shadow: 0, 1px, 3px, rgba(0, 0, 0, 0.35);
  text-box-shadow: 0, 1px, 3px, rgba(0, 0, 0, 0.35);
  letter-spacing: .08em;
  color: #ffffff;
  border: solid 1px #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
}
/* line 24, ../sass/components/_buttons.scss */
.button:hover,
[class*="button-"]:hover {
  -moz-box-shadow: 0, 0, 3px, rgba(0, 0, 0, 0.5), inset;
  -webkit-box-shadow: 0, 0, 3px, rgba(0, 0, 0, 0.5), inset;
  box-shadow: 0, 0, 3px, rgba(0, 0, 0, 0.5), inset;
}

/* line 30, ../sass/components/_buttons.scss */
.button-hover:hover {
  line-height: 9em;
}
/* line 33, ../sass/components/_buttons.scss */
.button-hover:before {
  content: attr(data-text);
  color: #DEEFF5;
  position: absolute;
  top: -2.75em;
}

/* line 40, ../sass/components/_buttons.scss */
.add {
  background: url("../images/add.svg") no-repeat center #fff !important;
}
/* line 42, ../sass/components/_buttons.scss */
.add.circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
/* line 46, ../sass/components/_buttons.scss */
.add.round {
  border-radius: 54px;
  padding: 22px 60px;
  background-size: 20px;
}

/* line 52, ../sass/components/_buttons.scss */
.btn {
  background: #fff;
  border: 2px solid #00AFEB;
  border-radius: 51px;
  padding: 6px 25px !important;
  color: #00AFEB;
}
/* line 58, ../sass/components/_buttons.scss */
.btn:hover, .btn:active, .btn.nice-select.open, .btn:focus {
  background: #00AFEB;
  color: #fff;
  box-shadow: none;
  outline: none;
}
/* line 64, ../sass/components/_buttons.scss */
.btn.btn-highlight {
  background: #00AFEB;
  color: #fff;
}
/* line 67, ../sass/components/_buttons.scss */
.btn.btn-highlight:hover, .btn.btn-highlight:active, .btn.btn-highlight.nice-select.open, .btn.btn-highlight:focus {
  background: #fff;
  color: #00AFEB;
  border-color: #00AFEB;
  box-shadow: none;
  outline: none;
}
/* line 75, ../sass/components/_buttons.scss */
.btn.btn-default {
  border: 2px solid #00AFEB;
  font-weight: 500;
  padding: 9px 65px !important;
  font-size: 17px;
  cursor: pointer;
  text-transform: none;
  line-height: 26px;
  border-radius: 4px;
}
/* line 84, ../sass/components/_buttons.scss */
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.nice-select.open, .btn.btn-default:focus {
  background: #00AFEB;
  color: #fff;
  box-shadow: none;
  outline: none;
}
/* line 91, ../sass/components/_buttons.scss */
.btn.btn-delete {
  border: 2px solid #ff2f2f;
  color: #fff;
  background: #ff2f2f;
}
/* line 95, ../sass/components/_buttons.scss */
.btn.btn-delete:hover, .btn.btn-delete:active, .btn.btn-delete.nice-select.open, .btn.btn-delete:focus {
  color: #ff2f2f;
  background: #fff;
  box-shadow: none;
  outline: none;
}
/* line 102, ../sass/components/_buttons.scss */
.btn.btn-submit {
  border: 2px solid #00AFEB;
  color: #fff;
  background: #00AFEB;
}
/* line 106, ../sass/components/_buttons.scss */
.btn.btn-submit:hover, .btn.btn-submit:active, .btn.btn-submit.nice-select.open, .btn.btn-submit:focus {
  color: #00AFEB;
  background: #fff;
  box-shadow: none;
  outline: none;
}
/* line 115, ../sass/components/_buttons.scss */
.btn.export:before {
  content: '';
  background: url(../images/export-blue.svg) no-repeat center !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
/* line 123, ../sass/components/_buttons.scss */
.btn.export:hover, .btn.export:active, .btn.export.nice-select.open, .btn.export:focus {
  color: #fff;
}
/* line 125, ../sass/components/_buttons.scss */
.btn.export:hover:before, .btn.export:active:before, .btn.export.nice-select.open:before, .btn.export:focus:before {
  background: url(../images/export.svg) no-repeat center !important;
}
/* line 131, ../sass/components/_buttons.scss */
.btn.import:before {
  content: '';
  background: url(../images/import-blue.svg) no-repeat center !important;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
/* line 139, ../sass/components/_buttons.scss */
.btn.import:hover, .btn.import:active, .btn.import.nice-select.open, .btn.import:focus {
  color: #fff;
}
/* line 141, ../sass/components/_buttons.scss */
.btn.import:hover:before, .btn.import:active:before, .btn.import.nice-select.open:before, .btn.import:focus:before {
  background: url(../images/import.svg) no-repeat center !important;
}
/* line 146, ../sass/components/_buttons.scss */
.btn.preview {
  border-color: transparent;
  font-size: 17px;
  font-weight: 600;
}
/* line 150, ../sass/components/_buttons.scss */
.btn.preview:before {
  content: '';
  background: url(../images/preview-blue.svg) no-repeat center !important;
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 160, ../sass/components/_buttons.scss */
.btn.preview.close-preview:before {
  background: url(../images/close-prev-blue.svg) no-repeat center !important;
}
/* line 163, ../sass/components/_buttons.scss */
.btn.preview.close-preview:hover, .btn.preview.close-preview:active, .btn.preview.close-preview.nice-select.open, .btn.preview.close-preview:focus {
  color: #fff;
}
/* line 165, ../sass/components/_buttons.scss */
.btn.preview.close-preview:hover:before, .btn.preview.close-preview:active:before, .btn.preview.close-preview.nice-select.open:before, .btn.preview.close-preview:focus:before {
  width: 30px;
  height: 25px;
  background: url(../images/close-prev.svg) no-repeat center !important;
}
/* line 172, ../sass/components/_buttons.scss */
.btn.preview:hover, .btn.preview:active, .btn.preview.nice-select.open, .btn.preview:focus {
  color: #fff;
}
/* line 174, ../sass/components/_buttons.scss */
.btn.preview:hover:before, .btn.preview:active:before, .btn.preview.nice-select.open:before, .btn.preview:focus:before {
  width: 30px;
  height: 25px;
  background: url(../images/preview.svg) no-repeat center !important;
}
/* line 181, ../sass/components/_buttons.scss */
.btn.comment {
  border-color: transparent;
  background: #00AFEB;
  font-size: 17px;
  font-weight: 600;
  padding: 10px !important;
  border-radius: 50px 0 50px 50px;
  width: 55px;
  height: 55px;
}
/* line 190, ../sass/components/_buttons.scss */
.btn.comment:before {
  content: '';
  background: url(../images/comment.svg) no-repeat center !important;
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 199, ../sass/components/_buttons.scss */
.btn.comment:hover, .btn.comment:active, .btn.comment.nice-select.open, .btn.comment:focus {
  color: #fff;
  background: #fff !important;
  border-color: #00AFEB;
}
/* line 203, ../sass/components/_buttons.scss */
.btn.comment:hover:before, .btn.comment:active:before, .btn.comment.nice-select.open:before, .btn.comment:focus:before {
  width: 30px;
  height: 25px;
  background: url(../images/comment-blue.svg) no-repeat center !important;
}
/* line 209, ../sass/components/_buttons.scss */
.btn.comment.comments-count {
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px 50px 0  50px;
  padding-right: 20px;
  width: auto;
  color: #fff;
}
/* line 216, ../sass/components/_buttons.scss */
.btn.comment.comments-count span {
  font-size: 14px;
  background: #2ECC71;
  width: 30px;
  height: auto;
  display: inline-block;
  padding: 3px;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: -10px;
  right: -12px;
}

/* line 233, ../sass/components/_buttons.scss */
.status {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #F3F3F3;
  background-color: transparent;
  color: #000000;
  line-height: 25px;
  margin-right: 5px;
  padding: 3px 17px;
}
/* line 243, ../sass/components/_buttons.scss */
.status.status-paid {
  border: 2px solid #27AE60;
  color: #27AE60;
}
/* line 247, ../sass/components/_buttons.scss */
.status.status-paid:visited, .status.status-paid:hover, .status.status-paid:focus, .status.status-paid:active, .status.status-paid.nice-select.open {
  color: #27AE60;
}
/* line 252, ../sass/components/_buttons.scss */
.status.status-pending {
  border: 2px solid #E74C3C;
  color: #E74C3C;
}
/* line 256, ../sass/components/_buttons.scss */
.status.status-pending:visited, .status.status-pending:hover, .status.status-pending:focus, .status.status-pending:active, .status.status-pending.nice-select.open {
  color: #E74C3C;
}
/* line 260, ../sass/components/_buttons.scss */
.status.status-pending .downlink-arrow {
  position: relative;
  margin: 0 0 0 7px;
  display: inline-block;
  vertical-align: top;
}
/* line 265, ../sass/components/_buttons.scss */
.status.status-pending .downlink-arrow:after {
  content: "\f107";
  color: #E74C3C;
  font-size: 17px;
  font-family: FontAwesome;
}
/* line 271, ../sass/components/_buttons.scss */
.status.status-pending .downlink-arrow:hover {
  text-decoration: none;
}
/* line 279, ../sass/components/_buttons.scss */
.status.status-configure {
  border: 2px solid #00AFEB;
  color: #00AFEB;
}
/* line 283, ../sass/components/_buttons.scss */
.status.status-configure:hover, .status.status-configure:focus, .status.status-configure:active, .status.status-configure.nice-select.open {
  color: #fff;
  background: #00AFEB;
}
/* line 289, ../sass/components/_buttons.scss */
.status.status-review {
  border: 2px solid #00AFEB;
  color: #00AFEB;
}
/* line 293, ../sass/components/_buttons.scss */
.status.status-review:hover, .status.status-review:focus, .status.status-review:active, .status.status-review.nice-select.open {
  color: #fff;
  background: #00AFEB;
}
/* line 299, ../sass/components/_buttons.scss */
.status.status-approved {
  border-color: transparent;
  color: #27AE60;
  padding-left: 0;
  padding-right: 0;
}
/* line 305, ../sass/components/_buttons.scss */
.status.status-approved:visited, .status.status-approved:hover, .status.status-approved:focus, .status.status-approved:active, .status.status-approved.nice-select.open {
  color: #27AE60;
}
/* line 310, ../sass/components/_buttons.scss */
.status.status-approved-pending {
  border-color: transparent;
  color: #E67E22;
  padding-left: 0;
  padding-right: 0;
}
/* line 316, ../sass/components/_buttons.scss */
.status.status-approved-pending:visited, .status.status-approved-pending:hover, .status.status-approved-pending:focus, .status.status-approved-pending:active, .status.status-approved-pending.nice-select.open {
  color: #E67E22;
}

/* line 325, ../sass/components/_buttons.scss */
.pdf-icon {
  position: relative;
  padding-right: 10px;
}
/* line 329, ../sass/components/_buttons.scss */
.pdf-icon:before {
  width: 20px;
  height: 27px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/pdf-icon.png) no-repeat;
}

/* line 342, ../sass/components/_buttons.scss */
.search {
  float: right;
}
/* line 344, ../sass/components/_buttons.scss */
.search input {
  float: left;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 30px !important;
  padding-right: 25px !important;
  font-size: 14px !important;
  margin: 10px 0 0 0;
  background: transparent !important;
}
/* line 354, ../sass/components/_buttons.scss */
.search input::placeholder {
  color: #999999;
}
/* line 357, ../sass/components/_buttons.scss */
.search input:focus, .search input:hover, .search input:active, .search input.nice-select.open {
  border-color: transparent !important;
  border-bottom-color: #00AFEB !important;
  box-shadow: none !important;
}
/* line 363, ../sass/components/_buttons.scss */
.search button.btn-search {
  border: 0;
  padding: 0 !important;
  float: left;
  vertical-align: middle;
  margin: 0;
  margin-left: -17px;
  background: transparent;
}
/* line 371, ../sass/components/_buttons.scss */
.search button.btn-search:before {
  content: "\f002";
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  display: block;
}
/* line 378, ../sass/components/_buttons.scss */
.search button.btn-search:hover, .search button.btn-search:active, .search button.btn-search.nice-select.open, .search button.btn-search:focus {
  background: transparent !important;
  color: inherit !important;
}

/* line 384, ../sass/components/_buttons.scss */
.center {
  text-align: center;
}

/* line 387, ../sass/components/_buttons.scss */
a.back {
  font-size: 18px;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 6, ../sass/components/_forms.scss */
button {
  border: 2px solid transparent;
  background: #ffffff;
  color: #5A5A5A;
  font-weight: 500;
  padding: 9px 65px;
  font-size: 17px;
  cursor: pointer;
  text-transform: none;
  line-height: 25px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
  margin: 15px 15px 15px 0;
}
/* line 20, ../sass/components/_forms.scss */
button:hover, button:active, button.nice-select.open, button:focus {
  color: #00AFEB;
  border-color: #00AFEB;
  box-shadow: none;
  outline: none;
}
/* line 26, ../sass/components/_forms.scss */
button:disabled {
  background: transparent;
  border-color: #BCBCBC;
}
/* line 29, ../sass/components/_forms.scss */
button:disabled:hover, button:disabled:active, button.nice-select.open:disabled, button:disabled:focus {
  background: transparent;
  color: #5A5A5A;
  cursor: not-allowed;
}

/* line 38, ../sass/components/_forms.scss */
input[type="button"], input[type="reset"], input[type="submit"] {
  border: 2px solid transparent;
  background: #00AFEB;
  color: #ffffff;
  font-weight: 500;
  padding: 9px 65px;
  font-size: 17px;
  cursor: pointer;
  text-transform: none;
  line-height: 25px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
  margin: 15px 15px 15px 0;
}
/* line 52, ../sass/components/_forms.scss */
input[type="button"]:hover, input[type="button"]:active, input[type="button"].nice-select.open, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"].nice-select.open, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"].nice-select.open, input[type="submit"]:focus {
  color: #00AFEB;
  border-color: #00AFEB;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}
/* line 59, ../sass/components/_forms.scss */
input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  background: #BCBCBC;
}
/* line 61, ../sass/components/_forms.scss */
input[type="button"]:disabled:hover, input[type="button"]:disabled:active, input[type="button"].nice-select.open:disabled, input[type="button"]:disabled:focus, input[type="reset"]:disabled:hover, input[type="reset"]:disabled:active, input[type="reset"].nice-select.open:disabled, input[type="reset"]:disabled:focus, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:active, input[type="submit"].nice-select.open:disabled, input[type="submit"]:disabled:focus {
  color: inherit;
  border-color: transparent;
  cursor: not-allowed;
}
/* line 69, ../sass/components/_forms.scss */
input[type="submit"] {
  min-width: 194px;
}

/* line 76, ../sass/components/_forms.scss */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  width: 100%;
  height: 46px;
  color: #000000;
  border: 0;
  padding: 10px 20px;
  background-color: #ffffff;
  font-size: 19px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}
/* line 84, ../sass/components/_forms.scss */
input[type="text"]:active, input[type="text"].nice-select.open, input[type="text"]:focus, input[type="email"]:active, input[type="email"].nice-select.open, input[type="email"]:focus, input[type="url"]:active, input[type="url"].nice-select.open, input[type="url"]:focus, input[type="password"]:active, input[type="password"].nice-select.open, input[type="password"]:focus, input[type="number"]:active, input[type="number"].nice-select.open, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"].nice-select.open, input[type="tel"]:focus, input[type="range"]:active, input[type="range"].nice-select.open, input[type="range"]:focus, input[type="date"]:active, input[type="date"].nice-select.open, input[type="date"]:focus, input[type="month"]:active, input[type="month"].nice-select.open, input[type="month"]:focus, input[type="week"]:active, input[type="week"].nice-select.open, input[type="week"]:focus, input[type="time"]:active, input[type="time"].nice-select.open, input[type="time"]:focus, input[type="datetime"]:active, input[type="datetime"].nice-select.open, input[type="datetime"]:focus, input[type="datetime-local"]:active, input[type="datetime-local"].nice-select.open, input[type="datetime-local"]:focus, input[type="color"]:active, input[type="color"].nice-select.open, input[type="color"]:focus {
  box-shadow: inset 0 0 0px 2px #00AFEB !important;
}

/* line 91, ../sass/components/_forms.scss */
.platform-admin input[type="text"], .platform-admin input[type="email"], .platform-admin input[type="url"], .platform-admin input[type="password"], .platform-admin input[type="number"], .platform-admin input[type="tel"], .platform-admin input[type="range"], .platform-admin input[type="date"], .platform-admin input[type="month"], .platform-admin input[type="week"], .platform-admin input[type="time"], .platform-admin input[type="datetime"], .platform-admin input[type="datetime-local"], .platform-admin input[type="color"] {
  color: #000000;
  border: 1px solid #CDCDCD;
  border-radius: 0;
  padding: 5px 10px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}
/* line 101, ../sass/components/_forms.scss */
.platform-admin input[type="text"]:active, .platform-admin input[type="text"].nice-select.open, .platform-admin input[type="text"]:focus, .platform-admin input[type="email"]:active, .platform-admin input[type="email"].nice-select.open, .platform-admin input[type="email"]:focus, .platform-admin input[type="url"]:active, .platform-admin input[type="url"].nice-select.open, .platform-admin input[type="url"]:focus, .platform-admin input[type="password"]:active, .platform-admin input[type="password"].nice-select.open, .platform-admin input[type="password"]:focus, .platform-admin input[type="number"]:active, .platform-admin input[type="number"].nice-select.open, .platform-admin input[type="number"]:focus, .platform-admin input[type="tel"]:active, .platform-admin input[type="tel"].nice-select.open, .platform-admin input[type="tel"]:focus, .platform-admin input[type="range"]:active, .platform-admin input[type="range"].nice-select.open, .platform-admin input[type="range"]:focus, .platform-admin input[type="date"]:active, .platform-admin input[type="date"].nice-select.open, .platform-admin input[type="date"]:focus, .platform-admin input[type="month"]:active, .platform-admin input[type="month"].nice-select.open, .platform-admin input[type="month"]:focus, .platform-admin input[type="week"]:active, .platform-admin input[type="week"].nice-select.open, .platform-admin input[type="week"]:focus, .platform-admin input[type="time"]:active, .platform-admin input[type="time"].nice-select.open, .platform-admin input[type="time"]:focus, .platform-admin input[type="datetime"]:active, .platform-admin input[type="datetime"].nice-select.open, .platform-admin input[type="datetime"]:focus, .platform-admin input[type="datetime-local"]:active, .platform-admin input[type="datetime-local"].nice-select.open, .platform-admin input[type="datetime-local"]:focus, .platform-admin input[type="color"]:active, .platform-admin input[type="color"].nice-select.open, .platform-admin input[type="color"]:focus {
  box-shadow: inset 0 0 0px 1px #00AFEB !important;
}
/* line 106, ../sass/components/_forms.scss */
.platform-admin textarea {
  border: 1px solid #dedede;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  outline: none;
}
/* line 113, ../sass/components/_forms.scss */
.platform-admin select:focus, .platform-admin textarea:focus {
  color: #111;
  border-color: #00AFEB;
  box-shadow: none;
  outline: none;
}
/* line 119, ../sass/components/_forms.scss */
.platform-admin .nice-select {
  border: 1px solid #CDCDCD;
  width: 100%;
  border-radius: 4px;
}
/* line 124, ../sass/components/_forms.scss */
.platform-admin .form-group {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 130, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked, .platform-admin [type="checkbox"]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 137, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label, .platform-admin [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
/* line 148, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label span, .platform-admin [type="checkbox"]:not(:checked) + label span {
  margin-top: -13px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
/* line 156, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label:before, .platform-admin [type="checkbox"]:not(:checked) + label:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #ccc;
}
/* line 163, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label:after {
  content: '';
  width: 20px;
  height: 20px;
}
/* line 169, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label span:after {
  top: 2px;
  left: 1px;
}
/* line 174, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:not(:checked) + label span:after {
  content: '';
  top: 2px;
  left: 1px;
}
/* line 179, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label span:after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 183, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:not(:checked) + label:after {
  border-radius: 2px;
}
/* line 187, ../sass/components/_forms.scss */
.platform-admin [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 195, ../sass/components/_forms.scss */
label {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
  color: #000000;
}

/* line 203, ../sass/components/_forms.scss */
textarea {
  border: 2px solid #dedede;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  outline: none;
}

/* line 212, ../sass/components/_forms.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
  border-color: #00AFEB;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}

/* line 220, ../sass/components/_forms.scss */
select:focus, textarea:focus {
  color: #111;
  border-color: #00AFEB;
  box-shadow: none;
  outline: none;
}

/* line 227, ../sass/components/_forms.scss */
select {
  display: none;
}

/* line 231, ../sass/components/_forms.scss */
textarea {
  width: 100%;
}

/* line 235, ../sass/components/_forms.scss */
.form-row.form-control {
  border: 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 243, ../sass/components/_forms.scss */
a {
  color: #00AFEB;
}
/* line 246, ../sass/components/_forms.scss */
a:visited, a:hover, a:focus, a:active, a.nice-select.open {
  color: #00AFEB;
}
/* line 250, ../sass/components/_forms.scss */
a:focus {
  outline: thin dotted;
}
/* line 254, ../sass/components/_forms.scss */
a:hover, a:active, a.nice-select.open {
  outline: 0;
  text-decoration: none;
}

/* line 262, ../sass/components/_forms.scss */
.breadcrumb {
  padding: 30px;
  background-color: transparent;
  margin: 0;
}
/* line 266, ../sass/components/_forms.scss */
.breadcrumb li {
  color: #a7a7a7 !important;
  font-size: 15px;
}
/* line 269, ../sass/components/_forms.scss */
.breadcrumb li a {
  color: #000000;
}
/* line 273, ../sass/components/_forms.scss */
.breadcrumb li + li:before {
  padding: 8px;
  color: #333;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  vertical-align: middle;
}

/* line 284, ../sass/components/_forms.scss */
.available-colours {
  margin: 25px 0 50px;
}
/* line 287, ../sass/components/_forms.scss */
.available-colours label {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  width: auto;
}
/* line 293, ../sass/components/_forms.scss */
.available-colours ul {
  margin: 0;
  padding: 0;
}
/* line 296, ../sass/components/_forms.scss */
.available-colours ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  vertical-align: middle;
}
/* line 305, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked, .available-colours [type="radio"]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 312, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label, .available-colours [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
/* line 323, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label span, .available-colours [type="radio"]:not(:checked) + label span {
  font-size: 14px;
  font-weight: 400;
  display: initial;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
}
/* line 332, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label:before, .available-colours [type="radio"]:not(:checked) + label:before {
  content: '';
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  border-radius: 100%;
  background: #ffffff;
  display: block;
}
/* line 343, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label.red:before, .available-colours [type="radio"]:not(:checked) + label.red:before {
  background: red;
}
/* line 348, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label.white:before, .available-colours [type="radio"]:not(:checked) + label.white:before {
  background: #ffffff;
}
/* line 351, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label.yellow:before, .available-colours [type="radio"]:not(:checked) + label.yellow:before {
  background: #FFDD00;
}
/* line 354, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label.ash:before, .available-colours [type="radio"]:not(:checked) + label.ash:before {
  background: #808080;
}
/* line 360, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label:after {
  content: '';
  width: 58px;
  height: 58px;
  background: transparent;
  box-shadow: 0px 0 0 2px #00AFEB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 373, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 385, ../sass/components/_forms.scss */
.available-colours [type="radio"]:not(:checked) + label span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 400, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label.attr-color-ffffff span:after, .available-colours [type="radio"]:not(:checked) + label.attr-color-ffffff span:after {
  background: url("../images/ok.svg") no-repeat center;
}
/* line 406, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 411, ../sass/components/_forms.scss */
.available-colours [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 0px;
  height: 0px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
}
/* line 427, ../sass/components/_forms.scss */
.available-colours [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 435, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked, .available-colours [type="checkbox"]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 442, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label, .available-colours [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
/* line 453, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label span, .available-colours [type="checkbox"]:not(:checked) + label span {
  font-size: 14px;
  font-weight: 400;
  display: initial;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
}
/* line 462, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label:before, .available-colours [type="checkbox"]:not(:checked) + label:before {
  content: '';
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  border-radius: 100%;
  background: #ffffff;
  display: block;
}
/* line 473, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label.red:before, .available-colours [type="checkbox"]:not(:checked) + label.red:before {
  background: red;
}
/* line 478, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label.white:before, .available-colours [type="checkbox"]:not(:checked) + label.white:before {
  background: #ffffff;
}
/* line 481, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label.yellow:before, .available-colours [type="checkbox"]:not(:checked) + label.yellow:before {
  background: #FFDD00;
}
/* line 484, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label.ash:before, .available-colours [type="checkbox"]:not(:checked) + label.ash:before {
  background: #808080;
}
/* line 490, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label:after {
  content: '';
  width: 58px;
  height: 58px;
  background: transparent;
  box-shadow: 0px 0 0 2px #00AFEB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 504, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 516, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:not(:checked) + label span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 531, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label.attr-color-ffffff span:after, .available-colours [type="checkbox"]:not(:checked) + label.attr-color-ffffff span:after {
  background: url("../images/ok.svg") no-repeat center;
}
/* line 536, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 541, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 0px;
  height: 0px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
}
/* line 557, ../sass/components/_forms.scss */
.available-colours [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 567, ../sass/components/_forms.scss */
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 574, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
/* line 585, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label span, [type="checkbox"]:not(:checked) + label span {
  display: inline-block;
  margin-top: -20px;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
/* line 595, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 3px;
  background: #ffffff;
  display: inline-block;
}
/* line 605, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #00AFEB;
  box-shadow: 0px 0 0 2px #00AFEB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 619, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label span:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}
/* line 631, ../sass/components/_forms.scss */
[type="checkbox"]:not(:checked) + label span:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 7px;
  left: 7px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 644, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 649, ../sass/components/_forms.scss */
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 0px;
  height: 0px;
  background: transparent;
  position: absolute;
  top: 8px;
  left: 7px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 665, ../sass/components/_forms.scss */
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 674, ../sass/components/_forms.scss */
[type="radio"]:checked, [type="radio"]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 681, ../sass/components/_forms.scss */
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
/* line 692, ../sass/components/_forms.scss */
[type="radio"]:checked + label span, [type="radio"]:not(:checked) + label span {
  display: inline-block;
  margin-top: -25px;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
/* line 702, ../sass/components/_forms.scss */
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
}
/* line 712, ../sass/components/_forms.scss */
[type="radio"]:checked + label:after {
  content: '';
  width: 34px;
  height: 34px;
  background: #00AFEB;
  box-shadow: 0px 0 0 2px #00AFEB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 726, ../sass/components/_forms.scss */
[type="radio"]:checked + label span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 8px;
  left: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}
/* line 738, ../sass/components/_forms.scss */
[type="radio"]:not(:checked) + label span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/ok-white.svg") no-repeat center;
  position: absolute;
  top: 8px;
  left: 7px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 751, ../sass/components/_forms.scss */
[type="radio"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 756, ../sass/components/_forms.scss */
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 0px;
  height: 0px;
  background: transparent;
  position: absolute;
  top: 8px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 772, ../sass/components/_forms.scss */
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 781, ../sass/components/_forms.scss */
.available-sizes {
  margin: 25px 0 50px;
  max-width: 90%;
}
/* line 784, ../sass/components/_forms.scss */
.available-sizes ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 790, ../sass/components/_forms.scss */
.available-sizes ul li {
  list-style: none;
  margin: 0 16px 16px 0;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
}
/* line 796, ../sass/components/_forms.scss */
.available-sizes ul li .size-list-item {
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  padding: 10px 40px;
  margin-bottom: 0;
  -moz-border-radius: 54px;
  -webkit-border-radius: 54px;
  border-radius: 54px;
}
/* line 804, ../sass/components/_forms.scss */
.available-sizes ul li .size-list-item span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}
/* line 808, ../sass/components/_forms.scss */
.available-sizes ul li .size-list-item.active {
  box-shadow: 0px 0 0 2px #00AFEB;
  color: #00AFEB;
}
/* line 813, ../sass/components/_forms.scss */
.available-sizes ul li button {
  margin: 0 !important;
}

/* line 820, ../sass/components/_forms.scss */
::-webkit-file-upload-button {
  visibility: hidden;
}

/* line 824, ../sass/components/_forms.scss */
.custom-upload {
  font-weight: 500;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  background: none;
  display: block;
  background: #ffffff;
  padding: 6px;
  border: 1px dashed #707070;
  color: #666;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border-radius: 75px;
}
/* line 840, ../sass/components/_forms.scss */
.custom-upload:hover {
  border-color: #44a2e8;
}
/* line 843, ../sass/components/_forms.scss */
.custom-upload span:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/upload.svg) no-repeat;
  background-position: calc(100% - 9px) 6px;
  display: inline-block;
  vertical-align: middle;
}
/* line 852, ../sass/components/_forms.scss */
.custom-upload input {
  left: -9999px;
  position: absolute;
}

/* line 857, ../sass/components/_forms.scss */
.comments-post-container {
  position: fixed;
  display: block;
  background: #F5F5F5;
  width: 475px;
  height: 660px;
  bottom: 95px;
  right: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 2px #d0d0d0;
}
/* line 867, ../sass/components/_forms.scss */
.comments-post-container .comments-heading {
  background: #00AFEB;
  padding: 8px 20px;
  text-align: left;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 500;
}
/* line 874, ../sass/components/_forms.scss */
.comments-post-container .comments-heading span.window-minimize {
  float: right;
  display: inline-block;
  width: 20px;
  height: 2px;
  vertical-align: middle;
  padding-top: 10px;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
}
/* line 886, ../sass/components/_forms.scss */
.comments-post-container .text-editor textarea {
  height: 130px;
  border: 0;
  font-size: 14px;
  padding: 15px 20px;
  line-height: 23px;
}
/* line 892, ../sass/components/_forms.scss */
.comments-post-container .text-editor textarea:hover, .comments-post-container .text-editor textarea:active, .comments-post-container .text-editor textarea.nice-select.open, .comments-post-container .text-editor textarea:focus {
  border: 0;
}
/* line 897, ../sass/components/_forms.scss */
.comments-post-container .options {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -15px;
  z-index: 999;
  position: relative;
  background: #ffffff;
}
/* line 905, ../sass/components/_forms.scss */
.comments-post-container .options .file-attach {
  background: url(../images/attach.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  padding: 16px;
  position: relative;
}
/* line 915, ../sass/components/_forms.scss */
.comments-post-container .options .file-attach input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
}
/* line 920, ../sass/components/_forms.scss */
.comments-post-container .options .file-attach input:hover, .comments-post-container .options .file-attach input:focus, .comments-post-container .options .file-attach input:active, .comments-post-container .options .file-attach input.nice-select.open {
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 926, ../sass/components/_forms.scss */
.comments-post-container .options button {
  padding: 2px 15px !important;
  border-radius: 3px !important;
  font-size: 14px;
}
/* line 932, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container {
  padding: 0 20px;
  text-align: left;
  height: 430px;
  overflow-y: scroll;
}
/* line 937, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg {
  padding-left: 55px;
  margin: 30px 0;
  position: relative;
}
/* line 941, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg:before {
  content: "";
  background: url(../images/author.png) no-repeat center !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 100%;
}
/* line 954, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .seen {
  color: #9F9F9F;
  font-size: 12px;
}
/* line 958, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg {
  background: #E9E9E9;
  padding: 10px 18px;
  border-radius: 15px 15px 15px 0;
  width: auto;
  display: inline-block;
}
/* line 964, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
/* line 968, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg p ~ span {
  margin-bottom: 10px;
}
/* line 972, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg span.file-name {
  color: #00AFEB;
  padding: 0px 10px 0px 25px;
  background: transparent;
  border-radius: 50px;
  margin-right: 20px;
  position: relative;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}
/* line 983, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg span.file-name.pdf:before {
  content: "";
  background: url(../images/pdf.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 0px;
  transform: scale(1.2);
  top: -1px;
}
/* line 997, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg span.file-name.excel:before {
  content: "";
  background: url(../images/excel.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 0px;
  transform: scale(1.2);
  top: -1px;
}
/* line 1011, ../sass/components/_forms.scss */
.comments-post-container .comments-display-container .post-msg .msg span.file-name.doc:before {
  content: "";
  background: url(../images/doc.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 0px;
  transform: scale(1.2);
}
/* line 1027, ../sass/components/_forms.scss */
.comments-post-container button.comment {
  position: absolute !important;
  bottom: -70px !important;
  right: 0 !important;
  margin: 0 !important;
}

/* line 1035, ../sass/components/_forms.scss */
span.file-name {
  color: #00AFEB;
  padding: 6px 8px 6px 30px;
  background: #F5F5F5;
  border-radius: 50px;
  margin-right: 5px;
  position: relative;
  font-size: 10px;
  font-weight: 500;
}
/* line 1045, ../sass/components/_forms.scss */
span.file-name.pdf:before {
  content: "";
  background: url(../images/pdf.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 6px;
  bottom: 3px;
}
/* line 1058, ../sass/components/_forms.scss */
span.file-name.excel:before {
  content: "";
  background: url(../images/excel.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 6px;
  bottom: 3px;
}
/* line 1071, ../sass/components/_forms.scss */
span.file-name.doc:before {
  content: "";
  background: url(../images/doc.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 6px;
  bottom: 3px;
}
/* line 1084, ../sass/components/_forms.scss */
span.file-name.img:before {
  content: "";
  background: url(../images/img.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  background-size: contain;
  z-index: 999999;
  position: absolute;
  left: 6px;
  bottom: 3px;
}
/* line 1096, ../sass/components/_forms.scss */
span.file-name a {
  margin-left: 15px;
  background: url(../images/remove.svg) no-repeat center !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -99999999px;
  transform: scale(1.4);
  line-height: 20px;
}
/* line 1105, ../sass/components/_forms.scss */
span.file-name a:hover, span.file-name a:focus, span.file-name a:active, span.file-name a.nice-select.open {
  background: url(../images/remove-blue.svg) no-repeat center !important;
}

/* line 1110, ../sass/components/_forms.scss */
.form-group {
  position: relative;
}
/* line 1115, ../sass/components/_forms.scss */
.form-group.list-number .list .option {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* line 1122, ../sass/components/_forms.scss */
.update-size {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px #eaeaea;
  width: 230px;
  padding: 10px;
  float: right;
  margin-top: 12px;
  position: absolute;
  z-index: 9999;
  right: 0;
}
/* line 1134, ../sass/components/_forms.scss */
.update-size:before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff;
  position: absolute;
  top: -8px;
  right: 20%;
  content: "";
  display: block;
  transform: translateY(-39%) rotate(90deg);
}
/* line 1147, ../sass/components/_forms.scss */
.update-size input {
  background: #EFEFEF;
  font-size: 14px;
  height: 40px;
  margin-right: -34px;
  padding-right: 40px;
}
/* line 1153, ../sass/components/_forms.scss */
.update-size input:hover, .update-size input:active, .update-size input.nice-select.open, .update-size input:focus {
  background: #EFEFEF;
}
/* line 1157, ../sass/components/_forms.scss */
.update-size button {
  margin: 0;
}

/* line 1162, ../sass/components/_forms.scss */
span.update-quantity {
  color: #00AFEB;
  background: url(../images/update-quantity.svg) no-repeat !important;
  padding-left: 25px;
  background-position: 0 0px;
  margin-top: 8px;
  display: block;
  cursor: pointer;
}
/* line 1170, ../sass/components/_forms.scss */
span.update-quantity:hover, span.update-quantity:active, span.update-quantity.nice-select.open, span.update-quantity:focus {
  text-decoration: underline;
}

/* line 1176, ../sass/components/_forms.scss */
.modal-content .modal-header {
  align-items: center;
  padding: 15px 30px;
}
/* line 1179, ../sass/components/_forms.scss */
.modal-content .modal-header h5 {
  padding: 0;
  font-size: 22px;
  font-weight: 500;
}
/* line 1185, ../sass/components/_forms.scss */
.modal-content .modal-header button.close {
  background: url(../images/remove-icon.png) no-repeat center !important;
  text-indent: -999999999px;
  width: 50px;
  display: inline-block;
}
/* line 1193, ../sass/components/_forms.scss */
.modal-content .modal-body {
  padding: 25px 30px;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
/* line 1198, ../sass/components/_forms.scss */
.modal-content .modal-body .form-group {
  margin-bottom: 25px;
}
/* line 1201, ../sass/components/_forms.scss */
.modal-content .modal-body label {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 6px;
}
/* line 1205, ../sass/components/_forms.scss */
.modal-content .modal-body label.custom-upload {
  padding: 12px;
  background: #eee;
}
/* line 1210, ../sass/components/_forms.scss */
.modal-content .modal-body input {
  background: #eee;
}
/* line 1213, ../sass/components/_forms.scss */
.modal-content .modal-body textarea {
  background: #eee;
  border-color: transparent;
}
/* line 1218, ../sass/components/_forms.scss */
.modal-content .modal-footer {
  padding: 15px 30px;
  justify-content: flex-start;
}

/* line 1225, ../sass/components/_forms.scss */
.uploaded-file-name span.file-name {
  width: 100%;
  display: block;
  padding: 18px;
  border: 1px dashed #777;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  padding-left: 40px;
  background: #eee;
  position: relative;
}
/* line 1236, ../sass/components/_forms.scss */
.uploaded-file-name span.file-name:before {
  left: 12px !important;
  bottom: 19px !important;
}
/* line 1240, ../sass/components/_forms.scss */
.uploaded-file-name span.file-name a {
  float: right;
  padding: 5px;
  margin: 0;
  display: block;
  overflow: hidden;
}

/* line 1250, ../sass/components/_forms.scss */
.qty-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  font-size: 20px;
  color: #5B5B5B;
  margin-bottom: -5px;
  margin-top: 10px;
}
/* line 1259, ../sass/components/_forms.scss */
.qty-wrapper span {
  cursor: pointer;
  flex-basis: 35px;
  text-align: center;
}
/* line 1264, ../sass/components/_forms.scss */
.qty-wrapper .quantity {
  flex-basis: 52px;
}
/* line 1266, ../sass/components/_forms.scss */
.qty-wrapper .quantity input {
  border-color: transparent !important;
  text-align: center;
  background: transparent !important;
  height: 32px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding: 0;
}

/* line 1278, ../sass/components/_forms.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1283, ../sass/components/_forms.scss */
.alert {
  position: fixed;
  left: 50%;
  top: 84px;
  z-index: 999999999;
  display: block;
  width: auto;
  box-shadow: 0px 0px 12px 3px #ccc;
  border: 2px solid #ffffff;
  transform: translateX(-50%);
}
/* line 1293, ../sass/components/_forms.scss */
.alert button {
  margin: 0 0 0 10px;
}

/* line 1297, ../sass/components/_forms.scss */
.error {
  color: #ff3410;
  border-color: #FF3410;
}

/* line 1301, ../sass/components/_forms.scss */
#coupon-code {
  position: relative;
}
/* line 1303, ../sass/components/_forms.scss */
#coupon-code input {
  height: 50px;
  padding: 10px 15px;
  margin-top: -2px;
  margin-bottom: -2px;
  font-size: 14px;
}
/* line 1310, ../sass/components/_forms.scss */
#coupon-code button {
  position: absolute;
  right: 2px;
  top: 11px;
  margin: 0;
  border: 0;
  height: 25px;
  padding: 0 18px !important;
  border-left: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
}
/* line 1322, ../sass/components/_forms.scss */
#coupon-code button:hover, #coupon-code button:focus, #coupon-code button:active, #coupon-code button.nice-select.open {
  background: transparent;
  color: #000000;
}

@font-face {
  font-family: '../fonts/FontAwesome';
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff2") format("woff2"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 * Table Styles here...
 */
/* line 4, ../sass/components/_table.scss */
h2.table-heading {
  font-size: 25px;
  font-weight: 600;
}

/* line 9, ../sass/components/_table.scss */
.table-heading .form-group {
  float: right;
  margin-right: 15px;
}
/* line 12, ../sass/components/_table.scss */
.table-heading .form-group .nice-select {
  min-width: 112px !important;
  color: #999999;
}

/* line 19, ../sass/components/_table.scss */
.table-container {
  background: #fff;
  padding: 40px 70px 15px 70px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 14px #f3f3f3;
  margin-bottom: 30px;
}
/* line 25, ../sass/components/_table.scss */
.table-container .table-custom {
  font-size: 16px;
}
/* line 27, ../sass/components/_table.scss */
.table-container .table-custom th, .table-container .table-custom td {
  vertical-align: middle;
  padding: 20px 0;
  font-size: 15px;
}
/* line 34, ../sass/components/_table.scss */
.table-container .table-custom thead th {
  border-bottom: none;
  padding-top: 35px;
  font-size: 16px;
}
/* line 43, ../sass/components/_table.scss */
.table-container .table-custom.invoice thead tr th:nth-last-child(2) {
  width: 16%;
}
/* line 51, ../sass/components/_table.scss */
.table-container .table-custom.invoice tbody + tbody tr td, .table-container .table-custom.invoice tbody + tbody tr th {
  border: 0;
}
/* line 59, ../sass/components/_table.scss */
.table-container .table-custom.invoice tfoot tr td:first-child {
  border: 0;
}
/* line 62, ../sass/components/_table.scss */
.table-container .table-custom.invoice tfoot tr th {
  font-size: 20px;
}
/* line 68, ../sass/components/_table.scss */
.table-container .table-custom.invoice tr td:last-child, .table-container .table-custom.invoice tr th:last-child {
  text-align: right;
}
/* line 71, ../sass/components/_table.scss */
.table-container .table-custom.invoice tr td:nth-last-child(2), .table-container .table-custom.invoice tr th:nth-last-child(2) {
  text-align: right;
}
/* line 78, ../sass/components/_table.scss */
.table-container .club-table {
  margin-top: 30px;
}
/* line 82, ../sass/components/_table.scss */
.table-container .club-table thead tr th {
  border-top: 0;
  font-size: 25px;
  font-weight: 500;
}
/* line 85, ../sass/components/_table.scss */
.table-container .club-table thead tr th:nth-child(2) {
  width: 500px;
}
/* line 91, ../sass/components/_table.scss */
.table-container .club-table .number-count {
  color: #00AFEB;
}
/* line 95, ../sass/components/_table.scss */
.table-container .club-table td {
  height: 80px;
  padding-top: 8px;
  padding-bottom: 7px;
}
/* line 103, ../sass/components/_table.scss */
.table-container tbody tr td:first-child {
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
  color: #333333;
}
/* line 107, ../sass/components/_table.scss */
.table-container tbody tr td:first-child strong {
  font-weight: 600;
}
/* line 112, ../sass/components/_table.scss */
.table-container tbody tr td:last-child .status {
  margin-right: 0;
}

/* line 119, ../sass/components/_table.scss */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 20px 0;
}
/* line 125, ../sass/components/_table.scss */
.pagination-container .page-counter strong {
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
/* line 129, ../sass/components/_table.scss */
.pagination-container .page-counter strong span.number-count {
  font-size: 18px;
  padding-left: 0;
  color: #00AFEB;
  font-weight: 500;
}
/* line 138, ../sass/components/_table.scss */
.pagination-container .page-list ul.pagination {
  margin: 0;
}
/* line 140, ../sass/components/_table.scss */
.pagination-container .page-list ul.pagination li {
  margin-left: 15px;
}
/* line 142, ../sass/components/_table.scss */
.pagination-container .page-list ul.pagination li a {
  background: transparent;
}

/* line 150, ../sass/components/_table.scss */
.product-status {
  padding: 5px !important;
  border: 2px solid #eee;
  border-radius: 4px;
  position: relative;
}
/* line 156, ../sass/components/_table.scss */
.product-status.approved:after, .product-status.pending:after, .product-status.rejected:after {
  content: "";
  background: url(../images/approved.svg) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
}
/* line 166, ../sass/components/_table.scss */
.product-status.approved {
  border-color: #7CC576;
}
/* line 168, ../sass/components/_table.scss */
.product-status.approved:after {
  background: url(../images/approved.svg) no-repeat center;
}
/* line 172, ../sass/components/_table.scss */
.product-status.pending {
  border-color: #FAA33F;
}
/* line 174, ../sass/components/_table.scss */
.product-status.pending:after {
  background: url(../images/pending.svg) no-repeat center;
}
/* line 178, ../sass/components/_table.scss */
.product-status.rejected {
  border-color: red;
}
/* line 180, ../sass/components/_table.scss */
.product-status.rejected:after {
  background: url(../images/rejected.svg) no-repeat center;
}

/* line 3, ../sass/components/_pagination.scss */
.pagination .page-item a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #8C8C8C;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-color: transparent;
}
/* line 13, ../sass/components/_pagination.scss */
.pagination .page-item a.active, .pagination .page-item a:hover {
  color: #00AFEB;
  border-color: #00AFEB;
}
/* line 17, ../sass/components/_pagination.scss */
.pagination .page-item a:hover, .pagination .page-item a:visited, .pagination .page-item a:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
/* line 24, ../sass/components/_pagination.scss */
.pagination .page-item a[aria-label="Previous"],
.pagination .page-item a[aria-label="Next"] {
  width: auto;
  height: auto;
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 31, ../sass/components/_pagination.scss */
.pagination .page-item a[aria-label="Previous"]:after,
.pagination .page-item a[aria-label="Next"]:after {
  content: "\f053";
  color: #8C8C8C;
  font-size: 30px;
  font-family: FontAwesome;
}
/* line 40, ../sass/components/_pagination.scss */
.pagination .page-item a[aria-label="Previous"]:after {
  content: "\f104";
}
/* line 46, ../sass/components/_pagination.scss */
.pagination .page-item a[aria-label="Next"]:after {
  content: "\f105";
}
/* line 51, ../sass/components/_pagination.scss */
.pagination .page-item + li {
  margin-left: 10px;
}

/* line 1, ../sass/components/_searchbar.scss */
.searchbar {
  width: 263px;
  position: relative;
}
/* line 5, ../sass/components/_searchbar.scss */
.searchbar input[type='text'] {
  height: 38px;
  font-size: 13px;
  padding: 7px 20px 7px 40px;
}
/* line 11, ../sass/components/_searchbar.scss */
.searchbar .btn-search {
  background: none;
  border: none;
  padding: 0 !important;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 13px;
  color: #0C1934;
}
/* line 21, ../sass/components/_searchbar.scss */
.searchbar .btn-search.fa:before {
  color: rgba(0, 0, 0, 0.7);
}

/* line 2, ../sass/components/_tab.scss */
.nav-tabs .nav-link {
  color: #000000;
}
/* line 5, ../sass/components/_tab.scss */
.nav-tabs .nav-link.active {
  color: #00AFEB;
}

@media (min-width: 1200px) {
  /* line 2, ../sass/components/_modal.scss */
  .product-modal {
    max-width: 1350px;
    width: 100%;
  }
}
/* line 8, ../sass/components/_modal.scss */
.tabbar-header {
  -webkit-flex: 1;
  flex: 1;
  max-width: 1024px;
  height: inherit;
  overflow-y: hidden;
  overflow-x: auto;
}
/* line 15, ../sass/components/_modal.scss */
.tabbar-header .modal-nav {
  height: inherit;
  border: none;
  margin: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 21, ../sass/components/_modal.scss */
.tabbar-header .modal-nav li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
/* line 27, ../sass/components/_modal.scss */
.tabbar-header .modal-nav li .nav-link {
  font-size: 22px;
  font-weight: 500;
  border: none;
}
/* line 32, ../sass/components/_modal.scss */
.tabbar-header .modal-nav li .nav-link:hover, .tabbar-header .modal-nav li .nav-link:focus {
  border: none;
}
/* line 38, ../sass/components/_modal.scss */
.tabbar-header .modal-nav li .nav-link.active:before {
  content: "";
}
/* line 43, ../sass/components/_modal.scss */
.tabbar-header .modal-nav li .nav-link:before {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00AFEB;
}
/* line 52, ../sass/components/_modal.scss */
.tabbar-header::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
/* line 56, ../sass/components/_modal.scss */
.tabbar-header::-webkit-scrollbar-thumb {
  background: #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 65, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-header {
  height: 85px;
  padding: 0 30px;
}
/* line 70, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-body {
  padding: 0;
  max-height: 636px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 76, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-body::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
/* line 80, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 85, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-body .center-box {
  height: 546px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 92, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-body .center-box img {
  max-height: 100%;
}
/* line 98, ../sass/components/_modal.scss */
.product-modal .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  border: none;
  padding: 15px 25px;
}

/* line 107, ../sass/components/_modal.scss */
.tab-split-container {
  display: -webkit-flex;
  display: flex;
}
/* line 110, ../sass/components/_modal.scss */
.tab-split-container .fl {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 25px;
}
/* line 114, ../sass/components/_modal.scss */
.tab-split-container .fl.upload-block {
  background-color: rgba(239, 239, 239, 0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 120, ../sass/components/_modal.scss */
.tab-split-container .fl.upload-block .upload-block-inner {
  max-width: 476px;
  width: 100%;
}
/* line 126, ../sass/components/_modal.scss */
.tab-split-container .fl.preview-block {
  background-color: #ffffff;
}

/* line 132, ../sass/components/_modal.scss */
.product-upload-image {
  max-width: 250px;
  margin-bottom: 20px;
}

/* line 138, ../sass/components/_modal.scss */
.modal .error {
  display: block;
  min-height: 20px;
}

/* line 1, ../sass/components/_loader.scss */
.bubble-loader:before,
.bubble-loader:after,
.bubble-loader {
  content: '';
  position: absolute;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation: load1 1.8s infinite ease-in-out;
  -webkit-animation: load1 1.8s infinite ease-in-out;
  animation: load1 1.8s infinite ease-in-out;
}

/* line 13, ../sass/components/_loader.scss */
.bubble-loader {
  position: absolute;
  left: calc(50% - .5em);
  top: calc(50% - 2.5em);
  font-size: 11px;
  text-indent: -9999px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* line 25, ../sass/components/_loader.scss */
.bubble-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 31, ../sass/components/_loader.scss */
.bubble-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load1 {
  0%,
    80%,
    100% {
    -moz-box-shadow: 0 2.5em 0 -1.3em #00AFEB;
    -webkit-box-shadow: 0 2.5em 0 -1.3em #00AFEB;
    box-shadow: 0 2.5em 0 -1.3em #00AFEB;
  }
  40% {
    -moz-box-shadow: 0 2.5em 0 0 #00AFEB;
    -webkit-box-shadow: 0 2.5em 0 0 #00AFEB;
    box-shadow: 0 2.5em 0 0 #00AFEB;
  }
}
@keyframes load1 {
  0%,
    80%,
    100% {
    -moz-box-shadow: 0 2.5em 0 -1.3em #00AFEB;
    -webkit-box-shadow: 0 2.5em 0 -1.3em #00AFEB;
    box-shadow: 0 2.5em 0 -1.3em #00AFEB;
  }
  40% {
    -moz-box-shadow: 0 2.5em 0 0 #00AFEB;
    -webkit-box-shadow: 0 2.5em 0 0 #00AFEB;
    box-shadow: 0 2.5em 0 0 #00AFEB;
  }
}
/* line 1, ../sass/components/_carousel.scss */
.available-product-carousel {
  max-width: 455px;
}
/* line 4, ../sass/components/_carousel.scss */
.available-product-carousel .owl-stage-outer {
  padding: 5px;
}
/* line 9, ../sass/components/_carousel.scss */
.available-product-carousel .owl-stage-outer .owl-item .club-list-product-item {
  min-height: 70px;
  max-width: 70px;
}
/* line 14, ../sass/components/_carousel.scss */
.available-product-carousel .owl-stage-outer .owl-item img {
  max-height: 56px;
}
/* line 21, ../sass/components/_carousel.scss */
.available-product-carousel .owl-nav .owl-next,
.available-product-carousel .owl-nav .owl-prev {
  margin: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 28, ../sass/components/_carousel.scss */
.available-product-carousel .owl-nav .owl-next {
  right: 5px;
}
/* line 31, ../sass/components/_carousel.scss */
.available-product-carousel .owl-nav .owl-prev {
  left: -7px;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/components/_carousel.scss */
  .available-product-carousel {
    max-width: 245px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/components/_carousel.scss */
  .available-product-carousel {
    max-width: 68px;
  }
}

/* line 1, ../sass/components/_payment.scss */
.payment-form-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
}
@media (max-width: 767px) {
  /* line 9, ../sass/components/_payment.scss */
  .payment-form-container h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
/* line 16, ../sass/components/_payment.scss */
.payment-form-container form {
  background-color: #ffffff;
}
/* line 19, ../sass/components/_payment.scss */
.payment-form-container form #securepay-ui-container,
.payment-form-container form .payment-button-group {
  padding: 10px;
}
/* line 25, ../sass/components/_payment.scss */
.payment-form-container form #securepay-ui-container iframe {
  width: 100%;
  border: none !important;
}
/* line 31, ../sass/components/_payment.scss */
.payment-form-container form .payment-button-group {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  -moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.35);
}
/* line 38, ../sass/components/_payment.scss */
.payment-form-container form .payment-button-group .btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 10px;
}
/* line 44, ../sass/components/_payment.scss */
.payment-form-container form .card-wrapper {
  display: -webkit-flex;
  display: flex;
  padding: 10px 2px 0;
}
/* line 48, ../sass/components/_payment.scss */
.payment-form-container form .card-wrapper img {
  max-width: 62px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  /* line 48, ../sass/components/_payment.scss */
  .payment-form-container form .card-wrapper img {
    max-width: 42px;
  }
}
/* line 55, ../sass/components/_payment.scss */
.payment-form-container form .card-wrapper img:last-child {
  margin-right: 0;
}

/**
 * --------------------------------------------------------------------------------------------------------
 * Base Styles
 * --------------------------------------------------------------------------------------------------------
 */
/**
 * Default body styles.
 */
/**
 * --------------------------------------------------------------------------------------------------------
 * Layout Styles
 * --------------------------------------------------------------------------------------------------------
 */
/* line 6, ../sass/partials/_layout.scss */
.bg-white {
  background: #fff;
}

/* line 9, ../sass/partials/_layout.scss */
.l-container {
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}

/* line 18, ../sass/partials/_layout.scss */
.page-title {
  position: relative;
}
/* line 21, ../sass/partials/_layout.scss */
.page-title .searchbar,
.page-title .export-btn-block {
  position: absolute;
  top: 6px;
  right: 0;
}
/* line 26, ../sass/partials/_layout.scss */
.page-title .export-btn-block {
  text-align: right;
}
/* line 28, ../sass/partials/_layout.scss */
.page-title .export-btn-block .btn {
  padding: 9px 35px !important;
  margin: 0;
}

/* line 35, ../sass/partials/_layout.scss */
.page-admin-title {
  font-size: 46px;
  font-weight: 600;
  color: #000000;
  line-height: 45px;
  text-align: center;
  margin: 0;
  padding: 0 0 40px 0;
}

/* line 45, ../sass/partials/_layout.scss */
.successful {
  text-align: center;
  padding: 180px 0 86px 0;
  position: relative;
}
/* line 49, ../sass/partials/_layout.scss */
.successful:before {
  content: "";
  background: url("../images/success.svg") center no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
}
/* line 59, ../sass/partials/_layout.scss */
.successful .successful-title {
  font-size: 25px;
  color: #17BE65;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
/* line 66, ../sass/partials/_layout.scss */
.successful p {
  font-size: 12px;
  max-width: 310px;
  margin: 0 auto;
  line-height: 18px;
}
/* line 72, ../sass/partials/_layout.scss */
.successful a {
  font-size: 14px;
  color: #00AFEB;
  padding-bottom: 4px;
  border-bottom: 2px solid #00AFEB;
  display: inline-block;
  margin-top: 30px;
}
/* line 79, ../sass/partials/_layout.scss */
.successful a:hover, .successful a:focus, .successful a:active, .successful a.nice-select.open {
  border-color: transparent;
}

/* line 1, ../sass/partials/_helpers.scss */
.full-height {
  height: 100%;
}

/* line 1, ../sass/layout/_header.scss */
.page-admin-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background-color: #00AFEB;
  top: 0;
  z-index: 1024;
  padding: 0 20px;
  position: fixed;
}
/* line 12, ../sass/layout/_header.scss */
.page-admin-header .admin-headleft {
  display: -webkit-flex;
  display: flex;
}
/* line 15, ../sass/layout/_header.scss */
.page-admin-header .admin-headleft .admin-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 30px;
}
/* line 22, ../sass/layout/_header.scss */
.page-admin-header .admin-headright {
  display: -webkit-flex;
  display: flex;
}
/* line 25, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .admin-user-picture {
  width: 42px;
  height: 42px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #12b8f1;
  margin-right: 20px;
}
/* line 34, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .admin-user-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
/* line 43, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .adminuser-arrow .downlink-arrow {
  margin: 0 0 0 40px;
  display: inline-block;
  vertical-align: top;
}
/* line 49, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .adminuser-arrow #dropdownMenuButton {
  cursor: pointer;
}
/* line 54, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .adminuser-arrow .dropdown-menu .dropdown-item {
  color: #212529;
}
/* line 56, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .adminuser-arrow .dropdown-menu .dropdown-item:hover {
  color: #00AFEB;
}
/* line 59, ../sass/layout/_header.scss */
.page-admin-header .admin-headright .adminuser-arrow .dropdown-menu .dropdown-item:active, .page-admin-header .admin-headright .adminuser-arrow .dropdown-menu .dropdown-item.nice-select.open {
  background-color: #f8f9fa;
  color: #00AFEB;
}

/* line 70, ../sass/layout/_header.scss */
.downlink-arrow {
  position: relative;
}
/* line 72, ../sass/layout/_header.scss */
.downlink-arrow:after {
  content: "\f107";
  color: #ffffff;
  font-size: 27px;
  font-family: FontAwesome;
}
/* line 78, ../sass/layout/_header.scss */
.downlink-arrow:hover {
  text-decoration: none;
}

/* line 85, ../sass/layout/_header.scss */
.admin-mainmenu {
  height: 70px;
}
/* line 87, ../sass/layout/_header.scss */
.admin-mainmenu ul {
  display: -webkit-flex;
  display: flex;
  height: inherit;
  margin: 0;
  padding: 0;
}
/* line 93, ../sass/layout/_header.scss */
.admin-mainmenu ul li {
  height: inherit;
  list-style: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 10px;
}
/* line 100, ../sass/layout/_header.scss */
.admin-mainmenu ul li:last-child {
  margin-right: 0;
}
/* line 106, ../sass/layout/_header.scss */
.admin-mainmenu ul li.catalogue-menuitem a:before {
  background-position: 10px 0;
}
/* line 114, ../sass/layout/_header.scss */
.admin-mainmenu ul li.clubs-menuitem a:before {
  background-position: -34px -2px;
}
/* line 122, ../sass/layout/_header.scss */
.admin-mainmenu ul li.inventory-menuitem a:before {
  background-position: -72px 0;
}
/* line 133, ../sass/layout/_header.scss */
.admin-mainmenu ul li.order-menuitem a:before {
  background-position: -111px 0;
}
/* line 141, ../sass/layout/_header.scss */
.admin-mainmenu ul li.finance-menuitem a:before {
  background-position: -163px 0;
}
/* line 149, ../sass/layout/_header.scss */
.admin-mainmenu ul li.reports-menuitem a:before {
  background-position: -198px 0;
}
@media only screen and (max-width: 1366px) {
  /* line 93, ../sass/layout/_header.scss */
  .admin-mainmenu ul li {
    margin-right: 5px;
  }
}
/* line 160, ../sass/layout/_header.scss */
.admin-mainmenu ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  height: inherit;
  text-decoration: none;
  color: #ffffff;
  padding-left: 35px;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1366px) {
  /* line 160, ../sass/layout/_header.scss */
  .admin-mainmenu ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1365px) {
  /* line 160, ../sass/layout/_header.scss */
  .admin-mainmenu ul li a {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
/* line 183, ../sass/layout/_header.scss */
.admin-mainmenu ul li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #ffffff;
}
/* line 193, ../sass/layout/_header.scss */
.admin-mainmenu ul li a:before {
  content: '';
  width: 36px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(../images/sprite-menu.png) no-repeat;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1365px) {
  /* line 193, ../sass/layout/_header.scss */
  .admin-mainmenu ul li a:before {
    top: 7px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 210, ../sass/layout/_header.scss */
.admin-mainmenu ul li.active a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #ffffff;
}

/**
 * --------------------------------------------------------------------------------------------------------
 * Footer Styles
 * --------------------------------------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------------------------------
 * Sidebar Styles
 * --------------------------------------------------------------------------------------------------------
 */
/*start:admin login*/
/* line 2, ../sass/page/_login.scss */
.admin-login-panel {
  display: -webkit-flex;
  display: flex;
  height: 100vh;
}
/* line 6, ../sass/page/_login.scss */
.admin-login-panel .admin-login-leftpart {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #00AFEB;
  height: 100%;
  flex-basis: 50%;
}
/* line 15, ../sass/page/_login.scss */
.admin-login-panel .admin-login-rightpart {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ffffff;
  height: 100%;
  flex-basis: 50%;
}
/* line 24, ../sass/page/_login.scss */
.admin-login-panel .admin-login-box {
  min-width: 420px;
}
/* line 26, ../sass/page/_login.scss */
.admin-login-panel .admin-login-box h4 {
  font-size: 33px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0 0 50px;
}

/* line 37, ../sass/page/_login.scss */
.row-admin-login {
  position: relative;
}
/* line 40, ../sass/page/_login.scss */
.row-admin-login + .row-admin-login {
  margin-top: 20px;
}
/* line 44, ../sass/page/_login.scss */
.row-admin-login label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
}
/* line 54, ../sass/page/_login.scss */
.row-admin-login .admin-login-input-field {
  display: block;
  position: relative;
}
/* line 60, ../sass/page/_login.scss */
.row-admin-login .chosen-container .chosen-single {
  height: 40px;
  line-height: 28px;
}
/* line 66, ../sass/page/_login.scss */
.row-admin-login input[type="text"],
.row-admin-login input[type="email"],
.row-admin-login input[type="password"] {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin: 0;
  padding: 0 10px;
  outline: none;
  border: 2px solid #B2B8BB;
}
/* line 83, ../sass/page/_login.scss */
.row-admin-login input[type="submit"] {
  width: 100%;
  height: auto;
  font-size: 17px;
  font-weight: 700;
  background-color: #00AFEB;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 13px 0;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  border-radius: 4px;
}
/* line 100, ../sass/page/_login.scss */
.row-admin-login input[type="submit"]:hover {
  background-color: #000000;
}
/* line 104, ../sass/page/_login.scss */
.row-admin-login input[type="submit"]:focus {
  background-color: #000000;
}
/* line 110, ../sass/page/_login.scss */
.row-admin-login.admin-login-submit-btn {
  text-align: center;
  padding-top: 5px;
}

/* line 117, ../sass/page/_login.scss */
.row-admin-groupkeepbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 124, ../sass/page/_login.scss */
.admin-forget-password a {
  font-size: 13px;
  font-weight: 500;
  color: #00AFEB;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 132, ../sass/page/_login.scss */
.admin-forget-password a:hover {
  color: #333333;
}

/* line 142, ../sass/page/_login.scss */
.admin-keepsignedin-check .form-group.square [type="checkbox"]:checked + label span,
.admin-keepsignedin-check .form-group.square [type="checkbox"]:not(:checked) + label span {
  font-size: 14px;
  font-weight: 400;
  margin-top: -7px;
  margin-left: 6px;
}
/* line 150, ../sass/page/_login.scss */
.admin-keepsignedin-check .form-group.square [type="checkbox"]:checked + label,
.admin-keepsignedin-check .form-group.square [type="checkbox"]:not(:checked) + label {
  padding-bottom: 0;
}
/* line 157, ../sass/page/_login.scss */
.admin-keepsignedin-check .form-group.square input:checked + label:before,
.admin-keepsignedin-check .form-group.square input:not(:checked) + label:before {
  width: 16px;
  height: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 164, ../sass/page/_login.scss */
.admin-keepsignedin-check .form-group.square input:checked + label:after {
  width: 16px;
  height: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 170, ../sass/page/_login.scss */
.admin-keepsignedin-check .form-group.square input:not(:checked) + label:before {
  border: 1px solid #B2B8BB;
}
/* line 175, ../sass/page/_login.scss */
.admin-keepsignedin-check .form-group.square [type="checkbox"]:checked + label span:after {
  width: 12px;
  height: 12px;
  top: 1px;
  left: 2px;
}

/*end:admin login*/
/* line 2, ../sass/page/_dashboard.scss */
.page-admin-container {
  padding-top: 190px;
}
/* line 4, ../sass/page/_dashboard.scss */
.page-admin-container .page-admin-shop-wrap {
  max-width: 830px;
  margin: 0 auto;
}

/* line 9, ../sass/page/_dashboard.scss */
.container-fluid {
  max-width: 1600px !important;
  padding: 0 !important;
}

/* line 13, ../sass/page/_dashboard.scss */
.admin-shop-item {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 250px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 26, ../sass/page/_dashboard.scss */
.admin-shop-item h4 {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 37, ../sass/page/_dashboard.scss */
.admin-shop-item:hover {
  text-decoration: none;
  box-shadow: none;
}
/* line 41, ../sass/page/_dashboard.scss */
.admin-shop-item:hover h4 {
  color: #00AFEB;
}
/* line 46, ../sass/page/_dashboard.scss */
.admin-shop-item:after {
  width: 60px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  content: '';
  background: url(../images/sprite-shopitems.png) no-repeat;
}
/* line 53, ../sass/page/_dashboard.scss */
.admin-shop-item.catalogue-shop-icon:after {
  background-position: 0 0;
}
/* line 57, ../sass/page/_dashboard.scss */
.admin-shop-item.clubs-shop-icon:after {
  background-position: -77px 0;
}
/* line 61, ../sass/page/_dashboard.scss */
.admin-shop-item.pricestock-shop-icon:after {
  background-position: -162px 0;
}
/* line 65, ../sass/page/_dashboard.scss */
.admin-shop-item.order-shop-icon:after {
  background-position: -250px 0;
}
/* line 69, ../sass/page/_dashboard.scss */
.admin-shop-item.finance-shop-icon:after {
  background-position: -330px 0;
}
/* line 73, ../sass/page/_dashboard.scss */
.admin-shop-item.reports-shop-icon:after {
  background-position: -434px 0;
}

/* line 3, ../sass/page/_catalogue.scss */
.catalogue-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 3px rgba(245, 245, 245, 0.1);
  padding: 55px 70px;
  margin-bottom: 80px;
}
/* line 13, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item {
  min-height: 332px;
  text-align: center;
  padding: 40px;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;
}
/* line 34, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item:hover {
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
/* line 39, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 20px;
}
/* line 44, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item img {
  max-width: 176px;
  max-height: 180px;
}
/* line 49, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item .configure {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: url(../images/configure.svg) no-repeat center !important;
  right: 10px;
  top: 10px;
  transition: all ease-in-out .3s;
}
/* line 59, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item .configure:hover, .catalogue-wrapper .catalogue-item .configure:active, .catalogue-wrapper .catalogue-item .configure.nice-select.open, .catalogue-wrapper .catalogue-item .configure:focus {
  transform: rotate(-20deg) scale(1.1);
}
/* line 66, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item.active {
  opacity: 1 !important;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1), 0 0 0px 2px #00AFEB;
  border-radius: 5px;
}
/* line 71, ../sass/page/_catalogue.scss */
.catalogue-wrapper .catalogue-item.active:after {
  content: "\f058";
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}
@media only screen and (min-width: 1367px) {
  /* line 13, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
  /* line 87, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(5n) {
    border-right-color: transparent;
  }
}
@media only screen and (max-width: 1366px) {
  /* line 13, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
  /* line 94, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(4n) {
    border-right-color: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 13, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }
  /* line 101, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(4n) {
    border-right-color: #E2E2E2;
  }
  /* line 105, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(3n) {
    border-right-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  /* line 13, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  /* line 112, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(4n), .catalogue-wrapper .catalogue-item:nth-child(3n) {
    border-right-color: #E2E2E2;
  }
  /* line 117, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(2n) {
    border-right-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  /* line 124, ../sass/page/_catalogue.scss */
  .catalogue-wrapper .catalogue-item:nth-child(1n), .catalogue-wrapper .catalogue-item:nth-child(4n), .catalogue-wrapper .catalogue-item:nth-child(3n), .catalogue-wrapper .catalogue-item:nth-child(2n) {
    border-right-color: transparent;
  }
}
/* line 133, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings {
  background: transparent;
  padding: 0;
  margin-top: -40px;
}
/* line 138, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings .catalogue-item {
  flex-basis: 16.6%;
  padding: 20px;
}
/* line 142, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings .catalogue-item:nth-child(5n + 6) {
  border-left: 1px solid #E2E2E2;
}
/* line 146, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings .catalogue-item:nth-child(6n + 7) {
  border-left: 0 !important;
}
/* line 150, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings .catalogue-item:nth-child(-n+6) {
  border-top: 0;
}
/* line 154, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings .catalogue-item h4 {
  margin: 15px 0 0;
  font-size: 18px;
}
/* line 159, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings .catalogue-item img {
  width: 170px;
  height: 165px;
}
/* line 165, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings.catalogue-status-list {
  margin: 30px 0 45px 0;
  padding: 10px;
}
/* line 169, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings.catalogue-status-list a {
  border: 0 !important;
  border-left: 0 !important;
}
/* line 173, ../sass/page/_catalogue.scss */
.catalogue-wrapper.catalogue-settings.catalogue-status-list a h4 {
  margin: 0;
}
/* line 180, ../sass/page/_catalogue.scss */
.catalogue-wrapper:hover a {
  text-decoration: none !important;
}

/* line 188, ../sass/page/_catalogue.scss */
.catalogue-container .form-action .btn-group-container {
  float: left;
}
/* line 192, ../sass/page/_catalogue.scss */
.catalogue-container .form-action .preview {
  float: right;
}

/* line 198, ../sass/page/_catalogue.scss */
#cus-scroll::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

/* line 203, ../sass/page/_catalogue.scss */
#cus-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

/* line 209, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper {
  display: -webkit-flex;
  display: flex;
  margin-top: -190px;
}
/* line 213, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options {
  padding-top: 70px;
  overflow-Y: auto;
  position: fixed;
  height: 100vh;
  width: 50%;
}
/* line 220, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options#cus-scroll::-webkit-scrollbar {
  width: 4px;
}
/* line 224, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options#cus-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D7D7D7;
}
/* line 231, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .option {
  padding: 0px 90px 65px 90px;
}
/* line 235, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h2.page-admin-title {
  text-align: left;
  font-size: 43px;
  padding-bottom: 35px;
}
/* line 241, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h5 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}
/* line 246, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h5 span {
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 254, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h5 span:hover, .catalogue-details-wrapper .catalogue-options h5 span:active, .catalogue-details-wrapper .catalogue-options h5 span.nice-select.open, .catalogue-details-wrapper .catalogue-options h5 span:focus {
  color: #00AFEB;
  border-color: #00AFEB;
}
/* line 261, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h5 span.active {
  color: #00AFEB;
  border-color: #00AFEB;
}
/* line 266, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h5 span.required-star {
  border-bottom: none;
  cursor: default;
}
/* line 270, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options h5 span.required-star:hover, .catalogue-details-wrapper .catalogue-options h5 span.required-star:active, .catalogue-details-wrapper .catalogue-options h5 span.required-star.nice-select.open, .catalogue-details-wrapper .catalogue-options h5 span.required-star:focus {
  color: inherit;
  border-color: transparent;
}
/* line 281, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options ul li {
  text-align: center;
  color: #000;
}
/* line 282, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options ul li button {
  display: block;
  margin: 0 0 10px 0;
}
/* line 293, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .available-sizes {
  margin-bottom: 25px;
}
/* line 297, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more {
  position: relative;
}
/* line 300, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more .more-size {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -30%;
  left: 148px;
  background: #ffffff;
  width: 240px;
  padding: 0;
  box-shadow: 0px 0px 6px 3px #eaeaea;
  transform: translateY(-30%);
}
/* line 310, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more .more-size:before {
  width: 0;
  height: 0;
  /* Up */
  /* Down */
  /* Left */
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff;
  /* Right */
  position: absolute;
  top: 39%;
  left: -11px;
  content: "";
  display: block;
  transform: translateY(-39%);
}
/* line 319, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more ul {
  margin: 0 !important;
  height: 330px;
  overflow-y: auto;
}
/* line 324, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more ul#cus-scroll::-webkit-scrollbar {
  width: 3px;
}
/* line 328, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more ul#cus-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #B2B2B2;
}
/* line 333, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more ul li {
  list-style: none;
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin: 8px 0 !important;
  cursor: pointer;
}
/* line 343, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more ul li:hover, .catalogue-details-wrapper .catalogue-options .size-option .add-more ul li:active, .catalogue-details-wrapper .catalogue-options .size-option .add-more ul li.nice-select.open, .catalogue-details-wrapper .catalogue-options .size-option .add-more ul li:focus {
  background: #EBF9FE;
}
/* line 351, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more .type-size {
  display: -webkit-flex;
  display: flex;
  padding: 12px 10px;
  box-shadow: 0px 0px 6px 3px #efefef;
  font-size: 14px;
}
/* line 357, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more .type-size input {
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  width: 182px;
  height: 40px;
  padding: 8px 48px 8px 15px;
  box-sizing: border-box;
  display: block;
  background: #EFEFEF;
  font-size: 14px;
}
/* line 367, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .size-option .add-more .type-size button {
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  padding: 8px 20px;
  height: 40px;
  background: #00AFEB;
  color: #fff;
  text-align: center;
  margin-left: -44px !important;
  font-size: 14px;
}
/* line 382, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .description p {
  font-size: 16px;
}
/* line 386, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .description textarea {
  max-width: 90%;
}
/* line 391, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .avail-qty {
  margin: 25px 0 30px;
  max-width: 630px;
}
/* line 397, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement .text-field-container {
  vertical-align: top;
  margin-top: -15px;
}
/* line 402, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement .text-field-container label span {
  width: calc(100% - 54px) !important;
}
/* line 407, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement .text-field-container [type="checkbox"]:checked + label:before,
.catalogue-details-wrapper .catalogue-options .text-placement .text-field-container [type="checkbox"]:not(:checked) + label:before,
.catalogue-details-wrapper .catalogue-options .text-placement .text-field-container [type="checkbox"]:checked + label:after {
  width: 34px;
  height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 415, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement .font-cog {
  display: flex;
}
/* line 418, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement .font-cog .font-color {
  margin-left: 30px;
}
/* line 421, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement .font-cog .font-color span {
  width: 38px;
  height: 38px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  margin-top: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #00afeb;
}
/* line 435, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .text-placement p {
  font-size: 16px;
}
/* line 440, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .logo-container {
  max-width: 75%;
  margin-bottom: 25px;
}
/* line 444, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-options .logo-container p {
  font-size: 16px;
}
/* line 450, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview {
  position: fixed;
  background: #fff;
  height: 100vh;
  right: 0;
  padding-top: 80px;
  width: 50%;
  text-align: center;
}
/* line 459, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview img {
  width: auto;
  height: 100%;
}
/* line 464, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview .btn-group-container {
  position: absolute;
  right: 42px;
  bottom: 42px;
}
/* line 467, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview .btn-group-container .export {
  margin-right: 15px;
}
/* line 471, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview .btn-group-container .custom-upload {
  margin: 0;
}
/* line 477, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview.catalogue-container .catalogue-settings {
  padding: 40px;
  margin-top: 0;
  height: 80vh;
  overflow-y: auto;
}
/* line 484, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview.catalogue-container .catalogue-item {
  flex-basis: 33%;
  border: 0;
  opacity: 0.3;
  border: 2px solid transparent;
}
/* line 490, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview.catalogue-container .catalogue-item:hover, .catalogue-details-wrapper .catalogue-preview.catalogue-container .catalogue-item:active, .catalogue-details-wrapper .catalogue-preview.catalogue-container .catalogue-item.nice-select.open, .catalogue-details-wrapper .catalogue-preview.catalogue-container .catalogue-item:focus {
  opacity: 1;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1), 0 0 0px 2px #00AFEB;
  border-radius: 5px;
}
/* line 499, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview.catalogue-container .btn-group-container {
  bottom: 15px;
  right: inherit;
  left: 40px;
}
/* line 505, ../sass/page/_catalogue.scss */
.catalogue-details-wrapper .catalogue-preview.catalogue-container .preview,
.catalogue-details-wrapper .catalogue-preview.catalogue-container .comment {
  float: right;
  position: absolute;
  right: 40px;
  bottom: 20px;
}

/* line 516, ../sass/page/_catalogue.scss */
.text-n-logo {
  border: 1px solid #dedede;
  padding: 40px 25px 20px 25px;
  border-radius: 2px;
  position: relative;
}
/* line 522, ../sass/page/_catalogue.scss */
.text-n-logo h5.title {
  position: absolute;
  top: -14px;
  background: #f3f3f3;
  padding: 4px 10px;
  margin: 0;
}
/* line 530, ../sass/page/_catalogue.scss */
.text-n-logo span.file-name {
  padding: 12px 12px 12px 40px;
  background: #fff;
}
/* line 534, ../sass/page/_catalogue.scss */
.text-n-logo span.file-name:before {
  bottom: 14px !important;
  left: 15px !important;
}

/* line 541, ../sass/page/_catalogue.scss */
.file-container-items {
  background: #e8e8e8;
  margin-bottom: 10px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
/* line 548, ../sass/page/_catalogue.scss */
.file-container-items h6 {
  font-size: 16px;
  font-weight: 500;
}
/* line 553, ../sass/page/_catalogue.scss */
.file-container-items .settigns {
  position: absolute;
  right: -50px;
  z-index: 999;
  opacity: 0;
  transition: all ease-in-out .2s;
}
/* line 561, ../sass/page/_catalogue.scss */
.file-container-items:hover {
  background: #EAF3F9;
}
/* line 564, ../sass/page/_catalogue.scss */
.file-container-items:hover .settigns {
  opacity: 1;
  right: 0;
}

/* line 572, ../sass/page/_catalogue.scss */
.settigns .edit {
  background: url("../images/edit.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
/* line 581, ../sass/page/_catalogue.scss */
.settigns .edit:hover, .settigns .edit:focus, .settigns .edit:active, .settigns .edit.nice-select.open {
  background: url("../images/edit-blue.svg") no-repeat center;
}
/* line 588, ../sass/page/_catalogue.scss */
.settigns .close {
  background: url("../images/close-circle.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  cursor: pointer;
}
/* line 597, ../sass/page/_catalogue.scss */
.settigns .close:hover, .settigns .close:focus, .settigns .close:active, .settigns .close.nice-select.open {
  background: url("../images/close-circle-blue.svg") no-repeat center;
}

/* line 2, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .cart-title, .platform-admin .cart-title {
  max-width: 1820px;
  margin: 0 auto;
  padding-bottom: 0px;
  margin-top: 10px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
/* line 9, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .cart-title .cat-heading, .platform-admin .cart-title .cat-heading {
  font-size: 26px;
  color: #333333;
  font-weight: 500;
  float: left;
  margin: 0;
}
/* line 16, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .cart-title .cart-box, .platform-admin .cart-title .cart-box {
  width: 40px;
  height: 40px;
  float: right;
  background: #eee;
  display: inline-block;
  background: url(../images/cart.svg) center no-repeat;
  position: relative;
  margin-right: 20px;
  margin-top: 6px;
  cursor: pointer;
}
/* line 26, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .cart-title .cart-box span, .platform-admin .cart-title .cart-box span {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #00AFEB;
  right: -14px;
  text-align: center;
  border-radius: 100%;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #fff;
  top: -6px;
}
/* line 40, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .cart-title .cart-box:hover span, .platform-admin .cart-title .cart-box:hover span {
  color: #00AFEB;
  background: #fff;
  border-color: #00AFEB;
}
/* line 47, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .breadcrumb, .platform-admin .breadcrumb {
  padding: 15px 60px;
  background-color: transparent;
  margin: 0 auto;
  text-align: left;
  right: auto;
  width: 100%;
  border-radius: 0;
  margin-bottom: 25px;
}
/* line 57, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .breadcrumb li, .platform-admin .breadcrumb li {
  font-size: 13px;
  font-weight: 500;
}
/* line 62, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form, .platform-admin .payment-form {
  margin: 80px 0;
  padding-right: 60px;
}
/* line 63, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form input[type="button"], .catalogue-details-wrapper .payment-form input[type="reset"], .catalogue-details-wrapper .payment-form input[type="submit"], .platform-admin .payment-form input[type="button"], .platform-admin .payment-form input[type="reset"], .platform-admin .payment-form input[type="submit"] {
  width: 100%;
}
/* line 68, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form h4, .platform-admin .payment-form h4 {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
/* line 75, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form.checkout-form .contact-inforamtion, .platform-admin .payment-form.checkout-form .contact-inforamtion {
  margin-top: 15px;
  float: left;
  width: 100%;
}
/* line 80, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form.checkout-form .contact-inforamtion .heading-label, .platform-admin .payment-form.checkout-form .contact-inforamtion .heading-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
/* line 86, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form.checkout-form .contact-inforamtion .heading-label span, .platform-admin .payment-form.checkout-form .contact-inforamtion .heading-label span {
  color: #666666;
}
/* line 88, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form.checkout-form .contact-inforamtion .heading-label span a, .platform-admin .payment-form.checkout-form .contact-inforamtion .heading-label span a {
  font-size: 17px;
  font-weight: 700;
  color: #4C4C4C;
}
/* line 92, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form.checkout-form .contact-inforamtion .heading-label span a:hover, .platform-admin .payment-form.checkout-form .contact-inforamtion .heading-label span a:hover {
  color: #00AFEB;
}
/* line 100, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form.checkout-form .row > div, .platform-admin .payment-form.checkout-form .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 106, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .payment-form h5, .platform-admin .payment-form h5 {
  font-size: 19px;
  font-weight: normal;
}
/* line 111, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery, .platform-admin .summery {
  background: #F9FAFB;
  padding: 100px 25px 45px 25px;
}
/* line 114, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table, .platform-admin .summery table {
  font-size: 14px;
  width: 100%;
}
/* line 119, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody tr td, .platform-admin .summery table tbody tr td {
  border: 0;
  vertical-align: middle;
  padding: 5px 10px;
}
/* line 123, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody tr td img, .platform-admin .summery table tbody tr td img {
  width: 100%;
}
/* line 126, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody tr td:nth-child(1), .platform-admin .summery table tbody tr td:nth-child(1) {
  width: 60px;
}
/* line 129, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody tr td:nth-child(2), .platform-admin .summery table tbody tr td:nth-child(2) {
  font-weight: 500;
}
/* line 132, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody tr td:last-child, .platform-admin .summery table tbody tr td:last-child {
  text-align: right;
}
/* line 136, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody tr:last-child td, .platform-admin .summery table tbody tr:last-child td {
  padding-bottom: 20px;
}
/* line 140, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody + tbody, .platform-admin .summery table tbody + tbody {
  border-top-width: 1px;
}
/* line 143, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody + tbody tr:first-child td, .platform-admin .summery table tbody + tbody tr:first-child td {
  padding-top: 20px;
}
/* line 146, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody + tbody tr:last-child td, .platform-admin .summery table tbody + tbody tr:last-child td {
  padding-bottom: 20px;
}
/* line 149, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tbody + tbody tr td:last-child, .platform-admin .summery table tbody + tbody tr td:last-child {
  font-size: 17px;
  color: #535353;
}
/* line 158, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tfoot tr th, .platform-admin .summery table tfoot tr th {
  font-weight: 500;
  padding: 10px 0;
}
/* line 161, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tfoot tr th:first-child, .platform-admin .summery table tfoot tr th:first-child {
  font-size: 20px;
}
/* line 164, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery table tfoot tr th:last-child, .platform-admin .summery table tfoot tr th:last-child {
  font-size: 25px;
  text-transform: uppercase;
  text-align: right;
}
/* line 176, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr, .platform-admin .summery.checkout-form-summery table tbody tr {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: relative;
}
/* line 180, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr:last-child, .platform-admin .summery.checkout-form-summery table tbody tr:last-child {
  border-bottom: 0;
}
/* line 182, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr:last-child td, .platform-admin .summery.checkout-form-summery table tbody tr:last-child td {
  padding-right: 0 !important;
}
/* line 186, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr td, .platform-admin .summery.checkout-form-summery table tbody tr td {
  padding: 15px 10px;
}
/* line 188, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr td:first-child, .platform-admin .summery.checkout-form-summery table tbody tr td:first-child {
  padding: 0;
  padding-right: 10px;
}
/* line 192, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr td:nth-child(3), .platform-admin .summery.checkout-form-summery table tbody tr td:nth-child(3) {
  font-size: 16px;
  vertical-align: bottom;
  text-align: right;
}
/* line 197, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr td.close, .platform-admin .summery.checkout-form-summery table tbody tr td.close {
  position: absolute;
  right: 25px;
  margin-top: -10px;
  display: none;
}
/* line 202, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr td.close .close, .platform-admin .summery.checkout-form-summery table tbody tr td.close .close {
  background: url(../images/close.svg) no-repeat center;
  opacity: 1;
}
/* line 205, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr td.close .close:hover, .platform-admin .summery.checkout-form-summery table tbody tr td.close .close:hover {
  background: url(../images/close-blue.svg) no-repeat center;
}
/* line 211, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr:hover, .platform-admin .summery.checkout-form-summery table tbody tr:hover {
  background: #FCFDFD;
}
/* line 213, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody tr:hover td.close, .platform-admin .summery.checkout-form-summery table tbody tr:hover td.close {
  display: block;
}
/* line 219, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody + tbody tr, .platform-admin .summery.checkout-form-summery table tbody + tbody tr {
  border: 0 !important;
}
/* line 221, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody + tbody tr:hover, .platform-admin .summery.checkout-form-summery table tbody + tbody tr:hover {
  background: transparent;
}
/* line 224, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody + tbody tr td, .platform-admin .summery.checkout-form-summery table tbody + tbody tr td {
  padding: 15px 0;
}
/* line 228, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody + tbody tr:first-child td, .platform-admin .summery.checkout-form-summery table tbody + tbody tr:first-child td {
  padding: 25px 0 10px 0;
}
/* line 233, ../sass/page/_platform_admin.scss */
.catalogue-details-wrapper .summery.checkout-form-summery table tbody + tbody tr:last-child td, .platform-admin .summery.checkout-form-summery table tbody + tbody tr:last-child td {
  padding: 0 0 25px 0;
}

/* line 244, ../sass/page/_platform_admin.scss */
.platform-admin {
  margin-top: -120px;
}

/* line 247, ../sass/page/_platform_admin.scss */
.cards {
  margin-bottom: 30px;
}
/* line 249, ../sass/page/_platform_admin.scss */
.cards ul {
  margin: 0;
}
/* line 251, ../sass/page/_platform_admin.scss */
.cards ul li {
  display: inline-block;
  margin-right: 6px;
  opacity: .1;
}
/* line 255, ../sass/page/_platform_admin.scss */
.cards ul li.active {
  opacity: 1;
}

/* line 261, ../sass/page/_platform_admin.scss */
input.ok-card-no {
  background: url(../images/ok.png) no-repeat;
  background-position: calc(100% - 10px) 14px;
}
/* line 264, ../sass/page/_platform_admin.scss */
input.ok-card-no:focus, input.ok-card-no:active, input.ok-card-no.nice-select.open {
  background: url(../images/ok.png) no-repeat;
  background-position: calc(100% - 10px) 14px;
}

/* line 1, ../sass/page/_product.scss */
.available-product {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 0;
  padding: 0;
  max-width: 370px;
  overflow-x: auto;
}
/* line 8, ../sass/page/_product.scss */
.available-product > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 auto;
  margin-top: 5px;
}
/* line 16, ../sass/page/_product.scss */
.available-product > li + li {
  margin-left: 20px;
}
/* line 19, ../sass/page/_product.scss */
.available-product > li img {
  width: 50px;
  height: 45px;
}

/*# sourceMappingURL=style.css.map */
